Merge pull request 'Merge dev into master' (#2) from dev into master

Reviewed-on: https://git.hush.is/dragonx/SilentDragonXLite/pulls/2
This commit is contained in:
fekt
2024-11-18 04:23:38 +01:00
143 changed files with 2422 additions and 3117 deletions

View File

@@ -2,4 +2,5 @@
Duke Leto https://git.hush.is/duke https://github.com/leto Duke Leto https://git.hush.is/duke https://github.com/leto
Jane Mercer https://git.hush.is/radix42 https://github.com/radix42 Jane Mercer https://git.hush.is/radix42 https://github.com/radix42
fekt https://git.hush.is/fekt

View File

@@ -1,18 +1,16 @@
# SilentDragonLite # SilentDragonXLite
SilentDragonLite is a lightwallet for HUSH ($HUSH) runs on Linux and Windows which does not require you to download the full blockchain. This is experimental software under active development! SilentDragonXLite is a lightwallet for DRAGONX ($DRAGONX) runs on Linux, Windows, and Mac which does not require you to download the full blockchain. This is experimental software under active development!
<img src="res/images/silentdragonlite.png" width="750">
## PRIVACY NOTICE ## PRIVACY NOTICE
SilentDragonLite contacts a few different external websites to get various bits of data. SilentDragonXLite contacts a few different external websites to get various bits of data.
The first two are option features, to get real-time price data feeds and if you want The first two are option features, to get real-time price data feeds and if you want
to look at explorer details. Price feed can be turned off in Settings and you can set to look at explorer details. Price feed can be turned off in Settings and you can set
a custom block explorer URL as well. a custom block explorer URL as well.
* coingecko.com for price data API (optional) * coingecko.com for price data API (optional)
* explorer.hush.is for explorer links (optional) * explorer.dragonx.is for explorer links (optional)
* various community-run lite wallet servers to provide basic functionality (required) * various community-run lite wallet servers to provide basic functionality (required)
This means your IP address is known to these servers. Enable Tor setting in your wallet to prevent this, or better yet, use TAILS: https://tails.boum.org/ This means your IP address is known to these servers. Enable Tor setting in your wallet to prevent this, or better yet, use TAILS: https://tails.boum.org/
@@ -21,14 +19,14 @@ or https://qubes-os.org
## Installation ## Installation
Choose to install a binary release or compile it yourself. Choose to install a binary release or compile it yourself.
For Arch Linux users, we have a silentdragonlite package on [AUR](https://aur.archlinux.org/). For Arch Linux users, we have a silentdragonxlite package on [AUR](https://aur.archlinux.org/).
### Option 1: Binary Release ### Option 1: Binary Release
Go to the [releases page](https://git.hush.is/hush/SilentDragonLite/releases) and grab the latest binary. Go to the [releases page](https://git.hush.is/dragonx/SilentDragonXLite/releases) and grab the latest binary.
### Option 2: Compile Release Yourself ### Option 2: Compile Release Yourself
* SilentDragonLite is written in C++ 14, and can be compiled with g++/clang++/visual c++. * SilentDragonXLite is written in C++ 14, and can be compiled with g++/clang++/visual c++.
* It also depends on Qt5, which you can get from [here](https://www.qt.io/download) or we recommend installing using your Linux version's package manager (if available). * It also depends on Qt5, which you can get from [here](https://www.qt.io/download) or we recommend installing using your Linux version's package manager (if available).
* **You'll need Rust v1.49**, so install it via [Rustup in Linux](https://rustup.rs/). **If you use a version greater then 1.63, then it will not currently build** as seen in [Issue #89](https://git.hush.is/hush/SilentDragonLite/issues/89). * **You'll need Rust v1.49**, so install it via [Rustup in Linux](https://rustup.rs/). **If you use a version greater then 1.63, then it will not currently build** as seen in [Issue #89](https://git.hush.is/hush/SilentDragonLite/issues/89).
@@ -63,14 +61,14 @@ sudo apt-get -y install build-essential qt5-default qt5-qmake qtcreator qttools5
Compiling can take some time, so be patient and wait for it to finish. It will take potentially a long time for slower systems. Be Patient and please report compiler problems! Compiling can take some time, so be patient and wait for it to finish. It will take potentially a long time for slower systems. Be Patient and please report compiler problems!
```shell script ```shell script
git clone https://git.hush.is/hush/SilentDragonLite git clone https://git.hush.is/dragonx/SilentDragonXLite
cd SilentDragonLite cd SilentDragonXLite
./build.sh linguist ./build.sh linguist
# This defaults to using 2 cores to compile # This defaults to using 2 cores to compile
./build.sh ./build.sh
# To use a custom number of cores to compile, such as 8 : # To use a custom number of cores to compile, such as 8 :
# ./build.sh -j8 # ./build.sh -j8
./SilentDragonLite ./SilentDragonXLite
``` ```
### Other notes ### Other notes
@@ -86,30 +84,36 @@ NOTE: Tor server is currently under maintenance.
``` ```
* Open SDL Edit->Settings->LightwalletServer->nope.onion:80 * Open SDL Edit->Settings->LightwalletServer->nope.onion:80
* Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonLite * Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonXLite
``` ```
### Note Management ### Note Management
SilentDragonLite does automatic note and utxo management, which means it doesn't allow you to manually select which address to send outgoing transactions from. It follows these principles: SilentDragonXLite does automatic note and utxo management, which means it doesn't allow you to manually select which address to send outgoing transactions from. It follows these principles:
* Defaults to sending shielded transactions, which are now enforced via consensus rules * Defaults to sending shielded transactions, which are now enforced via consensus rules
* Sapling funds need at least 2 confirmations before they can be spent (150 seconds on average for HUSH mainnet) * Sapling funds need at least 2 confirmations before they can be spent (60 seconds on average for DRAGONX mainnet)
* Can select funds from multiple shielded addresses in the same transaction (via raw transactions) * Can select funds from multiple shielded addresses in the same transaction (via raw transactions)
* Will automatically shield your transparent funds at the first opportunity * Will automatically shield your transparent funds at the first opportunity
* When sending an outgoing transaction to a shielded address, SilentDragonLite can decide to use the transaction to additionally shield your transparent funds (i.e., send your transparent funds to your own shielded address in the same transaction) * When sending an outgoing transaction to a shielded address, SilentDragonXLite can decide to use the transaction to additionally shield your transparent funds (i.e., send your transparent funds to your own shielded address in the same transaction)
## Where is my wallet stored? ## Where is my wallet stored?
Linux: `~/.silentdragonlite` Linux: `~/.silentdragonxlite`
Windows 10: `C:\Users\%user\AppData\Roaming\silentdragonlite` Windows 10: `C:\Users\%user\AppData\Roaming\silentdragonxlite`
Mac: `~/Library/Application Support/silentdragonlite` Mac: `~/Library/Application Support/silentdragonxlite`
## Where are settings stored?
Linux: `~/.config/Hush/SilentDragonXLite.conf`
Windows: `HKEY_CURRENT_USER\SOFTWARE\Hush\SilentXDragonLite`
Mac: `~/Library/Preferences/com.hush.SilentDragonXLite.plist`
## Support ## Support
For support join us on [Telegram Support](https://hush.is/telegram_support), or our [Main Telegram](https://hush.is/telegram), or toot at our [Mastodon](https://fosstodon.org/@myhushteam), or [file an issue](https://git.hush.is/hush/SilentDragonLite/issues). For support join us on [Telegram](https://dragonx.is/tg) or [file an issue](https://git.hush.is/dragonx/SilentDragonXLite/issues).
You can also subscribe to our channels on [PeerTube](https://videos.hush.is), on [YouTube](https://hush.is/yt), or on [Odyssee/LBRY](https://odysee.com/@MyHushTeam:3).
## License ## License

BIN
SilentDragonXLite Executable file

Binary file not shown.

View File

@@ -50,12 +50,10 @@
<file>res/tx_mined.png</file> <file>res/tx_mined.png</file>
</qresource> </qresource>
<qresource prefix="/img"> <qresource prefix="/img">
<file>res/hushdlogo.png</file> <file>res/drgxlogo.png</file>
<file>res/hushdlogo.gif</file> <file>res/silentdragonxlite-animated.gif</file>
<file>res/silentdragonlite-animated.gif</file> <file>res/silentdragonxlite-animated-dark.gif</file>
<file>res/silentdragonlite-animated-dark.gif</file> <file>res/silentdragonxlite-animated-startup-dark.gif</file>
<file>res/silentdragonlite-animated-startup.gif</file>
<file>res/silentdragonlite-animated-startup-dark.gif</file>
<file>res/loaderblack.gif</file> <file>res/loaderblack.gif</file>
<file>res/loaderwhite.gif</file> <file>res/loaderwhite.gif</file>
<file>res/logobig.gif</file> <file>res/logobig.gif</file>
@@ -81,23 +79,23 @@
<file>res/emoji/SD.png</file> <file>res/emoji/SD.png</file>
</qresource> </qresource>
<qresource prefix="/translations"> <qresource prefix="/translations">
<file>res/silentdragonlite_ar.qm</file> <file>res/silentdragonxlite_ar.qm</file>
<file>res/silentdragonlite_be.qm</file> <file>res/silentdragonxlite_be.qm</file>
<file>res/silentdragonlite_pl.qm</file> <file>res/silentdragonxlite_pl.qm</file>
<file>res/silentdragonlite_de.qm</file> <file>res/silentdragonxlite_de.qm</file>
<file>res/silentdragonlite_es.qm</file> <file>res/silentdragonxlite_es.qm</file>
<file>res/silentdragonlite_fa.qm</file> <file>res/silentdragonxlite_fa.qm</file>
<file>res/silentdragonlite_fr.qm</file> <file>res/silentdragonxlite_fr.qm</file>
<file>res/silentdragonlite_hr.qm</file> <file>res/silentdragonxlite_hr.qm</file>
<file>res/silentdragonlite_id.qm</file> <file>res/silentdragonxlite_id.qm</file>
<file>res/silentdragonlite_it.qm</file> <file>res/silentdragonxlite_it.qm</file>
<file>res/silentdragonlite_pt.qm</file> <file>res/silentdragonxlite_pt.qm</file>
<file>res/silentdragonlite_ro.qm</file> <file>res/silentdragonxlite_ro.qm</file>
<file>res/silentdragonlite_ru.qm</file> <file>res/silentdragonxlite_ru.qm</file>
<file>res/silentdragonlite_ud.qm</file> <file>res/silentdragonxlite_ud.qm</file>
<file>res/silentdragonlite_sr.qm</file> <file>res/silentdragonxlite_sr.qm</file>
<file>res/silentdragonlite_tr.qm</file> <file>res/silentdragonxlite_tr.qm</file>
<file>res/silentdragonlite_zh.qm</file> <file>res/silentdragonxlite_zh.qm</file>
</qresource> </qresource>
<qresource prefix="/css"> <qresource prefix="/css">
<file>res/css/Blue.css</file> <file>res/css/Blue.css</file>
@@ -105,7 +103,7 @@
<file>res/css/Default.css</file> <file>res/css/Default.css</file>
<file>res/css/Light.css</file> <file>res/css/Light.css</file>
<file>res/css/Midnight.css</file> <file>res/css/Midnight.css</file>
<file>res/css/test.css</file> <file>res/css/dragonx.css</file>
</qresource> </qresource>
<qresource prefix="/images/blue"> <qresource prefix="/images/blue">
<file>res/images/blue/unchecked.png</file> <file>res/images/blue/unchecked.png</file>

View File

@@ -44,8 +44,8 @@ if [ "$QT_SUB_VERSION" -lt "12" ]; then
exit 1 exit 1
fi fi
echo "Compiling SilentDragonLite $VERSION on $UNAME with QT $QTVERSION and args=$@" echo "Compiling SilentDragonXLite $VERSION on $UNAME with QT $QTVERSION and args=$@"
CONF=silentdragon-lite.pro CONF=silentdragonx-lite.pro
set -e set -e
qbuild () { qbuild () {

View File

@@ -1,5 +0,0 @@
silentdragonlite (2.0.1) stable; urgency=medium
* 2.0.1.1 release.
-- onryo <onryo@hush.land> Sat, 06 Jan 2024 10:20:30 +0200

View File

@@ -1,13 +1,13 @@
Source: silentdragonlite Source: silentdragonxlite
Section: utils Section: utils
Priority: optional Priority: optional
Maintainer: onryo <onryo@hush.land> Maintainer: onryo <onryo@hush.land>
Standards-Version: 4.6.0 Standards-Version: 4.6.0
Homepage: https://hush.is Homepage: https://dragonx.is
Vcs-Browser: https://git.hush.is/hush/SilentDragonLite Vcs-Browser: https://git.hush.is/dragonx/SilentDragonXLite
Vcs-Git: https://git.hush.is/hush/SilentDragonLite.git Vcs-Git: https://git.hush.is/dragonx/SilentDragonXLite.git
Package: silentdragonlite Package: silentdragonxlite
Architecture: amd64 arm64 Architecture: amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SilentDragonLite is a lightwallet for HUSH which does not require you to download the full blockchain. Description: SilentDragonXLite is a lightwallet for DRAGONX which does not require you to download the full blockchain.

View File

@@ -1,4 +1,4 @@
# SilentDragonLite Release Process # SilentDragonXLite Release Process
## High-Level Philosophy ## High-Level Philosophy
@@ -31,7 +31,7 @@ git push
## Adding Checkpoints ## Adding Checkpoints
Adding checkpoints make SDL sync much faster, especially for brand new wallets. If there are no recent checkpoints, Adding checkpoints make SDL sync much faster, especially for brand new wallets. If there are no recent checkpoints,
when a user makes a new wallet, it will sync from a block far in the past, which wastes time, bandwidth and CPU resources. To add a checkpoint , they are added to the file `lib/src/lightclient/checkpoints.rs` in the silentdragonlite-cli repo, and then the dependency on silentdragonlite-cli is updated in this SDL repo. Here is an example commit that updates checkpoints: when a user makes a new wallet, it will sync from a block far in the past, which wastes time, bandwidth and CPU resources. To add a checkpoint , they are added to the file `lib/src/lightclient/checkpoints.rs` in the silentdragonxlite-cli repo, and then the dependency on silentdragonxlite-cli is updated in this SDL repo. Here is an example commit that updates checkpoints:
https://git.hush.is/hush/silentdragonlite-cli/commit/ef477f152e1a8bb8a5f7883a99e2a74a6f9eeb0b https://git.hush.is/hush/silentdragonlite-cli/commit/ef477f152e1a8bb8a5f7883a99e2a74a6f9eeb0b

View File

@@ -1,75 +0,0 @@
# SilentDragonLite v2.0.2
This is an optional maintenance release.
* Updated checkpoints to 1.710.000 for security and faster syncing of new wallets.
* Removed a no longer supported lite server.
# SilentDragonLite v2.0.1 "Ethereal Electric Eel"
* Notes automation: https://git.hush.is/hush/SilentDragonLite/commit/84196cda87bc86802691fb89d1f89e3d52c9c412, https://git.hush.is/hush/SilentDragonLite/commit/fb1626d11d730e8c6d6f632c4be10acf6079cf45, https://git.hush.is/hush/SilentDragonLite/commit/c802a55bac46e18ee07f56e08e3e22c96d0f363b, https://git.hush.is/hush/SilentDragonLite/commit/c6e8268450fdeb4dfad2e29ecd9af1e0b276fab1, https://git.hush.is/hush/SilentDragonLite/commit/618625bc00fa8727befd146076b2d90dfd6b9f3b.
* Set notes automation only for HushChat related TXs: https://git.hush.is/hush/SilentDragonLite/commit/683718008c930a1226bce393bdf0350726dde2c5.
* Allow custom number of cores to compile via build.sh: https://git.hush.is/hush/SilentDragonLite/commit/fd5eec230ef36d3bf889dfcac5129dedc2f7924a.
* Updated build.sh for better OS compatibility: https://git.hush.is/hush/SilentDragonLite/commit/1fb344a8c251ff2e780fe4484f88b829a37278a1.
* Fix bug in reporting version being compiled in build.sh: https://git.hush.is/hush/SilentDragonLite/commit/f15a28f3ec7169ec27c044f54cb0f828cc4d7167.
* Check for valid QT versions or bail early: https://git.hush.is/hush/SilentDragonLite/commit/68d9388c1b87139d00fcc10ce94dd7a2109fdced.
* Check libsodium sha256 checksum: https://git.hush.is/hush/SilentDragonLite/commit/156b1a6defa974c804709678db14fbe3a0d9e477.
* Add Sticky Server and Note Automation as GUI checkbox in the settings: https://git.hush.is/hush/SilentDragonLite/commit/6f7fd863f01ed84596cc9661a989cac6c8d15816.
* Add custom Fee: https://git.hush.is/hush/SilentDragonLite/pulls/146.
* Fix for the getRandomServer() function: https://git.hush.is/hush/SilentDragonLite/issues/144.
* Disable passphrase length and seed to STDOUT: https://git.hush.is/hush/SilentDragonLite/commit/0c10cf1243e1b9a1c716a8a59d462a2f345e91f6, https://git.hush.is/hush/SilentDragonLite/commit/775135cc4478dfcf276de78811d18cc6dddec7d2, https://git.hush.is/hush/SilentDragonLite/commit/a32146470b47fed5ee3752e7e2a82163df0e3062.
* Move connection errror to status Bar: https://git.hush.is/hush/SilentDragonLite/pulls/148.
# SilentDragonLite v2.0.0 "Shielded Supersonic"
* Mempool integration: https://git.hush.is/hush/SilentDragonLite/commit/3962b42e3098863a8b959de1b12b029c13008cbe, https://git.hush.is/hush/SilentDragonLite/pulls/126.
* Improve error handling when restoring from seedphrase: https://git.hush.is/hush/SilentDragonLite/commit/5d5447aced2c6b2a16e7dc1efd6a235c478480fb, https://git.hush.is/hush/SilentDragonLite/commit/6165733e039defc58d56fb34add5b0be43dba72d, https://git.hush.is/hush/SilentDragonLite/commit/1e6e77055b2df916af69c1c5ab16cc9294b29344.
* Remove websockets, we now have a standalone Android wallet: https://git.hush.is/hush/SilentDragonLite/commit/430a7ab47424a3b5f9af95f47913cecb7aee05d0, https://git.hush.is/hush/SilentDragonLite/commit/3b6da338c910f4a901d65cae3fad262db09c393f.
* Try another server if current is down when creating new seed: https://git.hush.is/hush/SilentDragonLite/commit/3f8ae1f9d75766331e3d1bb7689e7b18850061e1, https://git.hush.is/hush/SilentDragonLite/commit/557e10e5e8c35a102e82370517bf3a7a5ab25fca.
* Try another server if current is down when restoring during a rescan; report down server in error: https://git.hush.is/hush/SilentDragonLite/commit/f7787fe9e92ec560b48550728315e7068f8f815f.
* Report server in error when saving wallet as part of rescan: https://git.hush.is/hush/SilentDragonLite/commit/17fcb84a897ddc5b8e62241d2a3da2576200e618, https://git.hush.is/hush/SilentDragonLite/commit/51483843ac148be7d2c6956147e2fc57e144c387.
* Make sure to init from phrase when trying a new server during restore in first time wizard: https://git.hush.is/hush/SilentDragonLite/commit/ad5b294d95953bfe2f6061e20829da79919647a6.
* Initialize a new server connection from seedphrase when restoring from seed: https://git.hush.is/hush/SilentDragonLite/commit/c7e0f0fae6ea41e23ef3abc3035ecaa807201d95.
* Try another server if current is down when saving wallet via a rescan: https://git.hush.is/hush/SilentDragonLite/commit/9befa3450fdeea8a76bae324811f49b0593a151f.
* Try another server if we get an error when executing an RPC: https://git.hush.is/hush/SilentDragonLite/commit/7e54360b7215627a613a309960386ebd455a68dd, https://git.hush.is/hush/SilentDragonLite/commit/b84828604f8c9aa25acf41e90fdf5e9f4118e6bd, https://git.hush.is/hush/SilentDragonLite/commit/77ac1f99ae9a2b0b42ae752e1ce457ff9abdfcd8, https://git.hush.is/hush/SilentDragonLite/commit/f46e1b4a578b3af2d4b6cbe4754959278bbfdba9, https://git.hush.is/hush/SilentDragonLite/commit/bfdda1f1af7e4bc42dc1a4e10985e6c152dad8bd, https://git.hush.is/hush/SilentDragonLite/issues/119. (NOT READY YET)
* Update current server on info tab since it can change at run-time: https://git.hush.is/hush/SilentDragonLite/commit/a080d0ca80d757519367a38a480caee0fb1f0173.
* Misc: https://git.hush.is/hush/SilentDragonLite/commit/5508050fcca66cda38045b0f80535e3aea2aad50, https://git.hush.is/hush/SilentDragonLite/commit/cb0de2c3f6fd4b378fbfe9d37d90287c38196be4.
* Look for non-empty responses instead of the string "OK": https://git.hush.is/hush/SilentDragonLite/commit/51fe4d6cde15c1ae6b7c7930bfd4878a174f5ac5.
* Check for a non-empty response from litelib_execute: https://git.hush.is/hush/SilentDragonLite/commit/7364e21f999693825f1bd59a0814f7534e9d6f90.
* Docs: https://git.hush.is/hush/SilentDragonLite/commit/d05d8271ecc78cad6acae8d335ada7f394d72fe6, https://git.hush.is/hush/SilentDragonLite/commit/9a7e87fa1d089c2c8eb7c8abfe843d6954f384cf.
* Debug: https://git.hush.is/hush/SilentDragonLite/commit/5b33cb3638adc17f414e1f211d90b124b4f0dc69.
* deb stuff: https://git.hush.is/hush/SilentDragonLite/commit/aa58e3a4ce162e828a1ae25a2f242285296b33db, https://git.hush.is/hush/SilentDragonLite/commit/d8ff0de15d78d6daf3dc280f4f70c62adae40340, https://git.hush.is/hush/SilentDragonLite/commit/b8c18aa38b3b18d0e630423004fbf70284446a21, https://git.hush.is/hush/SilentDragonLite/commit/eca9c53ff7346f48706740443f10273a91df4475.
# SilentDragonLite v1.5.3 "Mythical Coelacanth"
* Change lite server after sending a tx for improved privacy: https://git.hush.is/hush/SilentDragonLite/commit/a8fc12e0e2b2324db21407f4848f2d4aa59f4575.
* Update silentdragonlite-cli dependency, this makes syncing new wallets drastically faster: https://git.hush.is/hush/SilentDragonLite/commit/670bc598265f70b7140af4b8287ddcf28a6a6a04.
* Add backend servers `lite.hushpool.is` and `lite2.hushpool.is`: https://git.hush.is/hush/SilentDragonLite/commit/6c5ffca05615b21ea3651897f108eb576ecc07a8, https://git.hush.is/hush/SilentDragonLite/commit/1a7af9682c2bb42959d0a8e0c826477f1ee79c95.
* Add backend servers `poop.granitefone.me` and `wtfistheinternet.hush.is`: https://git.hush.is/hush/SilentDragonLite/commit/8a5c8e4898aac993736a150f77c880a3b6c153f8, https://git.hush.is/hush/SilentDragonLite/commit/5427d400e406915562aa285bbc3bb325092672c7.
* Add backend servers `lite.myhush.org` and `lite.hush.community`: https://git.hush.is/hush/SilentDragonLite/commit/c0fe5d281cdd21da6f55d0fc300842ab4f729c22
* Remove sprout code and unused migration ui: https://git.hush.is/hush/SilentDragonLite/commit/6cab5f68f9b2c59b23ae590515ed802abe7d08e7, https://git.hush.is/hush/SilentDragonLite/commit/3f9fc49207c2455dad857f76984fef5ba35560a9.
* Fix cancelEvent warning and better logging and error checking, fix some compiler warnings: https://git.hush.is/hush/SilentDragonLite/commit/5f8babd5a192f0f7a30b2b22321c9919fba67187, https://git.hush.is/hush/SilentDragonLite/commit/cbc77e9d58c4808297f63c6da1950ba9a5945b2c.
* Fix various bugs in the New Wallet Wizard: https://git.hush.is/hush/SilentDragonLite/commit/7649418a7b52c6452726ba047c8039eb90a79714, https://git.hush.is/hush/SilentDragonLite/commit/ff8692fa391ccb6ea889002a6fff14419a5e68c6, https://git.hush.is/hush/SilentDragonLite/commit/5825b30e71847663fa2666f629c598c781b1480d.
* Ignore leading/trailing spaces in wallet birthday when importing a seed: https://git.hush.is/hush/SilentDragonLite/commit/9e8e95200c80cdc9280d406d935dbe9074412a9c.
* Welcome screen fix: https://git.hush.is/hush/SilentDragonLite/commit/1f7b8186f06fe6807e107b0ebe5e24c3551a54fd, https://git.hush.is/hush/SilentDragonLite/commit/7398c70e2b9f592310e8727f5c9542ccbcb933a9, https://git.hush.is/hush/SilentDragonLite/commit/7398c70e2b9f592310e8727f5c9542ccbcb933a9.
* Show QT Version in About screen: https://git.hush.is/hush/SilentDragonLite/commit/825e50b2ea0a1ce9be9bd78bff784c4790cb11e5.
* Removed confusing text about mining: https://git.hush.is/hush/SilentDragonLite/commit/4aeab433a46437ee42b8852c3f455bcae63065e6.
* Update translations for Spanish, Russian and Belarusian languages: https://git.hush.is/hush/SilentDragonLite/commit/aabb8c5f292d11fbb73f007dda6651928de63d63, https://git.hush.is/hush/SilentDragonLite/commit/fc3c445f219532440b262721d6bc52f251e20b5e, https://git.hush.is/hush/SilentDragonLite/commit/19e12ba5a6e17264873e4ed084391bb13c30f475.
* Add Polish language: https://git.hush.is/hush/SilentDragonLite/commit/a1bb19da8d3242cd1acd80acaaecee8a1979a6dd, https://git.hush.is/hush/SilentDragonLite/commit/78806743b665069d0f65d54d6c69edbec2c89de4.
* Memo stuff: https://git.hush.is/hush/SilentDragonLite/commit/25fab30e1dadefdb93f634692d5ff11f10162f0b, https://git.hush.is/hush/SilentDragonLite/commit/fc3f4ce99b813b57e1a81cf053242ccd17ab13d8, https://git.hush.is/hush/SilentDragonLite/commit/fc3f4ce99b813b57e1a81cf053242ccd17ab13d8, https://git.hush.is/hush/SilentDragonLite/commit/fc3f4ce99b813b57e1a81cf053242ccd17ab13d8.
* Fix no connection status on sync: https://git.hush.is/hush/SilentDragonLite/commit/e179e723f5d6243e74a432273da7ea73893fe174.
* Try to avoid coredumping if zrpc object doesn't exist, which can happen if backend server is misbehaving: https://git.hush.is/hush/SilentDragonLite/commit/fd2fb3757add1d407bf9b8a46652712b9ca88fa7, https://git.hush.is/hush/SilentDragonLite/commit/42b5d182ee639933a8dd639f12f5c99e66f55a63.
* Add debugging: https://git.hush.is/hush/SilentDragonLite/commit/f872c0af6b3a8c6116c580cf9883ac21e14b4d6b, https://git.hush.is/hush/SilentDragonLite/commit/760729f1b1833e4a4fdb398abfed09e405c633ff.
* Add rustc, cargo and libsodium checks: https://git.hush.is/hush/SilentDragonLite/commit/e6d3c8db51752179e630ab271eba4eea53dd2ac2, https://git.hush.is/hush/SilentDragonLite/commit/fc474d797dc170126a9451d4336bad3d36101cf4.
* Update graphics: https://git.hush.is/hush/SilentDragonLite/commit/69ea9ace50de72593c86be7f54871130631c3ba1, https://git.hush.is/hush/SilentDragonLite/commit/fe15384c10783e061a41165ea3fd82b55bb932de.
* Less Microsoft: https://git.hush.is/hush/SilentDragonLite/commit/b0d6aa3285706b50b233a8b8c523b9f2899a272f.
* Windows binary was provided. (in progress)
* Linux binary and debian package were provided. (in progress)
# SilentDragonLite v1.5.2 "Zany Zulu"
* Fixes connection problems for older versions
* Updated one of the community servers to new domain: lite.hush.land
* Fix bug where trailing slash on server name crashes SDL
* Improved error-handling of invalid data at libsodium layer
* Avoid showing corrupted ciphertext in GUI

View File

@@ -7,7 +7,7 @@ assignees: ''
--- ---
Please make sure you have the latest SilentDragonLite and let us Please make sure you have the latest SilentDragonXLite and let us
know if you have any non-default settings. know if you have any non-default settings.
**Describe the bug** **Describe the bug**

56
lib/Cargo.lock generated
View File

@@ -1,7 +1,5 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3
[[package]] [[package]]
name = "adler32" name = "adler32"
version = "1.0.4" version = "1.0.4"
@@ -127,7 +125,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f80256bc78f67e7df7e36d77366f636ed976895d91fe2ab9efa3973e8fe8c4f" checksum = "7f80256bc78f67e7df7e36d77366f636ed976895d91fe2ab9efa3973e8fe8c4f"
dependencies = [ dependencies = [
"backtrace-sys", "backtrace-sys",
"cfg-if", "cfg-if 0.1.10",
"libc", "libc",
"rustc-demangle", "rustc-demangle",
] ]
@@ -230,7 +228,7 @@ dependencies = [
"arrayref", "arrayref",
"arrayvec", "arrayvec",
"cc", "cc",
"cfg-if", "cfg-if 0.1.10",
"constant_time_eq", "constant_time_eq",
"crypto-mac", "crypto-mac",
"digest", "digest",
@@ -330,6 +328,12 @@ version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "chrono" name = "chrono"
version = "0.4.10" version = "0.4.10"
@@ -378,7 +382,7 @@ version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
] ]
[[package]] [[package]]
@@ -394,7 +398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" checksum = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
dependencies = [ dependencies = [
"autocfg 0.1.7", "autocfg 0.1.7",
"cfg-if", "cfg-if 0.1.10",
"lazy_static", "lazy_static",
] ]
@@ -438,7 +442,7 @@ version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3" checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"dirs-sys", "dirs-sys",
] ]
@@ -448,7 +452,7 @@ version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b" checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"libc", "libc",
"redox_users", "redox_users",
"winapi 0.3.8", "winapi 0.3.8",
@@ -523,7 +527,7 @@ version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d" checksum = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"libc", "libc",
"redox_syscall", "redox_syscall",
"winapi 0.3.8", "winapi 0.3.8",
@@ -541,7 +545,7 @@ version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f" checksum = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"crc32fast", "crc32fast",
"libc", "libc",
"miniz_oxide", "miniz_oxide",
@@ -657,7 +661,7 @@ version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"libc", "libc",
"wasi", "wasi",
] ]
@@ -861,9 +865,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.66" version = "0.2.161"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
[[package]] [[package]]
name = "libflate" name = "libflate"
@@ -912,7 +916,7 @@ version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"serde", "serde",
] ]
@@ -974,7 +978,7 @@ version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"fuchsia-zircon", "fuchsia-zircon",
"fuchsia-zircon-sys", "fuchsia-zircon-sys",
"iovec", "iovec",
@@ -1044,7 +1048,7 @@ version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"libc", "libc",
"winapi 0.3.8", "winapi 0.3.8",
] ]
@@ -1334,7 +1338,8 @@ dependencies = [
"blake3", "blake3",
"lazy_static", "lazy_static",
"libc", "libc",
"silentdragonlitelib", "silentdragonxlitelib",
"socket2",
] ]
[[package]] [[package]]
@@ -1847,9 +1852,9 @@ dependencies = [
] ]
[[package]] [[package]]
name = "silentdragonlitelib" name = "silentdragonxlitelib"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.hush.is/hush/silentdragonlite-cli?rev=6476e438d002ca70c941f73bc0188a012d891def#6476e438d002ca70c941f73bc0188a012d891def" source = "git+https://git.hush.is/dragonx/silentdragonxlite-cli?rev=3eaa2fcf939af9821df10b458af11b185f49e287#3eaa2fcf939af9821df10b458af11b185f49e287"
dependencies = [ dependencies = [
"base58", "base58",
"bellman", "bellman",
@@ -1908,13 +1913,12 @@ dependencies = [
[[package]] [[package]]
name = "socket2" name = "socket2"
version = "0.3.11" version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85" checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 1.0.0",
"libc", "libc",
"redox_syscall",
"winapi 0.3.8", "winapi 0.3.8",
] ]
@@ -2011,7 +2015,7 @@ version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"libc", "libc",
"rand 0.7.3", "rand 0.7.3",
"redox_syscall", "redox_syscall",
@@ -2367,7 +2371,7 @@ version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e213bd24252abeb86a0b7060e02df677d367ce6cb772cef17e9214b8390a8d3" checksum = "1e213bd24252abeb86a0b7060e02df677d367ce6cb772cef17e9214b8390a8d3"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"log", "log",
"tracing-attributes", "tracing-attributes",
"tracing-core", "tracing-core",
@@ -2507,7 +2511,7 @@ version = "0.2.58"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c" checksum = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c"
dependencies = [ dependencies = [
"cfg-if", "cfg-if 0.1.10",
"wasm-bindgen-macro", "wasm-bindgen-macro",
] ]

View File

@@ -5,11 +5,12 @@ authors = ["zecwallet", "The Hush Developers"]
edition = "2018" edition = "2018"
[lib] [lib]
name = "silentdragonlite" name = "silentdragonxlite"
crate-type = ["staticlib"] crate-type = ["staticlib"]
[dependencies] [dependencies]
libc = "0.2.58" libc = "0.2.58"
lazy_static = "1.4.0" lazy_static = "1.4.0"
blake3 = "0.3.4" blake3 = "0.3.4"
silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "6476e438d002ca70c941f73bc0188a012d891def" } silentdragonxlitelib = { git = "https://git.hush.is/dragonx/silentdragonxlite-cli", rev = "505fac6b6eef50be9f0e2b375c2fa6815f8bf18c" }
socket2 = "0.3.11"

View File

@@ -10,18 +10,18 @@ PWD := $(shell pwd)
all: release all: release
winrelease: target/x86_64-pc-windows-gnu/release/silentdragonlite.lib winrelease: target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib
target/x86_64-pc-windows-gnu/release/silentdragonlite.lib: src/lib.rs Cargo.toml target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib: src/lib.rs Cargo.toml
SODIUM_LIB_DIR="$(PWD)/libsodium-mingw/" cargo build --lib --release --target x86_64-pc-windows-gnu SODIUM_LIB_DIR="$(PWD)/libsodium-mingw/" cargo build --lib --release --target x86_64-pc-windows-gnu
release: target/release/silentdragonlite.$(EXT) release: target/release/silentdragonxlite.$(EXT)
debug: target/debug/silentdragonlite.$(EXT) debug: target/debug/silentdragonxlite.$(EXT)
target/release/silentdragonlite.$(EXT): src/lib.rs Cargo.toml target/release/silentdragonxlite.$(EXT): src/lib.rs Cargo.toml
LIBS="" CFLAGS=$(CFLAGS) cargo build --lib --release LIBS="" CFLAGS=$(CFLAGS) cargo build --lib --release
target/debug/silentdragonlite.$(EXT): src/lib.rs Cargo.toml target/debug/silentdragonxlite.$(EXT): src/lib.rs Cargo.toml
LIBS="" CFLAGS=$(CFLAGS) cargo build --lib LIBS="" CFLAGS=$(CFLAGS) cargo build --lib
clean: clean:

View File

@@ -8,7 +8,7 @@ use std::sync::{Mutex, Arc};
use std::cell::RefCell; use std::cell::RefCell;
use std::ptr; use std::ptr;
use silentdragonlitelib::{commands, lightclient::{LightClient, LightClientConfig}}; use silentdragonxlitelib::{commands, lightclient::{LightClient, LightClientConfig}};
// We'll use a MUTEX to store a global lightclient instance, // We'll use a MUTEX to store a global lightclient instance,
// so we don't have to keep creating it. We need to store it here, in rust // so we don't have to keep creating it. We need to store it here, in rust

View File

@@ -3,13 +3,13 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>silentdragonlite</string> <string>silentdragonxlite</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string> <string>Created by Qt/QMake</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>logo.icns</string> <string>logo.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.MyHush.SilentDragonLite</string> <string>is.dragonx.SilentDragonXLite</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -1,646 +0,0 @@
/* XPM */
static char *_579431551221[] = {
/* columns rows colors chars-per-pixel */
"512 512 128 2 ",
" c black",
". c #2D2D2E",
"X c #2F2F30",
"o c #302F31",
"O c #323233",
"+ c #373738",
"@ c #383739",
"# c gray23",
"$ c #3F3F40",
"% c #403F40",
"& c #434344",
"* c #474748",
"= c #484748",
"- c #4B4B4C",
"; c #4F4F50",
": c #504F50",
"> c #535253",
", c #575658",
"< c #585757",
"1 c #585758",
"2 c #5A5A5B",
"3 c #5F5F60",
"4 c #605F5F",
"5 c #605F60",
"6 c #626262",
"7 c #676768",
"8 c #686767",
"9 c #686768",
"0 c #6B6B6C",
"q c #6F6F70",
"w c #706F6F",
"e c #706F70",
"r c #747374",
"t c #787777",
"y c #787778",
"u c #7C7B7C",
"i c #7F7F80",
"p c #807F7F",
"a c #807F80",
"s c #848484",
"d c #888787",
"f c #888788",
"g c #8C8B8C",
"h c #8F8F90",
"j c #908F90",
"k c #949394",
"l c #989797",
"z c #989798",
"x c #9D9C9D",
"c c #9F9FA0",
"v c #A09F9F",
"b c #A09FA0",
"n c #A4A3A4",
"m c #A8A6A7",
"M c #A8A7A8",
"N c #ACABAC",
"B c #B0AFAF",
"V c #B0AFB0",
"C c #B4B3B4",
"Z c #B7B7B9",
"A c #B8B7B8",
"S c #BCBCBC",
"D c #BFBFC0",
"F c #C0BFC0",
"G c #C4C3C4",
"H c #C7C7C8",
"J c #C8C7C7",
"K c #C8C7C8",
"L c #CBCBCB",
"P c #CFCFD0",
"I c #D0CFCF",
"U c #D0CFD0",
"Y c gray83",
"T c #D8D7D7",
"R c #D8D7D8",
"E c gray86",
"W c #DFDFE0",
"Q c #E0DFDF",
"! c #E0DFE0",
"~ c #E4E4E4",
"^ c #E8E7E7",
"/ c #E8E7E8",
"( c #ECEBEC",
") c #F0EFF0",
"_ c #F4F4F4",
"` c #F7F7F8",
"' c #F8F7F7",
"] c #F8F7F8",
"[ c white",
"{ c black",
"} c black",
"| c black",
" . c black",
".. c black",
"X. c black",
"o. c black",
"O. c black",
"+. c black",
"@. c black",
"#. c black",
"$. c black",
"%. c black",
"&. c black",
"*. c black",
"=. c black",
"-. c black",
";. c black",
":. c black",
">. c black",
",. c black",
"<. c black",
"1. c black",
"2. c black",
"3. c black",
"4. c black",
"5. c black",
"6. c black",
"7. c black",
"8. c black",
"9. c black",
"0. c black",
"q. c black",
"w. c black",
"e. c black",
"r. c black",
"t. c black",
"y. c black",
"u. c None",
/* pixels */
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S J u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S C C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.V r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 6 V u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.y u g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 2 > S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S x C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N - r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u > - C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C k N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r > - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S x # 2 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N g n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 & - k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & $ u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N f n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C - # > C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # + - S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n u x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.h - . 2 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.5 # O - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k r k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 = O # n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 2 O O 0 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 0 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & O O 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.K u + . # 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s 6 s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N - X O & n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r O . O & N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u 2 u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r - . . & q u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G - O . O 1 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r - r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 & O . O r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . # r N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 - r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C - O . X & g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C > O . . O & C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.3 & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g = . . . O g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 . . . O - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 & O . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g # X . . O 9 j u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- @ 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s $ O . . O - k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A - O . . . O > N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.& O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n & X . . . # 2 K u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # . . . . O & n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.# O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.q * . . . . . 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 & . . . . O > g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.O X 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 6 & O . . . O & N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . O 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.O . > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n & O . . . . O 2 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s # . . . . . O # n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.O . > G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & . . . . . O & C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S s O . . . . . O & k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G X . - C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 6 & X . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S - O . . . . . O 3 s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A . . - N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u & O . . . . . # q C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 # . . . . . . O ; x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N . . - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k # X . . . . . O - k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S > O . . . . . . O # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G v . . & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 6 & . . . . . . . O k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 . . . . . . . X - u C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S k . . & s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 2 # O . . . . . . + 3 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C s O . . . . . . . O 1 s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g . . # u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S f + X . . . . . . O & s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S - O . . . . . . . O # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n u . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r # . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n $ X . . . . . . . X # s V u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 0 . . + 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N > # . . . . . . . . . 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 $ . . . . . . . . X > r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 0 # O . . . . . . . O & x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . X & s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C s O . . . . . . . . . O 2 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s # . . . . . . . . . O O u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u - . . . # u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n > # . . . . . . . . . O & C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S u O . . . . . . . . . . & 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 # . . . # u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - O . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.M & O . . . . . . . . . . - q u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.9 O . . . # u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N r O . . . . . . . . . . O 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.9 # . . . . . . . . . . . O r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.3 . . . . # G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 6 O . . . . . . . . . . X & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 2 O . . . . . . . . . . X O 0 z u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 . . . . O V u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g * O . . . . . . . . . . . O g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . & 6 M u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> . . . . O n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 2 O . . . . . . . . . . . O > S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r O . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > . . . . O k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 0 . . . . . . . . . . . . . # y u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A - O . . . . . . . . . . . . O 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C - . . . . O s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s = O . . . . . . . . . . . . # 3 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # X . . . . . . . . . . . . # 2 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x - . . . . O 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.D s & O . . . . . . . . . . . . . 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > + . . . . . . . . . . . . . # 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k & . . . . O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 2 . . . . . . . . . . . . . X # g S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.a - . . . . . . . . . . . . . . O > C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S x g u 6 > - & u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.K g u k C G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u - . . . . . . . . . . . . . . O > G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s # . . . . . . . . . . . . . . O > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N k s q 2 - - $ # # O O O O O g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 # . . . . X & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 2 # # # & - > 9 r g n S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.K e # O . . . . . . . . . . . . . O & N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 O . . . . . . . . . . . . . . # > g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G C N k s u 0 1 - & # O O . . . . . . . O x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 + . . . . . # G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> . . . X O + & & > 6 r u g n N F u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g & O . . . . . . . . . . . . . . & 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # . . . . . . . . . . . . . . . O - C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N s r 2 & O . . . . . . . . . . . . . . . O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . O S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 . . . . . . . . . . . O # > 2 u n S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u ; . . . . . . . . . . . . . . . . > g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 + . . . . . . . . . . . . . . . X = s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n g 6 - % O O O O X X . . . . . . . . . . . . . . . @ G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.& o . . . . . . N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . X . X O O O # % 2 u g C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 2 # X . . . . . . . . . . . . . . X & g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N > O . . . . . . . . . . . . . . . O - 0 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C k s 0 > - & # O X . . . . . . . . . . . . . . . . . . . . X # u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.# . . . . . . . x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r & . . . . . . . . . . . . . . . . . o + $ & ; 6 r s N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 9 + X . . . . . . . . . . . . . . . O u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 & . . . . . . . . . . . . . . . . O & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S n s 6 > # O . . . . . . . . . . . . . . . . . . . . . . . . . O & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.# . . . . . . . g S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u > . . . . . . . . . . . . . . . . . . . . . . O & > r x n G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C u & . . . . . . . . . . . . . . . . O & n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 0 . . . . . . . . . . . . . . . . . X # k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g 2 * O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C + . . . . . . . u n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 6 . . . . . . . . . . . . . . . . . . . . . . . . . . O O - u n G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 2 # . . . . . . . . . . . . . . . . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N & O . . . . . . . . . . . . . . . . . & 6 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A k 0 - & # O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x O . . . . . . . 0 h u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n y . . . . . . . . . . . . . . . . . . . . . . . . . . . X O + # & 2 s x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.M > O X . . . . . . . . . . . . . . . . O 1 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r # . . . . . . . . . . . . . . . . . O & 0 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n s q 2 & O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g O . . . . . . . 2 u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.B g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # ; 3 u x C G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 0 + X . . . . . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n & O . . . . . . . . . . . . . . . . . X O s G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n s , O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u O . . . . . . . - 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X - 0 g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 1 # . . . . . . . . . . . . . . . . . . O r n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r * . . . . . . . . . . . . . . . . . . . @ 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G x r * # O X X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O O & 6 u N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x - O . . . . . . . . . . . . . . . . . . O - C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.Z r O . . . . . . . . . . . . . . . . . . . # > x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S n r , - # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- X . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X @ % - 0 g M u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S s - O . . . . . . . . . . . . . . . . . . X # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k - X . . . . . . . . . . . . . . . . . . . @ 0 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g r * O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.& X . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 r N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 O . . . . . . . . . . . . . . . . . . . O - S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.F u O . . . . . . . . . . . . . . . . . . . . . 6 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S O . . . . . . . . . & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.& O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.f # O . . . . . . . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . . . . . . . . O - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C y ; & O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N . . . . . . . . . . # N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # & 9 j C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N u # O . . . . . . . . . . . . . . . . . . . . @ u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & . . . . . . . . . . . . . . . . . . . . . O - k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N s 0 - O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O # & - > 6 u x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G x . . . . . . . . . . # x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.a & # O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & 2 q x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C w - . . . . . . . . . . . . . . . . . . . . . O 2 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C , O . . . . . . . . . . . . . . . . . . . . . . > k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G x 2 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . o O O O # $ - - 2 0 u g n G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g . . . . . . . . . . # s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 6 > - & # # O O O . X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - s n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r # . . . . . . . . . . . . . . . . . . . . . X # f K u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . . . . . . . . . O & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 - + O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # & 2 r g N G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x r . . . . . . . . . . O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C k s 6 - & # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X X O # > x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 + X . . . . . . . . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k # X . . . . . . . . . . . . . . . . . . . . . O # 0 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k r - # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O & > 6 s x N G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u 2 . . . . . . . . . . O = u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S N g r 6 - # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O * 3 y C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 # . . . . . . . . . . . . . . . . . . . . . . O - x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C ; O . . . . . . . . . . . . . . . . . . . . . . O & g S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k 6 * . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O # - > 3 r s x S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 ; . . . . . . . . . . X # u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n x u 6 1 - % + O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # - s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 2 $ . . . . . . . . . . . . . . . . . . . . . . . # 6 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.f # . . . . . . . . . . . . . . . . . . . . . . . . $ 6 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # - 0 j N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> # . . . . . . . . . . . O u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S n r > = O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - 0 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C > O . . . . . . . . . . . . . . . . . . . . . . . . 2 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . . . . . . . . . . X + - N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u - # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & > y n S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . X C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C s 6 - @ X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O & 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r > O . . . . . . . . . . . . . . . . . . . . . . . X # b u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > . . . . . . . . . . . . . . . . . . . . . . . . X O 0 b u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n > O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # - 2 u k n G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.& . . . . . . . . . . . . . x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C n s 0 2 & O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & 6 s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s - # . . . . . . . . . . . . . . . . . . . . . . . . O 6 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r + . . . . . . . . . . . . . . . . . . . . . . . . . O 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G x - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O O # - 6 u x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & . . . . . . . . . . . . . f N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N x 0 - & # O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # 0 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x & O . . . . . . . . . . . . . . . . . . . . . . . . X # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 2 O . . . . . . . . . . . . . . . . . . . . . . . . . O & j u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.M ; # . . . . . . . . . . . . . . . . . . . . . . . . . . . X O & 0 s S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.z # . . . . . . . . . . . . . 0 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n s > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C u & O . . . . . . . . . . . . . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n # O . . . . . . . . . . . . . . . . . . . . . . . . . O * s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C u & . . . . . . . . . . . . . . . . . . . . . . . X # > r k S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r O . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.K n g 6 & O . . . . . . . . . . . . . . . . . . . . . . . . . . . O - g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 2 & O . . . . . . . . . . . . . . . . . . . . . . . . . O 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > O . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 0 # O . . . . . . . . . . . . . . . . . . X O & - 6 s n G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . & r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S k 0 2 - + O . . . . . . . . . . . . . . . . . . . . . . . O - r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u # O . . . . . . . . . . . . . . . . . . . . . . . . . X # u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & . . . . . . . . . . . . . . . . . . . . . . . . . . . . # r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . . . . X O - u x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.& O . . . . . . . . . . . . . O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S k > # O . . . . . . . . . . . . . . . . . . . . . . - g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r O . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 & . . . . . . . . . . . . . . . . . . . . . . . . . . . X # 0 m u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 6 O . . . . . . . . . . . . X O - r x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.O . . . . . . . . . . . . . . . > G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C k 6 # O . . . . . . . . . . . . . . . . . # 2 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g - @ . . . . . . . . . . . . . . . . . . . . . . . . . . . O & N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n 3 # O . . . . . . . . O & > y x S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S X . . . . . . . . . . . . . . . - N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N s 0 > + X . . . . . . . . . . . . X - 0 M u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x > + . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G g O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x > # X . . . . . O # - 0 g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n . . . . . . . . . . . . . . . . & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N s > # O X . . . . . . . . . O # y n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.J 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.V r # . . . . O - r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G a . . . . . . . . . . . . . . . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 0 # X . . . . . . . O # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > r G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x & # & 6 z S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 2 . . . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r > # . . . . # 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 0 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O r n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r 6 0 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - . . . . . . . . . . . . . . . . O & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N s 6 & O O + 3 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k @ . . . . . . . . . . . . . . . . . # G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s - & > S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u O . . . . . . . . . . . . . . . . . O x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x - O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & B u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & 6 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 . . . . . . . . . . . . . . . . . . O u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k 6 O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 9 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 . . . . . . . . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X 2 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O 2 s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 & . . . . . . . . . . . . . . . . . . X # G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O * r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . . . . . . O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x r $ O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O r C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 5 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.# O . . . . . . . . . . . . . . . . . . . . z G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 0 - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . o # z u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N + . . . . . . . . . . . . . . . . . . . . . r x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # > x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u O . . . . . . . . . . . . . . . . . . . . . > r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G s - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 j u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G $ X . . . . . . . . . . . . . . . . . . . . . O & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N O . . . . . . . . . . . . . . . . . . . . . . . # N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N s . . . . . . . . . . . . . . . . . . . . . . . . + y u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & u C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 0 . . . . . . . . . . . . . . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + - N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 & . . . . . . . . . . . . . . . . . . . . . . . . X # u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G s - X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O - g S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . . . . . . . . . . . . O n G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A 5 & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . , g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 1 u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # . . . . . . . . . . . . . . . . . . . . . . . . . . . u n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r $ O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . o % r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s # . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O ; x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + > y u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S O . . . . . . . . . . . . . . . . . . . . . . . . . . . . X ; N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N r & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + - x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C u - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # u N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O , u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N ; + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # > g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C s & O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # < k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O h u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O u N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - s G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 0 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # > C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 7 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s $ X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O > g C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . u n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 0 - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n , O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 3 s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S s & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G - X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . , g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O > s S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 9 & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n u & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O i G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.y - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O > y u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 0 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S e # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - D u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N u O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u 2 # o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # r n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X - v u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.j > # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.K 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . * 0 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 0 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # > k S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 0 - O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 0 b u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 y N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.e - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > V u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n r & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N $ O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O u n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O & 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # > G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k - X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # - u C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s 6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 0 - O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - s n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 2 & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X $ x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 6 & o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & e S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & s G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 0 # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X 2 z u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O - 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G x 2 % O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & 2 g C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.f 6 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # r N K u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x u 2 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # 0 g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 0 f u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G s - # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & 0 z G u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 6 > X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O : x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.G s > & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.J G S C N n x k k k h g g k k z x n N C S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # - 2 u k N K u.u.u.u.u.u.u.N k r > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # & & # O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - 6 r x S u.u.u.u.u.u.u.u.N s 0 2 & O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G S C n n x k k k g g k k k x x n N C S G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G S C N b k g s u r 0 0 6 6 3 2 2 2 2 6 6 6 0 u s g x n V S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S s O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O - 6 r k N C S S C N k r 2 & O . . . . . . . . . . . . . . . . . . . . . . . . . . . X # & > 6 0 e 0 2 > & O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # & 0 g k N S S S C x k r > & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G S N b k g u r 0 6 6 5 2 2 2 2 6 6 6 0 e u s g k x n N C S G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G C n g s 0 2 > - & # O O O . . . . . . . . . . . . . . . . . . . . O O # & 2 9 s n S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # # & & # # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # r g G E ~ ~ ~ Y S j > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O # & & & # O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C k u 6 - & # O O . . . . . . . . . . . . . . . . . . X X O O O # & - 1 6 r s x N A u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G C n g r 0 2 > - & # # # O O O O O O . . . . . . . . . . . . . . . . . . . . . . . . X O O O O # % - 2 r x S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X . X O O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # > N ~ ( _ [ [ [ [ [ _ ( L u 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X X X O X O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.V s 0 > & # # O O O . . . . . . . . . . . . . . . . . . . . . . . . X o X O O O O O # # & & - 2 6 0 s k n D u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S x g u 6 - & # O O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # = 5 e g N G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 k E [ [ [ [ [ [ [ [ [ [ ( S n - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S x g 0 > & # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O # # * 2 0 u k N S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g u 0 2 - & # # O O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # 2 s N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G ; O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X - k E [ [ [ [ [ [ [ [ [ [ [ [ _ ~ y # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 - # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O O # # & > 6 0 s n C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G M s 0 > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # > k A u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r = . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O n Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ > # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - F u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O & > r k N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G C k s 6 & # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O + - 2 u C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 6 X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > E _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ g 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @ r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.l u > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # > 6 s n C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G S k r 6 > & # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X + - s N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G y O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 0 ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ N s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 6 - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O # - > 0 s x S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g 6 > # O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & 6 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x - X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & x [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E N X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.z 6 @ X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O O # > u x S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N r > # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O + & u n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - C [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ G O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 2 & O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O $ 6 g N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S n g 6 - # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - 6 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.V j 2 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # 2 r g N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N r 2 & O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O * k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.C & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O O O O O O . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . X O O O O O O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 0 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 0 - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O # & 6 k S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 0 - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > s u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & 2 6 0 0 2 - O . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . O - 2 6 0 2 - # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # g u.u.u.u.u.u.u.u.u.u.u.u.u.S u # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O 1 k C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C x 5 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + & 0 C u.u.u.u.u.u.u.u.u.u.u.u.s & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & r j S L Y E Y L S n 9 - O . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . X > u x S L Y E Y G C s > # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > n u.u.u.u.u.u.u.u.u.u.u.u.g 6 & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - r x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & s M u.u.u.u.u.u.u.u.u.u.u.x - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & 0 n G / _ [ [ [ _ ( Y x r - O . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . O - s N Y ( _ [ [ _ ( ~ S u 6 # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 0 C u.u.u.u.u.u.u.u.u.u.u.b 2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # > u n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 $ O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - s u.u.u.u.u.u.u.u.u.u.G > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X - r E _ [ [ [ [ [ [ [ [ [ _ Y n & O . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . @ & x ~ [ [ [ [ [ [ [ [ [ [ ~ L 0 + X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . k u.u.u.u.u.u.u.u.u.u.N s # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O > r C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # 0 n u.u.u.u.u.u.u.u.u.0 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X - g Y [ [ [ [ [ [ [ [ [ [ [ [ [ ( x # O . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . 0 k ( [ [ [ [ [ [ [ [ [ [ [ [ _ Y 6 $ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O C u.u.u.u.u.u.u.u.u.g > # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # - h G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S z 6 $ O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 0 k u.u.u.u.u.u.u.u.u - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s S _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ U 5 & . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . X & n L [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ x 5 X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & u.u.u.u.u.u.u.u.S k > # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > r x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 6 - O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # ; x u.u.u.u.u.u.u.g > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & S ~ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ g 6 . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . O 2 Y _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y s # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - u.u.u.u.u.u.u.S s - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O + - s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 6 O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O r n u.u.u.u.u.n 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 0 ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L n O . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . # N ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ C 6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.x - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - 0 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & , k u.u.u.u.C u . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & g _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( S # X . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . O & Y _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L g O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # r u.u.u.u.C g - O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # 0 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S f 2 # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 N u.u.u.C s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - n [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ L = X . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . O - ~ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y n O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & u u.u.u.u.s 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & 2 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 6 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - s G u.C s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - C [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y , O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ S # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & s u.u.S 6 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O - s S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & 2 M k r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ; S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 0 C g > O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G c 6 # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # 0 6 > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > r 2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X - 0 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n > # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O + O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # u n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 0 & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 * X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 2 $ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C y O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O O O O O . . . . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O O O O O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G N n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X + & > 2 6 6 6 1 - $ O . . . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . O O & > 2 6 6 2 2 - # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.f 2 # y V u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # 2 k C L ~ ~ E L n u > O O . . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . O % > g A L E ~ E L N y 2 O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 3 M u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.3 O . O - 6 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O r x ~ _ [ [ [ [ [ [ [ ( Y s = O . . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . X 7 n Y _ [ [ [ [ [ [ [ ( Y x - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x r C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C > O . . + & u C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X + 0 N U _ [ [ [ [ [ [ [ [ [ ( G u 2 X . . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . # > n Y _ [ [ [ [ [ [ [ [ [ ( U s , O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 9 > g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.f & . . . . . + r x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - N ~ [ [ [ [ [ [ [ [ [ [ [ [ [ S g # X . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ _ _ ( ~ E E ~ ( ( _ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . O - g ~ [ [ [ [ [ [ [ [ [ [ [ [ [ G s & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + , C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.j - O O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . O $ 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > s _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 0 O . . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ ( C x r 2 > > 2 r s N ~ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . - u ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L g O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 0 O . . X # N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & X . . . . . . . O # r N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O u G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( N & O . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ / G u > - # # + + # # & - 0 n G [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . X u V [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ S - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > # . . . . O s A u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.b O . . . . . . . . . . & u C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & g E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ L > O . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L ( G k - O X . . . . . . . O # r j E _ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . O x L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ E 6 @ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 2 # . . . . . . 0 b u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 0 O . . . . . . . . . . . # - C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 N _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( 0 & . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > G N e O . . . . . . . . . . . . . # r E G # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . X & S ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( g & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k > . . . . . . . . - y u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k & X . . . . . . . . . . . . O - N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O r S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ g > . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . = k * # . . . . . . . . . . . . . . X O g u + . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O > Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ N - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 & O . . . . . . . . O 2 K u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u # . . . . . . . . . . . . . . # k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S u O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O u G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ k 2 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . # 6 + O . . . . . . . . . . . . . . . . 2 1 O . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 2 Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ C - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k - O . . . . . . . . . X - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 . . . . . . . . . . . . . . . . s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.M $ X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s H [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 2 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . o O . . . . . . . . . . . . . . . . . . O O . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 5 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S : . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C : O . . . . . . . . . . . & s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u - . . . . . . . . . . . . . . . # N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . O , u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 9 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 2 # . . . . . . . . . . . . . X & G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . O 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N > O . . . . . . . . . . . . . . # N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # . . . . . . . . . . . . . . . # n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . o & C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . O u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r O . . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.h 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u - . . . . . . . . . . . . . . O > n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . & 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # y u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 . . . . . . . . . . . . . . X % g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & O . . . . . . . . . . . . . . ; u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . * k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C a X . . . . . . . . . . . . . . O u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x . . . . . . . . . . . . . . . X 0 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X > G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n # X . . . . . . . . . . . . . . 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N u . . . . . . . . . . . . . . . # s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G - O . . . . . . . . . . . . . . - i u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 6 . . . . . . . . . . . . . . . & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u - . . . . . . . . . . . . . . . 6 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . . . g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C & O . . . . . . . . . . . . . . & C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > O . . . . . . . . . . . . . X O n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . r n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . . # x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - . . . . . . . . . . . . . . O # S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . O O + + + O O . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . + u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u $ . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . O > 0 u s u 6 > O . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s - . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 + . . . . . . . . . . . . . . & u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.; O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . O > x C E ( ( ( ( ~ E S r $ X . . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 . . . . . . . . . . . . . . X # C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . . & g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . O & u G Y _ [ [ [ [ _ _ E x 6 - X . . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r O . . . . . . . . . . . . . . O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G $ X . . . . . . . . . . . . . . > C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . O 1 g ( [ [ [ [ [ [ [ [ [ [ [ S x # X . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O M u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # . . . . . . . . . . . . . . . g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.M O . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . O 2 n ( [ [ [ [ [ [ [ [ [ [ [ [ [ ( k # . . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - . . . . . . . . . . . . . . . 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g O . . . . . . . . . . . . . . & r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . + k L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L > # . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 6 . . . . . . . . . . . . . . . 2 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r O . . . . . . . . . . . . . . > s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> @ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . O & Y ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ r > . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G r . . . . . . . . . . . . . . . - i u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 2 O . . . . . . . . . . . . . . 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . # r _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ A g . . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O v u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x X . . . . . . . . . . . . . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k $ X . . . . . . . . . . . . . . g S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . - n [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ C O . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S # O . . . . . . . . . . . . . X , u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # . . . . . . . . . . . . . . O k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . - N [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( S O . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G $ O . . . . . . . . . . . . . . > G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u . . . . . . . . . . . . . . . # N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . s S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.V 0 . . . . . . . . . . . . . . X - G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . r M u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 # . . . . . . . . . . . . . . & s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 2 . . . . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u & . . . . . . . . . . . . . . # r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > . . . . . . . . . . . . . . O 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k - . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r & . . . . . . . . . . . . . . O g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A > X . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . O n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . X % u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u., # . . . . . . . . . . . . . O # C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . # G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . O & G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . & 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r & . . . . . . . . . . . . . . O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G & . . . . . . . . . . . . . . # - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 1 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ S # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . % a u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . O k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C # . . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # - ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E N + . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 2 . . . . . . . . . . . . . . O s G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # . . . . . . . . . . . . . . & 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . O & Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L k O . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O ; u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 0 . . . . . . . . . . . . . . O r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s # . . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . O n ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ N 6 O . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C s . . . . . . . . . . . . . . O 2 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r O . . . . . . . . . . . . . . 2 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . O 2 L _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y s + . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k . . . . . . . . . . . . . . O - x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 O . . . . . . . . . . . . . . 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . X - C E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ C 0 O . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 5 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x O . . . . . . . . . . . . . X = x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . q C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . 0 k _ [ [ [ [ [ [ [ [ [ [ [ [ [ E 6 # . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N @ X . . . . . . . . . . . . . # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . O u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . O & k / [ [ [ [ [ [ [ [ [ [ ~ L 6 O X . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & O . . . . . . . . . . . . . O s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.& O . . . . . . . . . . . . . O s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . O 2 x G E _ [ [ [ [ _ ( L x s & O . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G * O . . . . . . . . . . . . . O u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.# X . . . . . . . . . . . . . # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . X : u N Y ~ ( ( ~ Y G g ; # . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . r G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S O . . . . . . . . . . . . . . & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G y O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . O O & > 2 6 > & # O . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . 0 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C O . . . . . . . . . . . . . . = x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . X X O O O O O . X . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . . 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N . . . . . . . . . . . . . . . - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 O . . . . . . . . . . . . . . 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G x . . . . . . . . . . . . . . . > N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N $ X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . r n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u # . . . . . . . . . . . . . . 2 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A k . . . . . . . . . . . . . . . 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 9 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # . . . . . . . . . . . . . . > g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N f . . . . . . . . . . . . . . . 0 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O = g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # . . . . . . . . . . . . . . - s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N s . . . . . . . . . . . . . . . e S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.b 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n u . . . . . . . . . . . . . . . u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N & . . . . . . . . . . . . . . * r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x r . . . . . . . . . . . . . . . g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C & O . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 0 . . . . . . . . . . . . . . . g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # s G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & O . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 . . . . . . . . . . . . . . X k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . - n [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G - O . . . . . . . . . . . . . $ 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 6 . . . . . . . . . . . . . . . x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . O - L ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G - O . . . . . . . . . . . . . # 5 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 . . . . . . . . . . . . . . X b u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r - X X O O # & & - - > > 2 2 2 2 > - - & # # O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . O 9 N ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O # & * - > > 2 2 2 2 > > - - & # # O O X O > C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 . . . . . . . . . . . . . . O n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 - & & - - > 2 6 6 0 r r u u u u r 0 0 6 2 > - & $ # # O O . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . X & g Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . X O O # # & * - > 3 6 0 r r u u u u r r 0 6 6 2 > - & & & - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . @ > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s 2 . . . . . . . . . . . . . . O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G N C G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C n s 2 = O . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . & 0 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . O + : r g N K u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G N C G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k 6 - . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . O # s ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . O * a n G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g r > # O . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . O 2 L ~ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . O * , r N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . O : u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S q - O X . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . u n _ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . O O > x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u., # . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C u # X . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . O > N [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . > s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u., # . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.i > . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k - O . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . : S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . + > G _ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . O 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u., # . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u > . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A 4 # . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . ; S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . X # n ~ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . O # & & * * & & # O O . . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . O # g K u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u., # . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C s O . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . ; S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . + N Y [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . # 6 g G E ~ ~ E K N r & O . . . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . & u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u., # . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . - n [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ L - X . . . . . . . . . . . . . . . . . . . . . . . . . . . . - 6 E [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . O 6 S E ) _ [ [ [ [ [ _ ( S n & O . . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u., # . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u # . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . & k _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( G & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . # - S _ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . # - g E _ [ [ [ [ [ [ [ [ [ E G 0 # o . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . 1 f u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> # . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . O C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S - O . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . # r ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y m O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - L ~ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . X 6 s _ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 # . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . O g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s 2 . . . . . . . . . . . . . . O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 & . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . O & L ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ k q . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X 2 s ( [ [ [ [ ( S O . . . . . . . . . . . . . . . . . . . . X & S ~ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ S 0 . . . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . O & S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.f 2 . . . . . . . . . . . . . . O n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . O u S _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - s E [ [ _ b u . . . . . . . . . . . . . . . . . . . . . O s E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( x ; O . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . @ < u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 . . . . . . . . . . . . . . X n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 5 . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . O 2 x ~ [ [ [ [ [ [ [ [ [ [ [ [ [ _ C & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > F ~ ~ Y u 2 . . . . . . . . . . . . . . . . . . . . . + x ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ N 6 O . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . O 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 6 . . . . . . . . . . . . . . X z u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r X . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . > s _ [ [ [ [ [ [ [ [ [ [ [ ~ A & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # & & # O . . . . . . . . . . . . . . . . . . . . . O & Y _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L k O . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G - O . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 . . . . . . . . . . . . . . X k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u O . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . O # 0 C Y [ [ [ [ [ [ [ ( n r - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O X . . . . . . . . . . . . . . . . . . . . . . # ; ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ C # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . # x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G - O . . . . . . . . . . . . . & 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 0 . . . . . . . . . . . . . . . g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u O . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . O - g N Y E ~ ~ ~ E Y S u 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # > _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ S # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . # x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & O . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x r . . . . . . . . . . . . . . . s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s O . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . X + - r s g s 0 2 # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . # n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C & O . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n u . . . . . . . . . . . . . . . u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.i O . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . X O O O O O O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . # x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N & . . . . . . . . . . . . . . * r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N s . . . . . . . . . . . . . . . r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G y O . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.b # . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N g . . . . . . . . . . . . . . . 0 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r X . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # . . . . . . . . . . . . . . - s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A k . . . . . . . . . . . . . . . 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 6 . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . + r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # . . . . . . . . . . . . . . > g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n . . . . . . . . . . . . . . . > N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u # . . . . . . . . . . . . . . 2 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N . . . . . . . . . . . . . . . - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.y - . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . O - G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r O . . . . . . . . . . . . . . 3 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C O . . . . . . . . . . . . . . - x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . O $ C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . . 6 M u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S O . . . . . . . . . . . . . . & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.; O . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . O l u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . 0 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.# X . . . . . . . . . . . . . # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n $ . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . r m u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . r G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.$ X . . . . . . . . . . . . . @ s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.j # . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . 6 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G - O . . . . . . . . . . . . . X u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . O u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . & e u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & O . . . . . . . . . . . . . O s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . 0 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # X . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . O > A u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # X . . . . . . . . . . . . . # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . . 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g O . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . & g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.c O . . . . . . . . . . . . . X & x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r O . . . . . . . . . . . . . . 2 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 0 . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k . . . . . . . . . . . . . . O - v u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # . . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r & . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . O # S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C s . . . . . . . . . . . . . . O 5 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # . . . . . . . . . . . . . . & 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N > O . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & g x n r # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . O s G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 0 . . . . . . . . . . . . . . O r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # . . . . . . . . . . . . . . & 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k & . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > C L Y x - # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . 6 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 6 . . . . . . . . . . . . . . O u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G & . . . . . . . . . . . . . . # - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - C [ [ [ [ C g X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . # s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . O k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . O & G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ _ E s O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . > g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r & . . . . . . . . . . . . . . O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> + . . . . . . . . . . . . . O # C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 6 O . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . . . O # > 0 r r r 9 2 & O . . . . . . . . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ _ G 2 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 # . . . . . . . . . . . . . . # S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . O n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & X . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . X O & > s C S G G n j 6 # O . . . . . . . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ _ g & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . O - A u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . X & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r & . . . . . . . . . . . . . . O g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 2 . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . . # u G ~ _ [ [ [ [ [ _ ( S i & . . . . . . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ _ s 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . O 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S > X . . . . . . . . . . . . . O ; u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > . . . . . . . . . . . . . . O 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . . 2 k E _ [ [ [ [ [ [ [ [ [ _ R C - O . . . . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ E S - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . o # n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x - . . . . . . . . . . . . . . @ 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 2 . . . . . . . . . . . . . . O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C - O . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . . # r A [ [ [ [ [ [ [ [ [ [ [ [ _ E 6 O X . . . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ _ E 6 O X . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . O s S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & . . . . . . . . . . . . . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 0 . . . . . . . . . . . . . . X - G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . . O a G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E > # . . . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ ~ 2 & . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . & r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 # . . . . . . . . . . . . . . & s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u . . . . . . . . . . . . . . . # N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k O X . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . O - Y ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x r . . . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ L x + . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . O - k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.; O . . . . . . . . . . . . . . - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g O . . . . . . . . . . . . . . O x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . # 0 ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ G x O . . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ ( L u O . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.& O . . . . . . . . . . . . . . > S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # X . . . . . . . . . . . . . . g S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 # . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . & g _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ C # . . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ _ S & O . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . X O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S # O . . . . . . . . . . . . . X , u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 2 O . . . . . . . . . . . . . . 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u & . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . - C [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L - X . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ _ n - . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . 2 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x O . . . . . . . . . . . . . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r O . . . . . . . . . . . . . . > s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N - O . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y > O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( k 0 . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . O 0 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G r . . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G s O . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g + . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > K [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ C g O . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . > g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 0 . . . . . . . . . . . . . . . > g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n + . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & X . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ 0 O . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . O - C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - . . . . . . . . . . . . . . . 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.& X . . . . . . . . . . . . . X > C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > X . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ 6 - . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . O , G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # . . . . . . . . . . . . . . . g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . . * k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A > # . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ N s O . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . X # g S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G y O . . . . . . . . . . . . . . O n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 + . . . . . . . . . . . . . . $ r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s # . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ S O . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 8 . . . . . . . . . . . . . . X # C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # X . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . O - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s ; . . . . . . . . . . . . . . O , u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - . . . . . . . . . . . . . . O # G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . + 2 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 $ . . . . . . . . . . . . . . + u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S > X . . . . . . . . . . . . . X O N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> # . . . . . . . . . . . . . . # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . . . g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C & O . . . . . . . . . . . . . . $ C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u - . . . . . . . . . . . . . . . 2 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s # . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 . . . . . . . . . . . . . . . - x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.j > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # > N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.9 O . . . . . . . . . . . . . . $ 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N r . . . . . . . . . . . . . . . # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @ r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G - O . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x . . . . . . . . . . . . . . . . 0 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n # X . . . . . . . . . . . . . . 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & O . . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A 2 O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 0 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C s X . . . . . . . . . . . . . . O u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > O . . . . . . . . . . . . . . & 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - z u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 0 . . . . . . . . . . . . . . . # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r O . . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.q & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u - . . . . . . . . . . . . . . O > n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # . . . . . . . . . . . . . . . + b u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r $ O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > z u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . . . . . . . . . . O u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . O y u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 2 O . . . . . . . . . . . . . . O b u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u., # . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 6 # . . . . . . . . . . . . . . # G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.p - . . . . . . . . . . . . . . . # N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k # X . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 . . . . . . . . . . . . . . . # n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x - + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X @ r x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.c - + . . . . . . . . . . & s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u O . . . . . . . . . . . . O + 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 0 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u > O . . . . . . . . . - x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k & X . . . . . . . . . . . # > S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x > . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 0 O . . . . . . . . . . > k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x > # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ G O . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 # . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k O . . . . . . . . # > x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 6 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( S O . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - s S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r > O . . . . 6 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S # . . . . . . . O - s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.F s O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . - N [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E N . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N s # O . . . u C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 O . . . . . # s N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . $ u _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ C d . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N : # X # N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & . . . # : n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n > # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . O - E _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ r > . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O $ s N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S s 1 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N - X X $ 2 u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G r # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . X # C E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E > # . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.3 + O r C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . O 5 N _ [ [ [ [ [ [ [ [ [ [ [ [ [ ( g # . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x g N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k > # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . O 2 k _ [ [ [ [ [ [ [ [ [ [ [ S x # X . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # r C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 3 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . $ 2 n Y ~ [ [ [ [ [ [ _ ~ C t 2 X . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X * y N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . O : n F ( _ _ _ _ ( ~ G 0 # . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . O O # > r u s u 2 > # O . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X + 6 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s * O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . X O # $ $ # + O . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X + 6 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r = . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 2 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r # o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O ; r G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O 6 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x r & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 6 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 0 - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ x 2 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ S ; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O u G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ k 2 . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . O 2 Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ C - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # e N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.m r & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 0 C [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ u - . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . X - L _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ x & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + - s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 8 = O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > n _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ 6 & . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . X $ C ~ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ u $ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > s N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & h E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ L > O . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . O x L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ E 6 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 2 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 N [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ k # . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . 6 z [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E N # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & s S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N u ; # O O O O O O O + + # # # # # # # # # # + + O O O O O O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 9 E _ [ [ [ [ [ [ [ [ [ [ [ [ [ ! C - O . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . # 6 G _ [ [ [ [ [ [ [ [ [ [ [ [ [ ( N 6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O X O O O O O O O # # # # # # # # # # # + + O O O O O O O & 2 u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S k 0 > > > > 2 2 2 2 6 6 6 0 0 0 0 0 0 0 0 0 0 6 6 6 6 2 2 > > > - - * & & # + O O O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - N E _ [ [ [ [ [ [ [ [ [ [ [ _ S g + X . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . O - k E _ [ [ [ [ [ [ [ [ [ [ [ _ G s & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X X O O O # # & & - - > > > 2 2 2 6 6 6 7 0 0 0 0 0 0 0 0 0 6 6 6 6 2 2 2 , > > > 2 0 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G x k x N C S G K u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G S C N x k s u 6 > - & # + O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - N Y [ [ [ [ [ [ [ [ [ [ _ G 0 & . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . X O . . . . . . . . . . . . . . . . . . O O o . . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . O # n Y [ [ [ [ [ [ [ [ [ [ _ E 0 & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O # # & - 2 0 u g z n V S F G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G F S C n x k N G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S C x s r 2 - # O O . . . . . . . . . . . . . . . . . . . . . . . . . . . O & 2 x Y ( _ [ [ ' _ ~ S g - + O . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . & u + O . . . . . . . . . . . . . . . . 0 0 # X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . X $ 6 g L ( _ [ [ [ _ ~ C k > + O . . . . . . . . . . . . . . . . . . . . . . . . . . X O # $ > 6 u k n C G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S C n k d r 6 2 & # O X . . . . . . . . . . . . . . . . . . . . . . O # 3 s k n C C N n g r > O X . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . > V 0 - O . . . . . . . . . . . . . O - N x & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . X & > u z n N C N n g 0 2 @ X . . . . . . . . . . . . . . . . . . . . . . O O & - 2 0 u g x N C G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n k r 2 - & # O O . X . . . . . . . . . . . . . . . . . . . . O & > 6 6 2 - O O . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 R N r & O X . . . . . . . . . . @ & u ~ H & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . X & - 5 6 2 > # X . . . . . . . . . . . . . . . . . . . . . O O # # & > 9 u k C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g 6 - # O . . . . . . . . . . . . . . . . . . . . . X O O O O X X . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E _ Y b = O . . . . . . . . X # e j ( [ L & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O O O X X . . . . . . . . . . . . . . . . . . . . . O # - u z C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.V g 0 > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E [ _ ( G g u > & # # # - > u N Y ~ [ [ L & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & > u n C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.F n s 6 > & + O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E [ [ [ ) G C g r 0 0 q u g N E _ [ [ [ L & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # * 2 e s N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N g > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ _ _ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - 6 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S k 0 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g 0 > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O $ , s x S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N g 2 & O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # - 6 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 0 & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r - # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O 6 g A u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N r 2 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . # 2 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + & 2 k S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 0 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y 2 O . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . # 1 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N r & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - C [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L - O . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . # - ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ C # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S k > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . * x _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( S & X . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . O & Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y x O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X * 0 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g > $ X . . . . . . . . . . . . . . . . . . . . . . . . . . $ u ) [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y N O . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . O # S _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ S u O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # r N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g & O . . . . . . . . . . . . . . . . . . . . . . . . . O - Y _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ b u . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . O s ~ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( x - X . . . . . . . . . . . . . . . . . . . . . . . . . . . . + : j u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G G G G J u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 2 # . . . . . . . . . . . . . . . . . . . . . . . . . # g G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E 6 - . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . X - C E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ C 0 O . . . . . . . . . . . . . . . . . . . . . . . . . . . X & f N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G G G G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C x l k k g g g k k x x b n M C C S S G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 # . . . . . . . . . . . . . . . . . . . . . . . . O 6 n ~ [ [ [ [ [ [ [ [ [ [ [ [ [ ( V = O . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . O k C _ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ g > . . . . . . . . . . . . . . . . . . . . . . . . . . . O # 0 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G S S C C N N n x x l k k g k x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s # X . . . . . . . . . . . . . O O # & > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r O O . . . . . . . . . . . . . . . . . . . . . . . . 2 x ( [ [ [ [ [ [ [ [ [ [ [ ~ G - O . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . & 2 L _ [ [ [ [ [ [ [ [ [ [ _ ( n & O . . . . . . . . . . . . . . . . . . . . . . . . . . O - 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C h r 6 2 > - % # O o . . . . . . . . . O 3 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 $ . . . . . . . . . . . . . . X . O O # g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u & O . . . . . . . . . . . . . . . . . . . . . . . O & s G ~ [ [ [ [ [ [ [ ( S g > O . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . O O 2 N Y _ [ [ [ [ [ [ [ ( N g & O . . . . . . . . . . . . . . . . . . . . . . . . . . X 6 b u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N > # O O O O O O X . . . . . . . . . . O = N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 6 O . . . . . . . . . . . . . . . . . X 2 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u , O . . . . . . . . . . . . . . . . . . . . . . . O > u k C L Y Y Y K S x r > @ . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . X # 0 g n G Y Y E Y G S z 0 , O . . . . . . . . . . . . . . . . . . . . . . . . . . # > n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G r # X . . . . . . . . . . . . . . . . X & u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g - O . . . . . . . . . . . . . . . . . O 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g $ O . . . . . . . . . . . . . . . . . . . . . . . . O & 9 g k x x s r - O . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . & > u k x n k s 0 & O . . . . . . . . . . . . . . . . . . . . . . . . . . . # - g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k # X . . . . . . . . . . . . . . . . . # 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g # . . . . . . . . . . . . . . . . . . + - N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & O . . . . . . . . . . . . . . . . . . . . . . . . X O O O O O O O X X . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . X O O O O O O O O O . . . . . . . . . . . . . . . . . . . . . . . . . . . X 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.e * . . . . . . . . . . . . . . . . . . . 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r # . . . . . . . . . . . . . . . . . . O 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 7 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r & O . . . . . . . . . . . . . . . . . O > V u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.c > # . . . . . . . . . . . . . . . . . X # s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S u * . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N - O . . . . . . . . . . . . . . . . . O # u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.f 2 X . . . . . . . . . . . . . . . . . . # 6 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x > O . . . . . . . . . . . . . . . . . . $ 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n & O . . . . . . . . . . . . . . . . . X # 2 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > O . . . . . . . . . . . . . . . . . . O r C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s # O . . . . . . . . . . . . . . . . . O # s S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 6 & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x > # . . . . . . . . . . . . . . . . . . O 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 2 # . . . . . . . . . . . . . . . . . . . & f u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 2 O . . . . . . . . . . . . . . . . . . O & x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 O . . . . . . . . . . . . . . . . . . X & 9 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C = X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 2 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 O . . . . . . . . . . . . . . . . . . . & s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 O . . . . . . . . . . . . . . . . . . O # 0 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O r b u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k > # . . . . . . . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x * O . . . . . . . . . . . . . . . . . . O & x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X $ k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 6 # . . . . . . . . . . . . . . . . . . X # r n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & O . . . . . . . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 2 O . . . . . . . . . . . . . . . . . . X O 3 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u > . . . . . . . . . . . . . . . . . . . O # 6 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x : . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.i > O . . . . . . . . . . . . . . . . . . . # 2 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g & O . . . . . . . . . . . . . . . . . . O & u C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G s O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . , Y [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x > # . . . . . . . . . . . . . . . . . . . # 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 0 # X . . . . . . . . . . . . . . . . . . X & u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( S O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + r C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N > O . . . . . . . . . . . . . . . . . . . O > k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . . . . . . . # > C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.a & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . * x [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.y : O . . . . . . . . . . . . . . . . . . . O & N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S u & X . . . . . . . . . . . . . . . . . . O + > n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ k e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 0 & O . . . . . . . . . . . . . . . . . . . O > x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 6 + X . . . . . . . . . . . . . . . . . . . O r x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - L ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( r > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k & O . . . . . . . . . . . . . . . . . . . O : r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 2 # . . . . . . . . . . . . . . . . . . . . O - j u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S g O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O s G _ [ [ [ [ [ [ [ [ [ [ [ [ [ _ C & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N r # . . . . . . . . . . . . . . . . . . . . O & z G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 6 $ . . . . . . . . . . . . . . . . . . . . O & u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G - o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # y S [ [ [ [ [ [ [ [ [ [ [ [ E S > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x > # . . . . . . . . . . . . . . . . . . . . O & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.c r # X . . . . . . . . . . . . . . . . . . . O - u N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - r S ( _ [ [ [ [ [ [ [ _ L k y + X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n 6 # X . . . . . . . . . . . . . . . . . . . O > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 2 O X . . . . . . . . . . . . . . . . . . . . & 6 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # r F Y ( _ _ _ _ ( ~ Y k ; # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X u N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 X . . . . . . . . . . . . . . . . . . . . O & u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > # . . . . . . . . . . . . . . . . . . . . X O > n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O & > u x N V n f y > O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 0 $ O . . . . . . . . . . . . . . . . . . . . O & k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C t & X . . . . . . . . . . . . . . . . . . . . O > r C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O $ * - - - & # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.z 6 # O . . . . . . . . . . . . . . . . . . . . + > x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 9 # X . . . . . . . . . . . . . . . . . . . . O - s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X + g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 0 # X . . . . . . . . . . . . . . . . . . . . O > r G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G 6 # X . . . . . . . . . . . . . . . . . . . . . O 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.f % O . . . . . . . . . . . . . . . . . . . . . O = x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r - . . . . . . . . . . . . . . . . . . . . . X O - r G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.j 9 # O . . . . . . . . . . . . . . . . . . . . . # > N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C g - O . . . . . . . . . . . . . . . . . . . . . O & u C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 2 & . . . . . . . . . . . . . . . . . . . . . X # 6 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.y % O . . . . . . . . . . . . . . . . . . . . . X + r x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k * O . . . . . . . . . . . . . . . . . . . . . X + 2 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > O . . . . . . . . . . . . . . . . . . . . . . X # 0 G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 O . . . . . . . . . . . . . . . . . . . . . . . # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 0 O . . . . . . . . . . . . . . . . . . . . . . O # 6 h G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.j = . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r * # . . . . . . . . . . . . . . . . . . . . . . . > r G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x > # O . . . . . . . . . . . . . . . . . . . . . . # 6 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.V > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X s G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N s * O . . . . . . . . . . . . . . . . . . . . . . O & u n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 2 $ . . . . . . . . . . . . . . . . . . . . . . . . O 6 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O B u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s & O . . . . . . . . . . . . . . . . . . . . . . . O & s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S k & O . . . . . . . . . . . . . . . . . . . . . . X O - 9 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.F g 2 # O . . . . . . . . . . . . . . . . . . . . . . . # 6 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g - # . . . . . . . . . . . . . . . . . . . . . . . O & 9 x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C u 1 # . . . . . . . . . . . . . . . . . . . . . . . O # r n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u > O X . . . . . . . . . . . . . . . . . . . . . . . O > s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 6 @ X . . . . . . . . . . . . . . . . . . . . . . . O # 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r + X . . . . . . . . . . . . . . . . . . . . . . . . O $ u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X $ N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k > # . . . . . . . . . . . . . . . . . . . . . . . . . X > a u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.f - O . . . . . . . . . . . . . . . . . . . . . . . . O & 2 u C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G x r - + O . . . . . . . . . . . . . . . . . . . . . . . O # 0 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r > O X . . . . . . . . . . . . . . . . . . . . . . . . # - s S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 0 & O . . . . . . . . . . . . . . . . . . . . . . . . O & 2 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 2 # O . . . . . . . . . . . . . . . . . . . . . . . . . O - u N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - 9 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G b 2 O X . . . . . . . . . . . . . . . . . . . . . . . . X O - u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u > O . . . . . . . . . . . . . . . . . . . . . . . . X O # & 0 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > & O X . . . . . . . . . . . . . . . . . . . . . . . . . # 2 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S k 6 # O . . . . . . . . . . . . . . . . . . . . . . . . . O & 0 s N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . u x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S x u > # O . . . . . . . . . . . . . . . . . . . . . . . . . O > r M u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n 2 # O . . . . . . . . . . . . . . . . . . . . . . . . . . X # 3 b G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X g C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r > O . . . . . . . . . . . . . . . . . . . . . . . . . . O O - s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - 0 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n r # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 6 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S u & O . . . . . . . . . . . . . . . . . . . . . . . . . . . O # > r j G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r = O . . . . . . . . . . . . . . . . . . . . . . . . . . X O 6 k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 - # X . . . . . . . . . . . . . . . . . . . . . . . . . . . O = 2 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 & . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X & G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . . . . . . . . . . . . . . O % 2 k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 9 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O , u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > . . . . . . . . . . . . . . . . . . . . . . . . . X O > r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k > # . . . . . . . . . . . . . . . . . . . . . . . . . . . . O r S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - . . . . . . . . . . . . . . . . . . . . . . . . O & u S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x u - O X . . . . . . . . . . . . . . . . . . . . . . . . . O 6 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 . . . . . . . . . . . . . . . . O # > 6 6 2 - # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & > 2 6 2 > # X . . . . . . . . . . . . . . . O u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g & . . . . . . . . . . . . . . . . . . . . . . X & 6 g S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G a - # O . . . . . . . . . . . . . . . . . . . . . . . . O > n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r O . . . . . . . . . . . . . . O - 5 s n n x u 2 - # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # - 0 s x n k f 2 # O . . . . . . . . . . . . . . O k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u # . . . . . . . . . . . . . . . . . . . . O O $ 0 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S s > O . . . . . . . . . . . . . . . . . . . . . . . X # k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s O . . . . . . . . . . . . . O 2 G E [ [ [ [ [ E G s & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 s I _ [ [ [ [ [ ~ u - . . . . . . . . . . . . . . + n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . . . . . . . . . . . . . . . . . & 5 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S u > # . . . . . . . . . . . . . . . . . . . . . . O f u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g + . . . . . . . . . . . . O & C ( _ [ [ [ [ [ _ _ E N u - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - k L E _ [ [ [ [ [ [ [ Y s & X . . . . . . . . . . . O # C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.> O . . . . . . . . . . . . . . . . . O % 0 n G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C u 6 & O X . . . . . . . . . . . . . . . . . . . O s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # . . . . . . . . . . . . # 2 E [ [ [ [ [ [ [ [ [ [ E N r # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & r G ( [ [ [ [ [ [ [ [ [ _ n 2 O . . . . . . . . . . . O # G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- O . . . . . . . . . . . . . . . X # : 0 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G s - # O . . . . . . . . . . . . . . . . . . . r G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x # . . . . . . . . . . . . > s [ [ [ [ [ [ [ [ [ [ [ [ _ E r # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 1 u E [ [ [ [ [ [ [ [ [ [ [ [ L k O . . . . . . . . . . . O & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.% X . . . . . . . . . . . . . O O # r n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k 6 O X . . . . . . . . . . . . . . . . . 0 C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - . . . . . . . . . . . . 6 N [ [ [ [ [ [ [ [ [ [ [ [ [ [ E r > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - S E [ [ [ [ [ [ [ [ [ [ [ [ [ ~ A # . . . . . . . . . . . O & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G # . . . . . . . . . . . . . O ; 0 N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N u 2 & O . . . . . . . . . . . . . . . 6 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N > . . . . . . . . . . . . 0 S [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ C k & X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + & k ~ _ [ [ [ [ [ [ [ [ [ [ [ [ [ ( G # . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C @ . . . . . . . . . . X # * r x C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 0 & + O . . . . . . . . . . . . . 2 x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 2 . . . . . . . . . . . . r G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( L 6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - 6 E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( L # . . . . . . . . . . . @ - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n O . . . . . . . . X O $ > r A u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C r : O . . . . . . . . . . . . > g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.Z 7 . . . . . . . . . . . . r G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ L - O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O k G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( L # . . . . . . . . . . . # > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.l O . . . . . . . O # 2 n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.A k 2 $ O . . . . . . . . . > s u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 0 . . . . . . . . . . . . 0 C [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( g 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 L ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ G # . . . . . . . . . . . & 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g O . . . . O O > s n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.K g 0 > $ O X . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r . . . . . . . . . . . . 6 n [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ S r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # k ~ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E C + . . . . . . . . . . . & 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G g O . . O # - 2 s C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S u ; # O X X . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u . . . . . . . . . . . . > g [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ N > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ L k O . . . . . . . . . . . * 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G s O O O & 0 x G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N u - O . . . * r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u . . . . . . . . . . . . # 6 _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y x X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & k _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ C 0 O . . . . . . . . . . . - r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S u & 0 g G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.F x r 6 & O - r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G s . . . . . . . . . . . . O > E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( F # X . . . . . . . . . . . . . . . . . . . . . . . . . . . O > S [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ n - O . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n k C G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G n 0 - 1 u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g . . . . . . . . . . . . . & S _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ > O . . . . . . . . . . . . . . . . . . . . . . . . . . . # 7 ~ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ g O . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g . . . . . . . . . . . . . O t ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ g # . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 g [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ n 6 . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g . . . . . . . . . . . . . O = L ~ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ A & . . . . . . . . . . . . . . . . . . . . . . . . . . . s N [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( 0 & . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g . . . . . . . . . . . . . . O N L [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y & O . . . . . . . . . . . . . . . . . . . . . . . . . X x G [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Y > + . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g . . . . . . . . . . . . . . . 6 g _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( - O . . . . . . . . . . . . . . . . . . . . . . . . . O S E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ( g # . . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g . . . . . . . . . . . . . . . O > C [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ 2 % . . . . . . . . . . . . . . . . . . . . . . . . . O Y ( [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E S % o . . . . . . . . . . . . . . > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s . . . . . . . . . . . . . . . . & u ~ _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 5 & . . . . . . . . . . . . . . . . . . . . . . . . . O Y _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ N s O . . . . . . . . . . . . . . . - u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u . . . . . . . . . . . . . . . . O & S ~ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 6 & . . . . . . . . . . . . . . . . . . . . . . . . . O Y _ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E r - . . . . . . . . . . . . . . . . - r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u . . . . . . . . . . . . . . . . . O > x ~ [ [ [ [ [ [ [ [ [ [ [ [ [ [ _ 2 # . . . . . . . . . . . . . . . . . . . . . . . . . O L ( [ [ [ [ [ [ [ [ [ [ [ [ [ _ ~ r # . . . . . . . . . . . . . . . . . - 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r . . . . . . . . . . . . . . . . . . O 2 g ~ [ [ [ [ [ [ [ [ [ [ [ [ [ ~ - O . . . . . . . . . . . . . . . . . . . . . . . . . O C Y [ [ [ [ [ [ [ [ [ [ [ [ _ G g & O . . . . . . . . . . . . . . . . . & 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r . . . . . . . . . . . . . . . . . . . # 2 S ( _ [ [ [ [ [ [ [ [ [ [ [ L & O . . . . . . . . . . . . . . . . . . . . . . . . . . x S [ [ [ [ [ [ [ [ [ [ [ _ L k 2 O . . . . . . . . . . . . . . . . . . & 5 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S 0 . . . . . . . . . . . . . . . . . . . . O - C L _ [ [ [ [ [ [ [ [ [ ( g # . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 g _ [ [ [ [ [ [ [ [ [ _ Y 0 & . . . . . . . . . . . . . . . . . . . . # 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 2 . . . . . . . . . . . . . . . . . . . . . O & 2 x E _ [ [ [ [ [ [ ~ C & O . . . . . . . . . . . . . . . . . . . . . . . . . . . O > V _ [ [ [ [ [ [ ( S x - O X . . . . . . . . . . . . . . . . . . . . # - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N > . . . . . . . . . . . . . . . . . . . . . . O $ 6 k N G E ~ ~ E G n r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # r C Y E ~ E E G n y 6 # X . . . . . . . . . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.M - . . . . . . . . . . . . . . . . . . . . . . . . O & 6 p m C C N s 2 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # 0 x N S N n u > O . . . . . . . . . . . . . . . . . . . . . . . . O - u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n & . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O + O O . . . . . . . . . . . . . . . . . . . . . . . . . . . O & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X X X . . . . . . . . . . . . . . . . . . . . . . . . . . . . O & u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O x u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O j u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s > O O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.j 0 > > > - - - & & # # O O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O O # # & * - - > > > > 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G S S A C N n k s r 6 > & # O O O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O O + $ & 2 0 u s x N V C S S F G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C k u > # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - 6 u n G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S n s r 1 # O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X + - 2 u x N S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G k 6 - # O X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O # > u k G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G x > O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . & 0 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.z u % X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + & u G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S n 0 & @ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # , 0 M u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.s 2 # X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # 0 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x & O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O - k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g - # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # r g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r 2 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O + 2 S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.9 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O > C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x 0 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O # u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C 0 O . . . . . . . . . . . . . . . . . . . . . . . . . . . . X # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 O . . . . . . . . . . . . . . . . . . . . . . . . . . . - e u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n - # . . . . . . . . . . . . . . . . . . . . . . . . X + s N u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r , X . . . . . . . . . . . . . . . . . . . . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N # X . . . . . . . . . . . . . . . . . . . . . O & S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.x + . . . . . . . . . . . . . . . . . . . . . 0 k u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S - # . . . . . . . . . . . . . . . . . . . # g C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.g 2 . . . . . . . . . . . . . . . . . . O 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k & . . . . . . . . . . . . . . . . O & G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S r X . . . . . . . . . . . . . . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N + X . . . . . . . . . . . . . O - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 O . . . . . . . . . . . . . - r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G & O . . . . . . . . . . . . x S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.2 $ . . . . . . . . . . X # C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.j 0 . . . . . . . . . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N O . . . . . . . . . & C u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G > O . . . . . . . # > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u O . . . . . . . > r u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.K # . . . . . . . g S u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.6 # . . . . X & F u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u $ . . . . O > u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S > . . . . O g u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.0 # . . . # u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.k 6 . . O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n u . . # 0 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N . . - n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.# O 2 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.- # 6 u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.r > u u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.N f n u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.C G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.G u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.S n n N F u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u."
};

BIN
res/SilentDragonXLite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

526
res/SilentDragonXLite.xpm Normal file
View File

@@ -0,0 +1,526 @@
/* XPM */
static char * SilentDragonXLite_xpm[] = {
"512 512 11 1",
" c None",
". c #D82652",
"+ c #FFFFFF",
"@ c #D72652",
"# c #D82552",
"$ c #D82553",
"% c #D82653",
"& c #D82651",
"* c #D92652",
"= c #D82752",
"- c #D82551",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . ",
" . ",
" . ",
" . ",
" . . ",
" . . ",
" .. . ",
" .. . ",
" .. . ",
" .. .. ",
" .. .. ",
" ... .. ",
" .. .. ",
" .. ... ",
" .. ... ",
" .. ... ",
" ... ... ",
" ... ... ",
" ... .... ",
" ... .... ",
" .... .... ",
" .... .... ",
" .... ..... ",
" .... ..... ",
" ..... ..... ",
" ..... ...... ",
" ..... ...... ",
" ...... ...... ",
" ...... ....... ",
" ...... ....... ",
" ....... ....... ",
" ....... ........ ",
" ....... ........ ",
" ........ ........ ",
" ........ ......... ",
" ......... ......... ",
" ......... .......... ",
" ......... .......... ",
" .......... ........... ",
" .......... ........... ",
" ........... ........... ",
" ........... ............ ",
" ............ ............ ",
" .............. ............. ",
" .............. .............. ",
" ............... .............. ",
" ............... ............... ",
" ................ ............... ",
" ................. ................ ",
" ................. ................. ",
" .................. .................. ",
" ................... .................. ",
" ................... .................... ",
" + .................... ..................... ",
" + ..................... ...................... + ",
" ++ ...................... ...................... + ",
" ++ ....................... ....................... + ",
" ++ .......................@ ........................ ++ ",
" ++ ......................... ......................... ++ ",
" ++ .......................... .......................... ++ ",
" ++ ........................... ........................... +++ ",
" +++ ............................ ............................ +++ ",
" +++ ............................. .............................. ++++ ",
" +++ .............................. ............................... +++ ",
" ++++ ............................... ................................ +++ ",
" ++++ ............................... ................................ ++++ ",
" +++++ ............................... ............................... ++++ ",
" ++++ ............................... ..............................# ++++ ",
" ++++ .............................. .............................. +++++ ",
" +++++ .............................. ............................. +++++ ",
" +++++ ............................. ............................. ++++++ ",
" ++++++ ............................ ............................. +++++ ",
" ++++++ ............................ ............................ ++++++ ",
" +++++++ ............................ + ............................ ++++++ ",
" ++++++ ........................... + ........................... ++++++ ",
" ++++++ ........................... ++ .......................... +++++++ ",
" +++++++ .......................... ++ .......................... +++++++ ",
" +++++++ .......................... ++ .......................... +++++++ ",
" ++++++++ ......................... +++ .......................... +++++++ ",
" ++++++++ ......................... +++ ......................... ++++++++ ",
" ++++++++ ......................... ++++ ......................... ++++++++ ",
" ++++++++ ......................... ++++ ........................ +++++++++ ",
" +++++++++ ........................ ++++ ........................ ++++++++ ",
" +++++++++ ........................ ++++ ......................... +++++++++ ",
" +++++++++ ........................ +++++ ........................ +++++++++ ",
" +++++++++ ........................ +++++ ........................ ++++++++++ ",
" ++++++++++ ........................ ++++++ ........................ ++++++++++ ",
" ++++++++++ ........................ ++++++ ....................... ++++++++++ ",
" +++++++++++ ....................... ++++++ ........................ ++++++++++ ",
" ++++++++++ ....................... +++++++ ........................ +++++++++++ ",
" +++++++++++ ........................ +++++++ ....................... +++++++++++ ",
" +++++++++++ ....................... +++++++ ....................... +++++++++++ ",
" ++++++++++++ ....................... ++++++++ ....................... +++++++++++ ",
" +++++++++++ ....................... ++++++++ ........................ ++++++++++++ ",
" ++++++++++++ ....................... ++++++++ ....................... ++++++++++++ ",
" ++++++++++++ ........................ +++++++++ ....................... ++++++++++++ ",
" ++++++++++++ ........................ +++++++++ ....................... ++++++++++++ ",
" +++++++++++++ ....................... ++++++++++ ........................ +++++++++++++ ",
" +++++++++++++ ....................... ++++++++++ ........................ +++++++++++++ ",
" ++++++++++++++ ........................ ++++++++++ ........................ +++++++++++++ ",
" +++++++++++++ ........................ +++++++++++ ........................ ++++++++++++++ ",
" ++++++++++++++ ........................ +++++++++++ ......................... ++++++++++++++ ",
" +++++++++++++++ ........................ ++++++++++++ ........................ ++++++++++++++ ",
" ++++++++++++++ ......................... ++++++++++++ ........................ +++++++++++++++ ",
" +++++++++++++++ ......................... ++++++++++++ ........................ +++++++++++++++ ",
" +++++++++++++++ ......................... +++++++++++++ @......................... +++++++++++++++ ",
" +++++++++++++++ ......................... +++++++++++++ .......................... ++++++++++++++++ ",
" ++++++++++++++++ .......................... ++++++++++++++ .......................... ++++++++++++++++ ",
" ++++++++++++++++ .......................... ++++++++++++++ .......................... ++++++++++++++++ ",
" ++++++++++++++++ .......................... ++++++++++++++ ........................... +++++++++++++++++ ",
" +++++++++++++++++ ............................ +++++++++++++++ ........................... +++++++++++++++++ ",
" +++++++++++++++++ ............................ +++++++++++++++ ........................... +++++++++++++++++ ",
" +++++++++++++++++ ............................ ++++++++++++++++ ............................ ++++++++++++++++++ ",
" ++++++++++++++++++ ............................. ++++++++++++++++ ............................. +++++++++++++++++ ",
" ++++++++++++++++++ ............................. ++++++++++++++++ ............................. ++++++++++++++++++ ",
" ++++++++++++++++++ .............................. +++++++++++++++++ ............................. +++++++++++++++++++ ",
" +++++++++++++++++++ .............................. +++++++++++++++++ ............................... +++++++++++++++++++ ",
" +++++++++++++++++++ ............................... ++++++++++++++++++ ............................... +++++++++++++++++++ ",
" ++++++++++++++++++++ ................................ ++++++++++++++++++ ............................... +++++++++++++++++++ ",
" +++++++++++++++++++ ................................ +++++++++++++++++++ ................................. ++++++++++++++++++++ ",
" ++++++++++++++++++++ .................................. +++++++++++++++++++ ................................. ++++++++++++++++++++ ",
" +++++++++++++++++++++ .................................. ++++++++++++++++++++ .................................. ++++++++++++++++++++ ",
" +++++++++++++++++++++ ................................... ++++++++++++++++++++ ................................... +++++++++++++++++++++ ",
" ++++++++++++++++++++++ .................................... +++++++++++++++++++++ .................................... +++++++++++++++++++++ ",
" +++++++++++++++++++++ ..................................... +++++++++++++++++++++ .................................... ++++++++++++++++++++++ ",
" ++++++++++++++++++++++ ..................................... +++++++++++++++++++++ ...................................... ++++++++++++++++++++++ ",
" ++++++++++++++++++++++ ....................................... ++++++++++++++++++++++ ...................................... +++++++++++++++++++++++ ",
" +++++++++++++++++++++++ ........................................ ++++++++++++++++++++++ ....................................... +++++++++++++++++++++++ ",
" +++++++++++++++++++++++ ........................................ +++++++++++++++++++++++ ......................................... +++++++++++++++++++++++ ",
" ++++++++++++++++++++++++ ......................................... +++++++++++++++++++++++ ......................................... +++++++++++++++++++++++ ",
" ++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++ ........................................ ++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++ ........................................ +++++++++++++++++++++++++ ........................................ +++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++ ....................................... +++++++++++++++++++++++++ ........................................ +++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++ ........................................ ++++++++++++++++++++++++++ ....................................... ++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++ ....................................... ++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ....................................... +++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++ .................................... +++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++ .................................... ++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++ ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + ...................................... +++++++++++ ..................................... ++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ ..................................... ++++++++++ ...................................... +++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++ ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... .....................................$ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ......................................................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++ ....................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................... +++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................. +++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++ ................................................................. ++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++ ................................................................ +++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++ .............................................................. ++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++ ............................................................. ++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++ ............................................................ +++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++ .......................................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++ ......................................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++ ........................................................ +++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ ...................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ ...................................................... ++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ .................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++ ................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ .................................................. ++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ ................................................ +++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ ............................................... +++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ .............................................. +++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++ ............................................ +++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++ ........................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++ .......................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ .......................................... +++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++ ............................................ +++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++ .............................................. ++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++ ............................................... +++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++ ................................................ +++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++ .................................................. ++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++ .................................................... +++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++ ..................................................... ++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++ ....................................................... ++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++ ........................................................ ++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++ .......................................................... ++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++ ............................................................ +++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++ ............................................................. +++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++ ............................................................... +++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++ ................................................................ +++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++ .................................................................. +++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++ .................................................................... ++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ ..................................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ ....................................................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++ ........................................................................ +++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++ .......................................................................... ++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................ +++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++ .............................................................................. ++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................................................. +++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................................................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................................................................# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ........................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ............................................ +++++++++++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................ +++++++++++++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................ +++++++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................. +++++++++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++++++++ ............................................ ............................................. ++++++++++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++++++ ............................................. ............................................ ++++++++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++++++++ ............................................. ............................................ +++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++ ............................................. ............................................. +++++++++++++++++++++++++++ ",
" ++++++++++++++++++++++++ ............................................ ............................................. ++++++++++++++++++++++++ ",
" +++++++++++++++++++++ ............................................. ............................................. ++++++++++++++++++++++ ",
" ++++++++++++++++++ ............................................. ............................................. +++++++++++++++++++ ",
" +++++++++++++++++ ............................................. .............................................. ++++++++++++++++ ",
" ++++++++++++++ ............................................. .............................................. ++++++++++++++ ",
" ++++++++++++ .............................................. ............................................. +++++++++++ ",
" +++++++++ .............................................. ............................................. +++++++++ ",
" +++++++ .............................................. ++ ............................................. ++++++ ",
" +++++ ............................................. ++++ .............................................. +++++ ",
" ++ ............................................. +++++ .............................................. +++ ",
" .............................................. ++++++ .............................................. ",
" .............................................. ++++++++ .............................................. ",
" .............................................. ++++++++++ ............................................... ",
" .............................................. +++++++++++ ............................................... ",
" .............................................. +++++++++++++ .............................................. ",
" ............................................... ++++++++++++++ .............................................. ",
" ............................................... ++++++++++++++++ .............................................. ",
" .............................................. ++++++++++++++++++ .............................................. ",
" .............................................. +++++++++++++++++++ ............................................... ",
" .............................................. +++++++++++++++++++++ ............................................... ",
" ............................................... ++++++++++++++++++++++ ............................................... ",
" ............................................... ++++++++++++++++++++++++ ............................................... ",
" ............................................... ++++++++++++++++++++++++++ ............................................... ",
" ............................................... ++++++++++++++++++++++++++++ ................................................ ",
" ............................................... +++++++++++++++++++++++++++++ ............................................... ",
" ............................................... ++++++++++++++++++++++++++++++ ............................................... ",
" ................................................ ++++++++++++++++++++++++++++++++ ............................................... ",
" %............................................... ++++++++++++++++++++++++++++++++++ ............................................... ",
" ............................................... ++++++++++++++++++++++++++++++++++++ ............................................... ",
" ............................................... +++++++++++++++++++++++++++++++++++++ ................................................ ",
" ............................................... +++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ............................................... ++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................& ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" *............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %............................................... ",
" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
" ............................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
" .............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
" .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
" .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................= ",
" .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ",
" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ",
" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ",
" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ",
" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ",
" ........................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ",
" .......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................... ",
" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................... ",
" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ......................................... ",
" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................ ",
" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................ ",
" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................ ",
" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ....................................... ",
" ....................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ....................................... ",
" ....................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ",
" ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ",
" ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
" ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
" ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
" ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................... ",
" .................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
" .................................... ++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++ .................................... ",
" ................................... ++++++++++++++ +++++++++++++++++++++++++++++++++++++++++ +++++++++++++++ .................................... ",
" .................................... ++++++++++++ ++++++++++++++++++++++++++++++++++++++ ++++++++++++ ................................... ",
" ................................... ++++++++++ ++++++++++++++++++++++++++++++++++++ ++++++++++ ................................... ",
" ................................... +++++++++ ++++++++++++++++++++++++++++++++++ ++++++++ .................................. ",
" .................................. ++++++ ++++++++++++++++++++++++++++++++ +++++++ ................................... ",
" ................................. +++++ +++++++++++++++++++++++++++++++ +++++ .................................. ",
" .................................. +++ ++++++++++++++++++++++++++++++ +++ .................................. ",
" ................................. ++ ++++++++++++++++++++++++++++++ + ................................. ",
" ................................. +++++++++++++++++++++++++++++ ................................. ",
" ................................. +++++++++++++++++++++++++++++ ................................. ",
" ................................. +++++++++++++++++++++++++++++ ................................ ",
" ................................ ++++++++++++++++++++++++++++++ ................................ ",
" ................................ ++++++++++++++++++++++++++++++ ................................ ",
" ................................ +++++++++++++++++++++++++++++++ ................................ ",
" ............................... ++++++++++++++++++++++++++++++++ ............................... ",
" %.............................. ++++++++++++++++++++++++++++++++++ ............................... ",
" ............................... +++++++++++++++++++++++++++++++++++ ............................... ",
" .............................. +++++++++++++++++++++++++++++++++++++ .............................. ",
" .............................. ++++++++++++++++++++++++++++++++++++ .............................. ",
" .............................. ++++++++++++++++++++++++++++++++++ .............................. ",
" .............................. ++++++++++++++++++++++++++++++++ .............................. ",
" .............................. ++++++++++++++++++++++++++++++ .............................. ",
" ............................. +++++++++++++++++++++++++++++ ............................. ",
" ............................. +++++++++++++++++++++++++++ ............................. ",
" ............................. ++++++++++++++++++++++++++ ............................ ",
" ............................ ++++++++++++++++++++++++ ............................. ",
" ............................% ++++++++++++++++++++++ ............................ ",
" ............................ +++++++++++++++++++++ ........................... ",
" ........................... ++++++++++++++++++++ ............................ ",
" ........................... ++++++++++++++++++ ........................... ",
" ........................... +++++++++++++++++ ........................... ",
" ........................... ++++++++++++++++ ........................... ",
" .......................... ++++++++++++++ ........................... ",
" .......................... +++++++++++++ .......................... ",
" .......................... ++++++++++++ ......................... ",
" .......................... +++++++++++ .......................... ",
" ......................... ++++++++++ ......................... ",
" ......................... ++++++++ ......................... ",
" ......................... +++++++ ........................ ",
" ........................ ++++++ ......................... ",
" ........................ ++++++ ........................ ",
" ........................ ++++ ........................ ",
" ........................ ++++ ....................... ",
" ....................... +++ ....................... ",
" ....................... ++ ....................... ",
" ...................... ++ ....................... ",
" ...................... + ...................... ",
" ....................... ...................... ",
" ...................... ..................... ",
" ...................... ...................... ",
" ..................... ...................... ",
" ..................... ..................... ",
" .................... ..................... ",
" .................... .................... ",
" %................... .................... ",
" .................... ................... ",
" ................... .................... ",
" ................... ................... ",
" .................. ................... ",
" .................. ................... ",
" ................... .................. ",
" .................. .................. ",
" .................. ................. ",
" ................. ................. ",
" ................. ................. ",
" ................. ................. ",
" ................ ................. ",
" ................ ................ ",
" ............... ................ ",
" ............... ............... ",
" ............... ............... ",
" .............. ............... ",
" ............... .............. ",
" .............. .............. ",
" .............. ............. ",
" .............. ............. ",
" ............. ............. ",
" ............. ............ ",
" ............ ............ ",
" ............ ............ ",
" ............ ........... ",
" ........... ............ ",
" ........... ........... ",
" ........... ........... ",
" .......... ........... ",
" .......... .......... ",
" .......... .......... ",
" ......... .......... ",
" ......... ......... ",
" ......... ......... ",
" ........ ........- ",
" ........ ........ ",
" ....... ....... ",
" ....... ....... ",
" ....... ...... ",
" ....... ...... ",
" ...... ...... ",
" ...... ..... ",
" ...... ..... ",
" ..... ..... ",
" ..... .... ",
" .... .... ",
" ... .... ",
" ... ... ",
" ... ... ",
" .. ... ",
" .. ... ",
" .. .. ",
" .. .. ",
" . .. ",
" . ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

View File

@@ -1,13 +0,0 @@
{
"title": "silentdragon-vRELEASE_VERSION",
"icon": "logo.icns",
"background": "dmgbg.png",
"window" : {
"size" : { "width" : 600, "height" : 100},
"position" : { "x" : 200, "y" : 200}
},
"contents": [
{ "x": 448, "y": 80, "type": "link", "path": "/Applications" },
{ "x": 152, "y": 80, "type": "file", "path": "silentdragon.app" }
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -15,9 +15,11 @@ background-color: #111;
color: #fff; color: #fff;
} }
/*
QPushButton { QPushButton {
padding: 10px 15px; padding: 10px 15px;
} }
*/
QPushButton:hover { QPushButton:hover {
background: #222; background: #222;

View File

@@ -1,114 +1,535 @@
/*
colors
background: rgb(24, 12, 12)
object-background: #45505e
object-background-hover: #1f242b
object-background-press: #0c0e11
text-main: white
text-secondary: rgba(255, 255, 255, 0.75)
text-dark: rgb(24, 12, 12)
border: rgb(216, 38, 82)
*/
QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow { QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow {
background-color: #232834; color: white;
color: #91a4b8; border: 0px solid rgba(0, 0, 0, 0);
background-color: rgb(24, 21, 21);
} }
/* window menu options */
QMenu {
color: white;
border: 1px solid rgba(216, 38, 82, .5);
border-radius: 8px;
background-color: rgba(24, 21, 21, 1);
}
QMenuBar {
color: rgb(216, 38, 82);
color: white;
}
QMenuBar::item {
color: rgb(216, 38, 82);
color: white;
}
#title {
margin-bottom: 8px;
}
QTabWidget QTabBar {
background-color: rgba(41, 21, 21, .25);
width: 600px;
}
QTabWidget QTabBar::tab { QTabWidget QTabBar::tab {
padding-left:20px; margin: 12px 4px;
padding-right:20px; padding: 6px 4px;
padding-top:5px; font-size: 20px;
padding-bottom:5px; border: 0px solid white;
border: 1px solid #343F4B; border-radius: 9px;
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834); background-color: rgba(41, 21, 21, 1);
min-width: 130px;
} }
QTabWidget QTabBar::tab::last {
min-width: 280px;
}
QTabWidget QTabBar::tab:selected { QTabWidget QTabBar::tab:selected {
min-height: 10px; color: rgba(255, 255, 255, 0.85);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834); border: 1px solid rgba(216, 38, 82, 0.85);
color:#91a4b8; background-color: rgba(216, 38, 82, 0.25);
border: 1px ridge #91a4b8;
} }
QTabWidget QTabBar::tab:hover { QTabWidget QTabBar::tab:hover {
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834); color: white;
color:#91a4b8; border: 1px solid rgba(216, 38, 82, 1);
border: 1px ridge #91a4b8; background-color: rgba(216, 38, 82, 0.4);
min-height: 20px
} }
QHeaderView { QHeaderView {
/* Table Header */ /* Table Header */
background-color:#232834; background-color: rgba(0, 0, 0, 0);
} }
QHeaderView::section { QHeaderView::section {
/* Table Header Sections */ /* Table Header Sections */
qproperty-alignment:center; /* qproperty-alignment:center; */
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834);
color:#91a4b8;
min-height:25px; min-height:25px;
font-weight:bold;
font-size:11px;
outline:0; outline:0;
border:1px solid #343F4B;
border-right:1px solid #91a4b8;
border-left:1px solid #91a4b8;
padding-left:5px; padding-left:5px;
padding-right:5px; padding-right:5px;
padding-top:2px; padding-top:2px;
padding-bottom:2px; padding-bottom:2px;
color:#91a4b8;
font-weight:bold;
font-size:11px;
border:1px solid rgb(41, 21, 21);
border-right:1px solid #91a4b8;
border-left:1px solid #91a4b8;
} }
QHeaderView::section:last {
border-right: 0px solid #d7d7d7;
QTabBar {
margin-bottom: 16px;
} }
QScrollArea {
background:transparent; QLabel {
border:0px; color: rgba(255, 255, 255, 0.75);
border: 0px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
} }
QLineEdit {
padding: 2px 4px;
color: white;
border: 1px solid rgb(216, 38, 82);
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
background-color: rgba(41, 21, 21, 0.75);
}
QGroupBox{
padding: 12px;
padding-top: 32px;
background-color: rgba(24, 12, 12, 0.45);
border: 1px solid rgba(216, 38, 82, 0.6);
border-radius: 8px;
font-size: 18px;
}
QGroupBox::title {
padding: 4px 12px;
color: rgba(255, 255, 255, 0.85);
border: 1px solid rgba(216, 38, 82, 0.25);
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
background-color: rgba(216, 38, 82, 0.05);
}
QGroupBox#groupBox QLabel {
font-size: 16px;
}
QPushButton {
padding: 6px 10px;
color: rgba(255, 255, 255, 0.5);
border: 1px solid rgba(216, 38, 82, 0.5);
border-radius: 4px;
background-color: rgba(216, 38, 82, 0.15);
font-size: 16px;
}
QPushButton:hover {
color: rgba(255, 255, 255, 0.75);
border: 1px solid rgba(216, 38, 82, 0.55);
background-color: rgba(216, 38, 82, 0.45);
}
QPushButton:selected {
color: rgba(255, 255, 255, 0.75);
border: 1px solid rgba(216, 38, 82, 0.75);
background-color: rgba(216, 38, 82, 0.75);
}
QPushButton:disabled {
color: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(216, 38, 82, 0.15);
background-color: rgba(255, 255, 255, 0.796);
opacity: 25%;
}
QComboBox{
margin: 0;
padding: 2px 4px;
border: 1px solid rgba(216, 38, 82, 0.75);
border-radius: 2px;
background-color: rgba(24, 12, 12, 0.5);
}
QScrollArea#sendToScrollArea QWidget {
border: 0px solid rgb(216, 38, 82, 0);
background-color: rgba(24, 12, 12, 0.45);
}
QScrollBar {
border: 0px solid rgba(216, 38, 82, 0);
background-color: rgba(24, 12, 12, 0);
}
QScrollBar:vertical {
width: 22px;
margin: 0 2px;
border: 2px solid rgba(216, 38, 82, 0);
background-color: rgba(0, 0, 0 , 0);
}
QScrollBar::handle:vertical,
QScrollBar::handle:horizontal {
border: 1px solid rgba(216, 38, 82, 1);
border-radius: 6px;
background-color: rgba(216, 38, 82, 0.25);
}
QScrollBar::handle:vertical {
border-radius: 6px;
}
QScrollBar::add-line {
height: 0px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::sub-line {
height: 0px;
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-page, QScrollBar::sub-page {
background: none;
}
QComboBox QAbstractItemView {
margin: 0;
padding: 2px 4px;
border: 1px solid rgba(216, 38, 82, 0.75);
border-radius: 2px;
background-color: rgba(24, 12, 12, 0.5);
selection-background-color: rgb(118, 132, 153);
}
QComboBox QAbstractItemView::item{
margin: 0;
padding: 2px 4px;
border: 1px solid rgba(216, 38, 82, 0.25);
border-radius: 2px;
background-color: rgba(24, 12, 12, 0.5);
outline: none;
}
QComboBox QAbstractItemView::item:selected{
margin: 0;
padding: 2px 4px;
border: 1px solid rgba(216, 38, 82, 0.75);
border-radius: 2px;
background-color: rgba(24, 12, 12, 0.5);
outline:none;
}
QComboBox QAbstractItemView::item:hover {
margin: 0;
padding: 2px 4px;
border: 1px solid rgba(216, 38, 82, 0.75);
border-radius: 2px;
background-color: rgba(24, 12, 12, 0.75);
outline:none;
}
QListView{
margin: 0;
padding: 2px 4px;
border: 1px solid rgba(216, 38, 82, 0.75);
border-radius: 2px;
background-color: rgba(24, 12, 12, 0.5);
}
/* TAB 1 - HUSHCHAT */
/* chat window */
QListView#listChat,
QListView#listContactWidget {
border-radius: 8px;
border: 1px solid rgba(216, 38, 82, 0.5);
background-color: rgba(216, 38, 82, 0.05);
}
QPushButton#emojiButton,
QPushButton#pushContact,
QPushButton#safeContactRequest,
QPushButton#givemeZaddr,
QPushButton#sendChatButton {
border-radius: 4px;
}
QLabel#lblMessage {
color: white;
border: 1px solid rgba(216, 38, 82, 0.5);
background-color: rgba(216, 38, 82, 0.05);
}
QLabel#lblMessage{
color: rgb(24, 21, 21);
border: 1px solid rgba(255, 255, 255, 0.5);
background-color: rgba(216, 38, 82, 0.05);
}
/* SEND TAB */
QWidget#tab_2 QLabel{
border: 0px solid white;
background-color: rgba(255, 255, 255, 0);
}
/* MEMO */
QWidget#tab_2 QLabel#MemoTxt1,
QWidget#tab_2 QLabel#MemoTxt2,
QWidget#tab_2 QLabel#MemoTxt3,
QWidget#tab_2 QLabel#MemoTxt4,
QWidget#tab_2 QLabel#MemoTxt5,
QWidget#tab_2 QLabel#MemoTxt6 {
border: 1px solid rgba(216, 38, 82, 0.25);
background-color: rgba(24, 12, 12, 0.25);
border-radius: 4px;
padding: 4px 2px;
}
QWidget#tab_2 QLineEdit {
border: 1px solid rgb(216, 38, 82);
padding: 2px 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
background-color: rgba(24, 12, 12, 0.75);
}
/* From Section */
/* drop down address menu */
AddressCombo {
margin: 0;
padding: 2px 4px;
border: 1px solid rgba(216, 38, 82, 0.75);
border-radius: 2px;
background-color: rgba(24, 12, 12, 0.5);
}
/* Send To Section */
/* Recipient sub-section */
QWidget#tab_2 QGroupBox{
border: 1px solid rgba(216, 38, 82, 0.5);
border-radius: 4px;
background-color: rgba(216, 38, 82, 0.1);
}
QWidget#tab_2 QGroupBox::title {
margin-left: 24px;
font-size: 6px;
border-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
/* To Section */
QWidget#tab_2 QGroupBox#groupBox_3,
QWidget#tab_2 QGroupBox#groupBox_4 {
border: 1px solid rgba(216, 38, 82, 0.6);
border-radius: 8px;
background-color: rgba(24, 12, 12, 0.45);
}
QWidget#tab_2 QGroupBox#groupBox_3::title,
QWidget#tab_2 QGroupBox#groupBox_4::title {
border-radius: 0;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
margin: 0;
}
/* Max Available */
QCheckBox#Max1 {
padding: 4px;
border-radius: 4px;
background-color: rgba(24, 12, 12, 0.25);
}
QCheckBox#Max1:hover {
border: 1px solid rgba(216, 38, 82, 0.25);
background-color: rgba(216, 38, 82, 0.25);
}
QCheckBox#Max1:pressed,
QCheckBox#Max1:checked {
border: 1px solid rgba(216, 38, 82, 0.75);
background-color: rgba(216, 38, 82, 0.5);
color: white;
}
QLabel#AmtUSD1,
QLabel#txtAvailableUSD {
border: 0px solid rgba(216, 38, 82, 0.25);
background-color: rgba(255, 255, 255, 0.15);
border-radius: 2px;
}
QWidget#tab_2 QGroupBox#groupBox_4 {
height: 12px;
padding: 0;
margin: 0;
border: 1px solid rgba(216, 38, 82, 0.25);
color: white;
}
QWidget#tab_2 QPushButton {
color: rgba(255, 255, 255, 0.75);
border: 1px solid rgba(216, 38, 82, 0.25);
background-color: rgba(216, 38, 82, 0.25);
}
QWidget#tab_2 QPushButton:hover {
color: rgba(255, 255, 255, 0.75);
border: 1px solid rgba(216, 38, 82, 0.55);
background-color: rgba(216, 38, 82, 0.45);
}
QWidget#tab_2 QPushButton:selected {
color: rgba(255, 255, 255, 1);
border: 1px solid rgba(216, 38, 82, 0.75);
background-color: rgba(216, 38, 82, 0.5);
}
QWidget#tab_2 QPushButton:disabled {
color: rgba(24, 12, 12, 0.75);
border: 1px solid rgba(216, 38, 82, 0.05);
background-color: rgba(255, 255, 255, 0.15);
}
QTableView { QTableView {
/* Table - has to be selected as a class otherwise it throws off QCalendarWidget */ /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
background:#232834; qproperty-showGrid: "false";
padding-right: 8px;
color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
} }
QTableView QTableCornerButton::section {
border: 0px solid rgba(0, 0, 0, 0);
background-color:rgba(0, 0, 0, 0);
}
QTableView::item { QTableView::item {
/* Table Item */ /* Table Item */
background-color:#232834; padding: 2px;
border:1px solid #91a4b8; color: white;
font-size:12px; font-size:12px;
border: 1px solid rgba(216, 38, 82, .5);
background-color:rgba(216, 38, 82, 0.25);
} }
QTableView::item:selected { QTableView::item:selected {
/* Table Item Selected */ /* Table Item Selected */
background-color:#91a4b8; margin: 4px 0;
color:#232834; color:rgb(41, 21, 21);
border: 1px solid rgba(216, 38, 82, .75);
background-color:rgba(216, 38, 82, 0.5);
} }
QMenuBar {
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834); QTableView { outline:none; }
color: #91a4b8;
QTableView#balancesTable {
/* background-color: rgba(255, 255, 255, 0); */
} }
QMenuBar::item { QTableView#balancesTable::item {
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834); /* background-color: rgba(255, 255, 255, 0); */
color: #91a4b8; border: 1px solid rgba(216, 38, 82, 0.25);
} }
QMenuBar::item:selected {
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834); QHeaderView::section {
border: 1px solid rgba(216, 38, 82, 0.5);
background-color: rgba(0, 0, 0, 0);
} }
QPushButton#startmining {
background-color: #343F4B; QHeaderView::section::first {
border-color: #91A4B8; border-top-left-radius: 10px;
padding: 10px; background-color: rgb(41, 21, 21);
} }
QPushButton#startmining:hover {
background-color: #232834; QHeaderView::section::middle {
background-color: rgb(41, 21, 21);
} }
QPushButton#startmining:pressed {
background-color: #232834; QHeaderView::section::last {
border: 1px solid rgba(216, 38, 82, 0.5);
border-top-right-radius: 10px;
background-color: rgb(41, 21, 21);
} }
QPushButton#startmining:disabled {
background-color: #232834; QHeaderView::section::vertical {
border: 0px solid rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
} }
QPushButton#stopmining {
background-color: #343F4B;
border-color: #91A4B8;
padding: 10px;
margin-top: 7px;
QDialog#requestDialog {
min-width: 820;
min-height: 520;
} }
QPushButton#stopmining:hover {
background-color: #232834;
QDialog#requestDialog QLabel#label_8
{
min-height: 25;
padding-top: 7px;
} }
QPushButton#stopmining:pressed {
background-color: #232834; QDialog#requestDialog QLabel#label_7{
padding-left: 2px;
min-height: 25;
} }
QPushButton#stopmining:disabled { QDialog#requestDialog QLabel#label_5,
background-color: #232834; QDialog#requestDialog QLabel#label_6 {
min-height: 25;
padding-top: 2px;
} }
QComboBox#genproclimit{
font-size: 24px; QDialog#requestDialog QPushButton {
height: 40px; min-height: 32;
} }
QMenu::item:selected{ QDialog#requestDialog QPushButton#addContact {
background-color: #343F4B min-width: 150px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

BIN
res/drgxlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 802 B

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

View File

@@ -1,143 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="7in"
height="7in"
viewBox="0 0 672.00001 672.00003"
version="1.1"
xml:space="preserve"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5"
id="svg947"
sodipodi:docname="logo.svg"
inkscape:version="0.92.4 (f8dce91, 2019-08-02)"><metadata
id="metadata953"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs951">
</defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3440"
inkscape:window-height="1385"
id="namedview949"
showgrid="false"
inkscape:zoom="1.204"
inkscape:cx="-65.607141"
inkscape:cy="327.00515"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg947"
units="in" />
<g
id="g906"
transform="matrix(8.0134463,-0.61542838,0.57707593,7.5140325,-224.79791,-183.45367)">
<path
inkscape:connector-curvature="0"
id="path904"
style="fill:#403c3c;stroke:#676767;stroke-width:1.55999994px"
d="m 101.667,55.665 c 0,-4.644 -3.536,-8.415 -7.891,-8.415 H 34.391 c -4.355,0 -7.891,3.771 -7.891,8.415 v 32.67 c 0,4.644 3.536,8.415 7.891,8.415 h 59.385 c 4.355,0 7.891,-3.771 7.891,-8.415 z" />
</g><g
id="g910"
transform="matrix(3.8405464,-0.28081188,0.29027336,3.9699463,-22.993991,110.1031)">
<rect
id="rect908"
style="fill:#989898"
height="10.333"
width="123.333"
y="15.958"
x="30.333" />
</g><g
id="g914"
transform="matrix(3.8443014,-0.22365281,0.21741732,3.7371369,-3.322253,118.34862)">
<rect
id="rect912"
style="fill:#d4d4d4"
height="10.333"
width="123.333"
y="15.958"
x="30.333" />
</g><g
id="g918"
transform="matrix(8.3146924,0,0,7.5028043,-200.36838,-189.44693)"
style="fill:#e5e5e5;fill-opacity:1">
<path
inkscape:connector-curvature="0"
id="path916"
style="fill:#e5e5e5;stroke:#676767;stroke-width:1.54999995px;fill-opacity:1"
d="m 101.667,55.665 c 0,-4.644 -3.403,-8.415 -7.594,-8.415 h -59.98 c -4.191,0 -7.593,3.771 -7.593,8.415 v 32.67 c 0,4.644 3.402,8.415 7.593,8.415 h 59.98 c 4.191,0 7.594,-3.771 7.594,-8.415 z" />
</g><g
transform="matrix(0.13492995,0,0,0.13731406,123.30027,138.8355)"
id="g930">
<path
d="m 408.79,544.347 c -4.781,393.34 11.42,829.733 222.972,1280.253 233.27,496.77 562.438,768.91 880.738,902.9 400.43,-203.47 700.25,-512.61 875.74,-926.93 C 2565.08,1390.14 2623.25,986.361 2613.93,546.64 2401.04,668.826 2190.35,711.166 1980.91,665.398 1800.1,625.888 1619.67,480.693 1504.39,342.5 1342.48,544.925 1094.45,674.584 905.24,674.128 603.662,673.4 408.79,544.347 408.79,544.347 Z"
style="fill:#535050;stroke:#231f20;stroke-width:113.56999969px;stroke-linecap:butt;stroke-miterlimit:1.41420996"
id="path928"
inkscape:connector-curvature="0" />
</g><g
transform="matrix(0.12668053,0,0,0.13183216,134.79779,148.99931)"
id="g934"
style="fill:#52ffff;fill-opacity:1">
<path
d="m 395.114,579.927 c -4.781,393.341 25.096,794.153 236.648,1244.673 233.27,496.77 562.438,768.91 880.738,902.9 400.43,-203.47 677.91,-509.43 866.26,-919.86 157.91,-344.09 267.28,-776.03 257.97,-1215.749 -212.9,122.186 -446.38,119.275 -655.82,73.507 C 1800.1,625.888 1626.34,498.787 1511.05,360.594 1349.14,563.019 1067.1,686.858 877.887,686.402 576.309,685.674 395.114,579.927 395.114,579.927 Z"
style="fill:#52ffff;fill-opacity:1"
id="path932"
inkscape:connector-curvature="0" />
</g><g
transform="matrix(0.70076537,0,0,0.70076537,168.89283,194.4473)"
id="g938">
<path
d="M 305.776,155.342 V 120.964 H 244.28 V 83.228 h -37.768 v 37.736 h -61.496 v 45.532 h 95.333 l -77.956,107.298 -17.377,22.075 v 34.377 h 61.496 v 37.616 h 4.529 v 0.153 h 28.709 v -0.153 h 4.53 v -37.616 h 61.496 V 284.714 H 210.443 L 288.4,177.416 Z"
style="fill:#231f20;fill-rule:nonzero"
id="path936"
inkscape:connector-curvature="0" />
</g><g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Belt"
style="display:inline"
transform="translate(0,547.00007)"><g
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;fill:#52504f;fill-opacity:1"
transform="matrix(3.6074755,0,0,3.1676851,24.481313,-551.22181)"
id="g922">
<path
d="m 174.197,108.212 c 0,-3.207 -2.286,-5.81 -5.101,-5.81 h -31.213 c -2.816,0 -5.102,2.603 -5.102,5.81 v 13.64 c 0,3.206 2.286,5.809 5.102,5.809 h 31.213 c 2.815,0 5.101,-2.603 5.101,-5.809 z"
style="fill:#52504f;stroke:#676767;stroke-width:5.17999983px;fill-opacity:1"
id="path920"
inkscape:connector-curvature="0" />
</g><g
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5"
transform="matrix(4.2945691,0,0,4.3255294,-62.20745,-679.73088)"
id="g926">
<circle
cx="140.291"
cy="113.78"
r="5.006"
style="fill:#ffffff"
id="circle924" />
</g></g>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@@ -1,38 +0,0 @@
#!/usr/bin/env bash
###
# Adapted from: https://stackoverflow.com/a/20703594
###
if [ -z "${1+set}" ]; then
echo "Pass path to the inkscape command as first argument"
exit 1
fi
if [ -z "${2+set}" ]; then
echo "Pass svg file as second argument"
exit 1
fi
if [ -z "${3+set}" ]; then
echo "Pass output name (w/o .icns) as third argument"
exit 1
fi
inkscape=$1
svg_file=$2
output_name=$3
set -e
mkdir $output_name.iconset
$inkscape -z -e "$PWD/$output_name.iconset/icon_16x16.png" -w 16 -h 16 -y 0 "$PWD/$svg_file"
$inkscape -z -e "$PWD/$output_name.iconset/icon_16x16@2x.png" -w 32 -h 32 -y 0 "$PWD/$svg_file"
$inkscape -z -e "$PWD/$output_name.iconset/icon_32x32.png" -w 32 -h 32 -y 0 "$PWD/$svg_file"
$inkscape -z -e "$PWD/$output_name.iconset/icon_32x32@2x.png" -w 64 -h 64 -y 0 "$PWD/$svg_file"
$inkscape -z -e "$PWD/$output_name.iconset/icon_128x128.png" -w 128 -h 128 -y 0 "$PWD/$svg_file"
$inkscape -z -e "$PWD/$output_name.iconset/icon_128x128@2x.png" -w 256 -h 256 -y 0 "$PWD/$svg_file"
$inkscape -z -e "$PWD/$output_name.iconset/icon_256x256.png" -w 256 -h 256 -y 0 "$PWD/$svg_file"
$inkscape -z -e "$PWD/$output_name.iconset/icon_256x256@2x.png" -w 512 -h 512 -y 0 "$PWD/$svg_file"
$inkscape -z -e "$PWD/$output_name.iconset/icon_512x512.png" -w 512 -h 512 -y 0 "$PWD/$svg_file"
$inkscape -z -e "$PWD/$output_name.iconset/icon_512x512@2x.png" -w 1024 -h 1024 -y 0 "$PWD/$svg_file"
iconutil -c icns "$output_name.iconset"
rm -R "$output_name.iconset"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,6 +0,0 @@
#!/bin/bash
for size in 16 32 48 128 256; do
inkscape -z -e $size.png -w $size -h $size logo.svg >/dev/null 2>/dev/null
done
convert 16.png 32.png 48.png 128.png 256.png -colors 256 icon.ico
rm 16.png 32.png 48.png 128.png 256.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 902 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1015 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB

View File

@@ -1,13 +0,0 @@
[Desktop Entry]
Name=SilentDragonLite
Comment=Lightclient UI wallet for Hush
GenericName=Wallet
Exec=SilentDragonLite %u
Icon=SilentDragonLite
Type=Application
StartupNotify=true
StartupWMClass=SilentDragonLite
Categories=Utility;
MimeType=x-scheme-handler/hush;
Keywords=SilentDragonLite;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -0,0 +1,13 @@
[Desktop Entry]
Name=SilentDragonXLite
Comment=Lightclient UI wallet for DragonX
GenericName=Wallet
Exec=SilentDragonXLite %u
Icon=SilentDragonXLite
Type=Application
StartupNotify=true
StartupWMClass=SilentDragonXLite
Categories=Utility;
MimeType=x-scheme-handler/dragonx;
Keywords=SilentDragonXLite;

View File

@@ -82,7 +82,7 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -134,7 +134,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -279,7 +279,7 @@ p, li { white-space: pre-wrap; }
<name>MainWindow</name> <name>MainWindow</name>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -432,12 +432,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -510,7 +510,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -589,7 +589,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -639,7 +639,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -689,12 +689,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -730,7 +730,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -740,7 +740,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -819,7 +819,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -874,17 +874,17 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -1398,7 +1398,7 @@ Note: Funds need 1 confirmations before they can be spent</source>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -1579,7 +1579,7 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -1590,7 +1590,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -1907,17 +1907,17 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -2037,7 +2037,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -2120,7 +2120,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -2140,7 +2140,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -2353,12 +2353,12 @@ Would you like to visit the releases page?</source>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -2368,7 +2368,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -2406,17 +2406,17 @@ Would you like to visit the releases page?</source>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2428,12 +2428,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2497,7 +2497,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2742,7 +2742,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2762,7 +2762,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2772,12 +2772,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>

View File

@@ -82,8 +82,8 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -135,7 +135,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -469,7 +469,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Hushdlight Версія</translation> <translation>Hushdlight Версія</translation>
</message> </message>
<message> <message>
@@ -479,7 +479,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>&amp;Hush Тэлеграм</translation> <translation>&amp;Hush Тэлеграм</translation>
</message> </message>
<message> <message>
@@ -509,8 +509,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1592"/> <location filename="../src/mainwindow.ui" line="1592"/>
@@ -547,17 +547,17 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation>Зрабіць Дэпазіт Hush</translation> <translation>Зрабіць Дэпазіт Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>Інфармацыя пра Hush</translation> <translation>Інфармацыя пра Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Інфармацыя пра Блокчейн Hush&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Інфармацыя пра Блокчейн Hush&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -630,7 +630,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Рынкавая Інфармацыя&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Рынкавая Інфармацыя&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -734,7 +734,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>&amp;Hush Вэб-сайт</translation> <translation>&amp;Hush Вэб-сайт</translation>
</message> </message>
<message> <message>
@@ -760,8 +760,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Заплаціць hush &amp;URI...</translation> <translation>Заплаціць drgx &amp;URI...</translation>
</message> </message>
<message> <message>
<source>Connect mobile &amp;app</source> <source>Connect mobile &amp;app</source>
@@ -778,8 +778,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Запытаць hush...</translation> <translation>Запытаць drgx...</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2072"/> <location filename="../src/mainwindow.ui" line="2072"/>
@@ -804,18 +804,18 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Уставіць HUSH URI</translation> <translation>Уставіць DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Памылка аплаты HUSH URI</translation> <translation>Памылка аплаты DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI павінна мець форму &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI павінна мець форму &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1143"/> <location filename="../src/mainwindow.cpp" line="1143"/>
@@ -918,8 +918,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite патрабуе 24 словы для аднаўлення кашалька</translation> <translation>SilentDragonXLite патрабуе 24 словы для аднаўлення кашалька</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="198"/> <location filename="../src/mainwindow.cpp" line="198"/>
@@ -1431,8 +1431,8 @@ Note: Funds need 1 confirmations before they can be spent</source>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 здаецца гэта несапраўдны hush-адрас.</translation> <translation>%1 здаецца гэта несапраўдны drgx-адрас.</translation>
</message> </message>
<message> <message>
<location filename="../src/addressbook.cpp" line="226"/> <location filename="../src/addressbook.cpp" line="226"/>
@@ -1614,8 +1614,8 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Пачакайце, калі ласка SilentDragonLite выходзіць</translation> <translation>Пачакайце, калі ласка SilentDragonXLite выходзіць</translation>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="2018"/> <location filename="../src/controller.cpp" line="2018"/>
@@ -1625,8 +1625,8 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Няма hush цаны да канвертацыі з USD</translation> <translation>Няма drgx цаны да канвертацыі з USD</translation>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="659"/> <location filename="../src/recurring.cpp" line="659"/>
@@ -1942,18 +1942,18 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Запытайце плацёж з Sapling адраса. Вы адправіце 0.0001 hush з выкарыстаннем URI аплаты. Нататка будзе ўключана ў транзакцыю калі вам заплацяць.</translation> <translation>Запытайце плацёж з Sapling адраса. Вы адправіце 0.0001 drgx з выкарыстаннем URI аплаты. Нататка будзе ўключана ў транзакцыю калі вам заплацяць.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Памылка аплаты hush URI</translation> <translation>Памылка аплаты drgx URI</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI павінна мець форму &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI павінна мець форму &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="67"/> <location filename="../src/requestdialog.cpp" line="67"/>
@@ -2072,8 +2072,8 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite патрабуе 24 словы для аднаўлення кашалька</translation> <translation>SilentDragonXLite патрабуе 24 словы для аднаўлення кашалька</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="678"/> <location filename="../src/firsttimewizard.cpp" line="678"/>
@@ -2150,8 +2150,8 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Падключыцеся да Інтэрнэту, каб даведацца пра цэну hush</translation> <translation>Падключыцеся да Інтэрнэту, каб даведацца пра цэну drgx</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="202"/> <location filename="../src/settings.ui" line="202"/>
@@ -2165,8 +2165,8 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Выберыце hush цэны</translation> <translation>Выберыце drgx цэны</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="170"/> <location filename="../src/settings.ui" line="170"/>
@@ -2265,7 +2265,7 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/about.ui" line="14"/> <location filename="../src/about.ui" line="14"/>
<source>About</source> <source>About</source>
<translation>Аб SilentDragonLite</translation> <translation>Аб SilentDragonXLite</translation>
</message> </message>
</context> </context>
<context> <context>
@@ -2388,13 +2388,13 @@ Would you like to visit the releases page?</source>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>Наладзиць hush.conf</translation> <translation>Наладзиць dragonx.conf</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Ваш hush-вузел будзе наладжаны для вас аўтаматычна</translation> <translation>Ваш drgx-вузел будзе наладжаны для вас аўтаматычна</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="22"/> <location filename="../src/createhushconfdialog.ui" line="22"/>
@@ -2403,8 +2403,8 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Дазволіць злучэння з Інтэрнэтам дабы правяраць наяўнасць абнаўленняў, атрымліваць hush і гэтак далей...</translation> <translation>Дазволіць злучэння з Інтэрнэтам дабы правяраць наяўнасць абнаўленняў, атрымліваць drgx і гэтак далей...</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="67"/> <location filename="../src/createhushconfdialog.ui" line="67"/>
@@ -2441,7 +2441,7 @@ Would you like to visit the releases page?</source>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation>Hush дэпазіт</translation> <translation>Hush дэпазіт</translation>
</message> </message>
<message> <message>
@@ -2449,22 +2449,22 @@ Would you like to visit the releases page?</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="vanished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; <translation type="vanished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Калі ласка, выкарыстоўвайце наступны hush-адрас для пераводу сродкаў на SilentDragonLite. Вы можаце скапіяваць адрас альбо скарыстаць QR-код. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Калі ласка, выкарыстоўвайце наступны hush-адрас для пераводу сродкаў на SilentDragonXLite. Вы можаце скапіяваць адрас альбо скарыстаць QR-код. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Код вашага Hush Адраса&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Код вашага Hush Адраса&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Ваш hush Адрас &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Ваш DragonX Адрас &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="83"/> <location filename="../src/deposithush.ui" line="83"/>
@@ -2475,13 +2475,13 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation>Hush zaddr</translation> <translation>DragonX zaddr</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="97"/> <location filename="../src/deposithush.ui" line="97"/>
@@ -2544,7 +2544,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Запытайце плацёж з Sapling адраса. Вы адправіце на адрас 0,0001 з выкарыстаннем URI. Нататка будзе ўключана ў транзакцыю, калі вам заплацяць па адрасе.</translation> <translation>Запытайце плацёж з Sapling адраса. Вы адправіце на адрас 0,0001 з выкарыстаннем URI. Нататка будзе ўключана ў транзакцыю, калі вам заплацяць па адрасе.</translation>
</message> </message>
<message> <message>
@@ -2789,7 +2789,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation>Адправіць ці Запытаць Hush</translation> <translation>Адправіць ці Запытаць Hush</translation>
</message> </message>
<message> <message>
@@ -2809,7 +2809,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation>Hush</translation> <translation>Hush</translation>
</message> </message>
<message> <message>
@@ -2819,12 +2819,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation>Запытаць Hush</translation> <translation>Запытаць Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation>Адправіць Hush</translation> <translation>Адправіць Hush</translation>
</message> </message>
</context> </context>

View File

@@ -82,12 +82,12 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<source>silentdragon</source> <source>silentdragon</source>
<translation type="vanished">SilentDragonLite</translation> <translation type="vanished">SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -146,7 +146,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -303,7 +303,7 @@ p, li { white-space: pre-wrap; }
<name>MainWindow</name> <name>MainWindow</name>
<message> <message>
<source>silentdragon</source> <source>silentdragon</source>
<translation type="vanished">SilentDragonLite</translation> <translation type="vanished">SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="566"/> <location filename="../src/mainwindow.ui" line="566"/>
@@ -522,8 +522,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Hushdlight Version</translation> <translation>drgxlightd Version</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2014"/> <location filename="../src/mainwindow.ui" line="2014"/>
@@ -556,8 +556,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1592"/> <location filename="../src/mainwindow.ui" line="1592"/>
@@ -597,18 +597,18 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>Informationen über Hush</translation> <translation>Informationen über DragonX</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Informationen&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Informationen&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1585"/> <location filename="../src/mainwindow.ui" line="1585"/>
@@ -670,7 +670,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Markt Informationen&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Markt Informationen&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -788,13 +788,13 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>&amp;Hush Telegram</translation> <translation>&amp;DragonX Telegram</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>&amp;Hush Website</translation> <translation>&amp;DragonX Website</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2029"/> <location filename="../src/mainwindow.ui" line="2029"/>
@@ -824,7 +824,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Zahlungs Hush &amp;URI...</translation> <translation>Zahlungs Hush &amp;URI...</translation>
</message> </message>
<message> <message>
@@ -842,7 +842,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Hush anfordern...</translation> <translation>Hush anfordern...</translation>
</message> </message>
<message> <message>
@@ -877,23 +877,23 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<source>Please restart Silentdragonlite to have the theme apply</source> <source>Please restart Silentdragonlite to have the theme apply</source>
<translation type="vanished">Bitte starten sie SilentDragonLite neu</translation> <translation type="vanished">Bitte starten sie SilentDragonXLite neu</translation>
</message> </message>
<message> <message>
<source>You&apos;re using an external hushd. Please restart hushd with -rescan</source> <source>You&apos;re using an external hushd. Please restart hushd with -rescan</source>
<translation type="vanished">Starte SilentDragonLite neu</translation> <translation type="vanished">Starte SilentDragonXLite neu</translation>
</message> </message>
<message> <message>
<source>Some feedback about SilentDragonlite or Hush...</source> <source>Some feedback about SilentDragonlite or Hush...</source>
<translation type="vanished">Etwas Feedback über SilentDragonLite...</translation> <translation type="vanished">Etwas Feedback über SilentDragonXLite...</translation>
</message> </message>
<message> <message>
<source>Send Duke some private and shielded feedback about</source> <source>Send Duke some private and shielded feedback about</source>
<translation type="vanished">Sende DenioD anonym Feedback über</translation> <translation type="vanished">Sende DenioD anonym Feedback über</translation>
</message> </message>
<message> <message>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation type="vanished"> oder SilentDragonLite</translation> <translation type="vanished"> oder SilentDragonXLite</translation>
</message> </message>
<message> <message>
<source>Send DenioD some private and shielded feedback about</source> <source>Send DenioD some private and shielded feedback about</source>
@@ -901,17 +901,17 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Hush URI einfügen</translation> <translation>DRGX URI einfügen</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Fehler bei HUSH URI</translation> <translation>Fehler bei DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>Die URI sollte folgendemaßen aussehen &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>Die URI sollte folgendemaßen aussehen &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -952,12 +952,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<source>Wallet is already encrypted</source> <source>Wallet is already encrypted</source>
<translation type="vanished">SilentDragonLite ist bereits verschlüsselt</translation> <translation type="vanished">SilentDragonXLite ist bereits verschlüsselt</translation>
</message> </message>
<message> <message>
<source>Your wallet is already encrypted with a password. <source>Your wallet is already encrypted with a password.
Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet encryption.</source> Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet encryption.</source>
<translation type="vanished">SilentDragonLite ist bereits mit einem Passwort verschlüsselt. Bitte benutzen Sie die Funktion &apos;Verschlüsselung entfernen&apos;.</translation> <translation type="vanished">SilentDragonXLite ist bereits mit einem Passwort verschlüsselt. Bitte benutzen Sie die Funktion &apos;Verschlüsselung entfernen&apos;.</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="555"/> <location filename="../src/mainwindow.cpp" line="555"/>
@@ -972,11 +972,11 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<source>Wallet Encrypted</source> <source>Wallet Encrypted</source>
<translation type="vanished">SilentDragonLite verschlüsselt</translation> <translation type="vanished">SilentDragonXLite verschlüsselt</translation>
</message> </message>
<message> <message>
<source>Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.</source> <source>Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.</source>
<translation type="vanished">SilentDragonLite wurde erfolgreich verschlüsselt. Sie benötigen Ihr Passwort um Zahlungen zu senden oder Ihre private Keys zu exportieren.</translation> <translation type="vanished">SilentDragonXLite wurde erfolgreich verschlüsselt. Sie benötigen Ihr Passwort um Zahlungen zu senden oder Ihre private Keys zu exportieren.</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="616"/> <location filename="../src/mainwindow.cpp" line="616"/>
@@ -987,15 +987,15 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
<message> <message>
<location filename="../src/mainwindow.cpp" line="537"/> <location filename="../src/mainwindow.cpp" line="537"/>
<source>Wallet is not encrypted</source> <source>Wallet is not encrypted</source>
<translation>SilentDragonLite ist nicht verschlüsselt</translation> <translation>SilentDragonXLite ist nicht verschlüsselt</translation>
</message> </message>
<message> <message>
<source>Your wallet is not encrypted with a password.</source> <source>Your wallet is not encrypted with a password.</source>
<translation type="vanished">SilentDragonLite ist nicht mit einem Passwort verschlüsselt.</translation> <translation type="vanished">SilentDragonXLite ist nicht mit einem Passwort verschlüsselt.</translation>
</message> </message>
<message> <message>
<source>Wallet Password</source> <source>Wallet Password</source>
<translation type="vanished">SilentDragonLite Passwort</translation> <translation type="vanished">SilentDragonXLite Passwort</translation>
</message> </message>
<message> <message>
<source>Please enter your wallet password</source> <source>Please enter your wallet password</source>
@@ -1003,11 +1003,11 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<source>Wallet Decryption Failed</source> <source>Wallet Decryption Failed</source>
<translation type="vanished">SilentDragonLite konnte nicht entschlüsselt werden</translation> <translation type="vanished">SilentDragonXLite konnte nicht entschlüsselt werden</translation>
</message> </message>
<message> <message>
<source>Please enter a password to decrypt your wallet!</source> <source>Please enter a password to decrypt your wallet!</source>
<translation type="vanished">Bitte geben Sie das Passwort ein, um SilentDragonLite zu entschlüsseln!</translation> <translation type="vanished">Bitte geben Sie das Passwort ein, um SilentDragonXLite zu entschlüsseln!</translation>
</message> </message>
<message> <message>
<source>Wallet Encryption Removed</source> <source>Wallet Encryption Removed</source>
@@ -1015,7 +1015,7 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<source>Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.</source> <source>Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.</source>
<translation type="vanished">SilentDragonLite wurde erfolgreich entschlüsselt. Sie benötigen Ihr Passwort nicht mehr.</translation> <translation type="vanished">SilentDragonXLite wurde erfolgreich entschlüsselt. Sie benötigen Ihr Passwort nicht mehr.</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="771"/> <location filename="../src/mainwindow.cpp" line="771"/>
@@ -1034,13 +1034,13 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
<translation>Die übernahme der Änderung kann ein paar sekunden dauern.</translation> <translation>Die übernahme der Änderung kann ein paar sekunden dauern.</translation>
</message> </message>
<message> <message>
<source>Please restart SilentDragonLite to have new currencies apply</source> <source>Please restart SilentDragonXLite to have new currencies apply</source>
<translation type="vanished">Bitte starten sie SilentDragonLite neu</translation> <translation type="vanished">Bitte starten sie SilentDragonXLite neu</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1177"/> <location filename="../src/mainwindow.cpp" line="1177"/>
<source>This is your wallet seed. Please back it up carefully and safely.</source> <source>This is your wallet seed. Please back it up carefully and safely.</source>
<translation>Dies ist Ihr SilentDragonLite Seed. Bitte sichern Sie ihn sorgfältig.</translation> <translation>Dies ist Ihr SilentDragonXLite Seed. Bitte sichern Sie ihn sorgfältig.</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1185"/> <location filename="../src/mainwindow.cpp" line="1185"/>
@@ -1070,7 +1070,7 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished">Der Seed benötigt 24 Wörter um das Wallet mit dem Seed wiederherzustellen</translation> <translation type="unfinished">Der Seed benötigt 24 Wörter um das Wallet mit dem Seed wiederherzustellen</translation>
</message> </message>
<message> <message>
@@ -1548,7 +1548,7 @@ Anmerkung: Sie bnötigen 2 Bestätigungen {1
</message> </message>
<message> <message>
<source>This is your new wallet&apos;s seed phrase. PLEASE BACK IT UP SECURELY.</source> <source>This is your new wallet&apos;s seed phrase. PLEASE BACK IT UP SECURELY.</source>
<translation type="vanished">Dies ist Ihr SilentDragonLite Seed. Bitte sichern Sie ihn sorgfältig.</translation> <translation type="vanished">Dies ist Ihr SilentDragonXLite Seed. Bitte sichern Sie ihn sorgfältig.</translation>
</message> </message>
<message> <message>
<location filename="../src/newseed.ui" line="20"/> <location filename="../src/newseed.ui" line="20"/>
@@ -1649,7 +1649,7 @@ Anmerkung: Sie bnötigen 2 Bestätigungen {1
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 das scheint keine gültige Hush Adresse zu sein.</translation> <translation>%1 das scheint keine gültige Hush Adresse zu sein.</translation>
</message> </message>
<message> <message>
@@ -1836,8 +1836,8 @@ Möchten Sie die Release Seite besuchen?</translation>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Bitte warten Sie bis SilentDragonLite beendet ist</translation> <translation>Bitte warten Sie bis SilentDragonXLite beendet ist</translation>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="2018"/> <location filename="../src/controller.cpp" line="2018"/>
@@ -1851,7 +1851,7 @@ Möchten Sie die Release Seite besuchen?</translation>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Kein Hush Preis verfügbar</translation> <translation>Kein Hush Preis verfügbar</translation>
</message> </message>
<message> <message>
@@ -1924,7 +1924,7 @@ Möchten Sie die Release Seite besuchen?</translation>
<location filename="../src/websockets.cpp" line="695"/> <location filename="../src/websockets.cpp" line="695"/>
<location filename="../src/websockets.cpp" line="783"/> <location filename="../src/websockets.cpp" line="783"/>
<source>Node is still syncing.</source> <source>Node is still syncing.</source>
<translation>SilentDragonLite synchronisiert noch.</translation> <translation>SilentDragonXLite synchronisiert noch.</translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="716"/> <location filename="../src/websockets.cpp" line="716"/>
@@ -2078,7 +2078,7 @@ Möchten Sie die Release Seite besuchen?</translation>
<message> <message>
<location filename="../src/recurringmultiple.ui" line="44"/> <location filename="../src/recurringmultiple.ui" line="44"/>
<source>How should silentdragon proceed?</source> <source>How should silentdragon proceed?</source>
<translation>Wie soll SilentDragonLite die Zahlung verarbeiten?</translation> <translation>Wie soll SilentDragonXLite die Zahlung verarbeiten?</translation>
</message> </message>
<message> <message>
<location filename="../src/recurringmultiple.ui" line="51"/> <location filename="../src/recurringmultiple.ui" line="51"/>
@@ -2180,18 +2180,18 @@ Möchten Sie die Release Seite besuchen?</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Bezahlung über eine sichere Adresse anfordern. Sende 0.0001 HUSH an die Adresse der Zahlungsanfrage, mit einer HUSH bezahl URI. Die Nachricht wird zur Transaktion hinzugefügt, sobald bezahlt wird.</translation> <translation>Bezahlung über eine sichere Adresse anfordern. Sende 0.0001 DRGX an die Adresse der Zahlungsanfrage, mit einer DRGX bezahl URI. Die Nachricht wird zur Transaktion hinzugefügt, sobald bezahlt wird.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Fehler bezahl HUSH URI</translation> <translation>Fehler bezahl DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>Die URI sollte im folgendem Format sein: &apos;hush:&lt;Adresse&gt;?Betrag=x&amp;Nachricht=y</translation> <translation>Die URI sollte im folgendem Format sein: &apos;drgx:&lt;Adresse&gt;?Betrag=x&amp;Nachricht=y</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="67"/> <location filename="../src/requestdialog.cpp" line="67"/>
@@ -2318,7 +2318,7 @@ Möchten Sie die Release Seite besuchen?</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>Der Seed benötigt 24 Wörter um das Wallet mit dem Seed wiederherzustellen</translation> <translation>Der Seed benötigt 24 Wörter um das Wallet mit dem Seed wiederherzustellen</translation>
</message> </message>
<message> <message>
@@ -2405,7 +2405,7 @@ Möchten Sie die Release Seite besuchen?</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)</translation> <translation>Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)</translation>
</message> </message>
<message> <message>
@@ -2449,7 +2449,7 @@ Möchten Sie die Release Seite besuchen?</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Hush Preise abrufen</translation> <translation>Hush Preise abrufen</translation>
</message> </message>
<message> <message>
@@ -2671,19 +2671,19 @@ Möchten Sie die Release Seite besuchen?</translation>
<message> <message>
<location filename="../src/confirm.ui" line="164"/> <location filename="../src/confirm.ui" line="164"/>
<source>You are sending a transaction while your node is still syncing. This may not work.</source> <source>You are sending a transaction while your node is still syncing. This may not work.</source>
<translation>SilentDragonLite sollte erst vollständig synchronisiert sein, bevor Sie eine Zahlung tätigen.</translation> <translation>SilentDragonXLite sollte erst vollständig synchronisiert sein, bevor Sie eine Zahlung tätigen.</translation>
</message> </message>
</context> </context>
<context> <context>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure DRAGONX.conf</source>
<translation>Konfiguriere HUSH3.conf</translation> <translation>Konfiguriere DRAGONX.conf</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Ihr Hush Node wird automatisch für Sie konfiguriert</translation> <translation>Ihr Hush Node wird automatisch für Sie konfiguriert</translation>
</message> </message>
<message> <message>
@@ -2701,7 +2701,7 @@ Möchten Sie die Release Seite besuchen?</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)...</translation> <translation>Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)...</translation>
</message> </message>
<message> <message>
@@ -2743,17 +2743,17 @@ Möchten Sie die Release Seite besuchen?</translation>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2765,12 +2765,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2792,7 +2792,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<message> <message>
<location filename="../src/encryption.ui" line="32"/> <location filename="../src/encryption.ui" line="32"/>
<source>Encrypt Your Wallet</source> <source>Encrypt Your Wallet</source>
<translation>SilentDragonLite verschlüsseln</translation> <translation>SilentDragonXLite verschlüsseln</translation>
</message> </message>
<message> <message>
<location filename="../src/encryption.ui" line="38"/> <location filename="../src/encryption.ui" line="38"/>
@@ -2850,8 +2850,8 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">Bezahlung über eine sichere Adresse anfordern. Sende 0.0001 HUSH an die Adresse der Zahlungsanfrage, mit einer HUSH bezahl URI. Die Nachricht wird zur Transaktion hinzugefügt, sobald bezahlt wird.</translation> <translation type="unfinished">Bezahlung über eine sichere Adresse anfordern. Sende 0.0001 DRGX an die Adresse der Zahlungsanfrage, mit einer DRGX bezahl URI. Die Nachricht wird zur Transaktion hinzugefügt, sobald bezahlt wird.</translation>
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="40"/> <location filename="../src/hushrequest.ui" line="40"/>
@@ -3095,7 +3095,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3115,7 +3115,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3125,12 +3125,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>

View File

@@ -86,7 +86,7 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>DragónSilenciosoLigero</translation> <translation>DragónSilenciosoLigero</translation>
</message> </message>
<message> <message>
@@ -147,7 +147,7 @@ Ingrese la contraseña de su billetera</translation>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -364,7 +364,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>DragónSilenciosoLigero</translation> <translation>DragónSilenciosoLigero</translation>
</message> </message>
<message> <message>
@@ -473,12 +473,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>Información sobre Hush</translation> <translation>Información sobre DragonX</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;cabeza/&gt;&lt;cuerpo&gt;&lt;palign=&quot;centro&quot;&gt;&lt;estilo Span=&quot; peso de fuente: 600;&quot;&gt; Información de la cadena de bloques de Hush&lt;/span&gt;&lt;/p&gt;&lt;/cuerpo&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;cabeza/&gt;&lt;cuerpo&gt;&lt;palign=&quot;centro&quot;&gt;&lt;estilo Span=&quot; peso de fuente: 600;&quot;&gt; Información de la cadena de bloques de Hush&lt;/span&gt;&lt;/p&gt;&lt;/cuerpo&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -557,8 +557,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Versión hushlightd</translation> <translation>Versión drgxlightd</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1795"/> <location filename="../src/mainwindow.ui" line="1795"/>
@@ -577,7 +577,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Información de mercado de Hush&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Información de mercado de Hush&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -639,7 +639,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -753,12 +753,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>Telegram de Hush</translation> <translation>Telegram de Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>Pagina web de Hush</translation> <translation>Pagina web de Hush</translation>
</message> </message>
<message> <message>
@@ -789,7 +789,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Paga con Hush &amp;URI...</translation> <translation>Paga con Hush &amp;URI...</translation>
</message> </message>
<message> <message>
@@ -807,7 +807,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Solicitar Hush</translation> <translation>Solicitar Hush</translation>
</message> </message>
<message> <message>
@@ -854,7 +854,7 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">Algunos comentarios sobre Dragón silencioso ligero o Hush ...</translation> <translation type="vanished">Algunos comentarios sobre Dragón silencioso ligero o Hush ...</translation>
</message> </message>
<message> <message>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation type="vanished">o Dragón silencioso ligero</translation> <translation type="vanished">o Dragón silencioso ligero</translation>
</message> </message>
<message> <message>
@@ -863,18 +863,18 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Pegar URI HUSH</translation> <translation>Pegar URI DRGX</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Error al pagar HUSH URI</translation> <translation>Error al pagar DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI debe tener la forma &apos;Hush:&lt;Direct&gt;?amt=x&amp;nota=y</translation> <translation>URI debe tener la forma &apos;drgx:&lt;Direct&gt;?amt=x&amp;nota=y</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1143"/> <location filename="../src/mainwindow.cpp" line="1143"/>
@@ -1059,7 +1059,7 @@ Por favor use &apos;Eliminar la encriptacion de la billetera &apos;si desea elim
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished">Dragón silencioso ligero necesita 24 palabras para restaurar la billetera</translation> <translation type="unfinished">Dragón silencioso ligero necesita 24 palabras para restaurar la billetera</translation>
</message> </message>
<message> <message>
@@ -1598,7 +1598,7 @@ Nota: Los fondos necesitan 5 confirmaciones antes de que puedan gastarse {1
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>&gt;% 1 no&apos; parece ser una dirección de Hush válida.</translation> <translation>&gt;% 1 no&apos; parece ser una dirección de Hush válida.</translation>
</message> </message>
<message> <message>
@@ -1785,7 +1785,7 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Espere a que DragónSilenciosoLigero salga</translation> <translation>Espere a que DragónSilenciosoLigero salga</translation>
</message> </message>
<message> <message>
@@ -1800,7 +1800,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>No había precio de Hush disponible para convertir desde USD</translation> <translation>No había precio de Hush disponible para convertir desde USD</translation>
</message> </message>
<message> <message>
@@ -2129,17 +2129,17 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Solicitar pago de una dirección de Sapling. Usted &apos; Enviaré una transacción de silencio 0.0001 a la dirección con un URI de pago de hush. La nota se incluirá en la transacción cuando la dirección le pague.</translation> <translation>Solicitar pago de una dirección de Sapling. Usted &apos; Enviaré una transacción de silencio 0.0001 a la dirección con un URI de pago de hush. La nota se incluirá en la transacción cuando la dirección le pague.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Error al pagar Hush URI</translation> <translation>Error al pagar Hush URI</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI debe tener la forma &apos; Hush:&lt;Direcc&gt;?amt=x&amp;nota=y</translation> <translation>URI debe tener la forma &apos; Hush:&lt;Direcc&gt;?amt=x&amp;nota=y</translation>
</message> </message>
<message> <message>
@@ -2271,7 +2271,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>Dragón silencioso ligero necesita 24 palabras para restaurar la billetera</translation> <translation>Dragón silencioso ligero necesita 24 palabras para restaurar la billetera</translation>
</message> </message>
<message> <message>
@@ -2353,7 +2353,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Conéctese a internet para obtener precios de Hush</translation> <translation>Conéctese a internet para obtener precios de Hush</translation>
</message> </message>
<message> <message>
@@ -2382,7 +2382,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Ir a buscar precios de Hush</translation> <translation>Ir a buscar precios de Hush</translation>
</message> </message>
<message> <message>
@@ -2599,12 +2599,12 @@ Would you like to visit the releases page?</source>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>Configurar hush.conf</translation> <translation>Configurar hush.conf</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Su nodo de Hush se configurará para usted automáticamente</translation> <translation>Su nodo de Hush se configurará para usted automáticamente</translation>
</message> </message>
<message> <message>
@@ -2614,7 +2614,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Permitir conexiones a Internet para buscar actualizaciones, obtener precios de Hush, etc...</translation> <translation>Permitir conexiones a Internet para buscar actualizaciones, obtener precios de Hush, etc...</translation>
</message> </message>
<message> <message>
@@ -2652,17 +2652,17 @@ Would you like to visit the releases page?</source>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2674,12 +2674,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2759,7 +2759,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">Solicitar pago de una dirección de Sapling. Usted &apos; Enviaré una transacción de silencio 0.0001 a la dirección con un URI de pago de hush. La nota se incluirá en la transacción cuando la dirección le pague.</translation> <translation type="unfinished">Solicitar pago de una dirección de Sapling. Usted &apos; Enviaré una transacción de silencio 0.0001 a la dirección con un URI de pago de hush. La nota se incluirá en la transacción cuando la dirección le pague.</translation>
</message> </message>
<message> <message>
@@ -3004,7 +3004,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3024,7 +3024,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3034,12 +3034,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>

View File

@@ -86,7 +86,7 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>سایلنت دراگون سبک</translation> <translation>سایلنت دراگون سبک</translation>
</message> </message>
<message> <message>
@@ -146,7 +146,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -303,7 +303,7 @@ p, li { white-space: pre-wrap; }
<name>MainWindow</name> <name>MainWindow</name>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>سایلنت دراگون سبک</translation> <translation>سایلنت دراگون سبک</translation>
</message> </message>
<message> <message>
@@ -348,7 +348,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -472,12 +472,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>Hush اطلاعات مربوط به</translation> <translation>Hush اطلاعات مربوط به</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>Hush اطلاعات زنجیره بلوک</translation> <translation>Hush اطلاعات زنجیره بلوک</translation>
</message> </message>
<message> <message>
@@ -540,7 +540,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush اطلاعات &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush اطلاعات &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -634,7 +634,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Hushنسخه کیف پول سبک</translation> <translation>Hushنسخه کیف پول سبک</translation>
</message> </message>
<message> <message>
@@ -752,12 +752,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>Hushدیسکورد</translation> <translation>Hushدیسکورد</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>Hushوبسایت</translation> <translation>Hushوبسایت</translation>
</message> </message>
<message> <message>
@@ -793,7 +793,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>URI پرداخت هاش با</translation> <translation>URI پرداخت هاش با</translation>
</message> </message>
<message> <message>
@@ -811,7 +811,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Hushدرخواست</translation> <translation>Hushدرخواست</translation>
</message> </message>
<message> <message>
@@ -943,7 +943,7 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
<translation>تغییر واحد پول</translation> <translation>تغییر واحد پول</translation>
</message> </message>
<message> <message>
<source>Please restart SilentDragonLite to have new currencies apply</source> <source>Please restart SilentDragonXLite to have new currencies apply</source>
<translation type="vanished">لطفا برای اعمال واحد پول جدید، سایلنت دراگون سبک خود را مجدداً اجرا کنید</translation> <translation type="vanished">لطفا برای اعمال واحد پول جدید، سایلنت دراگون سبک خود را مجدداً اجرا کنید</translation>
</message> </message>
<message> <message>
@@ -960,7 +960,7 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation type="vanished">یا سایلنت دراگون سبک</translation> <translation type="vanished">یا سایلنت دراگون سبک</translation>
</message> </message>
<message> <message>
@@ -969,17 +969,17 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Hush URI چسبانیدن </translation> <translation>DRGX URI چسبانیدن </translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>HUSH URI خطا در پرداخت</translation> <translation>DRGX URI خطا در پرداخت</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>یو-آر-آی باید از این قالب باشد&apos;hush:&lt;addr&gt;?amt=x&amp;memo=y </translation> <translation>یو-آر-آی باید از این قالب باشد&apos;hush:&lt;addr&gt;?amt=x&amp;memo=y </translation>
</message> </message>
<message> <message>
@@ -1051,7 +1051,7 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished">سایلنت دراگون سبک برای بازیابی کیف پول، به 24 کلمه نیاز دارد</translation> <translation type="unfinished">سایلنت دراگون سبک برای بازیابی کیف پول، به 24 کلمه نیاز دارد</translation>
</message> </message>
<message> <message>
@@ -1622,7 +1622,7 @@ Note: Funds need 5 confirmations before they can be spent</source>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>آدرس هاش صحیحی باشد &apos;%1&apos; به نظر نمی رسد</translation> <translation>آدرس هاش صحیحی باشد &apos;%1&apos; به نظر نمی رسد</translation>
</message> </message>
<message> <message>
@@ -1807,7 +1807,7 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>لطفا تا خروج سایلنت دراگون سبک، منتظر بمانید</translation> <translation>لطفا تا خروج سایلنت دراگون سبک، منتظر بمانید</translation>
</message> </message>
<message> <message>
@@ -1822,7 +1822,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>هیچ نرخی برای تبدیل هاش از دلارامریکا دردسترس نبود</translation> <translation>هیچ نرخی برای تبدیل هاش از دلارامریکا دردسترس نبود</translation>
</message> </message>
<message> <message>
@@ -2151,17 +2151,17 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>درخواست پرداخت از یک آدرس سپلینگ. شما 0.0001 هاش به آن آدرس با یو-آر-آی پرداخت هاش ارسال خواهید کرد</translation> <translation>درخواست پرداخت از یک آدرس سپلینگ. شما 0.0001 هاش به آن آدرس با یو-آر-آی پرداخت هاش ارسال خواهید کرد</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>خطا در پرداخت یو-آر-آی هاش</translation> <translation>خطا در پرداخت یو-آر-آی هاش</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>یو-آر-آی باید به این قالب باشد&apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>یو-آر-آی باید به این قالب باشد&apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2293,7 +2293,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>سایلنت دراگون سبک برای بازیابی کیف پول، به 24 کلمه نیاز دارد</translation> <translation>سایلنت دراگون سبک برای بازیابی کیف پول، به 24 کلمه نیاز دارد</translation>
</message> </message>
<message> <message>
@@ -2396,7 +2396,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Hush جمع آوری نرخ های</translation> <translation>Hush جمع آوری نرخ های</translation>
</message> </message>
<message> <message>
@@ -2416,7 +2416,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Hushاتصال به اینترنت برای جمعآوری نرخ های</translation> <translation>Hushاتصال به اینترنت برای جمعآوری نرخ های</translation>
</message> </message>
<message> <message>
@@ -2633,12 +2633,12 @@ Would you like to visit the releases page?</source>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>hush.conf پیکربندی</translation> <translation>hush.conf پیکربندی</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>نود هاش شما به صورت خودکار، پیکربندی خواهد شد</translation> <translation>نود هاش شما به صورت خودکار، پیکربندی خواهد شد</translation>
</message> </message>
<message> <message>
@@ -2652,7 +2652,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>پذیرفتن اتصال به اینترنت برای بررسی بروزرسانی ها، دریافت نرخ هاش و غیره</translation> <translation>پذیرفتن اتصال به اینترنت برای بررسی بروزرسانی ها، دریافت نرخ هاش و غیره</translation>
</message> </message>
<message> <message>
@@ -2697,17 +2697,17 @@ Would you like to visit the releases page?</source>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2719,12 +2719,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2804,7 +2804,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">درخواست پرداخت از یک آدرس سپلینگ. شما 0.0001 هاش به آن آدرس با یو-آر-آی پرداخت هاش ارسال خواهید کرد</translation> <translation type="unfinished">درخواست پرداخت از یک آدرس سپلینگ. شما 0.0001 هاش به آن آدرس با یو-آر-آی پرداخت هاش ارسال خواهید کرد</translation>
</message> </message>
<message> <message>
@@ -3049,7 +3049,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3069,7 +3069,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3079,12 +3079,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>

View File

@@ -90,8 +90,8 @@
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -151,7 +151,7 @@ Veuillez entrer le mot de passe du wallet</translation>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -480,7 +480,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -515,13 +515,13 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>&amp;amp;Telegram Hush</translation> <translation>&amp;amp;Telegram Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="678"/> <location filename="../src/mainwindow.ui" line="678"/>
@@ -530,17 +530,17 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -613,7 +613,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
@@ -677,7 +677,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>&amp;Site Internet Hush</translation> <translation>&amp;Site Internet Hush</translation>
</message> </message>
<message> <message>
@@ -879,7 +879,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Payer une &amp;URI Hush...</translation> <translation>Payer une &amp;URI Hush...</translation>
</message> </message>
<message> <message>
@@ -897,7 +897,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Demande de Hush...</translation> <translation>Demande de Hush...</translation>
</message> </message>
<message> <message>
@@ -970,16 +970,16 @@ p, li { white-space: pre-wrap; }
<translation>Rafraîchir</translation> <translation>Rafraîchir</translation>
</message> </message>
<message> <message>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation type="vanished">Erreur lors du payement du URI hush</translation> <translation type="vanished">Erreur lors du payement du URI hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>Le format URI doit être comme suit: &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>Le format URI doit être comme suit: &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
<source>Paste hush URI</source> <source>Paste DRGX URI</source>
<translation type="vanished">Coller le URI hush</translation> <translation type="vanished">Coller le URI hush</translation>
</message> </message>
<message> <message>
@@ -1174,8 +1174,8 @@ Veuillez utiliser &quot;Supprimer le chiffrement du wallet&quot; si vous souhait
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished">SilentDragonLite a besoin de 24 mots pour restaurer son wallet</translation> <translation type="unfinished">SilentDragonXLite a besoin de 24 mots pour restaurer son wallet</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="198"/> <location filename="../src/mainwindow.cpp" line="198"/>
@@ -1289,7 +1289,7 @@ Veuillez utiliser &quot;Supprimer le chiffrement du wallet&quot; si vous souhait
</message> </message>
<message> <message>
<source>Please restart Silentdragonlite to have the theme apply</source> <source>Please restart Silentdragonlite to have the theme apply</source>
<translation type="vanished">Veuillez redémarrer SilentDragonLite pour aplliqué le thème.</translation> <translation type="vanished">Veuillez redémarrer SilentDragonXLite pour aplliqué le thème.</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="835"/> <location filename="../src/mainwindow.cpp" line="835"/>
@@ -1301,8 +1301,8 @@ Veuillez utiliser &quot;Supprimer le chiffrement du wallet&quot; si vous souhait
<translation type="vanished">Quelques commentaires sur SilentDragonlite ou Hush ...</translation> <translation type="vanished">Quelques commentaires sur SilentDragonlite ou Hush ...</translation>
</message> </message>
<message> <message>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation type="vanished"> ou SilentDragonLite</translation> <translation type="vanished"> ou SilentDragonXLite</translation>
</message> </message>
<message> <message>
<source>Send DenioD some private and shielded feedback about</source> <source>Send DenioD some private and shielded feedback about</source>
@@ -1315,12 +1315,12 @@ Veuillez utiliser &quot;Supprimer le chiffrement du wallet&quot; si vous souhait
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Coller l&apos;URI Hush</translation> <translation>Coller l&apos;URI Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Erreur lors du paiement de l&apos;URI Hush</translation> <translation>Erreur lors du paiement de l&apos;URI Hush</translation>
</message> </message>
<message> <message>
@@ -1980,8 +1980,8 @@ Voulez-vous visiter la page des nouvelles versions ?</translation>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Merci d&apos;attendre la fermeture de SilentDragonLite</translation> <translation>Merci d&apos;attendre la fermeture de SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="2018"/> <location filename="../src/controller.cpp" line="2018"/>
@@ -2099,14 +2099,14 @@ Veuillez configurer l&apos;hôte/port et utilisateur/mot de passe dans le menu E
<translation>Erreur de format d&apos;adresse</translation> <translation>Erreur de format d&apos;adresse</translation>
</message> </message>
<message> <message>
<source> doesn&apos;t seem to be a valid hush address.</source> <source> doesn&apos;t seem to be a valid dragonx address.</source>
<translation type="vanished"> ne semble pas être une adresse hush valide.</translation> <translation type="vanished"> ne semble pas être une adresse hush valide.</translation>
</message> </message>
<message> <message>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 ne semble pas être une adresse Hush valide.</translation> <translation>%1 ne semble pas être une adresse Hush valide.</translation>
</message> </message>
<message> <message>
@@ -2240,7 +2240,7 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Aucun prix de Hush n&apos;est pour convertir à partir de USD</translation> <translation>Aucun prix de Hush n&apos;est pour convertir à partir de USD</translation>
</message> </message>
<message> <message>
@@ -2517,17 +2517,17 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Demander le paiement à une adresse de type Sapling. Vous enverrez une transaction de 0.0001 Hush à l&apos;adresse avec un URI de paiement Hush. Le mémo sera inclus dans la transaction lorsque l&apos;adresse vous payera.</translation> <translation>Demander le paiement à une adresse de type Sapling. Vous enverrez une transaction de 0.0001 Hush à l&apos;adresse avec un URI de paiement Hush. Le mémo sera inclus dans la transaction lorsque l&apos;adresse vous payera.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Erreur lors du paiement du URI Hush</translation> <translation>Erreur lors du paiement du URI Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>Le format URI doit être comme suit: &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>Le format URI doit être comme suit: &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2659,8 +2659,8 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite a besoin de 24 mots pour restaurer son wallet</translation> <translation>SilentDragonXLite a besoin de 24 mots pour restaurer son wallet</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="678"/> <location filename="../src/firsttimewizard.cpp" line="678"/>
@@ -2778,7 +2778,7 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Connexion à Internet pour obtenir des prix de Hush</translation> <translation>Connexion à Internet pour obtenir des prix de Hush</translation>
</message> </message>
<message> <message>
@@ -2814,7 +2814,7 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Récupérer les prix de Hush</translation> <translation>Récupérer les prix de Hush</translation>
</message> </message>
<message> <message>
@@ -3129,7 +3129,7 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>Configuration de hush.conf</translation> <translation>Configuration de hush.conf</translation>
</message> </message>
<message> <message>
@@ -3139,7 +3139,7 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Votre nœud hush sera automatiquement.configuré pour vous</translation> <translation>Votre nœud hush sera automatiquement.configuré pour vous</translation>
</message> </message>
<message> <message>
@@ -3164,7 +3164,7 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Autoriser les connexions à Internet pour vérifier les mises à jour, obtenir les prix de Hush, etc...</translation> <translation>Autoriser les connexions à Internet pour vérifier les mises à jour, obtenir les prix de Hush, etc...</translation>
</message> </message>
<message> <message>
@@ -3182,17 +3182,17 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3204,12 +3204,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3289,7 +3289,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">Demander le paiement à une adresse de type Sapling. Vous enverrez une transaction de 0.0001 Hush à l&apos;adresse avec un URI de paiement Hush. Le mémo sera inclus dans la transaction lorsque l&apos;adresse vous payera.</translation> <translation type="unfinished">Demander le paiement à une adresse de type Sapling. Vous enverrez une transaction de 0.0001 Hush à l&apos;adresse avec un URI de paiement Hush. Le mémo sera inclus dans la transaction lorsque l&apos;adresse vous payera.</translation>
</message> </message>
<message> <message>
@@ -3534,7 +3534,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3554,7 +3554,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3564,12 +3564,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>
@@ -3618,7 +3618,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<translation type="vanished">Poster en tant que:</translation> <translation type="vanished">Poster en tant que:</translation>
</message> </message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the hush blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Zboard: Messagerie entièrement anonyme et intraçable basée sur la blockchain hush. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Zboard: Messagerie entièrement anonyme et intraçable basée sur la blockchain hush. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>

View File

@@ -86,8 +86,8 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -147,7 +147,7 @@ Molimo unesite vašu lozinku</translation>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -304,8 +304,8 @@ p, li { white-space: pre-wrap; }
<name>MainWindow</name> <name>MainWindow</name>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="566"/> <location filename="../src/mainwindow.ui" line="566"/>
@@ -349,7 +349,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -473,12 +473,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -541,7 +541,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -631,8 +631,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Verzija hushlightd</translation> <translation>Verzija drgxlightd</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1634"/> <location filename="../src/mainwindow.ui" line="1634"/>
@@ -749,12 +749,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>&amp;Hush Telegram</translation> <translation>&amp;DragonX Telegram</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>&amp;Hush Web stranica</translation> <translation>&amp;Hush Web stranica</translation>
</message> </message>
<message> <message>
@@ -790,7 +790,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Plati hush &amp;URI...</translation> <translation>Plati hush &amp;URI...</translation>
</message> </message>
<message> <message>
@@ -808,7 +808,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Zatraži hush...</translation> <translation>Zatraži hush...</translation>
</message> </message>
<message> <message>
@@ -932,7 +932,7 @@ Molimo koristite &apos;Uklonite šifriranje novčanika&apos; ako želite uklonit
</message> </message>
<message> <message>
<source>Please restart Silentdragonlite to have the theme apply</source> <source>Please restart Silentdragonlite to have the theme apply</source>
<translation type="vanished">Molimo ponovno pokrenite SilentDragonLite ako želite primjeniti temu</translation> <translation type="vanished">Molimo ponovno pokrenite SilentDragonXLite ako želite primjeniti temu</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="835"/> <location filename="../src/mainwindow.cpp" line="835"/>
@@ -940,8 +940,8 @@ Molimo koristite &apos;Uklonite šifriranje novčanika&apos; ako želite uklonit
<translation>Razmjena valuta</translation> <translation>Razmjena valuta</translation>
</message> </message>
<message> <message>
<source>Please restart SilentDragonLite to have new currencies apply</source> <source>Please restart SilentDragonXLite to have new currencies apply</source>
<translation type="vanished">Molimo ponovno pokrenite SilentDragonLite ako želite primjeniti novu valutu</translation> <translation type="vanished">Molimo ponovno pokrenite SilentDragonXLite ako želite primjeniti novu valutu</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="835"/> <location filename="../src/mainwindow.cpp" line="835"/>
@@ -950,29 +950,29 @@ Molimo koristite &apos;Uklonite šifriranje novčanika&apos; ako želite uklonit
</message> </message>
<message> <message>
<source>Some feedback about SilentDragonlite or Hush...</source> <source>Some feedback about SilentDragonlite or Hush...</source>
<translation type="vanished">Neke povratne informaciej o SilentDragonLite ili Hush...</translation> <translation type="vanished">Neke povratne informaciej o SilentDragonXLite ili Hush...</translation>
</message> </message>
<message> <message>
<source>Send Duke some private and shielded feedback about</source> <source>Send Duke some private and shielded feedback about</source>
<translation type="vanished">Pošaljite Duke neku privatnu i zaštićenu povratnu informaciju</translation> <translation type="vanished">Pošaljite Duke neku privatnu i zaštićenu povratnu informaciju</translation>
</message> </message>
<message> <message>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation type="vanished"> ili SilentDragonLite</translation> <translation type="vanished"> ili SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Zalijepi HUSH URI</translation> <translation>Zalijepi DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Greška u plaćanju HUSH URI</translation> <translation>Greška u plaćanju DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI treba biti formata &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI treba biti formata &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -1044,8 +1044,8 @@ Molimo koristite &apos;Uklonite šifriranje novčanika&apos; ako želite uklonit
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished">SilentDragonLite treba 24 riječi za obnovu novčanika</translation> <translation type="unfinished">SilentDragonXLite treba 24 riječi za obnovu novčanika</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="198"/> <location filename="../src/mainwindow.cpp" line="198"/>
@@ -1623,7 +1623,7 @@ Opaska: Za trošenje sredstava potrebno je 5 konfirmacija</translation>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 čini se da nije valjana hush adresa.</translation> <translation>%1 čini se da nije valjana hush adresa.</translation>
</message> </message>
<message> <message>
@@ -1810,8 +1810,8 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Molimo pričekajte da se SilentDragonLite zatvori</translation> <translation>Molimo pričekajte da se SilentDragonXLite zatvori</translation>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="2018"/> <location filename="../src/controller.cpp" line="2018"/>
@@ -1825,7 +1825,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Nema hush cijene za pretvorbu iz USD</translation> <translation>Nema hush cijene za pretvorbu iz USD</translation>
</message> </message>
<message> <message>
@@ -2154,17 +2154,17 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.</translation> <translation>Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Greška prilikom plaćanja hush URI</translation> <translation>Greška prilikom plaćanja hush URI</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI treba biti formata &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI treba biti formata &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2296,8 +2296,8 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite treba 24 riječi za obnovu novčanika</translation> <translation>SilentDragonXLite treba 24 riječi za obnovu novčanika</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="678"/> <location filename="../src/firsttimewizard.cpp" line="678"/>
@@ -2399,7 +2399,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Dohvati hush cijene</translation> <translation>Dohvati hush cijene</translation>
</message> </message>
<message> <message>
@@ -2419,7 +2419,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Spoji se na Internet i dohvati hush cijene</translation> <translation>Spoji se na Internet i dohvati hush cijene</translation>
</message> </message>
<message> <message>
@@ -2636,12 +2636,12 @@ Would you like to visit the releases page?</source>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>Konfigurirajte hush.conf</translation> <translation>Konfigurirajte hush.conf</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Vaš hush čvor će se automatski konfigurirati</translation> <translation>Vaš hush čvor će se automatski konfigurirati</translation>
</message> </message>
<message> <message>
@@ -2655,7 +2655,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Dopusti vezu na Internet za provjeru ažuriranja, hush cijana itd...</translation> <translation>Dopusti vezu na Internet za provjeru ažuriranja, hush cijana itd...</translation>
</message> </message>
<message> <message>
@@ -2697,17 +2697,17 @@ Would you like to visit the releases page?</source>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2719,12 +2719,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2804,7 +2804,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.</translation> <translation type="unfinished">Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.</translation>
</message> </message>
<message> <message>
@@ -3050,7 +3050,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3070,7 +3070,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3080,12 +3080,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>

View File

@@ -82,8 +82,8 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -142,7 +142,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -326,8 +326,8 @@ p, li { white-space: pre-wrap; }
<name>MainWindow</name> <name>MainWindow</name>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="567"/> <location filename="../src/mainwindow.ui" line="567"/>
@@ -491,13 +491,13 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1481"/> <location filename="../src/mainwindow.ui" line="1481"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>Informasi Tentang Hush</translation> <translation>Informasi Tentang DragonX</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1539"/> <location filename="../src/mainwindow.ui" line="1539"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1555"/> <location filename="../src/mainwindow.ui" line="1555"/>
@@ -557,7 +557,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1779"/> <location filename="../src/mainwindow.ui" line="1779"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -634,8 +634,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1716"/> <location filename="../src/mainwindow.ui" line="1716"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Version hushlightd</translation> <translation>Version drgxlightd</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1604"/> <location filename="../src/mainwindow.ui" line="1604"/>
@@ -689,7 +689,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="776"/> <location filename="../src/mainwindow.ui" line="776"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -739,13 +739,13 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1957"/> <location filename="../src/mainwindow.ui" line="1957"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>&amp;Hush Telegram</translation> <translation>&amp;DragonX Telegram</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1962"/> <location filename="../src/mainwindow.ui" line="1962"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>&amp;Hush Website</translation> <translation>&amp;DragonX Website</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1967"/> <location filename="../src/mainwindow.ui" line="1967"/>
@@ -780,8 +780,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1995"/> <location filename="../src/mainwindow.ui" line="1995"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Pay hush &amp;URI...</translation> <translation>Pay drgx &amp;URI...</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2000"/> <location filename="../src/mainwindow.ui" line="2000"/>
@@ -800,7 +800,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2013"/> <location filename="../src/mainwindow.ui" line="2013"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Meminta Hush</translation> <translation>Meminta Hush</translation>
</message> </message>
<message> <message>
@@ -948,8 +948,8 @@ Mohon Gunakan &apos;Hapus Enkripsi Dompet&apos; Jika anda ingin menghapus Enkrip
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="207"/> <location filename="../src/mainwindow.cpp" line="207"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished">SilentDragonLite membutuhkan 24 kata untuk mengembalikan dompet</translation> <translation type="unfinished">SilentDragonXLite membutuhkan 24 kata untuk mengembalikan dompet</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="218"/> <location filename="../src/mainwindow.cpp" line="218"/>
@@ -993,8 +993,8 @@ Mohon Gunakan &apos;Hapus Enkripsi Dompet&apos; Jika anda ingin menghapus Enkrip
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="918"/> <location filename="../src/mainwindow.cpp" line="918"/>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation>atau SilentDragonLite</translation> <translation>atau SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="918"/> <location filename="../src/mainwindow.cpp" line="918"/>
@@ -1018,18 +1018,18 @@ Mohon Gunakan &apos;Hapus Enkripsi Dompet&apos; Jika anda ingin menghapus Enkrip
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1009"/> <location filename="../src/mainwindow.cpp" line="1009"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Paste HUSH URI</translation> <translation>Paste DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1021"/> <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Error membayar HUSH URI</translation> <translation>Error membayar DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1022"/> <location filename="../src/mainwindow.cpp" line="1022"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI harus berada di Form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI harus berada di form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1053"/> <location filename="../src/mainwindow.cpp" line="1053"/>
@@ -1576,8 +1576,8 @@ Note: Dana membutuhkan 5 konfirmasi sebelum mereka bisa digunakan</translation>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="260"/> <location filename="../src/chatmodel.cpp" line="260"/>
<location filename="../src/chatmodel.cpp" line="966"/> <location filename="../src/chatmodel.cpp" line="966"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 doesn&apos;t kelihatannya bukan Alamat HUSH yang valid</translation> <translation>%1 doesn&apos;t kelihatannya bukan Alamat DRGX yang valid</translation>
</message> </message>
<message> <message>
<location filename="../src/addressbook.cpp" line="226"/> <location filename="../src/addressbook.cpp" line="226"/>
@@ -1763,8 +1763,8 @@ Maukah anda mengunjungi laman pembaruan ini</translation>
<message> <message>
<location filename="../src/controller.cpp" line="2042"/> <location filename="../src/controller.cpp" line="2042"/>
<location filename="../src/controller.cpp" line="2050"/> <location filename="../src/controller.cpp" line="2050"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Mohon tunggu untuk SilentDragonLite untuk keluar</translation> <translation>Mohon tunggu untuk SilentDragonXLite untuk keluar</translation>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="2043"/> <location filename="../src/controller.cpp" line="2043"/>
@@ -1774,7 +1774,7 @@ Maukah anda mengunjungi laman pembaruan ini</translation>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Tidak ada harga hush yang tersedia untuk di konversikan ke USD</translation> <translation>Tidak ada harga hush yang tersedia untuk di konversikan ke USD</translation>
</message> </message>
<message> <message>
@@ -2103,18 +2103,18 @@ Maukah anda mengunjungi laman pembaruan ini</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Permintaan Pembayaran dari Alamat Sapling. Anda&apos;akan mengirim sebuah 0.0001 hush untuk transaksi kepada alamat menggunakan hush payment URI. Memo nya akan di masukkan ke dalam transaksi apabila alamat tersebut membayar anda</translation> <translation>Permintaan Pembayaran dari Alamat Sapling. Anda&apos;akan mengirim sebuah 0.0001 hush untuk transaksi kepada alamat menggunakan hush payment URI. Memo nya akan di masukkan ke dalam transaksi apabila alamat tersebut membayar anda</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Error membayar hush URI</translation> <translation>Error membayar hush URI</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI seharusnya berdasarkan form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI seharusnya berdasarkan form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="67"/> <location filename="../src/requestdialog.cpp" line="67"/>
@@ -2236,8 +2236,8 @@ Maukah anda mengunjungi laman pembaruan ini</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="643"/> <location filename="../src/firsttimewizard.cpp" line="643"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite membutuhkan 24 kata untuk mengembalikan dompet</translation> <translation>SilentDragonXLite membutuhkan 24 kata untuk mengembalikan dompet</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="653"/> <location filename="../src/firsttimewizard.cpp" line="653"/>
@@ -2335,7 +2335,7 @@ Maukah anda mengunjungi laman pembaruan ini</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Menangkap harga hush</translation> <translation>Menangkap harga hush</translation>
</message> </message>
<message> <message>
@@ -2355,7 +2355,7 @@ Maukah anda mengunjungi laman pembaruan ini</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Sambung ke internet untuk mengambil harga hush</translation> <translation>Sambung ke internet untuk mengambil harga hush</translation>
</message> </message>
<message> <message>
@@ -2602,12 +2602,12 @@ Maukah anda mengunjungi laman pembaruan ini</translation>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>configure hush.conf</translation> <translation>Configure dragonx.conf</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Node Hush Andan akan di konfigurasikan untuk Anda secara otomatis</translation> <translation>Node Hush Andan akan di konfigurasikan untuk Anda secara otomatis</translation>
</message> </message>
<message> <message>
@@ -2617,7 +2617,7 @@ Maukah anda mengunjungi laman pembaruan ini</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Perbolehkan koneksi ke internet untuk memerika pembaruan, mendapatkan harga hush dll</translation> <translation>Perbolehkan koneksi ke internet untuk memerika pembaruan, mendapatkan harga hush dll</translation>
</message> </message>
<message> <message>
@@ -2655,7 +2655,7 @@ Maukah anda mengunjungi laman pembaruan ini</translation>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2664,22 +2664,22 @@ Maukah anda mengunjungi laman pembaruan ini</translation>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="37"/> <location filename="../src/deposithush.ui" line="37"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="44"/> <location filename="../src/deposithush.ui" line="44"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="51"/> <location filename="../src/deposithush.ui" line="51"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2759,7 +2759,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">Permintaan Pembayaran dari Alamat Sapling. Anda&apos;akan mengirim sebuah 0.0001 hush untuk transaksi kepada alamat menggunakan hush payment URI. Memo nya akan di masukkan ke dalam transaksi apabila alamat tersebut membayar anda</translation> <translation type="unfinished">Permintaan Pembayaran dari Alamat Sapling. Anda&apos;akan mengirim sebuah 0.0001 hush untuk transaksi kepada alamat menggunakan hush payment URI. Memo nya akan di masukkan ke dalam transaksi apabila alamat tersebut membayar anda</translation>
</message> </message>
<message> <message>
@@ -3034,7 +3034,7 @@ p, li { white-space: pre-wrap; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3054,7 +3054,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3064,12 +3064,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>

View File

@@ -90,7 +90,7 @@
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -146,7 +146,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -464,7 +464,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -504,12 +504,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -519,17 +519,17 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -592,7 +592,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -647,7 +647,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -848,7 +848,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -858,7 +858,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -902,7 +902,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1017,7 +1017,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1169,12 +1169,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1756,7 +1756,7 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1876,14 +1876,14 @@ Impostare host/porta e utente/password nel menu Modifica-&gt; Impostazioni.</tra
<translation>Errore nel formato dell&apos;indirizzo</translation> <translation>Errore nel formato dell&apos;indirizzo</translation>
</message> </message>
<message> <message>
<source> doesn&apos;t seem to be a valid hush address.</source> <source> doesn&apos;t seem to be a valid dragonx address.</source>
<translation type="vanished"> Non sembra un indirizzo hush Valido.</translation> <translation type="vanished"> Non sembra un indirizzo hush Valido.</translation>
</message> </message>
<message> <message>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2017,7 +2017,7 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2282,17 +2282,17 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2416,7 +2416,7 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2518,7 +2518,7 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2543,7 +2543,7 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2856,7 +2856,7 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2866,7 +2866,7 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2891,7 +2891,7 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2909,17 +2909,17 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2931,12 +2931,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3000,7 +3000,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3245,7 +3245,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3265,7 +3265,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3275,12 +3275,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>
@@ -3329,7 +3329,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<translation type="vanished">Posta come:</translation> <translation type="vanished">Posta come:</translation>
</message> </message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the hush blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translatorcomment>Check, no idea</translatorcomment> <translatorcomment>Check, no idea</translatorcomment>
<translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: messaggi di chat completamente anonimi e non tracciabili basati sulla blockchain di hush. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: messaggi di chat completamente anonimi e non tracciabili basati sulla blockchain di hush. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>

View File

@@ -82,7 +82,7 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>Silent Dragon Lite</translation> <translation>Silent Dragon Lite</translation>
</message> </message>
<message> <message>
@@ -135,7 +135,7 @@ Voer uw wallet wachtwoord in</translation>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -473,8 +473,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Hushlightd versie</translation> <translation>drgxlightd versie</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1918"/> <location filename="../src/mainwindow.ui" line="1918"/>
@@ -508,7 +508,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>Silent Dragon Lite</translation> <translation>Silent Dragon Lite</translation>
</message> </message>
<message> <message>
@@ -541,18 +541,18 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation>Stort Hush</translation> <translation>Stort Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>Informatie over Hush</translation> <translation>Informatie over DragonX</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Informatie&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Informatie&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1585"/> <location filename="../src/mainwindow.ui" line="1585"/>
@@ -614,7 +614,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Markt Informatie&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Markt Informatie&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -713,13 +713,13 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>&amp;Hush Telegram</translation> <translation>&amp;DragonX Telegram</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>&amp;Hush website</translation> <translation>&amp;DragonX Website</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2029"/> <location filename="../src/mainwindow.ui" line="2029"/>
@@ -749,7 +749,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Betaal Hush &amp;URI...</translation> <translation>Betaal Hush &amp;URI...</translation>
</message> </message>
<message> <message>
@@ -767,7 +767,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Hush vragen...</translation> <translation>Hush vragen...</translation>
</message> </message>
<message> <message>
@@ -798,17 +798,17 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Hush URI invoegen</translation> <translation>Hush URI invoegen</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Fout bij betalen Hush URI</translation> <translation>Fout bij betalen Hush URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>De URI moet in het volgende formaat zijn &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>De URI moet in het volgende formaat zijn &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -912,7 +912,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>Silent Dragon Lite heeft 24 woorden nodig om de wallet te herstellen</translation> <translation>Silent Dragon Lite heeft 24 woorden nodig om de wallet te herstellen</translation>
</message> </message>
<message> <message>
@@ -1425,7 +1425,7 @@ Opmerking: Er is minimaal 1 bevestiging van het saldo nodig om het.uit te kunnen
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 lijkt geen geldig Hush adres te zijn.</translation> <translation>%1 lijkt geen geldig Hush adres te zijn.</translation>
</message> </message>
<message> <message>
@@ -1608,7 +1608,7 @@ Wilt u de releasepagina bezoeken?</translation>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Wacht totdat Silent Dragon Lite afgesloten is</translation> <translation>Wacht totdat Silent Dragon Lite afgesloten is</translation>
</message> </message>
<message> <message>
@@ -1619,7 +1619,7 @@ Wilt u de releasepagina bezoeken?</translation>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Er was geen Hush prijs beschikbaar voor de conversie van USD</translation> <translation>Er was geen Hush prijs beschikbaar voor de conversie van USD</translation>
</message> </message>
<message> <message>
@@ -1936,18 +1936,18 @@ Wilt u de releasepagina bezoeken?</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Betaling van een verborgen Sapling adres aanvragen. U stuurt een HUSH 0.0001 transactie naar het adres met een HUSH betaling-URI. Het onderstaande bericht zal toegevoegd worden aan de transactie als het adres u betaalt.</translation> <translation>Betaling van een verborgen Sapling adres aanvragen. U stuurt een DRGX 0.0001 transactie naar het adres met een DRGX betaling-URI. Het onderstaande bericht zal toegevoegd worden aan de transactie als het adres u betaalt.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Fout bij betaling HUSH URI</translation> <translation>Fout bij betaling DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>De URI moet in het volgende formaat zijn: &apos;hush:&lt;adres&gt;?amt=x&amp;memo=y&apos;</translation> <translation>De URI moet in het volgende formaat zijn: &apos;drgx:&lt;adres&gt;?amt=x&amp;memo=y&apos;</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="67"/> <location filename="../src/requestdialog.cpp" line="67"/>
@@ -2066,7 +2066,7 @@ Wilt u de releasepagina bezoeken?</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>Silent Dragon Lite heeft 24 woorden nodig om de wallet te herstellen</translation> <translation>Silent Dragon Lite heeft 24 woorden nodig om de wallet te herstellen</translation>
</message> </message>
<message> <message>
@@ -2149,7 +2149,7 @@ Wilt u de releasepagina bezoeken?</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Met internet verbinden om de Hush prijs op te halen</translation> <translation>Met internet verbinden om de Hush prijs op te halen</translation>
</message> </message>
<message> <message>
@@ -2169,7 +2169,7 @@ Wilt u de releasepagina bezoeken?</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Hush prijs ophalen</translation> <translation>Hush prijs ophalen</translation>
</message> </message>
<message> <message>
@@ -2382,7 +2382,7 @@ Wilt u de releasepagina bezoeken?</translation>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>Configureer hush.conf</translation> <translation>Configureer hush.conf</translation>
</message> </message>
<message> <message>
@@ -2392,7 +2392,7 @@ Wilt u de releasepagina bezoeken?</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Sta connecties met internet toe om te checken op updates, Hush prijzen, etc...</translation> <translation>Sta connecties met internet toe om te checken op updates, Hush prijzen, etc...</translation>
</message> </message>
<message> <message>
@@ -2427,7 +2427,7 @@ Wilt u de releasepagina bezoeken?</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Uw Hush node zal automatisch voor u geconfigureerd worden</translation> <translation>Uw Hush node zal automatisch voor u geconfigureerd worden</translation>
</message> </message>
</context> </context>
@@ -2435,7 +2435,7 @@ Wilt u de releasepagina bezoeken?</translation>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation>Hush storten</translation> <translation>Hush storten</translation>
</message> </message>
<message> <message>
@@ -2443,7 +2443,7 @@ Wilt u de releasepagina bezoeken?</translation>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="vanished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; <translation type="vanished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
@@ -2452,12 +2452,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR-Code van uw Hush adres&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR-Code van uw Hush adres&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Uw Hush adres&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Uw Hush adres&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -2469,12 +2469,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation>Hush verborgen adres</translation> <translation>Hush verborgen adres</translation>
</message> </message>
<message> <message>
@@ -2538,8 +2538,8 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Betalingsverzoek vanuit een Sapling adres. U stuurt een HUSH 0.0001 transactiue naar het adres met een Hush betaling-URI. Het bericht zal worden meegenomen in de transactie wanneer het adres u betaalt.</translation> <translation>Betalingsverzoek vanuit een Sapling adres. U stuurt een DRGX 0.0001 transactiue naar het adres met een DRGX betaling-URI. Het bericht zal worden meegenomen in de transactie wanneer het adres u betaalt.</translation>
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="40"/> <location filename="../src/hushrequest.ui" line="40"/>
@@ -2783,7 +2783,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation>Verstuur of vraag Hush</translation> <translation>Verstuur of vraag Hush</translation>
</message> </message>
<message> <message>
@@ -2803,7 +2803,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation>Hush</translation> <translation>Hush</translation>
</message> </message>
<message> <message>
@@ -2813,12 +2813,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation>Vraag Hush</translation> <translation>Vraag Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation>Verstuur Hush</translation> <translation>Verstuur Hush</translation>
</message> </message>
</context> </context>

View File

@@ -82,8 +82,8 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -135,7 +135,7 @@ Proszę wpisać hasło do portfela</translation>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -148,7 +148,7 @@ p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Warunki świadczenia Usług&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Warunki świadczenia Usług&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Wszyscy użytkownicy tej platformy zgadzają się nie używać jej do inicjowania lub groźby jakiejkolwiek gwałtownej ingerencji lub przemocy wobec osoby lub jej mienia, znany jako, &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Zasada Nieagresji&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Wszyscy użytkownicy tej platformy zgadzają się nie używać jej do inicjowania lub groźby jakiejkolwiek gwałtownej ingerencji lub przemocy wobec osoby lub jej mienia, znany jako, &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Zasada Nieagresji&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;USŁUGA JEST ŚWIADCZONA W STANIE, W JAKIM JEST, A PROGRAMIŚCI SERWISU HUSH NIE SKŁADAJĄ ŻADNYCH KONKRETNYCH ZOBOWIĄZAŃ ANI GRAŹNYCH GRAŹNYCH DOTYCZĄCYCH USŁUGI.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;USŁUGA JEST ŚWIADCZONA W STANIE, W JAKIM JEST, A PROGRAMIŚCI SERWISU D NIE SKŁADAJĄ ŻADNYCH KONKRETNYCH ZOBOWIĄZAŃ ANI GRAŹNYCH GRAŹNYCH DOTYCZĄCYCH USŁUGI.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Klikając przycisk OK, wyracasz zgodę na używanie portfeli Hush, SilentDragon i innych portfeli, HushChat i jakiegokolwiek oprogramowania opracowanego przez programistów Hush zgodnie z lokalnymi przepisami, że wszystkie zobowiązania związane z korzystaniem z tej usługi Twoje, a programiści Hush NIE BĘDĄ ODPOWIEDZIALNI ZA jakiekolwiek straty związane z korzystaniem z tego oprogramowania.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Klikając przycisk OK, wyracasz zgodę na używanie portfeli Hush, SilentDragon i innych portfeli, HushChat i jakiegokolwiek oprogramowania opracowanego przez programistów Hush zgodnie z lokalnymi przepisami, że wszystkie zobowiązania związane z korzystaniem z tej usługi Twoje, a programiści Hush NIE BĘDĄ ODPOWIEDZIALNI ZA jakiekolwiek straty związane z korzystaniem z tego oprogramowania.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -469,8 +469,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Hushlightd Wersja</translation> <translation>drgxlightd Wersja</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1918"/> <location filename="../src/mainwindow.ui" line="1918"/>
@@ -484,8 +484,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>&amp;Hush Telegram</translation> <translation>&amp;DragonX Telegram</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2029"/> <location filename="../src/mainwindow.ui" line="2029"/>
@@ -514,8 +514,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1592"/> <location filename="../src/mainwindow.ui" line="1592"/>
@@ -552,18 +552,18 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation>Hush Depozyt</translation> <translation>Hush Depozyt</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>Informacja o Hush</translation> <translation>Informacja o Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Informacja&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Informacja&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1585"/> <location filename="../src/mainwindow.ui" line="1585"/>
@@ -635,7 +635,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Informacja Rynkowa&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Informacja Rynkowa&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -734,7 +734,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>&amp;Hush Strona Internetowa</translation> <translation>&amp;Hush Strona Internetowa</translation>
</message> </message>
<message> <message>
@@ -760,7 +760,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Zapłacić hush &amp;URI...</translation> <translation>Zapłacić hush &amp;URI...</translation>
</message> </message>
<message> <message>
@@ -778,7 +778,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Zażądać hush...</translation> <translation>Zażądać hush...</translation>
</message> </message>
<message> <message>
@@ -804,17 +804,17 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Wklej HUSH URI</translation> <translation>Wklej DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Błąd płatności HUSH URI</translation> <translation>Błąd płatności DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>Identyfikator URI powinien być w formacie &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>Identyfikator URI powinien być w formacie &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -918,8 +918,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite potrzebuje 24 słów, aby przywrócić portfel</translation> <translation>SilentDragonXLite potrzebuje 24 słów, aby przywrócić portfel</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="198"/> <location filename="../src/mainwindow.cpp" line="198"/>
@@ -1428,7 +1428,7 @@ Uwaga: Fundusze wymagają 1 potwierdzeni, zanim będzie można go wydać</transl
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 nie wydaje się być prawidłowym hush adresem.</translation> <translation>%1 nie wydaje się być prawidłowym hush adresem.</translation>
</message> </message>
<message> <message>
@@ -1611,8 +1611,8 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Proszę poczekać na SilentDragonLite zakończy pracę</translation> <translation>Proszę poczekać na SilentDragonXLite zakończy pracę</translation>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="2018"/> <location filename="../src/controller.cpp" line="2018"/>
@@ -1622,7 +1622,7 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Nie było dostępnych cen do konwersji hush z USD</translation> <translation>Nie było dostępnych cen do konwersji hush z USD</translation>
</message> </message>
<message> <message>
@@ -1939,17 +1939,17 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Poproś o płatność z Sapling adresu. Wyślesz transakcję hush 0.0001 na adres z hush identyfikatorem URI płatności. Memo zostanie uwzględniona w transakcji, gdy adres cię opłaci.</translation> <translation>Poproś o płatność z Sapling adresu. Wyślesz transakcję hush 0.0001 na adres z hush identyfikatorem URI płatności. Memo zostanie uwzględniona w transakcji, gdy adres cię opłaci.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Błąd płatności hush URI</translation> <translation>Błąd płatności hush URI</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI powinna mieć formę &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI powinna mieć formę &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2069,8 +2069,8 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite potrzebuje 24 słów, aby przywrócić portfel</translation> <translation>SilentDragonXLite potrzebuje 24 słów, aby przywrócić portfel</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="678"/> <location filename="../src/firsttimewizard.cpp" line="678"/>
@@ -2157,7 +2157,7 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Pobierz ceny hush</translation> <translation>Pobierz ceny hush</translation>
</message> </message>
<message> <message>
@@ -2172,7 +2172,7 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Połącz się z Internetem, aby uzyskać ceny Hush</translation> <translation>Połącz się z Internetem, aby uzyskać ceny Hush</translation>
</message> </message>
<message> <message>
@@ -2262,7 +2262,7 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
<message> <message>
<location filename="../src/about.ui" line="14"/> <location filename="../src/about.ui" line="14"/>
<source>About</source> <source>About</source>
<translation>O SilentDragonLite</translation> <translation>O SilentDragonXLite</translation>
</message> </message>
</context> </context>
<context> <context>
@@ -2385,12 +2385,12 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>Skonfigurować hush.conf</translation> <translation>Skonfigurować hush.conf</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Twój hush node zostanie skonfigurowany automatycznie</translation> <translation>Twój hush node zostanie skonfigurowany automatycznie</translation>
</message> </message>
<message> <message>
@@ -2400,7 +2400,7 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Zezwalaj na połączenia z Internetem, aby sprawdzić aktualizacje, uzyskać ceny hush itp...</translation> <translation>Zezwalaj na połączenia z Internetem, aby sprawdzić aktualizacje, uzyskać ceny hush itp...</translation>
</message> </message>
<message> <message>
@@ -2438,7 +2438,7 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation>Wpłać Hush</translation> <translation>Wpłać Hush</translation>
</message> </message>
<message> <message>
@@ -2446,21 +2446,21 @@ Czy chciałbyś odwiedzić stronę wydań?</translation>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="vanished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; <translation type="vanished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Prosimy o użycie następującego hush adresu do przelewu środków na SilentDragonLite. Można skopiować adres lub użyć kodu QR. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Prosimy o użycie następującego hush adresu do przelewu środków na SilentDragonXLite. Można skopiować adres lub użyć kodu QR. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Kod twojego Hush Adresu&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Kod twojego Hush Adresu&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Twój hush Adres &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Twój hush Adres &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -2472,13 +2472,13 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation>Hush zaddr</translation> <translation>DragonX zaddr</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="97"/> <location filename="../src/deposithush.ui" line="97"/>
@@ -2541,7 +2541,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Poproś o płatność z Sapling adresu. Wyślesz transakcję hush 0.0001 na adres z hush identyfikatorem URI płatności. Memo zostanie uwzględniona w transakcji, gdy adres cię opłaci.</translation> <translation>Poproś o płatność z Sapling adresu. Wyślesz transakcję hush 0.0001 na adres z hush identyfikatorem URI płatności. Memo zostanie uwzględniona w transakcji, gdy adres cię opłaci.</translation>
</message> </message>
<message> <message>
@@ -2790,7 +2790,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation>Wyślij lub Wnioskuj o płatności Hush</translation> <translation>Wyślij lub Wnioskuj o płatności Hush</translation>
</message> </message>
<message> <message>
@@ -2810,7 +2810,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation>Hush</translation> <translation>Hush</translation>
</message> </message>
<message> <message>
@@ -2820,12 +2820,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation>Żądanie Hush</translation> <translation>Żądanie Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation>Wysłać Hush</translation> <translation>Wysłać Hush</translation>
</message> </message>
</context> </context>

View File

@@ -400,7 +400,7 @@
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1172"/> <location filename="../src/mainwindow.ui" line="1172"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -420,7 +420,7 @@
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1190"/> <location filename="../src/mainwindow.ui" line="1190"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -515,17 +515,17 @@
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="890"/> <location filename="../src/mainwindow.cpp" line="890"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="891"/> <location filename="../src/mainwindow.cpp" line="891"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="878"/> <location filename="../src/mainwindow.cpp" line="878"/>
<source>Paste hush URI</source> <source>Paste DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1274,12 +1274,12 @@ El saldo es insuficiente para una migración automática.
<translation>Error en el formato de la dirección.</translation> <translation>Error en el formato de la dirección.</translation>
</message> </message>
<message> <message>
<source> doesn&apos;t seem to be a valid hush address.</source> <source> doesn&apos;t seem to be a valid dragonx address.</source>
<translation type="vanished">no parece ser una dirección hush válida</translation> <translation type="vanished">no parece ser una dirección hush válida</translation>
</message> </message>
<message> <message>
<location filename="../src/addressbook.cpp" line="135"/> <location filename="../src/addressbook.cpp" line="135"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1349,7 +1349,7 @@ El saldo es insuficiente para una migración automática.
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="469"/> <location filename="../src/recurring.cpp" line="469"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1620,17 +1620,17 @@ El saldo es insuficiente para una migración automática.
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="219"/> <location filename="../src/requestdialog.ui" line="219"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="50"/> <location filename="../src/requestdialog.cpp" line="50"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="51"/> <location filename="../src/requestdialog.cpp" line="51"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1718,7 +1718,7 @@ El saldo es insuficiente para una migración automática.
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="273"/> <location filename="../src/settings.ui" line="273"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2004,7 +2004,7 @@ El saldo es insuficiente para una migración automática.
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2014,7 +2014,7 @@ El saldo es insuficiente para una migración automática.
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="20"/> <location filename="../src/createhushconfdialog.ui" line="20"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2145,7 +2145,7 @@ El saldo es insuficiente para una migración automática.
</message> </message>
<message> <message>
<location filename="../src/zboard.ui" line="85"/> <location filename="../src/zboard.ui" line="85"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the hush blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Mensajes de chat totalmente anónimos e imposibles de rastrear basados en la cadena de bloques hush. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Mensajes de chat totalmente anónimos e imposibles de rastrear basados en la cadena de bloques hush. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>

View File

@@ -90,8 +90,8 @@
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -151,7 +151,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -454,8 +454,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Versão de hushlightd</translation> <translation>Versão de drgxlightd</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1918"/> <location filename="../src/mainwindow.ui" line="1918"/>
@@ -489,8 +489,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>Telegram da Hush</translation> <translation>Telegram da DragonX</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="678"/> <location filename="../src/mainwindow.ui" line="678"/>
@@ -499,17 +499,17 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>Informação sobre a Hush</translation> <translation>Informação sobre a Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Informação da Blockchain da Hush&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Informação da Blockchain da Hush&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -582,7 +582,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Informação do mercado da Hush&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Informação do mercado da Hush&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -651,7 +651,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>Site da Hush</translation> <translation>Site da Hush</translation>
</message> </message>
<message> <message>
@@ -703,8 +703,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="744"/> <location filename="../src/mainwindow.ui" line="744"/>
@@ -878,7 +878,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Pagar através de &amp;URI hush...</translation> <translation>Pagar através de &amp;URI hush...</translation>
</message> </message>
<message> <message>
@@ -896,7 +896,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Pedir hush...</translation> <translation>Pedir hush...</translation>
</message> </message>
<message> <message>
@@ -940,7 +940,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>O URI deve ter a forma &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>O URI deve ter a forma &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -956,8 +956,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished">SilentDragonLite precisa de 24 palavras para recuperar a carteira</translation> <translation type="unfinished">SilentDragonXLite precisa de 24 palavras para recuperar a carteira</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="198"/> <location filename="../src/mainwindow.cpp" line="198"/>
@@ -1252,7 +1252,7 @@ Por favor usa &apos;Desencriptar carteira&apos; se quiser remover a encriptaçã
</message> </message>
<message> <message>
<source>Please restart Silentdragonlite to have the theme apply</source> <source>Please restart Silentdragonlite to have the theme apply</source>
<translation type="vanished">Por favor reinicie a SilentDragonLite para aplicar o tema</translation> <translation type="vanished">Por favor reinicie a SilentDragonXLite para aplicar o tema</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="835"/> <location filename="../src/mainwindow.cpp" line="835"/>
@@ -1264,8 +1264,8 @@ Por favor usa &apos;Desencriptar carteira&apos; se quiser remover a encriptaçã
<translation type="vanished">Alguma sugestão acerca da SilentDragonlite ou Hush...</translation> <translation type="vanished">Alguma sugestão acerca da SilentDragonlite ou Hush...</translation>
</message> </message>
<message> <message>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation type="vanished">ou SilentDragonLite</translation> <translation type="vanished">ou SilentDragonXLite</translation>
</message> </message>
<message> <message>
<source>Send DenioD some private and shielded feedback about</source> <source>Send DenioD some private and shielded feedback about</source>
@@ -1278,13 +1278,13 @@ Por favor usa &apos;Desencriptar carteira&apos; se quiser remover a encriptaçã
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Colar URI HUSH</translation> <translation>Colar URI DRGX</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Erro ao pagar HUSH URI</translation> <translation>Erro ao pagar DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1055"/> <location filename="../src/mainwindow.cpp" line="1055"/>
@@ -1924,8 +1924,8 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Por favor aguarde pela SilentDragonLite terminar</translation> <translation>Por favor aguarde pela SilentDragonXLite terminar</translation>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="2018"/> <location filename="../src/controller.cpp" line="2018"/>
@@ -1935,7 +1935,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<source>Please wait for silentdragon to exit</source> <source>Please wait for silentdragon to exit</source>
<translation type="vanished">Por favor aguarde pela SilentDragonLite terminar</translation> <translation type="vanished">Por favor aguarde pela SilentDragonXLite terminar</translation>
</message> </message>
<message> <message>
<source>Waiting for hushd to exit</source> <source>Waiting for hushd to exit</source>
@@ -2043,14 +2043,14 @@ Por favor, coloque o host/porta e usuário/senha no menu Editar&gt;Preferências
<translation>Erro no Formato do Endereço</translation> <translation>Erro no Formato do Endereço</translation>
</message> </message>
<message> <message>
<source> doesn&apos;t seem to be a valid hush address.</source> <source> doesn&apos;t seem to be a valid dragonx address.</source>
<translation type="vanished"> não parece um endereço válido de hush.</translation> <translation type="vanished"> não parece um endereço válido de hush.</translation>
</message> </message>
<message> <message>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>não parece um endereço válido de hush.</translation> <translation>não parece um endereço válido de hush.</translation>
</message> </message>
<message> <message>
@@ -2184,7 +2184,7 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Sem preço hush disponível para a conversão de USD</translation> <translation>Sem preço hush disponível para a conversão de USD</translation>
</message> </message>
<message> <message>
@@ -2461,18 +2461,18 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Pedir pagamento de um endereço Sapling. Irá enviar 0.0001 hush para o endereço com o pagamento hush URI. O memo irá <translation>Pedir pagamento de um endereço Sapling. Irá enviar 0.0001 hush para o endereço com o pagamento hush URI. O memo irá
ser incluído na transacção quando o endereço te pagar. </translation> ser incluído na transacção quando o endereço te pagar. </translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Erro ao pagar URI hush</translation> <translation>Erro ao pagar URI hush</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI deve ser da forma &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI deve ser da forma &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2604,8 +2604,8 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite precisa de 24 palavras para recuperar a carteira</translation> <translation>SilentDragonXLite precisa de 24 palavras para recuperar a carteira</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="678"/> <location filename="../src/firsttimewizard.cpp" line="678"/>
@@ -2715,7 +2715,7 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Ligar á internet para vêr os preços da hush</translation> <translation>Ligar á internet para vêr os preços da hush</translation>
</message> </message>
<message> <message>
@@ -2751,7 +2751,7 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Verificar preços da hush</translation> <translation>Verificar preços da hush</translation>
</message> </message>
<message> <message>
@@ -3062,7 +3062,7 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>Configurar hush.conf</translation> <translation>Configurar hush.conf</translation>
</message> </message>
<message> <message>
@@ -3072,7 +3072,7 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>O teu hush irá ser configurar para si automaticamente</translation> <translation>O teu hush irá ser configurar para si automaticamente</translation>
</message> </message>
<message> <message>
@@ -3097,7 +3097,7 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Permitir ligações á internet para verificar por actualizações, obter preços hush etc...</translation> <translation>Permitir ligações á internet para verificar por actualizações, obter preços hush etc...</translation>
</message> </message>
<message> <message>
@@ -3115,17 +3115,17 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3137,12 +3137,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3223,7 +3223,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">Pedir pagamento de um endereço Sapling. Irá enviar 0.0001 hush para o endereço com o pagamento hush URI. O memo irá <translation type="unfinished">Pedir pagamento de um endereço Sapling. Irá enviar 0.0001 hush para o endereço com o pagamento hush URI. O memo irá
ser incluído na transacção quando o endereço te pagar. </translation> ser incluído na transacção quando o endereço te pagar. </translation>
</message> </message>
@@ -3469,7 +3469,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3489,7 +3489,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3499,12 +3499,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>
@@ -3557,7 +3557,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<translation type="vanished">Postar como:</translation> <translation type="vanished">Postar como:</translation>
</message> </message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the hush blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Chat de mensagens totalmente anônimas e irrastreáveis usando a blockchain da hush. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Chat de mensagens totalmente anônimas e irrastreáveis usando a blockchain da hush. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>

View File

@@ -82,8 +82,8 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -142,7 +142,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -326,8 +326,8 @@ p, li { white-space: pre-wrap; }
<name>MainWindow</name> <name>MainWindow</name>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="567"/> <location filename="../src/mainwindow.ui" line="567"/>
@@ -491,12 +491,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1481"/> <location filename="../src/mainwindow.ui" line="1481"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>Informatia despre Hush</translation> <translation>Informatia despre Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1539"/> <location filename="../src/mainwindow.ui" line="1539"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -557,7 +557,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1779"/> <location filename="../src/mainwindow.ui" line="1779"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -634,7 +634,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1716"/> <location filename="../src/mainwindow.ui" line="1716"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Versiunea hushlighttd</translation> <translation>Versiunea hushlighttd</translation>
</message> </message>
<message> <message>
@@ -689,7 +689,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="776"/> <location filename="../src/mainwindow.ui" line="776"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -739,13 +739,13 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1957"/> <location filename="../src/mainwindow.ui" line="1957"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>Hush Telegram</translation> <translation>DragonX Telegram</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1962"/> <location filename="../src/mainwindow.ui" line="1962"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>Hush Website</translation> <translation>DragonX Website</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1967"/> <location filename="../src/mainwindow.ui" line="1967"/>
@@ -780,8 +780,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1995"/> <location filename="../src/mainwindow.ui" line="1995"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Plateste HUSH &amp;URI...</translation> <translation>Plateste DRGX &amp;URI...</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2000"/> <location filename="../src/mainwindow.ui" line="2000"/>
@@ -800,8 +800,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2013"/> <location filename="../src/mainwindow.ui" line="2013"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Solicita HUSH...</translation> <translation>Solicita DRGX...</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2018"/> <location filename="../src/mainwindow.ui" line="2018"/>
@@ -933,7 +933,7 @@ Rugam sa folositi &apos;Eliminati Criptarea Portofelului&apos; daca doriti sa el
<message> <message>
<location filename="../src/mainwindow.cpp" line="916"/> <location filename="../src/mainwindow.cpp" line="916"/>
<source>Some feedback about SilentDragonlite or Hush...</source> <source>Some feedback about SilentDragonlite or Hush...</source>
<translation>Feedback despre SilentDragonLite sau Hush...</translation> <translation>Feedback despre SilentDragonXLite sau Hush...</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="832"/> <location filename="../src/mainwindow.cpp" line="832"/>
@@ -948,8 +948,8 @@ Rugam sa folositi &apos;Eliminati Criptarea Portofelului&apos; daca doriti sa el
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="207"/> <location filename="../src/mainwindow.cpp" line="207"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished">SilentDragonLite are nevoie de semnatura de 24 de cuvinte pentru restabilirea portofelului</translation> <translation type="unfinished">SilentDragonXLite are nevoie de semnatura de 24 de cuvinte pentru restabilirea portofelului</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="218"/> <location filename="../src/mainwindow.cpp" line="218"/>
@@ -993,8 +993,8 @@ Rugam sa folositi &apos;Eliminati Criptarea Portofelului&apos; daca doriti sa el
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="918"/> <location filename="../src/mainwindow.cpp" line="918"/>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation>sau SilentDragonLite</translation> <translation>sau SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="918"/> <location filename="../src/mainwindow.cpp" line="918"/>
@@ -1018,17 +1018,17 @@ Rugam sa folositi &apos;Eliminati Criptarea Portofelului&apos; daca doriti sa el
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1009"/> <location filename="../src/mainwindow.cpp" line="1009"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Lipeste HUSH URI</translation> <translation>Lipeste DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1021"/> <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Eroarea platii HUSH URI</translation> <translation>Eroarea platii DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1022"/> <location filename="../src/mainwindow.cpp" line="1022"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>Uri trebuie sa fie de forma &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>Uri trebuie sa fie de forma &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -1569,8 +1569,8 @@ Nota: Fondurile au nevoie de 5 confirmatii inainte ca sa fiu transmise</translat
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="260"/> <location filename="../src/chatmodel.cpp" line="260"/>
<location filename="../src/chatmodel.cpp" line="966"/> <location filename="../src/chatmodel.cpp" line="966"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>nu este o adresa HUSH valida</translation> <translation>nu este o adresa DRGX valida</translation>
</message> </message>
<message> <message>
<location filename="../src/addressbook.cpp" line="226"/> <location filename="../src/addressbook.cpp" line="226"/>
@@ -1755,8 +1755,8 @@ Doriti sa vizitati pagina veriunii?</translation>
<message> <message>
<location filename="../src/controller.cpp" line="2042"/> <location filename="../src/controller.cpp" line="2042"/>
<location filename="../src/controller.cpp" line="2050"/> <location filename="../src/controller.cpp" line="2050"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Rugam sa asteptati pina ce SilentDragonLite sa o sa iasa</translation> <translation>Rugam sa asteptati pina ce SilentDragonXLite sa o sa iasa</translation>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="2043"/> <location filename="../src/controller.cpp" line="2043"/>
@@ -1766,7 +1766,7 @@ Doriti sa vizitati pagina veriunii?</translation>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Nici un pret al hush nu a fost valabil pentru convertare in USD</translation> <translation>Nici un pret al hush nu a fost valabil pentru convertare in USD</translation>
</message> </message>
<message> <message>
@@ -2095,17 +2095,17 @@ Doriti sa vizitati pagina veriunii?</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Solicita plata de pe Sapling adresa. HUSH 0.0001 tranzactia va fi transmisa la adresa cu plata HUSH URI. Memo va fi inclus in tranzactie cind adresa va plati.</translation> <translation>Solicita plata de pe Sapling adresa. dragonx 0.0001 tranzactia va fi transmisa la adresa cu plata dragonx URI. Memo va fi inclus in tranzactie cind adresa va plati.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Eroare platii HUSH URI</translation> <translation>Eroare platii DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI trebuie sa fie de forma &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI trebuie sa fie de forma &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2228,8 +2228,8 @@ Doriti sa vizitati pagina veriunii?</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="643"/> <location filename="../src/firsttimewizard.cpp" line="643"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite are nevoie de semnatura de 24 de cuvinte pentru restabilirea portofelului</translation> <translation>SilentDragonXLite are nevoie de semnatura de 24 de cuvinte pentru restabilirea portofelului</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="653"/> <location filename="../src/firsttimewizard.cpp" line="653"/>
@@ -2327,7 +2327,7 @@ Doriti sa vizitati pagina veriunii?</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Vezi pretul hush</translation> <translation>Vezi pretul hush</translation>
</message> </message>
<message> <message>
@@ -2347,8 +2347,8 @@ Doriti sa vizitati pagina veriunii?</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Conectati la internet pentru a vedea pretul HUSH</translation> <translation>Conectati la internet pentru a vedea pretul DRGX</translation>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="256"/> <location filename="../src/settings.ui" line="256"/>
@@ -2594,12 +2594,12 @@ Doriti sa vizitati pagina veriunii?</translation>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>Configureaza hush.conf</translation> <translation>Configureaza hush.conf</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Nodul Hush va fi configurat in mod automat</translation> <translation>Nodul Hush va fi configurat in mod automat</translation>
</message> </message>
<message> <message>
@@ -2609,7 +2609,7 @@ Doriti sa vizitati pagina veriunii?</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Permiteti conexiunea prin internet pentru verificarea actualizarilor, pretului hush, etc...</translation> <translation>Permiteti conexiunea prin internet pentru verificarea actualizarilor, pretului hush, etc...</translation>
</message> </message>
<message> <message>
@@ -2647,7 +2647,7 @@ Doriti sa vizitati pagina veriunii?</translation>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2656,22 +2656,22 @@ Doriti sa vizitati pagina veriunii?</translation>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="37"/> <location filename="../src/deposithush.ui" line="37"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="44"/> <location filename="../src/deposithush.ui" line="44"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="51"/> <location filename="../src/deposithush.ui" line="51"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2751,8 +2751,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">Solicita plata de pe Sapling adresa. HUSH 0.0001 tranzactia va fi transmisa la adresa cu plata HUSH URI. Memo va fi inclus in tranzactie cind adresa va plati.</translation> <translation type="unfinished">Solicita plata de pe Sapling adresa. dragonx 0.0001 tranzactia va fi transmisa la adresa cu plata dragonx URI. Memo va fi inclus in tranzactie cind adresa va plati.</translation>
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="40"/> <location filename="../src/hushrequest.ui" line="40"/>
@@ -3026,7 +3026,7 @@ p, li { white-space: pre-wrap; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3046,7 +3046,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3056,12 +3056,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>

View File

@@ -82,8 +82,8 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -135,7 +135,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -433,8 +433,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Версия hushlightd</translation> <translation>Версия drgxlightd</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1918"/> <location filename="../src/mainwindow.ui" line="1918"/>
@@ -448,8 +448,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>&amp;Hush Телеграм</translation> <translation>&amp;DragonX Телеграм</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2029"/> <location filename="../src/mainwindow.ui" line="2029"/>
@@ -478,8 +478,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="678"/> <location filename="../src/mainwindow.ui" line="678"/>
@@ -488,18 +488,18 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation>Пополнить Hush</translation> <translation>Пополнить Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>Информация о Hush</translation> <translation>Информация о Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Информация о Hush Blockchain&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Информация о DragonX Blockchain&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1585"/> <location filename="../src/mainwindow.ui" line="1585"/>
@@ -571,7 +571,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Информация о Рынке Hush&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Информация о Рынке Hush&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -631,7 +631,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>&amp;Сайт Hush&apos;а</translation> <translation>&amp;Сайт Hush&apos;а</translation>
</message> </message>
<message> <message>
@@ -760,7 +760,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Заплатить hush &amp;URI...</translation> <translation>Заплатить hush &amp;URI...</translation>
</message> </message>
<message> <message>
@@ -778,7 +778,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Запросить hush...</translation> <translation>Запросить hush...</translation>
</message> </message>
<message> <message>
@@ -804,7 +804,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI должен иметь форму &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI должен иметь форму &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -903,8 +903,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite требует 24 слова для восстановления кошелька</translation> <translation>SilentDragonXLite требует 24 слова для восстановления кошелька</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="198"/> <location filename="../src/mainwindow.cpp" line="198"/>
@@ -1016,13 +1016,13 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Вставить HUSH URI</translation> <translation>Вставить DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Ошибка при оплате HUSH URI</translation> <translation>Ошибка при оплате DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1055"/> <location filename="../src/mainwindow.cpp" line="1055"/>
@@ -1475,8 +1475,8 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Пожалуйста подождите SilentDragonLite для выхода</translation> <translation>Пожалуйста подождите SilentDragonXLite для выхода</translation>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="2018"/> <location filename="../src/controller.cpp" line="2018"/>
@@ -1557,7 +1557,7 @@ Would you like to visit the releases page?</source>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 недействительный hush адрес.</translation> <translation>%1 недействительный hush адрес.</translation>
</message> </message>
<message> <message>
@@ -1677,7 +1677,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Отсутствует цена hush для конвертации из долларов США</translation> <translation>Отсутствует цена hush для конвертации из долларов США</translation>
</message> </message>
<message> <message>
@@ -1942,17 +1942,17 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Запросить оплату с Sapling адреса. Вы отправите hush 0.0001 транзакцию на адрес с URI hush платежа. Памятка будет включена в транзакцию, когда адрес заплатит вам.</translation> <translation>Запросить оплату с Sapling адреса. Вы отправите hush 0.0001 транзакцию на адрес с URI hush платежа. Памятка будет включена в транзакцию, когда адрес заплатит вам.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Ошибка при оплате Hush URI</translation> <translation>Ошибка при оплате Hush URI</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI должен иметь форму &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI должен иметь форму &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2072,8 +2072,8 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite нужно 24 слова для восстановления кошелька</translation> <translation>SilentDragonXLite нужно 24 слова для восстановления кошелька</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="678"/> <location filename="../src/firsttimewizard.cpp" line="678"/>
@@ -2145,7 +2145,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Подключитесь к Интернету, чтобы узнать цену hush</translation> <translation>Подключитесь к Интернету, чтобы узнать цену hush</translation>
</message> </message>
<message> <message>
@@ -2165,7 +2165,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Получить цену hush</translation> <translation>Получить цену hush</translation>
</message> </message>
<message> <message>
@@ -2388,7 +2388,7 @@ Would you like to visit the releases page?</source>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>Настроить hush.conf</translation> <translation>Настроить hush.conf</translation>
</message> </message>
<message> <message>
@@ -2398,7 +2398,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Ваша hush нода будет настроена для вас автоматически</translation> <translation>Ваша hush нода будет настроена для вас автоматически</translation>
</message> </message>
<message> <message>
@@ -2423,7 +2423,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Разрешить подключение к Интернету для проверки обновлений, получения скрытых цен и т.д...</translation> <translation>Разрешить подключение к Интернету для проверки обновлений, получения скрытых цен и т.д...</translation>
</message> </message>
<message> <message>
@@ -2441,7 +2441,7 @@ Would you like to visit the releases page?</source>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation>Депозит Hush</translation> <translation>Депозит Hush</translation>
</message> </message>
<message> <message>
@@ -2449,21 +2449,21 @@ Would you like to visit the releases page?</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="vanished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; <translation type="vanished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Используйте следующий hush адрес для перевода средств в SilentDragonLite. Вы можете скопировать адрес или использовать QR-код. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Используйте следующий hush адрес для перевода средств в SilentDragonXLite. Вы можете скопировать адрес или использовать QR-код. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Код вашего Hush Адреса&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Код вашего Hush Адреса&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Ваш Hush Адрес &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Ваш Hush Адрес &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
@@ -2475,13 +2475,13 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation>Hush zaddr</translation> <translation>DragonX zaddr</translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="97"/> <location filename="../src/deposithush.ui" line="97"/>
@@ -2544,7 +2544,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Запросить оплату с Sapling адреса. Вы отправите 0.0001 hush на адрес с URI hush платежа. Памятка будет включена в транзакцию, когда адрес будет вам платит.</translation> <translation>Запросить оплату с Sapling адреса. Вы отправите 0.0001 hush на адрес с URI hush платежа. Памятка будет включена в транзакцию, когда адрес будет вам платит.</translation>
</message> </message>
<message> <message>
@@ -2789,7 +2789,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation>Отправить или Запросить Hush</translation> <translation>Отправить или Запросить Hush</translation>
</message> </message>
<message> <message>
@@ -2809,7 +2809,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation>Hush</translation> <translation>Hush</translation>
</message> </message>
<message> <message>
@@ -2819,12 +2819,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation>Запросить Hush</translation> <translation>Запросить Hush</translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation>Отправить Hush</translation> <translation>Отправить Hush</translation>
</message> </message>
</context> </context>

View File

@@ -86,8 +86,8 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -147,7 +147,7 @@ Molimo unesite vašu lozinku</translation>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -304,8 +304,8 @@ p, li { white-space: pre-wrap; }
<name>MainWindow</name> <name>MainWindow</name>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite</translation> <translation>SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="566"/> <location filename="../src/mainwindow.ui" line="566"/>
@@ -349,7 +349,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -473,12 +473,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -541,7 +541,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -631,8 +631,8 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>Verzija hushlightd</translation> <translation>Verzija drgxlightd</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1634"/> <location filename="../src/mainwindow.ui" line="1634"/>
@@ -749,12 +749,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>&amp;Hush Telegram</translation> <translation>&amp;DragonX Telegram</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>&amp;Hush Web stranica</translation> <translation>&amp;Hush Web stranica</translation>
</message> </message>
<message> <message>
@@ -790,7 +790,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>Plati hush &amp;URI...</translation> <translation>Plati hush &amp;URI...</translation>
</message> </message>
<message> <message>
@@ -808,7 +808,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>Zatraži hush...</translation> <translation>Zatraži hush...</translation>
</message> </message>
<message> <message>
@@ -932,7 +932,7 @@ Molimo koristite &apos;Uklonite šifrovanje novčanika&apos; ako želite uklonit
</message> </message>
<message> <message>
<source>Please restart Silentdragonlite to have the theme apply</source> <source>Please restart Silentdragonlite to have the theme apply</source>
<translation type="vanished">Molimo ponovo pokrenite SilentDragonLite ako želite primeniti temu</translation> <translation type="vanished">Molimo ponovo pokrenite SilentDragonXLite ako želite primeniti temu</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="835"/> <location filename="../src/mainwindow.cpp" line="835"/>
@@ -940,8 +940,8 @@ Molimo koristite &apos;Uklonite šifrovanje novčanika&apos; ako želite uklonit
<translation>Razmena valuta</translation> <translation>Razmena valuta</translation>
</message> </message>
<message> <message>
<source>Please restart SilentDragonLite to have new currencies apply</source> <source>Please restart SilentDragonXLite to have new currencies apply</source>
<translation type="vanished">Molimo ponovo pokrenite SilentDragonLite ako želite primeniti novu valutu</translation> <translation type="vanished">Molimo ponovo pokrenite SilentDragonXLite ako želite primeniti novu valutu</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="835"/> <location filename="../src/mainwindow.cpp" line="835"/>
@@ -950,29 +950,29 @@ Molimo koristite &apos;Uklonite šifrovanje novčanika&apos; ako želite uklonit
</message> </message>
<message> <message>
<source>Some feedback about SilentDragonlite or Hush...</source> <source>Some feedback about SilentDragonlite or Hush...</source>
<translation type="vanished">Neke povratne informacije o SilentDragonLite ili Hush...</translation> <translation type="vanished">Neke povratne informacije o SilentDragonXLite ili Hush...</translation>
</message> </message>
<message> <message>
<source>Send Duke some private and shielded feedback about</source> <source>Send Duke some private and shielded feedback about</source>
<translation type="vanished">Pošaljite Duke neku privatnu i zaštićenu povratnu informaciju</translation> <translation type="vanished">Pošaljite Duke neku privatnu i zaštićenu povratnu informaciju</translation>
</message> </message>
<message> <message>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation type="vanished"> ili SilentDragonLite</translation> <translation type="vanished"> ili SilentDragonXLite</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>Zalepi HUSH URI</translation> <translation>Zalepi DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>Greška u plaćanju HUSH URI</translation> <translation>Greška u plaćanju DRGX URI</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI treba biti formata &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI treba biti formata &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -1044,8 +1044,8 @@ Molimo koristite &apos;Uklonite šifrovanje novčanika&apos; ako želite uklonit
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished">SilentDragonLite treba 24 reči za obnovu novčanika</translation> <translation type="unfinished">SilentDragonXLite treba 24 reči za obnovu novčanika</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="198"/> <location filename="../src/mainwindow.cpp" line="198"/>
@@ -1623,7 +1623,7 @@ Opaska: Za trošenje sredstava potrebno je 5 konfirmacija</translation>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 čini se da nije valjana hush adresa.</translation> <translation>%1 čini se da nije valjana hush adresa.</translation>
</message> </message>
<message> <message>
@@ -1810,8 +1810,8 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation>Molimo pričekajte da se SilentDragonLite zatvori</translation> <translation>Molimo pričekajte da se SilentDragonXLite zatvori</translation>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="2018"/> <location filename="../src/controller.cpp" line="2018"/>
@@ -1825,7 +1825,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>Nema hush cene za pretvorbu iz USD</translation> <translation>Nema hush cene za pretvorbu iz USD</translation>
</message> </message>
<message> <message>
@@ -2154,17 +2154,17 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.</translation> <translation>Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>Greška prilikom plaćanja hush URI</translation> <translation>Greška prilikom plaćanja hush URI</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI treba biti formata &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI treba biti formata &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2296,8 +2296,8 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>SilentDragonLite treba 24 reči za obnovu novčanika</translation> <translation>SilentDragonXLite treba 24 reči za obnovu novčanika</translation>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="678"/> <location filename="../src/firsttimewizard.cpp" line="678"/>
@@ -2399,7 +2399,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>Zatraži hush cene</translation> <translation>Zatraži hush cene</translation>
</message> </message>
<message> <message>
@@ -2419,7 +2419,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>Spoji se na Internet i dohvati hush cene</translation> <translation>Spoji se na Internet i dohvati hush cene</translation>
</message> </message>
<message> <message>
@@ -2636,12 +2636,12 @@ Would you like to visit the releases page?</source>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>Konfigurišite hush.conf</translation> <translation>Konfigurišite hush.conf</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>Vaš hush čvor će se automatski konfigurisati</translation> <translation>Vaš hush čvor će se automatski konfigurisati</translation>
</message> </message>
<message> <message>
@@ -2655,7 +2655,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>Dopusti vezu na Internet za proveru ažuriranja, hush cena itd...</translation> <translation>Dopusti vezu na Internet za proveru ažuriranja, hush cena itd...</translation>
</message> </message>
<message> <message>
@@ -2697,17 +2697,17 @@ Would you like to visit the releases page?</source>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2719,12 +2719,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2804,7 +2804,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.</translation> <translation type="unfinished">Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.</translation>
</message> </message>
<message> <message>
@@ -3050,7 +3050,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3070,7 +3070,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3080,12 +3080,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>

View File

@@ -31,7 +31,7 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="17"/> <location filename="../src/connection.ui" line="17"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -102,7 +102,7 @@ Please enter your wallet password</source>
<name>MainWindow</name> <name>MainWindow</name>
<message> <message>
<location filename="../src/mainwindow.ui" line="14"/> <location filename="../src/mainwindow.ui" line="14"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -270,12 +270,12 @@ Please enter your wallet password</source>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="940"/> <location filename="../src/mainwindow.ui" line="940"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="998"/> <location filename="../src/mainwindow.ui" line="998"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -336,7 +336,7 @@ Please enter your wallet password</source>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1238"/> <location filename="../src/mainwindow.ui" line="1238"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -413,7 +413,7 @@ Please enter your wallet password</source>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1175"/> <location filename="../src/mainwindow.ui" line="1175"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -468,12 +468,12 @@ Please enter your wallet password</source>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1415"/> <location filename="../src/mainwindow.ui" line="1415"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1420"/> <location filename="../src/mainwindow.ui" line="1420"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -509,7 +509,7 @@ Please enter your wallet password</source>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1453"/> <location filename="../src/mainwindow.ui" line="1453"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -529,7 +529,7 @@ Please enter your wallet password</source>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1471"/> <location filename="../src/mainwindow.ui" line="1471"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -681,7 +681,7 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="537"/> <location filename="../src/mainwindow.cpp" line="537"/>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -691,17 +691,17 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="618"/> <location filename="../src/mainwindow.cpp" line="618"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="630"/> <location filename="../src/mainwindow.cpp" line="630"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="631"/> <location filename="../src/mainwindow.cpp" line="631"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1070,7 +1070,7 @@ Note: Funds need 5 confirmations before they can be spent</source>
</message> </message>
<message> <message>
<location filename="../src/addressbook.cpp" line="135"/> <location filename="../src/addressbook.cpp" line="135"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1212,7 +1212,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/controller.cpp" line="1660"/> <location filename="../src/controller.cpp" line="1660"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1222,7 +1222,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="543"/> <location filename="../src/recurring.cpp" line="543"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1539,17 +1539,17 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="219"/> <location filename="../src/requestdialog.ui" line="219"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="50"/> <location filename="../src/requestdialog.cpp" line="50"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="51"/> <location filename="../src/requestdialog.cpp" line="51"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1616,7 +1616,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="133"/> <location filename="../src/firsttimewizard.cpp" line="133"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1689,7 +1689,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="129"/> <location filename="../src/settings.ui" line="129"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1709,7 +1709,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="209"/> <location filename="../src/settings.ui" line="209"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1867,12 +1867,12 @@ Would you like to visit the releases page?</source>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1882,7 +1882,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@@ -85,7 +85,7 @@
<context> <context>
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<source>silentdragonlite</source> <source>silentdragonxlite</source>
<translation type="vanished">silentdragon</translation> <translation type="vanished">silentdragon</translation>
</message> </message>
<message> <message>
@@ -94,7 +94,7 @@
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -150,7 +150,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -294,7 +294,7 @@ p, li { white-space: pre-wrap; }
<context> <context>
<name>MainWindow</name> <name>MainWindow</name>
<message> <message>
<source>silentdragonlite</source> <source>silentdragonxlite</source>
<translation type="vanished">silentdragon</translation> <translation type="vanished">silentdragon</translation>
</message> </message>
<message> <message>
@@ -429,12 +429,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -542,12 +542,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -577,7 +577,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -602,7 +602,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -665,7 +665,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -685,7 +685,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -839,7 +839,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>hush URI öde...</translation> <translation>hush URI öde...</translation>
</message> </message>
<message> <message>
@@ -857,7 +857,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>hush iste...</translation> <translation>hush iste...</translation>
</message> </message>
<message> <message>
@@ -892,7 +892,7 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">wallet.dat dosyasını yedekle</translation> <translation type="vanished">wallet.dat dosyasını yedekle</translation>
</message> </message>
<message> <message>
<source>Thanks for supporting silentdragonlite!</source> <source>Thanks for supporting silentdragonxlite!</source>
<translation type="vanished">silentdragon&apos;i desteklediğiniz için teşekkür ederiz!</translation> <translation type="vanished">silentdragon&apos;i desteklediğiniz için teşekkür ederiz!</translation>
</message> </message>
<message> <message>
@@ -900,7 +900,7 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">0.01 Bağış yap </translation> <translation type="vanished">0.01 Bağış yap </translation>
</message> </message>
<message> <message>
<source> to support silentdragonlite</source> <source> to support silentdragonxlite</source>
<translatorcomment>0.01 Bağış yap yazısının devamı</translatorcomment> <translatorcomment>0.01 Bağış yap yazısının devamı</translatorcomment>
<translation type="vanished">ve silentdragon&apos;i destekle</translation> <translation type="vanished">ve silentdragon&apos;i destekle</translation>
</message> </message>
@@ -997,16 +997,16 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">Transparan veya Korumalı Adres:</translation> <translation type="vanished">Transparan veya Korumalı Adres:</translation>
</message> </message>
<message> <message>
<source>Paste hush URI</source> <source>Paste DRGX URI</source>
<translation type="vanished">hush URI Yapıştır</translation> <translation type="vanished">hush URI Yapıştır</translation>
</message> </message>
<message> <message>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation type="vanished">hush URI ödeme hatası</translation> <translation type="vanished">hush URI ödeme hatası</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI bu şekilde olmalıdır: &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI bu şekilde olmalıdır: &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -1100,7 +1100,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1278,12 +1278,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1733,11 +1733,11 @@ Note: Funds need 1 confirmations before they can be spent</source>
<translation type="vanished">hushd bekleniyor</translation> <translation type="vanished">hushd bekleniyor</translation>
</message> </message>
<message> <message>
<source>You have hushd set to start as a daemon, which can cause problems with silentdragonlite <source>You have hushd set to start as a daemon, which can cause problems with silentdragonxlite
.Please remove the following line from your hush.conf and restart silentdragonlite .Please remove the following line from your hush.conf and restart silentdragonxlite
daemon=1</source> daemon=1</source>
<translation type="vanished">hushd, silentdragonlite ile sorunlara neden olan bir daemon olarak başlayacak şekilde ayarladınız. <translation type="vanished">hushd, silentdragonxlite ile sorunlara neden olan bir daemon olarak başlayacak şekilde ayarladınız.
.Lütfen aşağıdaki satırı hush.conf dosyanızdan kaldırın ve silentdragon&apos;i yeniden başlatın .Lütfen aşağıdaki satırı hush.conf dosyanızdan kaldırın ve silentdragon&apos;i yeniden başlatın
daemon=1</translation> daemon=1</translation>
@@ -1783,7 +1783,7 @@ Not starting embedded hushd because --no-embedded was passed</source>
.Please remove the following line from your hush.conf and restart silentdragon .Please remove the following line from your hush.conf and restart silentdragon
daemon=1</source> daemon=1</source>
<translation type="vanished">hushd&apos;yi, silentdragonlite ile sorunlara neden olabilecek bir daemon olacak şekilde ayarladınız. <translation type="vanished">hushd&apos;yi, silentdragonxlite ile sorunlara neden olabilecek bir daemon olacak şekilde ayarladınız.
.Lütfen aşağıdaki satırı hush.conf dosyanızdan kaldırın ve silentdragon&apos;i yeniden başlatın .Lütfen aşağıdaki satırı hush.conf dosyanızdan kaldırın ve silentdragon&apos;i yeniden başlatın
daemon=1</translation> daemon=1</translation>
@@ -1900,7 +1900,7 @@ Yayınlanan sürümler sayfasını ziyaret etmek ister misiniz?</translation>
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1915,7 +1915,7 @@ Yayınlanan sürümler sayfasını ziyaret etmek ister misiniz?</translation>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>USD&apos;den dönüştürülebilecek hush fiyatı yok</translation> <translation>USD&apos;den dönüştürülebilecek hush fiyatı yok</translation>
</message> </message>
<message> <message>
@@ -1975,7 +1975,7 @@ Yayınlanan sürümler sayfasını ziyaret etmek ister misiniz?</translation>
<translation type="vanished"> tx hesaplanıyor. Bu birkaç dakika sürebilir.</translation> <translation type="vanished"> tx hesaplanıyor. Bu birkaç dakika sürebilir.</translation>
</message> </message>
<message> <message>
<source>Please wait for silentdragonlite to exit</source> <source>Please wait for silentdragonxlite to exit</source>
<translation type="vanished">Lütfen çıkmak için silentdragon&apos;i bekleyin</translation> <translation type="vanished">Lütfen çıkmak için silentdragon&apos;i bekleyin</translation>
</message> </message>
<message> <message>
@@ -2069,7 +2069,7 @@ Lütfen Düzenle-&gt;Ayarlar menüsünde sunucu/bağlantı noktası ve kullanıc
<translation>Adres Formatı Hatası</translation> <translation>Adres Formatı Hatası</translation>
</message> </message>
<message> <message>
<source> doesn&apos;t seem to be a valid hush address.</source> <source> doesn&apos;t seem to be a valid dragonx address.</source>
<translation type="vanished"> geçerli bir hush adresi gibi görünmüyor.</translation> <translation type="vanished"> geçerli bir hush adresi gibi görünmüyor.</translation>
</message> </message>
<message> <message>
@@ -2095,7 +2095,7 @@ Lütfen Düzenle-&gt;Ayarlar menüsünde sunucu/bağlantı noktası ve kullanıc
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 geçerli bir hush adresi gibi gözükmüyor.</translation> <translation>%1 geçerli bir hush adresi gibi gözükmüyor.</translation>
</message> </message>
<message> <message>
@@ -2475,17 +2475,17 @@ Onaylanmamış fonunuz var veya otomatik geçiş için bakiye çok düşük.</tr
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>Bir Sapling adresinden ödeme talep edin. Bir hush ödeme URI&apos;si olan bir adrese hush 0.0001 işlemi gönderirsiniz. Adres size ödeme yaptığında Memo işleme dahil edilecektir.</translation> <translation>Bir Sapling adresinden ödeme talep edin. Bir hush ödeme URI&apos;si olan bir adrese hush 0.0001 işlemi gönderirsiniz. Adres size ödeme yaptığında Memo işleme dahil edilecektir.</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>hush URI ödeme hatası</translation> <translation>hush URI ödeme hatası</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI bu şekilde olmalıdır: &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI bu şekilde olmalıdır: &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2609,7 +2609,7 @@ Onaylanmamış fonunuz var veya otomatik geçiş için bakiye çok düşük.</tr
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2694,7 +2694,7 @@ Onaylanmamış fonunuz var veya otomatik geçiş için bakiye çok düşük.</tr
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>hush fiyatlarını çekmek için internete bağlanır</translation> <translation>hush fiyatlarını çekmek için internete bağlanır</translation>
</message> </message>
<message> <message>
@@ -2748,7 +2748,7 @@ Onaylanmamış fonunuz var veya otomatik geçiş için bakiye çok düşük.</tr
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3105,12 +3105,12 @@ Onaylanmamış fonunuz var veya otomatik geçiş için bakiye çok düşük.</tr
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>hush.conf dosyasını yapılandırma</translation> <translation>hush.conf dosyasını yapılandırma</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>hush düğümünüz sizin için otomatik olarak yapılandırılacak</translation> <translation>hush düğümünüz sizin için otomatik olarak yapılandırılacak</translation>
</message> </message>
<message> <message>
@@ -3128,7 +3128,7 @@ Onaylanmamış fonunuz var veya otomatik geçiş için bakiye çok düşük.</tr
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3170,17 +3170,17 @@ Onaylanmamış fonunuz var veya otomatik geçiş için bakiye çok düşük.</tr
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3192,12 +3192,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3261,7 +3261,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">Bir Sapling adresinden ödeme talep edin. Bir hush ödeme URI&apos;si olan bir adrese hush 0.0001 işlemi gönderirsiniz. Adres size ödeme yaptığında Memo işleme dahil edilecektir.</translation> <translation type="unfinished">Bir Sapling adresinden ödeme talep edin. Bir hush ödeme URI&apos;si olan bir adrese hush 0.0001 işlemi gönderirsiniz. Adres size ödeme yaptığında Memo işleme dahil edilecektir.</translation>
</message> </message>
<message> <message>
@@ -3506,7 +3506,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3526,7 +3526,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3536,12 +3536,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>
@@ -3594,8 +3594,8 @@ li.checked::marker { content: &quot;\2612&quot;; }
<translation type="vanished">Olarak Gönder:</translation> <translation type="vanished">Olarak Gönder:</translation>
</message> </message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the hush blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: hush blockchain&apos;i üzerinde tamamen anonim ve takip edilemeyen sohbet mesajları. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: DragonX Blockchain&apos;i üzerinde tamamen anonim ve takip edilemeyen sohbet mesajları. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<source>Warning</source> <source>Warning</source>

View File

@@ -86,8 +86,8 @@
<name>ConnectionDialog</name> <name>ConnectionDialog</name>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite سائلینٹ ڈراگون لائٹ</translation> <translation>SilentDragonXLite سائلینٹ ڈراگون لائٹ</translation>
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="70"/> <location filename="../src/connection.ui" line="70"/>
@@ -146,7 +146,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -330,8 +330,8 @@ p, li { white-space: pre-wrap; }
<name>MainWindow</name> <name>MainWindow</name>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation>SilentDragonLite سائلینٹ ڈراگون لائٹ</translation> <translation>SilentDragonXLite سائلینٹ ڈراگون لائٹ</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="567"/> <location filename="../src/mainwindow.ui" line="567"/>
@@ -495,12 +495,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1481"/> <location filename="../src/mainwindow.ui" line="1481"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation>ھش کے بارے میں معلومات</translation> <translation>ھش کے بارے میں معلومات</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1539"/> <location filename="../src/mainwindow.ui" line="1539"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -561,7 +561,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1779"/> <location filename="../src/mainwindow.ui" line="1779"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -638,7 +638,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1716"/> <location filename="../src/mainwindow.ui" line="1716"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation>وریژن ھش لائیٹڈ</translation> <translation>وریژن ھش لائیٹڈ</translation>
</message> </message>
<message> <message>
@@ -693,7 +693,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="776"/> <location filename="../src/mainwindow.ui" line="776"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -743,12 +743,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1957"/> <location filename="../src/mainwindow.ui" line="1957"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation>ھش ڈسکارڈ</translation> <translation>ھش ڈسکارڈ</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1962"/> <location filename="../src/mainwindow.ui" line="1962"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation>ھش ویب سائیٹ</translation> <translation>ھش ویب سائیٹ</translation>
</message> </message>
<message> <message>
@@ -784,7 +784,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1995"/> <location filename="../src/mainwindow.ui" line="1995"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>ھش پے کریں &amp;URI...</translation> <translation>ھش پے کریں &amp;URI...</translation>
</message> </message>
<message> <message>
@@ -804,7 +804,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2013"/> <location filename="../src/mainwindow.ui" line="2013"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation>رکیویسٹ ھش...</translation> <translation>رکیویسٹ ھش...</translation>
</message> </message>
<message> <message>
@@ -952,7 +952,7 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="207"/> <location filename="../src/mainwindow.cpp" line="207"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished">سائلنٹ ڈریگن لائٹ والیٹ کو بحال کرنے کے لئے 24 خوفیا الفاظ کی ضرورت ہے</translation> <translation type="unfinished">سائلنٹ ڈریگن لائٹ والیٹ کو بحال کرنے کے لئے 24 خوفیا الفاظ کی ضرورت ہے</translation>
</message> </message>
<message> <message>
@@ -997,7 +997,7 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="918"/> <location filename="../src/mainwindow.cpp" line="918"/>
<source> or SilentDragonLite</source> <source> or SilentDragonXLite</source>
<translation>یا سائلنٹ ڈریگن لائٹ</translation> <translation>یا سائلنٹ ڈریگن لائٹ</translation>
</message> </message>
<message> <message>
@@ -1007,17 +1007,17 @@ Please use &apos;Remove Wallet Encryption&apos; if you want to remove the wallet
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1009"/> <location filename="../src/mainwindow.cpp" line="1009"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation>HUSH URI پیسٹ کریں</translation> <translation>DRGX URI پیسٹ کریں</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1021"/> <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation>عرر ہے HUSH URI کی ادائیگی میں</translation> <translation>عرر ہے DRGX URI کی ادائیگی میں</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1022"/> <location filename="../src/mainwindow.cpp" line="1022"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI فارم کو اس طرح ہونا چاہئے &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI فارم کو اس طرح ہونا چاہئے &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -1574,7 +1574,7 @@ Note: Funds need 5 confirmations before they can be spent</source>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="260"/> <location filename="../src/chatmodel.cpp" line="260"/>
<location filename="../src/chatmodel.cpp" line="966"/> <location filename="../src/chatmodel.cpp" line="966"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>٪ 1 درست نہیں ہے اور یہ درست ایڈریس نہیں ہے۔</translation> <translation>٪ 1 درست نہیں ہے اور یہ درست ایڈریس نہیں ہے۔</translation>
</message> </message>
<message> <message>
@@ -1772,7 +1772,7 @@ Would you like to visit the releases page?</source>
<message> <message>
<location filename="../src/controller.cpp" line="2042"/> <location filename="../src/controller.cpp" line="2042"/>
<location filename="../src/controller.cpp" line="2050"/> <location filename="../src/controller.cpp" line="2050"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation> باہر جانے کا انتظار کریں Silent DragonLite براہ کرم</translation> <translation> باہر جانے کا انتظار کریں Silent DragonLite براہ کرم</translation>
</message> </message>
<message> <message>
@@ -1783,7 +1783,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>امریکی ڈالر سے تبدیل کرنے کے لئے کوئی ہش قیمت دستیاب نہیں </translation> <translation>امریکی ڈالر سے تبدیل کرنے کے لئے کوئی ہش قیمت دستیاب نہیں </translation>
</message> </message>
<message> <message>
@@ -2116,12 +2116,12 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation>سیلنگ ایڈریس سے ادائیگی کی درخواست کریں اس آپ اس پتے پر ہش ادائیگی یو آر آئی کے ساتھ 0.0001 ٹرانزیکشن بھیجیں۔ جب پتا آپ کو ادائیگی کرتا ہے تو میمو لین دین میں شامل ہوگا۔</translation> <translation>سیلنگ ایڈریس سے ادائیگی کی درخواست کریں اس آپ اس پتے پر ہش ادائیگی یو آر آئی کے ساتھ 0.0001 ٹرانزیکشن بھیجیں۔ جب پتا آپ کو ادائیگی کرتا ہے تو میمو لین دین میں شامل ہوگا۔</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>ہش یو آر آئی کی ادائیگی میں عرر</translation> <translation>ہش یو آر آئی کی ادائیگی میں عرر</translation>
</message> </message>
<message> <message>
@@ -2130,7 +2130,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation type="unfinished">URI فارم کو اس طرح ہونا چاہئے &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation type="unfinished">URI فارم کو اس طرح ہونا چاہئے &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2253,7 +2253,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="643"/> <location filename="../src/firsttimewizard.cpp" line="643"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation>سائلنٹ ڈریگن لائٹ والیٹ کو بحال کرنے کے لئے 24 خوفیا الفاظ کی ضرورت ہے</translation> <translation>سائلنٹ ڈریگن لائٹ والیٹ کو بحال کرنے کے لئے 24 خوفیا الفاظ کی ضرورت ہے</translation>
</message> </message>
<message> <message>
@@ -2352,7 +2352,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation>ہش کی قیمتیں</translation> <translation>ہش کی قیمتیں</translation>
</message> </message>
<message> <message>
@@ -2372,7 +2372,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>ہش کی قیمتوں کو حاصل کرنے کے لئے انٹرنیٹ سے کنیکٹ کریں</translation> <translation>ہش کی قیمتوں کو حاصل کرنے کے لئے انٹرنیٹ سے کنیکٹ کریں</translation>
</message> </message>
<message> <message>
@@ -2619,12 +2619,12 @@ Would you like to visit the releases page?</source>
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation>hush.conf فایٗل کی تشکیل کریں</translation> <translation>hush.conf فایٗل کی تشکیل کریں</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>آپ کا ہش نوڈ خود بخود آپ کے لئے تشکیل ہوجائے گا</translation> <translation>آپ کا ہش نوڈ خود بخود آپ کے لئے تشکیل ہوجائے گا</translation>
</message> </message>
<message> <message>
@@ -2634,7 +2634,7 @@ Would you like to visit the releases page?</source>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation>انٹرنیٹ سے رابطوں کو اپ ڈیٹس کی جانچ پڑتال کرنے ،ہش کی قیمت وغیرہ حاصل کریں وغیرہ ...</translation> <translation>انٹرنیٹ سے رابطوں کو اپ ڈیٹس کی جانچ پڑتال کرنے ،ہش کی قیمت وغیرہ حاصل کریں وغیرہ ...</translation>
</message> </message>
<message> <message>
@@ -2672,7 +2672,7 @@ Would you like to visit the releases page?</source>
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2681,22 +2681,22 @@ Would you like to visit the releases page?</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="37"/> <location filename="../src/deposithush.ui" line="37"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="44"/> <location filename="../src/deposithush.ui" line="44"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="51"/> <location filename="../src/deposithush.ui" line="51"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2776,7 +2776,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished">سیلنگ ایڈریس سے ادائیگی کی درخواست کریں اس آپ اس پتے پر ہش ادائیگی یو آر آئی کے ساتھ 0.0001 ٹرانزیکشن بھیجیں۔ جب پتا آپ کو ادائیگی کرتا ہے تو میمو لین دین میں شامل ہوگا۔</translation> <translation type="unfinished">سیلنگ ایڈریس سے ادائیگی کی درخواست کریں اس آپ اس پتے پر ہش ادائیگی یو آر آئی کے ساتھ 0.0001 ٹرانزیکشن بھیجیں۔ جب پتا آپ کو ادائیگی کرتا ہے تو میمو لین دین میں شامل ہوگا۔</translation>
</message> </message>
<message> <message>
@@ -3051,7 +3051,7 @@ p, li { white-space: pre-wrap; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3071,7 +3071,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3081,12 +3081,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>

View File

@@ -90,7 +90,7 @@
</message> </message>
<message> <message>
<location filename="../src/connection.ui" line="29"/> <location filename="../src/connection.ui" line="29"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -146,7 +146,7 @@ Please enter your wallet password</source>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Ubuntu&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Hush + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt; &lt;h1 align=&quot;center&quot; style=&quot; margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;DragonX + HushChat Terms of Service&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-aggression_principle&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Non-Aggression Principle&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;THE SERVICE IS PROVIDED AS IS AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
@@ -340,7 +340,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="773"/> <location filename="../src/mainwindow.ui" line="773"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -383,7 +383,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="51"/> <location filename="../src/mainwindow.ui" line="51"/>
<source>SilentDragonLite</source> <source>SilentDragonXLite</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -486,12 +486,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1494"/> <location filename="../src/mainwindow.ui" line="1494"/>
<source>Information about Hush</source> <source>Information about DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1569"/> <location filename="../src/mainwindow.ui" line="1569"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Blockchain Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -599,7 +599,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1788"/> <location filename="../src/mainwindow.ui" line="1788"/>
<source>Version hushlightd</source> <source>Version drgxlightd</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -619,7 +619,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="1851"/> <location filename="../src/mainwindow.ui" line="1851"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Hush Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;DragonX Market Information&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -703,12 +703,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2019"/> <location filename="../src/mainwindow.ui" line="2019"/>
<source>&amp;Hush Telegram</source> <source>&amp;DragonX Telegram</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2024"/> <location filename="../src/mainwindow.ui" line="2024"/>
<source>&amp;Hush Website</source> <source>&amp;DragonX Website</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -845,7 +845,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2057"/> <location filename="../src/mainwindow.ui" line="2057"/>
<source>Pay hush &amp;URI...</source> <source>Pay drgx &amp;URI...</source>
<translation>hush &amp;URI ...</translation> <translation>hush &amp;URI ...</translation>
</message> </message>
<message> <message>
@@ -863,7 +863,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.ui" line="2067"/> <location filename="../src/mainwindow.ui" line="2067"/>
<source>Request hush...</source> <source>Request drgx...</source>
<translation> hush...</translation> <translation> hush...</translation>
</message> </message>
<message> <message>
@@ -954,16 +954,16 @@ p, li { white-space: pre-wrap; }
<translation type="vanished"></translation> <translation type="vanished"></translation>
</message> </message>
<message> <message>
<source>Paste hush URI</source> <source>Paste DRGX URI</source>
<translation type="vanished">hush URI</translation> <translation type="vanished">hush URI</translation>
</message> </message>
<message> <message>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation type="vanished">hush URI时出错</translation> <translation type="vanished">hush URI时出错</translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1024"/> <location filename="../src/mainwindow.cpp" line="1024"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI的格式应为 &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y&apos;</translation> <translation>URI的格式应为 &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y&apos;</translation>
</message> </message>
<message> <message>
@@ -1058,7 +1058,7 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="187"/> <location filename="../src/mainwindow.cpp" line="187"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1225,12 +1225,12 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1011"/> <location filename="../src/mainwindow.cpp" line="1011"/>
<source>Paste HUSH URI</source> <source>Paste DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/mainwindow.cpp" line="1023"/> <location filename="../src/mainwindow.cpp" line="1023"/>
<source>Error paying HUSH URI</source> <source>Error paying DRGX URI</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -1712,7 +1712,7 @@ Note: Funds need 1 confirmations before they can be spent</source>
<location filename="../src/addressbook.cpp" line="215"/> <location filename="../src/addressbook.cpp" line="215"/>
<location filename="../src/chatmodel.cpp" line="256"/> <location filename="../src/chatmodel.cpp" line="256"/>
<location filename="../src/chatmodel.cpp" line="941"/> <location filename="../src/chatmodel.cpp" line="941"/>
<source>%1 doesn&apos;t seem to be a valid hush address.</source> <source>%1 doesn&apos;t seem to be a valid dragonx address.</source>
<translation>%1 hush地址</translation> <translation>%1 hush地址</translation>
</message> </message>
<message> <message>
@@ -1986,12 +1986,12 @@ Please set the host/port and user/password in the Edit-&gt;Settings menu.</sourc
<message> <message>
<location filename="../src/controller.cpp" line="2017"/> <location filename="../src/controller.cpp" line="2017"/>
<location filename="../src/controller.cpp" line="2025"/> <location filename="../src/controller.cpp" line="2025"/>
<source>Please wait for SilentDragonLite to exit</source> <source>Please wait for SilentDragonXLite to exit</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/recurring.cpp" line="553"/> <location filename="../src/recurring.cpp" line="553"/>
<source>No hush price was available to convert from USD</source> <source>No dragonx price was available to convert from USD</source>
<translation>hush的美元价格无法获取</translation> <translation>hush的美元价格无法获取</translation>
</message> </message>
<message> <message>
@@ -2423,17 +2423,17 @@ You either have unconfirmed funds or the balance is too low for an automatic mig
</message> </message>
<message> <message>
<location filename="../src/requestdialog.ui" line="162"/> <location filename="../src/requestdialog.ui" line="162"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation> 使hush支付URI将hush 0.0001 </translation> <translation> 使hush支付URI将hush 0.0001 </translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="52"/> <location filename="../src/requestdialog.cpp" line="52"/>
<source>Error paying hush URI</source> <source>Error paying DRGX URI</source>
<translation>hush URI时出错</translation> <translation>hush URI时出错</translation>
</message> </message>
<message> <message>
<location filename="../src/requestdialog.cpp" line="53"/> <location filename="../src/requestdialog.cpp" line="53"/>
<source>URI should be of the form &apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</source> <source>URI should be of the form &apos;drgx:&lt;addr&gt;?amt=x&amp;memo=y</source>
<translation>URI的格式应为&apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation> <translation>URI的格式应为&apos;hush:&lt;addr&gt;?amt=x&amp;memo=y</translation>
</message> </message>
<message> <message>
@@ -2557,7 +2557,7 @@ You either have unconfirmed funds or the balance is too low for an automatic mig
</message> </message>
<message> <message>
<location filename="../src/firsttimewizard.cpp" line="666"/> <location filename="../src/firsttimewizard.cpp" line="666"/>
<source>SilentDragonLite needs 24 words to restore wallet</source> <source>SilentDragonXLite needs 24 words to restore wallet</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -2666,7 +2666,7 @@ You either have unconfirmed funds or the balance is too low for an automatic mig
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="237"/> <location filename="../src/settings.ui" line="237"/>
<source>Connect to the internet to fetch hush prices</source> <source>Connect to the internet to Fetch dragonx prices</source>
<translation>hush价格</translation> <translation>hush价格</translation>
</message> </message>
<message> <message>
@@ -2720,7 +2720,7 @@ You either have unconfirmed funds or the balance is too low for an automatic mig
</message> </message>
<message> <message>
<location filename="../src/settings.ui" line="157"/> <location filename="../src/settings.ui" line="157"/>
<source>Fetch hush prices</source> <source>Fetch dragonx prices</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3038,12 +3038,12 @@ You either have unconfirmed funds or the balance is too low for an automatic mig
<name>createhushConf</name> <name>createhushConf</name>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="14"/> <location filename="../src/createhushconfdialog.ui" line="14"/>
<source>Configure hush.conf</source> <source>Configure dragonx.conf</source>
<translation> hush.conf</translation> <translation> hush.conf</translation>
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="146"/> <location filename="../src/createhushconfdialog.ui" line="146"/>
<source>Your hush node will be configured for you automatically</source> <source>Your dragonx node will be configured for you automatically</source>
<translation>hush节点将自动为您配置</translation> <translation>hush节点将自动为您配置</translation>
</message> </message>
<message> <message>
@@ -3061,7 +3061,7 @@ You either have unconfirmed funds or the balance is too low for an automatic mig
</message> </message>
<message> <message>
<location filename="../src/createhushconfdialog.ui" line="60"/> <location filename="../src/createhushconfdialog.ui" line="60"/>
<source>Allow connections to the internet to check for updates, get hush prices etc...</source> <source>Allow connections to the internet to check for updates, get dragonx prices etc...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3103,17 +3103,17 @@ You either have unconfirmed funds or the balance is too low for an automatic mig
<name>deposithush</name> <name>deposithush</name>
<message> <message>
<location filename="../src/deposithush.ui" line="14"/> <location filename="../src/deposithush.ui" line="14"/>
<source>Deposit Hush</source> <source>Deposit DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="134"/> <location filename="../src/deposithush.ui" line="134"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your Hush Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;QR Code of your DragonX Address&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="104"/> <location filename="../src/deposithush.ui" line="104"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your Hush Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Your DragonX Address &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3125,12 +3125,12 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; } li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; } li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;.AppleSystemUIFont&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following hush address to transfer funds to SilentDragonLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Ubuntu&apos;; font-size:16pt;&quot;&gt;Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/deposithush.ui" line="114"/> <location filename="../src/deposithush.ui" line="114"/>
<source>Hush zaddr</source> <source>DragonX zaddr</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3194,7 +3194,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/hushrequest.ui" line="30"/> <location filename="../src/hushrequest.ui" line="30"/>
<source>Request payment from a Sapling address. You&apos;ll send a hush 0.0001 transaction to the address with a hush payment URI. The memo will be included in the transaction when the address pays you.</source> <source>Request payment from a Sapling address. You&apos;ll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.</source>
<translation type="unfinished"> 使hush支付URI将hush 0.0001 </translation> <translation type="unfinished"> 使hush支付URI将hush 0.0001 </translation>
</message> </message>
<message> <message>
@@ -3439,7 +3439,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<name>transactionHush</name> <name>transactionHush</name>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="14"/> <location filename="../src/sendHushTransactionChat.ui" line="14"/>
<source>Send or Request Hush</source> <source>Send or Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3459,7 +3459,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="129"/> <location filename="../src/sendHushTransactionChat.ui" line="129"/>
<source>Hush</source> <source>DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@@ -3469,12 +3469,12 @@ li.checked::marker { content: &quot;\2612&quot;; }
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="207"/> <location filename="../src/sendHushTransactionChat.ui" line="207"/>
<source>Request Hush</source> <source>Request drgx</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/sendHushTransactionChat.ui" line="220"/> <location filename="../src/sendHushTransactionChat.ui" line="220"/>
<source>Send Hush</source> <source>Send DragonX</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>
@@ -3527,7 +3527,7 @@ li.checked::marker { content: &quot;\2612&quot;; }
<translation type="vanished"></translation> <translation type="vanished"></translation>
</message> </message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the hush blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoardhush区块链的完全匿名且无法追踪的聊天消息 &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ZBoardhush区块链的完全匿名且无法追踪的聊天消息 &lt;a href=&quot;http://www.z-board.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.z-board.net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 KiB

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
# Copyright 2019-2024 The Hush Developers # Copyright 2019-2024 The Hush Developers
./build.sh && ./SilentDragonLite ./build.sh && ./SilentDragonXLite

View File

@@ -14,7 +14,7 @@ PRECOMPILED_HEADER = src/precompiled.h
QT += widgets QT += widgets
TARGET = SilentDragonLite TARGET = SilentDragonXLite
TEMPLATE = app TEMPLATE = app
# The following define makes your compiler emit warnings if you use # The following define makes your compiler emit warnings if you use
@@ -110,7 +110,7 @@ HEADERS += \
src/controller.h \ src/controller.h \
src/liteinterface.h \ src/liteinterface.h \
src/camount.h \ src/camount.h \
lib/silentdragonlitelib.h \ lib/silentdragonxlitelib.h \
src/chatbubbleme.h \ src/chatbubbleme.h \
src/chatbubblepartner.h \ src/chatbubblepartner.h \
src/chatmodel.h \ src/chatmodel.h \
@@ -150,24 +150,24 @@ FORMS += \
src/chatbubblepartner.ui src/chatbubblepartner.ui
TRANSLATIONS = res/silentdragonlite_ar.ts \ TRANSLATIONS = res/silentdragonxlite_ar.ts \
res/silentdragonlite_be.ts \ res/silentdragonxlite_be.ts \
res/silentdragonlite_de.ts \ res/silentdragonxlite_de.ts \
res/silentdragonlite_es.ts \ res/silentdragonxlite_es.ts \
res/silentdragonlite_fa.ts \ res/silentdragonxlite_fa.ts \
res/silentdragonlite_fr.ts \ res/silentdragonxlite_fr.ts \
res/silentdragonlite_hr.ts \ res/silentdragonxlite_hr.ts \
res/silentdragonlite_id.ts \ res/silentdragonxlite_id.ts \
res/silentdragonlite_it.ts \ res/silentdragonxlite_it.ts \
res/silentdragonlite_nl.ts \ res/silentdragonxlite_nl.ts \
res/silentdragonlite_pt.ts \ res/silentdragonxlite_pt.ts \
res/silentdragonlite_pl.ts \ res/silentdragonxlite_pl.ts \
res/silentdragonlite_ro.ts \ res/silentdragonxlite_ro.ts \
res/silentdragonlite_ru.ts \ res/silentdragonxlite_ru.ts \
res/silentdragonlite_sr.ts \ res/silentdragonxlite_sr.ts \
res/silentdragonlite_tr.ts \ res/silentdragonxlite_tr.ts \
res/silentdragonlite_ud.ts \ res/silentdragonxlite_ud.ts \
res/silentdragonlite_zh.ts res/silentdragonxlite_zh.ts
include(singleapplication/singleapplication.pri) include(singleapplication/singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QApplication _FORTIFY_SOURCE=2 DEFINES += QAPPLICATION_CLASS=QApplication _FORTIFY_SOURCE=2
@@ -186,8 +186,8 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
libsodium.target = $$PWD/res/libsodium.a libsodium.target = $$PWD/res/libsodium.a
libsodium.commands = res/libsodium/buildlibsodium.sh "$@" libsodium.commands = res/libsodium/buildlibsodium.sh "$@"
unix: librust.target = $$PWD/lib/target/release/libsilentdragonlite.a unix: librust.target = $$PWD/lib/target/release/libsilentdragonxlite.a
else:win32: librust.target = $$PWD/lib/target/x86_64-pc-windows-gnu/release/silentdragonlite.lib else:win32: librust.target = $$PWD/lib/target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib
unix: librust.commands = $(MAKE) -C $$PWD/lib unix: librust.commands = $(MAKE) -C $$PWD/lib
else:win32: librust.commands = $(MAKE) -C $$PWD/lib winrelease else:win32: librust.commands = $(MAKE) -C $$PWD/lib winrelease
@@ -199,14 +199,14 @@ distclean.depends += librustclean
QMAKE_EXTRA_TARGETS += librust libsodium librustclean distclean QMAKE_EXTRA_TARGETS += librust libsodium librustclean distclean
QMAKE_CLEAN += $$PWD/lib/target/release/libsilentdragonlite.a res/libsodium.a QMAKE_CLEAN += $$PWD/lib/target/release/libsilentdragonxlite.a res/libsodium.a
win32: LIBS += -L$$PWD/lib/target/x86_64-pc-windows-gnu/release -lsilentdragonlite -L$$PWD/res/ -llibsodium -lsecur32 -lcrypt32 -lncrypt win32: LIBS += -L$$PWD/lib/target/x86_64-pc-windows-gnu/release -lsilentdragonxlite -L$$PWD/res/ -llibsodium -lsecur32 -lcrypt32 -lncrypt
else:macx: LIBS += -L$$PWD/lib/target/release -lsilentdragonlite -framework Security -framework Foundation -L$$PWD/res/ -lsodium else:macx: LIBS += -L$$PWD/lib/target/release -lsilentdragonxlite -framework Security -framework Foundation -L$$PWD/res/ -lsodium
else:unix: LIBS += -L$$PWD/lib/target/release -lsilentdragonlite -ldl -L$$PWD/res/ -lsodium else:unix: LIBS += -L$$PWD/lib/target/release -lsilentdragonxlite -ldl -L$$PWD/res/ -lsodium
win32: PRE_TARGETDEPS += $$PWD/lib/target/x86_64-pc-windows-gnu/release/silentdragonlite.lib $$PWD/res/liblibsodium.a win32: PRE_TARGETDEPS += $$PWD/lib/target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib $$PWD/res/libsodium.a
else:unix::PRE_TARGETDEPS += $$PWD/lib/target/release/libsilentdragonlite.a $$PWD/res/libsodium.a else:unix::PRE_TARGETDEPS += $$PWD/lib/target/release/libsilentdragonxlite.a $$PWD/res/libsodium.a
INCLUDEPATH += $$PWD/res INCLUDEPATH += $$PWD/res
DEPENDPATH += $$PWD/res DEPENDPATH += $$PWD/res

View File

@@ -193,11 +193,11 @@ QString ChatItem::toChatLine()
if (_outgoing == true) if (_outgoing == true)
{ {
moneyTextRequest = QString("<br>") + QString("<br>") + QString("<pr> Outgoing Hush Request </pr>") + QString("<b> <img src=':/icons/res/money-outgoing.png'><b>"); moneyTextRequest = QString("<br>") + QString("<br>") + QString("<pr> Outgoing DRGX Request </pr>") + QString("<b> <img src=':/icons/res/money-outgoing.png'><b>");
}else{ }else{
moneyTextRequest = QString("<br>") + QString("<br>") + QString("<pr> Incoming Hush Request </pr>") + QString("<b> <img src=':/icons/res/money-mouth.png'><b>"); moneyTextRequest = QString("<br>") + QString("<br>") + QString("<pr> Incoming DRGX Request </pr>") + QString("<b> <img src=':/icons/res/money-mouth.png'><b>");
} }
}else{moneyTextRequest = ""; }else{moneyTextRequest = "";

View File

@@ -18,7 +18,7 @@
<item> <item>
<widget class="QGroupBox" name="groupBox"> <widget class="QGroupBox" name="groupBox">
<property name="title"> <property name="title">
<string notr="true">SilentDragonLite</string> <string notr="true">SilentDragonXLite</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>

Some files were not shown because too many files have changed in this diff Show More