diff --git a/.gitignore b/.gitignore
index 587faea7f..a3f3154b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
.project
.idea
multibit.iml
+multidoge.iml
diff --git a/.idea/dictionaries/jim.xml b/.idea/dictionaries/jim.xml
deleted file mode 100644
index 8cfb7be4b..000000000
--- a/.idea/dictionaries/jim.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- stent
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Maven__com_googlecode_jcsv_jcsv_1_4_0.xml b/.idea/libraries/Maven__com_googlecode_jcsv_jcsv_1_4_0.xml
deleted file mode 100644
index 2761cd957..000000000
--- a/.idea/libraries/Maven__com_googlecode_jcsv_jcsv_1_4_0.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/COPYING b/COPYING
index b253e8059..85b93ad00 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,5 @@
Copyright (c) 2013 MultiBit Developers
+Copyright (c) 2014 MultiDoge Developers
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/README.md b/README.md
index 0ad6d13cc..601a59eed 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,28 @@
### Introduction
-MultiBit is a Simplified Payment Verification (SPV) Bitcoin desktop client.
+MultiDoge is a Simplified Payment Verification (SPV) Dogecoin desktop client.
+It is ported from the MultiBit Bitcoin client. Huge thanks to the original devs for this awesome project!
-MultiBit relies on the following technologies:
+MultiDoge relies on the following technologies:
* Maven as the build system, so the usual Maven processes apply. If you're not familiar
with Maven then [download it first](http://maven.apache.org) and follow their installation instructions.
* [ZXing ("Zebra Crossing")](https://code.google.com/p/zxing/) for QR codes
-* [Bitcoinj](https://code.google.com/p/bitcoinj/) for access to the Bitcoin network
+* [Dogecoinj](https://github.com/langerhans/dogecoinj-new) for access to the Dogecoin network
* IzPack for creating installers for Windows, Mac, Linux
* [Bitcoinj Enforcer Rules](https://github.com/gary-rowe/BitcoinjEnforcerRules) to prevent dependency chain attacks
* [XChange](https://github.com/timmolter/XChange) for access to several Bitcoin exchanges
-#### A note on the Bitcoinj dependency
+#### A note on the Dogecoinj dependency
-MultiBit depends on a special fork of Bitcoinj for its Bitcoin support. This is due to legacy wallet serialization issues
-and the MultiBit team are working towards a complete integration. To build MultiBit you will need to clone this fork from
+MultiDoge depends on a special fork of Dogecoinj for its Bitcoin support. This is due to legacy wallet serialization issues
+and the MultiDoge team are working towards a complete integration. To build MultiDoge you will need to clone this fork from
here:
```
-https://code.google.com/r/jimburton618-bitcoinj-coinbase-tx/source/checkout
+https://github.com/langerhans/dogecoinj-alice
```
-The branch you should use for the MultiBit develop code is: `bcj-0.10.2-mb-alice`
-
-Once cloned, you should then install the custom Bitcoinj library using
+Once cloned, you should then install the custom Dogecoinj library using
```
mvn clean install
@@ -45,7 +44,7 @@ Once the release has been tested and is ready to go live, the final act is to up
The `master` branch is then tagged with the release number. Tags are in the format `v1.2.3` to distinguish them from branch names.
-An announcement is made on the MultiBit website to alert everyone that a new version is available.
+An announcement is made on the MultiDoge website to alert everyone that a new version is available.
### Maven build targets
@@ -55,7 +54,7 @@ The important targets are:
mvn clean package
```
-which will package the MultiBit project into `multibit-x.y.z.jar` where `x.y.z` is the current version
+which will package the MultiDoge project into `multidoge-x.y.z.jar` where `x.y.z` is the current version
number. This is suitable for local development work.
If you want to generate a complete set of multi-platform installers (Windows, Mac and Linux) you
@@ -67,33 +66,25 @@ maven clean install
After some processing, you will have the following artifacts in the target directory:
-* an executable jar = multibit-exe.jar
-* a Mac application bundle = MultiBit.app
-* a Mac DMG file = multibit-x.y.z.dmg
-* an installer for Windows = multibit-x.y.z-windows.exe
-* an installer for Linux = multibit-x.y.z-linux.jar
+* an executable jar = multidoge-exe.jar
+* a Mac application bundle = MultiDoge.app
+* a Mac DMG file = multidoge-x.y.z.dmg
+* an installer for Windows = multidoge-x.y.z-windows.exe
+* an installer for Linux = multidoge-x.y.z-linux.jar
-To run MultiBit from these artifacts you can follow the instructions [provided on the main MultiBit
-website](https://multibit.org/help.html)
+To run MultiDoge from these artifacts you can follow the instructions [provided on the main MultiDoge
+website](https://multidoge.org/help.html)
-### MultiBit contains cut down JREs so is a large clone
+### MultiDoge contains cut down JREs so is a large clone
-The MultiBit installers contain cut down JREs so the project clone is quite large.
+The MultiDoge installers contain cut down JREs so the project clone is quite large.
(100 to 200 MB).
### Custom configuration
-MultiBit is quite flexible and has several features only accessible to power users through the configuration file. This
+MultiDoge is quite flexible and has several features only accessible to power users through the configuration file. This
is discussed in more detail in [configuration.md](configuration.md)
### Contributing
-MultiBit is a very active project and if you would like to contribute please feel free to get in touch using [jim@multibit.org](mailto:jim@multibit.org).
-We are particularly looking for developers with the following skills to contribute:
-
-* Experienced Java programmers
-* Web designers [for the website](https://github.com/jim618/multibit-website)
-* Translators using the [Crowdin site](http://translate.multibit.org/)
-* Beta testers for checking the latest pre-release
-
-All contributors must be OK with releasing their work under the MIT license.
\ No newline at end of file
+If you want to contribute, please contact me at: [info@multidoge.org](mailto:info@multidoge.org).
diff --git a/multidoge-0.1.2-bins.md5 b/multidoge-0.1.2-bins.md5
new file mode 100644
index 000000000..4285a9df9
--- /dev/null
+++ b/multidoge-0.1.2-bins.md5
@@ -0,0 +1,3 @@
+a5788daf3b58b6a5efa222db9fd05367 multidoge-0.1.2.dmg
+a9484de0a99ada77ebd0118a33708c72 multidoge-0.1.2-linux.jar
+5083cb4f664cf3a62af292e54978ee39 multidoge-0.1.2-windows-setup.exe
diff --git a/multidoge-0.1.3-bins.md5 b/multidoge-0.1.3-bins.md5
new file mode 100644
index 000000000..c684dbe89
--- /dev/null
+++ b/multidoge-0.1.3-bins.md5
@@ -0,0 +1,3 @@
+BE6EC74080A743324FF4783449EDFC3F multidoge-0.1.3.dmg
+E2D4EA4596AF16E746E10B3159BD0127 multidoge-0.1.3-linux.jar
+55C5BC1BE480FF4F00B196F773F7AAEC multidoge-0.1.3-windows-setup.exe
\ No newline at end of file
diff --git a/multidoge-0.1.4-bins.md5 b/multidoge-0.1.4-bins.md5
new file mode 100644
index 000000000..c402f1513
--- /dev/null
+++ b/multidoge-0.1.4-bins.md5
@@ -0,0 +1,3 @@
+0DDDB1E4A9F7640B105A166BFDF8E38C multidoge-0.1.4.dmg
+0ED8EB0CAF2E14EB9918EE6037629794 multidoge-0.1.4-linux.jar
+597B575023E3C94041CD1ECB2307A76E multidoge-0.1.4-windows-setup.exe
diff --git a/multidoge-0.1.5-bins.md5 b/multidoge-0.1.5-bins.md5
new file mode 100644
index 000000000..4df3344f2
--- /dev/null
+++ b/multidoge-0.1.5-bins.md5
@@ -0,0 +1,3 @@
+A61FC5CE7271289F85B372EB284A25C1 multidoge-0.1.5.dmg
+246D65E90BBB48D16EDAEC690F4924D3 multidoge-0.1.5-linux.jar
+2466E9C7C26C68742A91ED4F6E794428 multidoge-0.1.5-windows-setup.exe
diff --git a/multidoge-0.1.6-bins.md5 b/multidoge-0.1.6-bins.md5
new file mode 100644
index 000000000..1ea31ef49
--- /dev/null
+++ b/multidoge-0.1.6-bins.md5
@@ -0,0 +1,3 @@
+956C8F38EB9004F17FEE5B42DCC9FA48 multidoge-0.1.6.dmg
+E92E3364D34F35876CF14D631D90C32C multidoge-0.1.6-linux.jar
+989ACDE5C65B29357C8F3935AD4B896C multidoge-0.1.6-windows-setup.exe
diff --git a/multidoge-0.1.7-bins.md5 b/multidoge-0.1.7-bins.md5
new file mode 100644
index 000000000..0b10eef95
--- /dev/null
+++ b/multidoge-0.1.7-bins.md5
@@ -0,0 +1,3 @@
+01914A7C7EB70E92B9230D49252A45C0 multidoge-0.1.7.dmg
+E69A81B1E86C7AA72D3B36D0D5FB4218 multidoge-0.1.7-linux.jar
+6AF7401318F4E3858933CD841074C3B6 multidoge-0.1.7-windows-setup.exe
diff --git a/pom.xml b/pom.xml
index d41fa3691..6d4602cfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
@@ -42,12 +42,12 @@
GitHub
- https://github.com/jim618/multibit/issues
+ https://github.com/langerhans/multidoge/issues
- https://github.com/jim618/multibit
+ https://github.com/langerhans/multidoge
@@ -61,7 +61,7 @@
https://oss.sonatype.org/content/groups/public
-
+
bitcoinj-release
@@ -76,7 +76,7 @@
- multibit
+ multidoge
@@ -178,7 +178,7 @@
com.github.wvengen
proguard-maven-plugin
- 2.0.6
+ 2.0.11
package-with-proguard
@@ -190,7 +190,7 @@
256m
false
false
- src/main/proguard/multibit-exe.pro
+ src/main/proguard/multidoge-exe.pro
@@ -198,13 +198,13 @@
net.sf.proguard
proguard-base
- 4.9
+ 5.2
runtime
-
maven-resources-plugin
@@ -226,20 +226,20 @@
install.xml
readme.txt
Unix_shortcutSpec.xml
- multibit-protocol-handler.sh
+ multidoge-protocol-handler.sh
${basedir}/src/main/resources/images
installerLeft.png
- multibit48.png
+ multidoge48.png
src/main/resources
- multibit.checkpoints
+ multidoge.checkpoints
@@ -254,14 +254,14 @@
target
- multibit-exe.jar
+ multidoge-exe.jar
-
copy-resources-to-staging-windows
@@ -286,13 +286,13 @@
${basedir}/src/main/resources/images
installerLeft.png
- multibit.ico
+ multidoge.ico
src/main/resources
- multibit.checkpoints
+ multidoge.checkpoints
@@ -307,7 +307,7 @@
target
- multibit.exe
+ multidoge.exe
@@ -315,9 +315,9 @@
-
-
create-skeleton-Mac-application-bundle
@@ -326,12 +326,12 @@
copy-resources
- ${basedir}/target/MultiBit.app
+ ${basedir}/target/MultiDoge.app
- src/app-resources/MultiBit.app
+ src/app-resources/MultiDoge.app
@@ -343,14 +343,14 @@
copy-resources
- ${basedir}/target/MultiBit.app/Contents/Resources/Java
+ ${basedir}/target/MultiDoge.app/Contents/Resources/Java
${basedir}/target/staging.linux
- multibit-exe.jar
- multibit.checkpoints
+ multidoge-exe.jar
+ multidoge.checkpoints
release_notes.txt
configuration.md
COPYING
@@ -421,39 +421,39 @@
-
+
+ todir="${basedir}/target/MultiDoge-mac" />
+ line="-s /Applications ${basedir}/target/MultiDoge-mac/Applications" />
+ line="--sign 'Developer ID Application: James Burton' --force ${basedir}/target/MultiDoge-mac/Multidoge.app" />
+ line="--display --verbose=4 ${basedir}/target/MultiDoge-mac/Multidoge.app" />
@@ -463,19 +463,19 @@
-
-
+
+
-
+
-
+
@@ -483,7 +483,7 @@
run
-
jsmooth-installer2exe-exe
@@ -505,7 +505,7 @@
-
jsmooth-installer2exe-installer
@@ -520,7 +520,7 @@
classpathref="jsmooth-classpathref" />
-
+
@@ -609,7 +609,7 @@
org.joda:joda-money:0.8:jar:null:compile:29e5cdf8cb4af8fffb0b013b1dc63d493cb02115
org.simplericity.macify:macify:1.6:jar:null:compile:969fedd5d187e92bec18cf4a88cf82fa9668c8d3
org.slf4j:slf4j-api:1.6.2:jar:null:compile:8619e95939167fb37245b5670135e4feb0ec7d50
-
+
uk.co.froot.maven.enforcer:digest-enforcer-rules:0.0.1:jar:null:runtime:16a9e04f3fe4bb143c42782d07d5faf65b32106f
@@ -676,7 +676,7 @@
com.google
- bitcoinj
+ dogecoinj
${bitcoinj.version}
compile
@@ -685,52 +685,15 @@
xchange-core
${xchange.version}
-
-
- com.xeiam.xchange
- xchange-mtgox
- ${xchange.version}
-
-
-
- com.xeiam.xchange
- xchange-cavirtex
- ${xchange.version}
-
-
-
- com.xeiam.xchange
- xchange-openexchangerates
- ${xchange.version}
-
-
-
- com.xeiam.xchange
- xchange-btce
- ${xchange.version}
-
-
-
- com.xeiam.xchange
- xchange-bitstamp
- ${xchange.version}
-
-
-
- com.xeiam.xchange
- xchange-campbx
- ${xchange.version}
-
-
+
com.xeiam.xchange
- xchange-btcchina
+ xchange-poloniex
${xchange.version}
-
com.xeiam.xchange
- xchange-kraken
+ xchange-bitcoinaverage
${xchange.version}
@@ -786,7 +749,7 @@
com.oracle
javafx
2.2.40
- ${java.home}/lib/jfxrt.jar
+ ${java.home}/lib/ext/jfxrt.jar
system
@@ -814,7 +777,7 @@
0.10.3-MB-ALICE
- 1.10.0
+ 3.0.0
1.47.0.2
diff --git a/release_notes.txt b/release_notes.txt
index 95f197c43..15df9c0c0 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -1,13 +1,7 @@
-MultiBit release notes.
-
-18 Dec 2013 Version 0.5.16
-Changes:
-#340. Fixed: if you close a wallet then open it immediately it does not appear.
-#347, #410. Updated code to bitcoinj 0.10.3 (transaction is now resent ok if not initially sent).
-#407. Changed reset block chain and transactions to always run before wallet creation date.
-#408. Send is now prevented until sync completes.
-#409. Examined code to see if 'tx is missing' can be improved.
-#415. Removed 'File | Delete Wallet' entirely for safety reasons.
-#418. Now performs a ping of peers before send as a network check.
-
+MultiDoge release notes:
+29 Jan 2016: 0.1.7
++ Update XChange to 3.0.0
++ Replace Cryptsy with Poloniex as source for the DOGE/BTC exchange rate
++ BTC/Fiat exchange rates are provided by BitcoinAverage
++ Updated checkpoints
\ No newline at end of file
diff --git a/release_notes_full.txt b/release_notes_full.txt
index 9b23e867c..cfc151fba 100644
--- a/release_notes_full.txt
+++ b/release_notes_full.txt
@@ -1,3 +1,48 @@
+MultiDoge release notes:
+29 Jan 2016: 0.1.7
++ Update XChange to 3.0.0
++ Replace Cryptsy with Poloniex as source for the DOGE/BTC exchange rate
++ BTC/Fiat exchange rates are provided by BitcoinAverage
++ Updated checkpoints
+
+14 Oct 2015: 0.1.6
++ Fix syncing issue preventing to sync further than Oct 12
+
+11 Oct 2015: 0.1.5
++ Conform to low-s constraint and fix sync against 1.10 nodes
++ Updated checkpoints for faster initial sync
+
+21 Dec 2014: 0.1.4
++ Enable sending coins to MultiSig addresses
++ Updated checkpoints for faster initial sync
+
+28 Aug 2014: 0.1.3
++ Prepare for AuxPoW fork
++ Default font fix
++ Updated checkpoints
++ Translation fixes
+
+15 Mar 2014: 0.1.2
++ Prepare for March 17th fork
++ Update XChange component
++ Internal fixes
++ Translation fixes
+
+23 Feb 2014: 0.1.1
++ Saves window state on close so size and position are restored at launch.
++ Option to minimize to tray. Stays in dock on OS X because Apple has no API to change that dynamically. On Linux the icon lacks transparanecy due to an internal Java bug. Sorry, can't change that :/
++ Only allow nodes with more than 105000 blocks to connect. Prevents running on the wrong side of the recent fork.
++ Remove blockchain.info wallet import (leftover)
++ Only allow .wallet files to imported. Prevents users from trying to open .dat files.
++ Update Japanese translation
+#2: Switched to BitcoinAverage as BTC/fiat rate provider
+#5: Update French transaltion
+#7: Allow parallel running of MultiBit and MultiDoge
+#10: Fix "BTC" leftover in transaction details
+
+7 Feb 2014: 0.1.0
+Initial release.
+
MultiBit release notes.
19 Nov 2013 Version 0.5.15
@@ -33,7 +78,7 @@ Changes:
22 Jul 2013 Version 0.5.13
Changes:
-#190. The backing up of wallets has been improved.
+#190. The backing up of wallets has been improved.
There is now a data directory for each wallet.
#111. Failing test fixed. Also fixed functional tests.
@@ -168,7 +213,7 @@ Bug fixes:
Please note: this version does NOT include a full fix for the zero-confirmation vulnerability
announced by Retep on 10 Jan 2013. (This is still being worked on).
-
+
Improvements
+ Improved status notifications for transactions
+ Update to bitcoinj 0.6.1
@@ -215,7 +260,7 @@ Bug fixes
25 Oct 2012 Version 0.5.5beta
+ New encrypted wallet format - NOT backwards compatible
+ Fix for bug where encrypted wallets could be opened as unencrypted
-+ Arabic translation 100%
++ Arabic translation 100%
+ Automatic backup of private keys on wallet encryption/ change password/ create new private keys.
+ Forward port of everything from 0.4.13
+ Update to bitcoinj version 0.6
@@ -364,7 +409,7 @@ Enhancements:
+ Added currency ticker with support for MtGox exchange
+ Address books are now sorted and current row moves-as-you-type
+ Welcome screen added : available in de, en, es, nl.
-+ From the transactions details dialog, the user can open transaction details
++ From the transactions details dialog, the user can open transaction details
in blockchain.info or blockexplorer.com in their browser
+ Can now specify a date from which to reset the blockchain and transactions
@@ -469,7 +514,7 @@ Enhancements
Bug fixes
+ Fixed issue #3 - Zero confirmation transactions not confirming. Added 'Reset transactions and blockchain' screen.
-
+
04 Dec 2011. Version 0.2.0beta3
Enhancements
+ Added Linux shortcuts
@@ -478,7 +523,7 @@ Enhancements
Bug fixes
+ Fixed issue #6 - Windows installer cannot install into C:/Program Files.
-
+
11 Nov 2011. Version 0.2.0beta2
Enhancements
+ German added.
@@ -500,7 +545,7 @@ Bug fixes
13 Oct 2011. Version 0.2.0beta1
Enhancements
+ More language work done - English, Russian, Spanish, Swedish complete.
- French, Italian, Norwegian coming along nicely.
+ French, Italian, Norwegian coming along nicely.
Improved language picker in preferences screen.
+ Installers for Windows, Linux and DMG file for Mac.
+ Copy and paste added to address field.
@@ -509,7 +554,7 @@ Enhancements
+ Added 'singleConnectionNode' option into multibit.properties.
+ Various user interface tidy ups.
-
+
12 Sep 2011. Version 0.1.3
Enhancements
+ Added QRcode support, including drag and drop.
@@ -531,18 +576,18 @@ Enhancements:
+ Added log directory with console log and log4j debug log.
+ Added lib directory to tidy up runtime environment.
+ There is now a project_plan.txt describing planned future development.
-
+
Bug fixes
+ Copy address in receive bitcoin cleared label bug fixed.
+ Not connecting to testnet when multibit.properties setting testOrProductionNetwork = test fixed.
-
+
4 Aug 2011. Version 0.1.1
Initial working version with:
+ Send and receive bitcoins.
-+ Address book.
++ Address book.
+ English and Spanish translation with ability to switch languages in a preferences setting.
1 Jul 2011. Version 0.1.1alpha
-Non functional version illustrating user interface for review by bitcoinj group.
\ No newline at end of file
+Non functional version illustrating user interface for review by bitcoinj group.
diff --git a/src/app-resources/MultiBit.app/Contents/Resources/multibit.icns b/src/app-resources/MultiBit.app/Contents/Resources/multibit.icns
deleted file mode 100644
index 5c0e99237..000000000
Binary files a/src/app-resources/MultiBit.app/Contents/Resources/multibit.icns and /dev/null differ
diff --git a/src/app-resources/MultiBitApp_Readme.txt b/src/app-resources/MultiBitApp_Readme.txt
deleted file mode 100644
index 45cd7b2ec..000000000
--- a/src/app-resources/MultiBitApp_Readme.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-The MultiBitSkeleton.app contains the skeleton to produce the MultiBit Mac application bundle.
-
-To flesh it out it needs:
-
-Everything in the staging directory to be inserted into the:
- MultiBitSkeleton/Contents/Resources/Java directory
-
diff --git a/src/app-resources/MultiBit.app/Contents/Info.plist b/src/app-resources/MultiDoge.app/Contents/Info.plist
similarity index 76%
rename from src/app-resources/MultiBit.app/Contents/Info.plist
rename to src/app-resources/MultiDoge.app/Contents/Info.plist
index d59490245..816444c69 100644
--- a/src/app-resources/MultiBit.app/Contents/Info.plist
+++ b/src/app-resources/MultiDoge.app/Contents/Info.plist
@@ -3,11 +3,11 @@
CFBundleName
- MultiBit
+ MultiDoge
CFBundleIdentifier
org.multibit
CFBundleVersion
- 0.5.x beta
+ 0.1.x beta
CFBundleAllowMixedLocalizations
true
CFBundleExecutable
@@ -21,13 +21,13 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleIconFile
- multibit.icns
+ multidoge.icns
NSHumanReadableCopyright
- Copyright MultiBit developers 2013
+ Copyright MultiBit developers 2013, MultiDoge developers 2014
CFBundleGetInfoString
- MultiBit, © 2013 MultiBit developers
+ MultiBit, © 2013 MultiBit developers; MultiDoge, © 2014 MultiDoge developers
CFBundleDisplayName
- MultiBit
+ MultiDoge
Java
WorkingDirectory
@@ -37,7 +37,7 @@
JVMVersion
1.6+
ClassPath
- $JAVAROOT/multibit-exe.jar
+ $JAVAROOT/multidoge-exe.jar
Properties
apple.laf.useScreenMenuBar
@@ -50,12 +50,12 @@
CFBundleTypeRole
Shell
CFBundleURLIconFile
- multibit.icns
+ multidoge.icns
CFBundleURLName
- org.multibit.bitcoin.url
+ org.multibit.dogecoin.url
CFBundleURLSchemes
- bitcoin
+ dogecoin
diff --git a/src/app-resources/MultiBit.app/Contents/MacOS/JavaApplicationStub b/src/app-resources/MultiDoge.app/Contents/MacOS/JavaApplicationStub
old mode 100755
new mode 100644
similarity index 100%
rename from src/app-resources/MultiBit.app/Contents/MacOS/JavaApplicationStub
rename to src/app-resources/MultiDoge.app/Contents/MacOS/JavaApplicationStub
diff --git a/src/app-resources/MultiBit.app/Contents/PkgInfo b/src/app-resources/MultiDoge.app/Contents/PkgInfo
similarity index 100%
rename from src/app-resources/MultiBit.app/Contents/PkgInfo
rename to src/app-resources/MultiDoge.app/Contents/PkgInfo
diff --git a/src/app-resources/MultiDoge.app/Contents/Resources/multidoge.icns b/src/app-resources/MultiDoge.app/Contents/Resources/multidoge.icns
new file mode 100644
index 000000000..0a99d8f6e
Binary files /dev/null and b/src/app-resources/MultiDoge.app/Contents/Resources/multidoge.icns differ
diff --git a/src/app-resources/MultiDogeApp_Readme.txt b/src/app-resources/MultiDogeApp_Readme.txt
new file mode 100644
index 000000000..8412c9958
--- /dev/null
+++ b/src/app-resources/MultiDogeApp_Readme.txt
@@ -0,0 +1,7 @@
+The MultiDogeSkeleton.app contains the skeleton to produce the MultiDoge Mac application bundle.
+
+To flesh it out it needs:
+
+Everything in the staging directory to be inserted into the:
+ MultiDogeSkeleton/Contents/Resources/Java directory
+
diff --git a/src/assemble/readme_assemble.txt b/src/assemble/readme_assemble.txt
index cbfeeccb9..a2a28cf3b 100644
--- a/src/assemble/readme_assemble.txt
+++ b/src/assemble/readme_assemble.txt
@@ -1 +1 @@
-The exe.xml is used to assemble the main executable jar: multibit-exe.jar
+The exe.xml is used to assemble the main executable jar: multidoge-exe.jar
diff --git a/src/main/izpack/linux/Unix_shortcutSpec.xml b/src/main/izpack/linux/Unix_shortcutSpec.xml
index 580436002..774e31710 100644
--- a/src/main/izpack/linux/Unix_shortcutSpec.xml
+++ b/src/main/izpack/linux/Unix_shortcutSpec.xml
@@ -2,27 +2,27 @@
-
+ description="MultiDoge ${project.version}">
+ description="Uninstall MultiDoge ${project.version}">
diff --git a/src/main/izpack/linux/install.xml b/src/main/izpack/linux/install.xml
index 21ff603f0..9b1595c2d 100644
--- a/src/main/izpack/linux/install.xml
+++ b/src/main/izpack/linux/install.xml
@@ -16,10 +16,10 @@
The meaning of the tags should be natural ...
-->
- MultiBit
- MultiBit-${project.version}
+ MultiDoge
+ MultiDoge-${project.version}
${project.version}
- https://multibit.org/
+ http://multidoge.org/
1.6
@@ -65,7 +65,7 @@
-
+
-
- MultiBit install files.
+
+ MultiDoge install files.
-
-
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/src/main/izpack/linux/multibit-protocol-handler.sh b/src/main/izpack/linux/multibit-protocol-handler.sh
deleted file mode 100644
index a907a4765..000000000
--- a/src/main/izpack/linux/multibit-protocol-handler.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-gconftool-2 -t string -s /desktop/gnome/url-handlers/bitcoin/command "java -splash:doesnotexist.png -jar $INSTALL_PATH/multibit-exe.jar %s"
-gconftool-2 -s /desktop/gnome/url-handlers/bitcoin/needs_terminal false -t bool
-gconftool-2 -t bool -s /desktop/gnome/url-handlers/bitcoin/enabled true
\ No newline at end of file
diff --git a/src/main/izpack/linux/multidoge-protocol-handler.sh b/src/main/izpack/linux/multidoge-protocol-handler.sh
new file mode 100644
index 000000000..a82087fc1
--- /dev/null
+++ b/src/main/izpack/linux/multidoge-protocol-handler.sh
@@ -0,0 +1,3 @@
+gconftool-2 -t string -s /desktop/gnome/url-handlers/dogecoin/command "java -splash:doesnotexist.png -jar $INSTALL_PATH/multidoge-exe.jar %s"
+gconftool-2 -s /desktop/gnome/url-handlers/dogecoin/needs_terminal false -t bool
+gconftool-2 -t bool -s /desktop/gnome/url-handlers/dogecoin/enabled true
\ No newline at end of file
diff --git a/src/main/izpack/linux/readme.txt b/src/main/izpack/linux/readme.txt
index 1b96ca112..5176cd28d 100644
--- a/src/main/izpack/linux/readme.txt
+++ b/src/main/izpack/linux/readme.txt
@@ -2,7 +2,7 @@
Backup all your wallets.
There is help on wallet backups here:
-https://multibit.org/en/help/v0.5/help_walletBackups.html
+http://multidoge.org/help/v0.1/help_walletBackups.html
[Linux readme.txt]
\ No newline at end of file
diff --git a/src/main/izpack/mac/readme.txt b/src/main/izpack/mac/readme.txt
index 8988f0d2e..50ee34fdd 100644
--- a/src/main/izpack/mac/readme.txt
+++ b/src/main/izpack/mac/readme.txt
@@ -2,7 +2,7 @@
Backup all your wallets.
There is help on wallet backups here:
-https://multibit.org/en/help/v0.5/help_walletBackups.html
+http://multidoge.org/help/v0.1/help_walletBackups.html
[Mac readme.txt]
\ No newline at end of file
diff --git a/src/main/izpack/windows/install.xml b/src/main/izpack/windows/install.xml
index 6d695fb9f..7887a0fe7 100644
--- a/src/main/izpack/windows/install.xml
+++ b/src/main/izpack/windows/install.xml
@@ -16,10 +16,10 @@
The meaning of the tags should be natural ...
-->
- MultiBit
- MultiBit-${project.version}
+ MultiDoge
+ MultiDoge-${project.version}
${project.version}
- https://multibit.org/
+ https://multidoge.org/
1.6
@@ -31,7 +31,7 @@
-
+
@@ -83,7 +83,7 @@
-
+
-
- MultiBit install files.
+
+ MultiDoge install files.
-
-
+
+
-
+
diff --git a/src/main/izpack/windows/readme.txt b/src/main/izpack/windows/readme.txt
index 1b9234a28..ce204d2d7 100644
--- a/src/main/izpack/windows/readme.txt
+++ b/src/main/izpack/windows/readme.txt
@@ -2,7 +2,7 @@
Backup all your wallets.
There is help on wallet backups here:
-https://multibit.org/en/help/v0.5/help_walletBackups.html
+http://multidoge.org/help/v0.1/help_walletBackups.html
[Windows readme.txt]
\ No newline at end of file
diff --git a/src/main/izpack/windows/registrySpec.xml b/src/main/izpack/windows/registrySpec.xml
index 1418b697c..2c5e12fc0 100644
--- a/src/main/izpack/windows/registrySpec.xml
+++ b/src/main/izpack/windows/registrySpec.xml
@@ -2,41 +2,41 @@
Require the following structure on Windows
see http://msdn.microsoft.com/en-us/library/aa767914(v=vs.85).aspx
-bitcoin.reg:
+dogecoin.reg:
Windows Registry Editor Version 5.00
-[HKEY_CLASSES_ROOT\bitcoin]
-@="URL:Bitcoin Protocol"
+[HKEY_CLASSES_ROOT\dogecoin]
+@="URL:Dogecoin Protocol"
"URL Protocol"=""
-[HKEY_CLASSES_ROOT\bitcoin\DefaultIcon]
-@="multibit.exe,1"
+[HKEY_CLASSES_ROOT\dogecoin\DefaultIcon]
+@="multidoge.exe,1"
-[HKEY_CLASSES_ROOT\bitcoin\shell]
+[HKEY_CLASSES_ROOT\dogecoin\shell]
-[HKEY_CLASSES_ROOT\bitcoin\shell\open]
+[HKEY_CLASSES_ROOT\dogecoin\shell\open]
-[HKEY_CLASSES_ROOT\bitcoin\shell\open\command]
-@="\"C:\\Program Files\\MultiBit-0.2.0beta4\\multibit.exe\" \"%1\""
+[HKEY_CLASSES_ROOT\dogecoin\shell\open\command]
+@="\"C:\\Program Files\\MultiDoge-0.2.0beta4\\multidoge.exe\" \"%1\""
-->
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
-
+
-
-
+
+
diff --git a/src/main/izpack/windows/shortcutSpec.xml b/src/main/izpack/windows/shortcutSpec.xml
index 07dabe81f..23467c7b6 100644
--- a/src/main/izpack/windows/shortcutSpec.xml
+++ b/src/main/izpack/windows/shortcutSpec.xml
@@ -1,23 +1,25 @@
-
-
+
-
+
+
-
\ No newline at end of file
+ startup="no">
+
+
\ No newline at end of file
diff --git a/src/main/java/com/google/bitcoin/core/MultiBitBlockChain.java b/src/main/java/com/google/dogecoin/core/MultiBitBlockChain.java
similarity index 91%
rename from src/main/java/com/google/bitcoin/core/MultiBitBlockChain.java
rename to src/main/java/com/google/dogecoin/core/MultiBitBlockChain.java
index e41788a5d..6c547b04e 100644
--- a/src/main/java/com/google/bitcoin/core/MultiBitBlockChain.java
+++ b/src/main/java/com/google/dogecoin/core/MultiBitBlockChain.java
@@ -13,14 +13,14 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package com.google.bitcoin.core;
+package com.google.dogecoin.core;
import java.io.File;
import java.util.List;
-import com.google.bitcoin.store.BlockStore;
-import com.google.bitcoin.store.BlockStoreException;
-import com.google.bitcoin.store.SPVBlockStore;
+import com.google.dogecoin.store.BlockStore;
+import com.google.dogecoin.store.BlockStoreException;
+import com.google.dogecoin.store.SPVBlockStore;
/**
* Extension of bitcoinj BlockChain for use with block chain replay.
diff --git a/src/main/java/com/piuk/blockchain/MyWallet.java b/src/main/java/com/piuk/blockchain/MyWallet.java
index 90c15aa73..f416fbc6a 100644
--- a/src/main/java/com/piuk/blockchain/MyWallet.java
+++ b/src/main/java/com/piuk/blockchain/MyWallet.java
@@ -17,10 +17,10 @@
package com.piuk.blockchain;
-import com.google.bitcoin.core.Base58;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.Base58;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.Wallet;
import org.codehaus.jackson.map.ObjectMapper;
import org.codehaus.jackson.type.TypeReference;
import org.spongycastle.crypto.BufferedBlockCipher;
diff --git a/src/main/java/org/multibit/ApplicationDataDirectoryLocator.java b/src/main/java/org/multibit/ApplicationDataDirectoryLocator.java
index 5e89171df..0c0544a80 100644
--- a/src/main/java/org/multibit/ApplicationDataDirectoryLocator.java
+++ b/src/main/java/org/multibit/ApplicationDataDirectoryLocator.java
@@ -42,7 +42,7 @@ public ApplicationDataDirectoryLocator(File applicationDataDirectory) {
*
* This is worked out as follows:
*
- * 1. See if there is a multibit.properties in MultiBit's current working
+ * 1. See if there is a multidoge.properties in MultiDoge's current working
* directory If there is, use this directory as the application data
* directory This is for backwards compatibility and for running everything
* from a USB drive
@@ -53,17 +53,17 @@ public ApplicationDataDirectoryLocator(File applicationDataDirectory) {
*
* 2. Otherwise set the working directory as follows:
*
- * PC System.getenv("APPDATA")/MultiBitInExecutableJar
+ * PC System.getenv("APPDATA")/MultiDogeInExecutableJar
*
- * e.g. C:/Documents and Settings/Administrator/Application Data/MultiBitInExecutableJar
+ * e.g. C:/Documents and Settings/Administrator/Application Data/MultiDogeInExecutableJar
*
- * Mac System.getProperty("user.home")/Library/Application Support/MultiBitInExecutableJar
+ * Mac System.getProperty("user.home")/Library/Application Support/MultiDogeInExecutableJar
*
- * e.g. /Users/jim/Library/Application Support/MultiBitInExecutableJar
+ * e.g. /Users/jim/Library/Application Support/MultiDogeInExecutableJar
*
- * Linux System.getProperty("user.home")/MultiBitInExecutableJar
+ * Linux System.getProperty("user.home")/MultiDogeInExecutableJar
*
- * e.g. /Users/jim/MultiBitInExecutableJar
+ * e.g. /Users/jim/MultiDogeInExecutableJar
*/
public String getApplicationDataDirectory() {
if (applicationDataDirectory != null) {
@@ -78,18 +78,18 @@ public String getApplicationDataDirectory() {
String operatingSystemName = System.getProperty("os.name");
if (operatingSystemName != null && operatingSystemName.startsWith("Windows")) {
// Windows os
- applicationDataDirectory = System.getenv("APPDATA") + File.separator + "MultiBit";
+ applicationDataDirectory = System.getenv("APPDATA") + File.separator + "MultiDoge";
} else {
if (operatingSystemName != null && operatingSystemName.startsWith("Mac")) {
// Mac os
if ( (new File("../../../../" + FileHandler.USER_PROPERTIES_FILE_NAME)).exists()) {
applicationDataDirectory = new File("../../../..").getAbsolutePath();
} else {
- applicationDataDirectory = System.getProperty("user.home") + "/Library/Application Support/MultiBit";
+ applicationDataDirectory = System.getProperty("user.home") + "/Library/Application Support/MultiDoge";
}
} else {
// treat as Linux/ unix variant
- applicationDataDirectory = System.getProperty("user.home") + "/MultiBit";
+ applicationDataDirectory = System.getProperty("user.home") + "/MultiDoge";
}
}
@@ -108,7 +108,7 @@ public String getApplicationDataDirectory() {
/**
* Get the installation directory.
- * This is the directory into which MultiBit was installed.
+ * This is the directory into which MultiDoge was installed.
* @throws IOException
*
* @TODO when running locally it is possible that the working directory directory and installation directory are different. Fix.
diff --git a/src/main/java/org/multibit/ApplicationInstanceManager.java b/src/main/java/org/multibit/ApplicationInstanceManager.java
index b4aee07bf..7fb89488f 100644
--- a/src/main/java/org/multibit/ApplicationInstanceManager.java
+++ b/src/main/java/org/multibit/ApplicationInstanceManager.java
@@ -34,15 +34,15 @@ public final class ApplicationInstanceManager {
private static ApplicationInstanceListener subListener;
/**
- * MultiBit port number, as specified in
+ * MultiDoge port number. Must be different to Multibit as specified in
* http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
*/
- public static final int MULTIBIT_NETWORK_SOCKET = 8331;
+ public static final int MULTIBIT_NETWORK_SOCKET = 22554;
/**
* Multibit message start - must end with newline
*/
- public static final String MESSAGE_START = "$$MultiBitMessageStart$$\n";
+ public static final String MESSAGE_START = "$$MultiDogeMessageStart$$\n";
/**
* Multibit message end - must end with newline (nonsense text to make it
diff --git a/src/main/java/org/multibit/Localiser.java b/src/main/java/org/multibit/Localiser.java
index 94b0a40b6..06a00bf60 100644
--- a/src/main/java/org/multibit/Localiser.java
+++ b/src/main/java/org/multibit/Localiser.java
@@ -33,7 +33,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-import com.google.bitcoin.core.Utils;
+import com.google.dogecoin.core.Utils;
/**
* Class used for producing localised messages it contains a resource bundle and
@@ -280,7 +280,9 @@ public String bitcoinValueToString(BigInteger value, boolean addUnit, boolean bl
}
BigDecimal valueInBTC = new BigDecimal(value).divide(new BigDecimal(Utils.COIN));
+ numberFormat.setGroupingUsed(false);
toReturn = toReturn + numberFormat.format(valueInBTC.doubleValue());
+ numberFormat.setGroupingUsed(true);
if (addUnit) {
toReturn = toReturn + " " + getString("sendBitcoinPanel.amountUnitLabel");
@@ -311,7 +313,9 @@ public String bitcoinValueToStringNotLocalised(BigInteger value, boolean addUnit
}
BigDecimal valueInBTC = new BigDecimal(value).divide(new BigDecimal(Utils.COIN));
+ numberFormatNotLocalised.setGroupingUsed(false);
toReturn = toReturn + numberFormatNotLocalised.format(valueInBTC.doubleValue());
+ numberFormatNotLocalised.setGroupingUsed(true);
if (addUnit) {
toReturn = toReturn + " " + getString("sendBitcoinPanel.amountUnitLabel");
diff --git a/src/main/java/org/multibit/MultiBit.java b/src/main/java/org/multibit/MultiBit.java
index d89367504..a2cc16dca 100644
--- a/src/main/java/org/multibit/MultiBit.java
+++ b/src/main/java/org/multibit/MultiBit.java
@@ -15,8 +15,8 @@
*/
package org.multibit;
-import com.google.bitcoin.core.StoredBlock;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.StoredBlock;
+import com.google.dogecoin.core.Wallet;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.controller.core.CoreController;
@@ -31,6 +31,7 @@
import org.multibit.model.bitcoin.WalletData;
import org.multibit.model.core.CoreModel;
import org.multibit.model.exchange.ConnectHttps;
+import org.multibit.model.exchange.ExchangeData;
import org.multibit.model.exchange.ExchangeModel;
import org.multibit.network.*;
import org.multibit.platform.GenericApplication;
@@ -253,7 +254,7 @@ public void run() {
MessageManager.INSTANCE.addMessage(directoryMessage2);
log.debug("Creating Bitcoin service");
- // Create the MultiBitService that connects to the bitcoin network.
+ // Create the MultiBitService that connects to the dogecoin network.
MultiBitService multiBitService = new MultiBitService(bitcoinController);
bitcoinController.setMultiBitService(multiBitService);
@@ -611,6 +612,16 @@ public void run() {
// Just sync the blockchain without a replay task being involved.
ReplayManager.INSTANCE.downloadBlockChain();
}
+
+ // Upgrade path from cryptsy
+ if (bitcoinController != null && bitcoinController.getModel() != null) { // Mac sometimes isn't ready yet...
+ if (ExchangeData.CRYPTS_EXCHANGE_NAME.equals(bitcoinController.getModel().getUserPreference(ExchangeModel.TICKER_FIRST_ROW_EXCHANGE))) {
+ bitcoinController.getModel().setUserPreference(ExchangeModel.TICKER_FIRST_ROW_EXCHANGE, ExchangeData.POLONIEX_EXCHANGE_NAME);
+ }
+ if (ExchangeData.CRYPTS_EXCHANGE_NAME.equals(bitcoinController.getModel().getUserPreference(ExchangeModel.TICKER_SECOND_ROW_EXCHANGE))) {
+ bitcoinController.getModel().setUserPreference(ExchangeModel.TICKER_SECOND_ROW_EXCHANGE, ExchangeData.POLONIEX_EXCHANGE_NAME);
+ }
+ }
} catch (Exception e) {
// An odd unrecoverable error occurred.
e.printStackTrace();
@@ -706,7 +717,7 @@ public static String getRememberedRawBitcoinURI() {
}
public static void setRememberedRawBitcoinURI(String rememberedRawBitcoinURI) {
- log.debug("Remembering the bitcoin URI to process of '" + rememberedRawBitcoinURI + "'");
+ log.debug("Remembering the dogecoin URI to process of '" + rememberedRawBitcoinURI + "'");
MultiBit.rememberedRawBitcoinURI = rememberedRawBitcoinURI;
}
}
diff --git a/src/main/java/org/multibit/MultiBitInExecutableJar.java b/src/main/java/org/multibit/MultiBitInExecutableJar.java
index 80fbbb62f..45f3c9c7c 100644
--- a/src/main/java/org/multibit/MultiBitInExecutableJar.java
+++ b/src/main/java/org/multibit/MultiBitInExecutableJar.java
@@ -30,7 +30,7 @@
public final class MultiBitInExecutableJar {
public static final String OUTPUT_DIRECTORY = "log";
- public static final String CONSOLE_OUTPUT_FILENAME = "multibit.log";
+ public static final String CONSOLE_OUTPUT_FILENAME = "multidoge.log";
private static Logger log = LoggerFactory.getLogger(MultiBitInExecutableJar.class);
diff --git a/src/main/java/org/multibit/controller/bitcoin/BitcoinController.java b/src/main/java/org/multibit/controller/bitcoin/BitcoinController.java
index 81140176f..22545a0ae 100644
--- a/src/main/java/org/multibit/controller/bitcoin/BitcoinController.java
+++ b/src/main/java/org/multibit/controller/bitcoin/BitcoinController.java
@@ -15,9 +15,9 @@
*/
package org.multibit.controller.bitcoin;
-import com.google.bitcoin.core.*;
-import com.google.bitcoin.uri.BitcoinURI;
-import com.google.bitcoin.uri.BitcoinURIParseException;
+import com.google.dogecoin.core.*;
+import com.google.dogecoin.uri.BitcoinURI;
+import com.google.dogecoin.uri.BitcoinURIParseException;
import org.multibit.controller.AbstractController;
import org.multibit.controller.AbstractEventHandler;
import org.multibit.controller.core.CoreController;
diff --git a/src/main/java/org/multibit/controller/bitcoin/BitcoinPeerEventListener.java b/src/main/java/org/multibit/controller/bitcoin/BitcoinPeerEventListener.java
index 344d3b97f..d93795a9a 100644
--- a/src/main/java/org/multibit/controller/bitcoin/BitcoinPeerEventListener.java
+++ b/src/main/java/org/multibit/controller/bitcoin/BitcoinPeerEventListener.java
@@ -1,6 +1,6 @@
package org.multibit.controller.bitcoin;
-import com.google.bitcoin.core.*;
+import com.google.dogecoin.core.*;
import org.multibit.controller.Controller;
import org.multibit.model.bitcoin.WalletData;
import org.multibit.model.core.StatusEnum;
diff --git a/src/main/java/org/multibit/crypto/KeyCrypterOpenSSL.java b/src/main/java/org/multibit/crypto/KeyCrypterOpenSSL.java
index fc6580106..2d071df86 100644
--- a/src/main/java/org/multibit/crypto/KeyCrypterOpenSSL.java
+++ b/src/main/java/org/multibit/crypto/KeyCrypterOpenSSL.java
@@ -32,8 +32,8 @@
import org.spongycastle.crypto.paddings.PaddedBufferedBlockCipher;
import org.spongycastle.crypto.params.ParametersWithIV;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.crypto.KeyCrypterException;
import com.google.common.base.Preconditions;
/**
diff --git a/src/main/java/org/multibit/exchange/CurrencyConverter.java b/src/main/java/org/multibit/exchange/CurrencyConverter.java
index 2801da5d4..0b0dbe9c0 100644
--- a/src/main/java/org/multibit/exchange/CurrencyConverter.java
+++ b/src/main/java/org/multibit/exchange/CurrencyConverter.java
@@ -88,12 +88,6 @@ public void initialise(Controller controller) {
String currencyCode = controller.getModel().getUserPreference(ExchangeModel.TICKER_FIRST_ROW_CURRENCY);
String exchange = controller.getModel().getUserPreference(ExchangeModel.TICKER_FIRST_ROW_EXCHANGE);
String newCurrencyCode = currencyCode;
- if (ExchangeData.BITCOIN_CHARTS_EXCHANGE_NAME.equals(exchange)) {
- // Use only the last three characters - the currency code.
- if (currencyCode.length() >= 3) {
- newCurrencyCode = currencyCode.substring(currencyCode.length() - 3);
- }
- }
initialise(controller, newCurrencyCode);
}
@@ -314,7 +308,7 @@ public void updateFormatters() {
/**
* Convert a number of satoshis to fiat
- * @param bitcoinAmount in satoshis
+ * @param bitcoinAmountInSatoshi in satoshis
* @return equivalent fiat amount
*/
public Money convertFromBTCToFiat(BigInteger bitcoinAmountInSatoshi) {
diff --git a/src/main/java/org/multibit/exchange/TickerTimerTask.java b/src/main/java/org/multibit/exchange/TickerTimerTask.java
index 9d5b187b0..7653d9f2a 100644
--- a/src/main/java/org/multibit/exchange/TickerTimerTask.java
+++ b/src/main/java/org/multibit/exchange/TickerTimerTask.java
@@ -15,12 +15,16 @@
*/
package org.multibit.exchange;
+import java.io.IOException;
import java.math.BigDecimal;
-import java.math.RoundingMode;
+import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.TimerTask;
+import com.xeiam.xchange.exceptions.ExchangeException;
+import com.xeiam.xchange.poloniex.PoloniexExchange;
+import com.xeiam.xchange.service.polling.marketdata.PollingMarketDataService;
import org.joda.money.BigMoney;
import org.joda.money.CurrencyUnit;
@@ -35,11 +39,8 @@
import com.xeiam.xchange.Exchange;
import com.xeiam.xchange.ExchangeFactory;
-import com.xeiam.xchange.ExchangeSpecification;
-import com.xeiam.xchange.currency.Currencies;
import com.xeiam.xchange.currency.CurrencyPair;
import com.xeiam.xchange.dto.marketdata.Ticker;
-import com.xeiam.xchange.service.polling.PollingMarketDataService;
/**
* TimerTask to poll currency exchanges for ticker data process
@@ -65,7 +66,8 @@ public class TickerTimerTask extends TimerTask {
private String shortExchangeName;
private String currency;
private Exchange exchange;
- private PollingMarketDataService marketDataService;
+ private PollingMarketDataService marketDataServiceBTC;
+ private PollingMarketDataService marketDataServiceDOGE;
private List exchangeSymbols;
/**
@@ -120,7 +122,7 @@ public void run() {
}
}
- if (marketDataService != null) {
+ if (marketDataServiceBTC != null && marketDataServiceDOGE != null) {
if (exchangeSymbols != null) {
// Only get data from server if ticker is being shown if
// currency conversion is switched on.
@@ -137,134 +139,86 @@ public void run() {
// of currency units per BTC
boolean invertedRates = false;
- // Is the currency pair the other way round ie
- // base currency = other, counter currency = BTC
- boolean reverseRates = ExchangeData.doesExchangeUseReverseRates(shortExchangeName);
CurrencyPair currencyPairToUse = null;
for (CurrencyPair loopSymbolPair : exchangeSymbols) {
- if (ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equals(shortExchangeName)) {
- if (loopSymbolPair.baseCurrency.equals(currency)) {
- getItFromTheServer = true;
- invertedRates = true;
- currencyPairToUse = loopSymbolPair;
- break;
- }
- } else {
- if ("BTC".equals(loopSymbolPair.baseCurrency) && loopSymbolPair.counterCurrency.equals(currency)) {
- getItFromTheServer = true;
- currencyPairToUse = loopSymbolPair;
- break;
- }
- if ("BTC".equals(loopSymbolPair.counterCurrency) && loopSymbolPair.baseCurrency.equals(currency)) {
- getItFromTheServer = true;
- invertedRates = true;
- currencyPairToUse = loopSymbolPair;
- break;
- }
+ if ("BTC".equals(loopSymbolPair.baseSymbol) && loopSymbolPair.counterSymbol.equals(currency)) {
+ getItFromTheServer = true;
+ currencyPairToUse = loopSymbolPair;
+ break;
+ }
+ if ("BTC".equals(loopSymbolPair.counterSymbol) && loopSymbolPair.baseSymbol.equals(currency)) {
+ getItFromTheServer = true;
+ invertedRates = true;
+ currencyPairToUse = loopSymbolPair;
+ break;
}
}
if (getItFromTheServer) {
- BigMoney last = null;
- BigMoney bid = null;
- BigMoney ask = null;
-
- Ticker loopTicker;
-
- if (ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equals(shortExchangeName)) {
- log.debug("Getting loopTicker for " + currency + " USD");
- loopTicker = marketDataService.getTicker(currency, "USD");
- System.out.println("loopTicker = " + loopTicker);
- Ticker btcUsdTicker = null;
- log.debug("Getting btcUsdTicker for BTC/USD");
- btcUsdTicker = marketDataService.getTicker(Currencies.BTC, Currencies.USD);
- System.out.println("btcUsdTicker = " + btcUsdTicker);
-
- BigMoney usdBtcRateMoney = btcUsdTicker.getLast();
- BigDecimal usdBtcRate = null;
- if (usdBtcRateMoney != null) {
- usdBtcRate = usdBtcRateMoney.getAmount();
- if (loopTicker.getLast() != null) {
- last = loopTicker.getLast().dividedBy(usdBtcRate, RoundingMode.HALF_EVEN);
- }
- if (loopTicker.getBid() != null) {
- bid = loopTicker.getBid().dividedBy(usdBtcRate, RoundingMode.HALF_EVEN);
- }
- if (loopTicker.getAsk() != null) {
- ask = loopTicker.getAsk().dividedBy(usdBtcRate, RoundingMode.HALF_EVEN);
- }
+ BigMoney lastBTC, bidBTC, askBTC, lastDOGE, bidDOGE, askDOGE;
+ Ticker tickerBTC, tickerDOGE;
+
+ log.debug("Getting ticker for " + currencyPairToUse.baseSymbol + " "
+ + currencyPairToUse.counterSymbol);
+ tickerBTC = marketDataServiceBTC.getTicker(currencyPairToUse);
+ tickerDOGE = marketDataServiceDOGE.getTicker(CurrencyPair.DOGE_BTC);
+
+ log.debug("Got ticker for " + currencyPairToUse.baseSymbol + " "
+ + currencyPairToUse.counterSymbol);
+ lastBTC = BigMoney.of(CurrencyUnit.USD,tickerBTC.getLast());
+ bidBTC = BigMoney.of(CurrencyUnit.USD,tickerBTC.getBid());
+ askBTC = BigMoney.of(CurrencyUnit.USD,tickerBTC.getAsk());
+ lastDOGE = BigMoney.of(CurrencyUnit.USD,tickerDOGE.getLast());
+ bidDOGE = BigMoney.of(CurrencyUnit.USD,tickerDOGE.getBid());
+ askDOGE = BigMoney.of(CurrencyUnit.USD,tickerDOGE.getAsk());
+
+ if (invertedRates) {
+ if (!lastBTC.getAmount().equals(BigDecimal.ZERO)) {
+ lastBTC = BigMoney.of(lastBTC.getCurrencyUnit(), BigDecimal.ONE.divide(lastBTC.getAmount(),
+ NUMBER_OF_SIGNIFICANT_DIGITS, BigDecimal.ROUND_HALF_EVEN));
+ } else {
+ lastBTC = null;
}
- } else {
- log.debug("Getting ticker for " + currencyPairToUse.baseCurrency + " "
- + currencyPairToUse.counterCurrency);
- loopTicker = marketDataService.getTicker(currencyPairToUse.baseCurrency,
- currencyPairToUse.counterCurrency);
-
- log.debug("Got ticker for " + currencyPairToUse.baseCurrency + " "
- + currencyPairToUse.counterCurrency);
- last = loopTicker.getLast();
- bid = loopTicker.getBid();
- ask = loopTicker.getAsk();
-
- if (invertedRates && !reverseRates) {
- if (last != null && last.getAmount() != BigDecimal.ZERO) {
- last = BigMoney.of(last.getCurrencyUnit(), BigDecimal.ONE.divide(last.getAmount(),
- NUMBER_OF_SIGNIFICANT_DIGITS, BigDecimal.ROUND_HALF_EVEN));
- } else {
- last = null;
- }
- if (bid != null && bid.getAmount() != BigDecimal.ZERO) {
- bid = BigMoney.of(last.getCurrencyUnit(), BigDecimal.ONE.divide(bid.getAmount(),
- NUMBER_OF_SIGNIFICANT_DIGITS, BigDecimal.ROUND_HALF_EVEN));
- } else {
- bid = null;
- }
-
- if (ask != null && ask.getAmount() != BigDecimal.ZERO) {
- ask = BigMoney.of(last.getCurrencyUnit(), BigDecimal.ONE.divide(ask.getAmount(),
- NUMBER_OF_SIGNIFICANT_DIGITS, BigDecimal.ROUND_HALF_EVEN));
- } else {
- ask = null;
- }
+ if (!bidBTC.getAmount().equals(BigDecimal.ZERO)) {
+ bidBTC = BigMoney.of(bidBTC.getCurrencyUnit(), BigDecimal.ONE.divide(bidBTC.getAmount(),
+ NUMBER_OF_SIGNIFICANT_DIGITS, BigDecimal.ROUND_HALF_EVEN));
+ } else {
+ bidBTC = null;
}
- if (invertedRates) {
- if (reverseRates) {
- // USD/ BTC, reciprocal rate
- currency = currencyPairToUse.baseCurrency;
- } else {
- // BTC/ USD, reciprocal rate
- currency = currencyPairToUse.counterCurrency;
- }
+ if (!askBTC.getAmount().equals(BigDecimal.ZERO)) {
+ askBTC = BigMoney.of(askBTC.getCurrencyUnit(), BigDecimal.ONE.divide(askBTC.getAmount(),
+ NUMBER_OF_SIGNIFICANT_DIGITS, BigDecimal.ROUND_HALF_EVEN));
} else {
- if (reverseRates) {
- // USD/ BTC, normal rate
- currency = currencyPairToUse.baseCurrency;
- } else {
- // BTC/ USD, normal rate
- currency = currencyPairToUse.counterCurrency;
- }
+ askBTC = null;
}
}
- this.exchangeController.getModel().getExchangeData(shortExchangeName).setLastPrice(currency, last);
- this.exchangeController.getModel().getExchangeData(shortExchangeName).setLastBid(currency, bid);
- this.exchangeController.getModel().getExchangeData(shortExchangeName).setLastAsk(currency, ask);
+ if (invertedRates) {
+ // BTC/ USD, reciprocal rate
+ currency = currencyPairToUse.counterSymbol;
+ } else {
+ // BTC/ USD, normal rate
+ currency = currencyPairToUse.counterSymbol;
+ }
+
+ if (lastBTC != null) {
+ this.exchangeController.getModel().getExchangeData(shortExchangeName).setLastPrice(currency, lastBTC.multipliedBy(lastDOGE.getAmount()));
+ }
+ if (bidBTC != null) {
+ this.exchangeController.getModel().getExchangeData(shortExchangeName).setLastBid(currency, bidBTC.multipliedBy(bidDOGE.getAmount()));
+ }
+ if (askBTC != null) {
+ this.exchangeController.getModel().getExchangeData(shortExchangeName).setLastAsk(currency, askBTC.multipliedBy(askDOGE.getAmount()));
+ }
log.debug("Exchange = " + shortExchangeName);
// Put the exchange rate into the currency converter.
- if (isFirstExchange) {
+ if (isFirstExchange && lastBTC != null) {
String newCurrencyCode = currency;
- if (ExchangeData.BITCOIN_CHARTS_EXCHANGE_NAME.equals(shortExchangeName)) {
- // Use only the last three characters - the
- // currency code.
- if (currency.length() >= 3) {
- newCurrencyCode = currency.substring(currency.length() - 3);
- }
- }
CurrencyConverter.INSTANCE.setCurrencyUnit(CurrencyUnit.of(newCurrencyCode));
- CurrencyConverter.INSTANCE.setRate(last.getAmount());
+ CurrencyConverter.INSTANCE.setRate(lastBTC.getAmount().multiply(lastDOGE.getAmount()));
}
}
}
@@ -284,43 +238,31 @@ public void run() {
public void createExchangeObjects(String newExchangeName) {
exchange = createExchange(newExchangeName);
+ Exchange exchangeDOGE = ExchangeFactory.INSTANCE.createExchange(PoloniexExchange.class.getName());
if (exchange != null) {
+
// Interested in the public market data feed (no authentication).
- marketDataService = exchange.getPollingMarketDataService();
- log.debug("marketDataService = " + marketDataService);
+ marketDataServiceBTC = exchange.getPollingMarketDataService();
+ marketDataServiceDOGE = exchangeDOGE.getPollingMarketDataService();
+ log.debug("marketDataServiceBTC = " + marketDataServiceBTC);
// Get the list of available currencies.
- exchangeSymbols = marketDataService.getExchangeSymbols();
+ exchangeSymbols = exchange.getMetaData().getCurrencyPairs();
log.debug("exchangeSymbols = " + exchangeSymbols);
if (exchangeSymbols != null) {
Collection availableCurrencies = new java.util.TreeSet();
for (int i = 0; i < exchangeSymbols.size(); i++) {
- String baseCurrency = exchangeSymbols.get(i).baseCurrency;
- String counterCurrency = exchangeSymbols.get(i).counterCurrency;
-
- if (ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equals(newExchangeName)) {
- if ("USD".equalsIgnoreCase(baseCurrency) && !"BTC".equalsIgnoreCase(counterCurrency)) {
- if (!"EEK".equalsIgnoreCase(counterCurrency) && !"CLF".equalsIgnoreCase(counterCurrency)
- && !"JEP".equalsIgnoreCase(counterCurrency) && ! "SVC".equalsIgnoreCase(counterCurrency)) {
- availableCurrencies.add(counterCurrency);
- }
- }
- if ("USD".equalsIgnoreCase(counterCurrency) && !"BTC".equalsIgnoreCase(baseCurrency)) {
- if (!"EEK".equalsIgnoreCase(baseCurrency) && !"CLF".equalsIgnoreCase(baseCurrency)
- && !"JEP".equalsIgnoreCase(baseCurrency) && ! "SVC".equalsIgnoreCase(baseCurrency)) {
- availableCurrencies.add(baseCurrency);
- }
- }
- } else {
- if ("BTC".equalsIgnoreCase(baseCurrency)) {
- availableCurrencies.add(counterCurrency);
- }
- if ("BTC".equalsIgnoreCase(counterCurrency)) {
- availableCurrencies.add(baseCurrency);
- }
+ String baseCurrency = exchangeSymbols.get(i).baseSymbol;
+ String counterCurrency = exchangeSymbols.get(i).counterSymbol;
+
+ if ("BTC".equalsIgnoreCase(baseCurrency)) {
+ availableCurrencies.add(counterCurrency);
+ }
+ if ("BTC".equalsIgnoreCase(counterCurrency)) {
+ availableCurrencies.add(baseCurrency);
}
}
ExchangeData.setAvailableCurrenciesForExchange(newExchangeName, availableCurrencies);
@@ -332,7 +274,7 @@ public void createExchangeObjects(String newExchangeName) {
* Create the exchange specified by the exchange class name specified e.g.
* BitcoinChartsExchange.class.getName();
*
- * @param exchangeClassName
+ * @param exchangeShortname
*/
private Exchange createExchange(String exchangeShortname) {
log.debug("creating exchange from exchangeShortname = " + exchangeShortname);
@@ -350,15 +292,7 @@ private Exchange createExchange(String exchangeShortname) {
}
Exchange exchangeToReturn;
- if (ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase(exchangeShortname)) {
- ExchangeSpecification exchangeSpecification = new ExchangeSpecification(exchangeClassname);
- exchangeSpecification.setPlainTextUri("http://openexchangerates.org");
- exchangeSpecification
- .setApiKey(controller.getModel().getUserPreference(ExchangeModel.OPEN_EXCHANGE_RATES_API_CODE));
- exchangeToReturn = ExchangeFactory.INSTANCE.createExchange(exchangeSpecification);
- } else {
- exchangeToReturn = ExchangeFactory.INSTANCE.createExchange(exchangeClassname);
- }
+ exchangeToReturn = ExchangeFactory.INSTANCE.createExchange(exchangeClassname);
if (this.exchangeController.getModel().getExchangeData(shortExchangeName) == null) {
ExchangeData exchangeData = new ExchangeData();
@@ -367,7 +301,7 @@ private Exchange createExchange(String exchangeShortname) {
}
return exchangeToReturn;
- } catch (com.xeiam.xchange.ExchangeException e) {
+ } catch (ExchangeException e) {
// Probably xchange is not on classpath - ticker will not run
// but error should not spread out from here to rest of MultiBit.
log.error(e.getClass().getName() + " " + e.getMessage());
diff --git a/src/main/java/org/multibit/file/BackupManager.java b/src/main/java/org/multibit/file/BackupManager.java
index 9a4bf9317..ca4e1d0eb 100644
--- a/src/main/java/org/multibit/file/BackupManager.java
+++ b/src/main/java/org/multibit/file/BackupManager.java
@@ -28,12 +28,12 @@
import org.slf4j.LoggerFactory;
import org.spongycastle.util.Arrays;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.crypto.EncryptedPrivateKey;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterException;
-import com.google.bitcoin.crypto.KeyCrypterScrypt;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.crypto.EncryptedPrivateKey;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterException;
+import com.google.dogecoin.crypto.KeyCrypterScrypt;
import com.google.protobuf.ByteString;
diff --git a/src/main/java/org/multibit/file/FileHandler.java b/src/main/java/org/multibit/file/FileHandler.java
index 9ad84ba1c..8abc36562 100644
--- a/src/main/java/org/multibit/file/FileHandler.java
+++ b/src/main/java/org/multibit/file/FileHandler.java
@@ -15,10 +15,10 @@
*/
package org.multibit.file;
-import com.google.bitcoin.core.BlockChain;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.BlockChain;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.crypto.KeyCrypterException;
import org.multibit.ApplicationDataDirectoryLocator;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
@@ -50,8 +50,8 @@
public class FileHandler {
private static Logger log = LoggerFactory.getLogger(FileHandler.class);
- public static final String USER_PROPERTIES_FILE_NAME = "multibit.properties";
- public static final String USER_PROPERTIES_HEADER_TEXT = "multibit";
+ public static final String USER_PROPERTIES_FILE_NAME = "multidoge.properties";
+ public static final String USER_PROPERTIES_HEADER_TEXT = "multidoge";
private final Controller controller;
private final BitcoinController bitcoinController;
diff --git a/src/main/java/org/multibit/file/PrivateKeyAndDate.java b/src/main/java/org/multibit/file/PrivateKeyAndDate.java
index c1c4967e9..a7874f287 100644
--- a/src/main/java/org/multibit/file/PrivateKeyAndDate.java
+++ b/src/main/java/org/multibit/file/PrivateKeyAndDate.java
@@ -17,8 +17,8 @@
import java.util.Date;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.Utils;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.Utils;
/**
* POJO containing an ECKey and Date
diff --git a/src/main/java/org/multibit/file/PrivateKeysHandler.java b/src/main/java/org/multibit/file/PrivateKeysHandler.java
index 67b823357..c7cd7fea8 100644
--- a/src/main/java/org/multibit/file/PrivateKeysHandler.java
+++ b/src/main/java/org/multibit/file/PrivateKeysHandler.java
@@ -35,8 +35,8 @@
import java.util.Set;
import java.util.TimeZone;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterException;
import org.multibit.crypto.KeyCrypterOpenSSL;
import org.multibit.utils.DateUtils;
@@ -44,19 +44,19 @@
import org.slf4j.LoggerFactory;
import org.spongycastle.crypto.params.KeyParameter;
-import com.google.bitcoin.core.AddressFormatException;
-import com.google.bitcoin.core.Block;
-import com.google.bitcoin.core.BlockChain;
-import com.google.bitcoin.core.DumpedPrivateKey;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.ScriptException;
-import com.google.bitcoin.core.StoredBlock;
-import com.google.bitcoin.core.Transaction;
-import com.google.bitcoin.core.TransactionInput;
-import com.google.bitcoin.core.TransactionOutput;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.AddressFormatException;
+import com.google.dogecoin.core.Block;
+import com.google.dogecoin.core.BlockChain;
+import com.google.dogecoin.core.DumpedPrivateKey;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.ScriptException;
+import com.google.dogecoin.core.StoredBlock;
+import com.google.dogecoin.core.Transaction;
+import com.google.dogecoin.core.TransactionInput;
+import com.google.dogecoin.core.TransactionOutput;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.core.Wallet;
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
@@ -248,7 +248,7 @@ public Collection readInPrivateKeys(File importFile, CharSequ
private void outputHeaderComment(StringBuffer out) {
out.append("# KEEP YOUR PRIVATE KEYS SAFE !").append("\n");
- out.append("# Anyone who can read this file can spend your bitcoin.").append("\n");
+ out.append("# Anyone who can read this file can spend your dogecoin.").append("\n");
out.append("#").append("\n");
out.append("# Format:").append("\n");
out.append("# [[]]").append("\n");
diff --git a/src/main/java/org/multibit/model/bitcoin/BitcoinModel.java b/src/main/java/org/multibit/model/bitcoin/BitcoinModel.java
index ade795c98..7de466237 100644
--- a/src/main/java/org/multibit/model/bitcoin/BitcoinModel.java
+++ b/src/main/java/org/multibit/model/bitcoin/BitcoinModel.java
@@ -15,9 +15,9 @@
*/
package org.multibit.model.bitcoin;
-import com.google.bitcoin.core.*;
-import com.google.bitcoin.core.Wallet.BalanceType;
-import com.google.bitcoin.store.BlockStoreException;
+import com.google.dogecoin.core.*;
+import com.google.dogecoin.core.Wallet.BalanceType;
+import com.google.dogecoin.store.BlockStoreException;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.model.AbstractModel;
@@ -66,7 +66,7 @@ public class BitcoinModel extends AbstractModel {
public static final String WALLET_ORDER_TOTAL = "walletOrderTotal";
public static final String WALLET_ORDER_PREFIX = "walletOrder.";
- // Send bitcoin and send bitcoin confirm.
+ // Send dogecoin and send dogecoin confirm.
public static final String SEND_ADDRESS = "sendAddress";
public static final String SEND_LABEL = "sendLabel";
public static final String SEND_AMOUNT = "sendAmount";
@@ -78,7 +78,7 @@ public class BitcoinModel extends AbstractModel {
public static final int MINIMUM_NUMBER_OF_CONNECTED_PEERS_BEFORE_SEND_IS_ENABLED = 2;
- // Open bitcoin URI.
+ // Open dogecoin URI.
public static final String OPEN_URI_SHOW_DIALOG = "openUriShowDialog";
public static final String OPEN_URI_USE_URI = "openUriUseUri";
public static final String OPEN_URI_ADDRESS = "openUriAddress";
@@ -87,16 +87,16 @@ public class BitcoinModel extends AbstractModel {
public static final String BRING_TO_FRONT = "bringToFront";
// Default fee and feePerKB
- public static final BigInteger SEND_FEE_DEFAULT = new BigInteger("50000");
- public static final BigInteger SEND_FEE_PER_KB_DEFAULT = new BigInteger("10000");
+ public static final BigInteger SEND_FEE_DEFAULT = new BigInteger("100000000");
+ public static final BigInteger SEND_FEE_PER_KB_DEFAULT = new BigInteger("100000000");
// Minimum fee.
- public static final BigInteger SEND_MINIMUM_FEE = new BigInteger("10000");
+ public static final BigInteger SEND_MINIMUM_FEE = new BigInteger("100000000");
// Maximum fee.
- public static final BigInteger SEND_MAXIMUM_FEE = new BigInteger("100000000"); // 1 BTC.
+ public static final BigInteger SEND_MAXIMUM_FEE = new BigInteger("100000000000"); // 1000 DOGE. Hope it won't ever go above du to bogus transactions.
- // Receive bitcoin.
+ // Receive dogecoin.
public static final String IS_RECEIVE_BITCOIN = "isReceiveBitcoin";
public static final String RECEIVE_ADDRESS = "receiveAddress";
public static final String RECEIVE_LABEL = "receiveLabel";
@@ -691,18 +691,18 @@ public WalletData getPerWalletModelDataByWalletFilename(String walletFilename) {
public NetworkParameters getNetworkParameters() {
// If test or production is not specified, default to production.
- String testOrProduction = super.getUserPreference(BitcoinModel.TEST_OR_PRODUCTION_NETWORK);
- if (testOrProduction == null) {
- testOrProduction = BitcoinModel.PRODUCTION_NETWORK_VALUE;
- super.setUserPreference(BitcoinModel.TEST_OR_PRODUCTION_NETWORK, testOrProduction);
- }
- if (BitcoinModel.TEST_NETWORK_VALUE.equalsIgnoreCase(testOrProduction)) {
- return NetworkParameters.testNet2();
- } else if (BitcoinModel.TESTNET3_VALUE.equalsIgnoreCase(testOrProduction)) {
- return NetworkParameters.testNet();
- } else {
+// String testOrProduction = super.getUserPreference(BitcoinModel.TEST_OR_PRODUCTION_NETWORK);
+// if (testOrProduction == null) {
+// testOrProduction = BitcoinModel.PRODUCTION_NETWORK_VALUE;
+// super.setUserPreference(BitcoinModel.TEST_OR_PRODUCTION_NETWORK, testOrProduction);
+// }
+// if (BitcoinModel.TEST_NETWORK_VALUE.equalsIgnoreCase(testOrProduction)) {
+// return NetworkParameters.testNet2();
+// } else if (BitcoinModel.TESTNET3_VALUE.equalsIgnoreCase(testOrProduction)) {
+// return NetworkParameters.testNet();
+// } else {
return NetworkParameters.prodNet();
- }
+// }
}
public boolean thereIsNoActiveWallet() {
diff --git a/src/main/java/org/multibit/model/bitcoin/WalletData.java b/src/main/java/org/multibit/model/bitcoin/WalletData.java
index 39334db0c..74361c49a 100644
--- a/src/main/java/org/multibit/model/bitcoin/WalletData.java
+++ b/src/main/java/org/multibit/model/bitcoin/WalletData.java
@@ -20,7 +20,7 @@
import org.multibit.viewsystem.swing.view.walletlist.SingleWalletPanelDownloadListener;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.Wallet;
/**
* This wrapper class wraps all the data pertaining to a single wallet.
diff --git a/src/main/java/org/multibit/model/bitcoin/WalletInfoData.java b/src/main/java/org/multibit/model/bitcoin/WalletInfoData.java
index 12de2e4b1..174b50d8e 100644
--- a/src/main/java/org/multibit/model/bitcoin/WalletInfoData.java
+++ b/src/main/java/org/multibit/model/bitcoin/WalletInfoData.java
@@ -15,9 +15,9 @@
*/
package org.multibit.model.bitcoin;
-import com.google.bitcoin.core.Address;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.Address;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.Wallet;
import org.multibit.MultiBit;
import org.multibit.file.WalletLoadException;
import org.multibit.file.WalletSaveException;
@@ -304,7 +304,7 @@ public void writeToFile(String walletInfoFilename, MultiBitWalletVersion walletV
BufferedWriter out = null;
try {
// We write out all the receiving addresses.
- HashMap allReceivingAddresses = new HashMap();
+ LinkedHashMap allReceivingAddresses = new LinkedHashMap();
if (receivingAddresses != null) {
for (WalletAddressBookData addressBookData : receivingAddresses) {
allReceivingAddresses.put(addressBookData.address, addressBookData);
diff --git a/src/main/java/org/multibit/model/bitcoin/WalletTableData.java b/src/main/java/org/multibit/model/bitcoin/WalletTableData.java
index d4b729f55..8ff8baada 100644
--- a/src/main/java/org/multibit/model/bitcoin/WalletTableData.java
+++ b/src/main/java/org/multibit/model/bitcoin/WalletTableData.java
@@ -18,7 +18,7 @@
import java.math.BigInteger;
import java.util.Date;
-import com.google.bitcoin.core.Transaction;
+import com.google.dogecoin.core.Transaction;
/**
* Class used to store the data in the Transactions table in a quick to access data form.
diff --git a/src/main/java/org/multibit/model/core/CoreModel.java b/src/main/java/org/multibit/model/core/CoreModel.java
index 35a7b54de..7f0703b9c 100644
--- a/src/main/java/org/multibit/model/core/CoreModel.java
+++ b/src/main/java/org/multibit/model/core/CoreModel.java
@@ -54,8 +54,15 @@ public class CoreModel extends BaseModel {
public static final String PREVIOUS_USER_LANGUAGE_CODE = "previousLanguageCode";
public static final String PREVIOUS_UNDO_CHANGES_TEXT = "previousUndoChangesText";
public static final String CAN_UNDO_PREFERENCES_CHANGES = "canUndoPreferencesChanges";
-
-
+
+ public static final String PREVIOUS_WINDOW_SIZE_H = "previousWindowSizeH";
+ public static final String PREVIOUS_WINDOW_SIZE_W = "previousWindowSizeW";
+ public static final String PREVIOUS_WINDOW_POS_X = "previousWindowPosX";
+ public static final String PREVIOUS_WINDOW_POS_Y = "previousWindowPosY";
+ public static final String PREVIOUS_WINDOW_MAX = "previousWindowMax";
+ public static final String PREVIOUS_WINDOW_TRAY = "previousWindowTray";
+
+ public static final String MINIMIZE_TO_TRAY = "minimizeToTray";
public CoreModel() {
this(null);
diff --git a/src/main/java/org/multibit/model/exchange/ExchangeData.java b/src/main/java/org/multibit/model/exchange/ExchangeData.java
index 16529b6df..8a2c15506 100644
--- a/src/main/java/org/multibit/model/exchange/ExchangeData.java
+++ b/src/main/java/org/multibit/model/exchange/ExchangeData.java
@@ -15,11 +15,7 @@
*/
package org.multibit.model.exchange;
-import com.xeiam.xchange.bitstamp.BitstampExchange;
-import com.xeiam.xchange.btce.BTCEExchange;
-import com.xeiam.xchange.campbx.CampBXExchange;
-import com.xeiam.xchange.oer.OERExchange;
-import com.xeiam.xchange.virtex.VirtExExchange;
+import com.xeiam.xchange.bitcoinaverage.BitcoinAverageExchange;
import org.joda.money.BigMoney;
import java.util.ArrayList;
@@ -27,8 +23,6 @@
import java.util.HashMap;
import java.util.Map;
-//import com.xeiam.xchange.btcchina.BTCChinaExchange;
-
/**
*
* @author timmolter
@@ -38,15 +32,11 @@ public class ExchangeData {
public static final String EXCHANGE_NOT_SET = "NoExchangeSetYet";
- public static final String BITCOIN_CHARTS_EXCHANGE_NAME = "BitcoinCharts";
- public static final String BITSTAMP_EXCHANGE_NAME = "Bitstamp";
- public static final String BTCE_EXCHANGE_NAME = "BTC-E";
- public static final String CAMPBX_EXCHANGE_NAME = "CampBX";
- public static final String OPEN_EXCHANGE_RATES_EXCHANGE_NAME = "OpenExchangeRates";
- public static final String MT_GOX_EXCHANGE_NAME = "MtGox";
- public static final String VIRTEX_EXCHANGE_NAME = "VirtEx";
+ public static final String CRYPTS_EXCHANGE_NAME = "Cryptsy"; // Legacy
+ public static final String BITCOINAVERAGE_EXCHANGE_NAME = "BitcoinAverage";
+ public static final String POLONIEX_EXCHANGE_NAME = "Poloniex";
- public static final String DEFAULT_EXCHANGE = MT_GOX_EXCHANGE_NAME;
+ public static final String DEFAULT_EXCHANGE = POLONIEX_EXCHANGE_NAME;
public static final String DEFAULT_CURRENCY = "USD";
@@ -58,7 +48,7 @@ public class ExchangeData {
}
public static final BigMoney DO_NOT_KNOW = null;
-
+
private String shortExchangeName;
private Map currencyToLastPriceMap;
private Map currencyToAskMap;
@@ -122,7 +112,7 @@ public static boolean doesExchangeUseReverseRates(String shortExchangeName) {
if (shortExchangeName == null) {
throw new IllegalArgumentException("Exchange name cannot be null");
}
- return BITCOIN_CHARTS_EXCHANGE_NAME.equals(shortExchangeName);
+ return false;
}
/**
@@ -130,12 +120,7 @@ public static boolean doesExchangeUseReverseRates(String shortExchangeName) {
* BTCChina not in the list as it does not seem reliable enough - drops connections (when used in UK)
*/
public static String[] getAvailableExchanges() {
- return new String[] { MT_GOX_EXCHANGE_NAME,
- BITSTAMP_EXCHANGE_NAME,
- BTCE_EXCHANGE_NAME,
- CAMPBX_EXCHANGE_NAME,
- OPEN_EXCHANGE_RATES_EXCHANGE_NAME,
- VIRTEX_EXCHANGE_NAME};
+ return new String[] {POLONIEX_EXCHANGE_NAME};
}
public static Collection getAvailableCurrenciesForExchange(String shortExchangeName) {
@@ -156,22 +141,8 @@ public static void setAvailableCurrenciesForExchange(String exchangeName, Collec
* Convert an exchange short name into a classname that can be used to create an Exchange.
*/
public static String convertExchangeShortNameToClassname(String shortExchangeName) {
- if (MT_GOX_EXCHANGE_NAME.equals(shortExchangeName)) {
- return "com.xeiam.xchange.mtgox.v2.MtGoxExchange";
- } else if (BITSTAMP_EXCHANGE_NAME.equalsIgnoreCase(shortExchangeName)) {
- return BitstampExchange.class.getName();
- } else if (BTCE_EXCHANGE_NAME.equalsIgnoreCase(shortExchangeName)) {
- return BTCEExchange.class.getName();
- //} else if (BTCCHINA_EXCHANGE_NAME.equalsIgnoreCase(shortExchangeName)) {
- // return BTCChinaExchange.class.getName();
- //} else if (KRAKEN_EXCHANGE_NAME.equalsIgnoreCase(shortExchangeName)) {
- // return KrakenExchange.class.getName();
- } else if (CAMPBX_EXCHANGE_NAME.equalsIgnoreCase(shortExchangeName)) {
- return CampBXExchange.class.getName();
- } else if (OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase(shortExchangeName)) {
- return OERExchange.class.getName();
- } else if (VIRTEX_EXCHANGE_NAME.equalsIgnoreCase(shortExchangeName)) {
- return VirtExExchange.class.getName();
+ if (BITCOINAVERAGE_EXCHANGE_NAME.equalsIgnoreCase(shortExchangeName) || POLONIEX_EXCHANGE_NAME.equals(shortExchangeName)) {
+ return BitcoinAverageExchange.class.getName();
} else {
// Unidentified exchange.
return null;
diff --git a/src/main/java/org/multibit/model/exchange/ExchangeModel.java b/src/main/java/org/multibit/model/exchange/ExchangeModel.java
index a417cda2c..85e2b9979 100644
--- a/src/main/java/org/multibit/model/exchange/ExchangeModel.java
+++ b/src/main/java/org/multibit/model/exchange/ExchangeModel.java
@@ -48,7 +48,6 @@ public class ExchangeModel extends AbstractModel {
// Currency support.
public static final String SHOW_BITCOIN_CONVERTED_TO_FIAT = "showBitcoinConvertedToFiat"; // boolean
- public static final String OPEN_EXCHANGE_RATES_API_CODE = "openExchangeRatesApiCode";
private Map shortExchangeNameToExchangeMap;
diff --git a/src/main/java/org/multibit/network/AlertManager.java b/src/main/java/org/multibit/network/AlertManager.java
index 8c80e805e..f88858593 100644
--- a/src/main/java/org/multibit/network/AlertManager.java
+++ b/src/main/java/org/multibit/network/AlertManager.java
@@ -51,10 +51,10 @@
import org.slf4j.LoggerFactory;
import org.spongycastle.crypto.params.KeyParameter;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.core.Wallet;
@@ -66,9 +66,9 @@ public enum AlertManager {
private Logger log = LoggerFactory.getLogger(AlertManager.class);
- public static final String DEFAULT_VERSION_URL = "https://www.multibit.org/version.txt";
+ public static final String DEFAULT_VERSION_URL = "http://multidoge.org/version.txt";
- public static final String RELEASES_URL = "https://www.multibit.org/releases.html";
+ public static final String RELEASES_URL = "http://multidoge.org/";
public static final int NUMBER_OF_TIMES_TO_REPEAT_ALERT = 3;
diff --git a/src/main/java/org/multibit/network/MultiBitCheckpointManager.java b/src/main/java/org/multibit/network/MultiBitCheckpointManager.java
index 79103a744..01f4b9c28 100644
--- a/src/main/java/org/multibit/network/MultiBitCheckpointManager.java
+++ b/src/main/java/org/multibit/network/MultiBitCheckpointManager.java
@@ -4,10 +4,10 @@
import java.io.InputStream;
import java.util.Map;
-import com.google.bitcoin.core.CheckpointManager;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.StoredBlock;
-import com.google.bitcoin.core.VerificationException;
+import com.google.dogecoin.core.CheckpointManager;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.StoredBlock;
+import com.google.dogecoin.core.VerificationException;
public class MultiBitCheckpointManager extends CheckpointManager {
diff --git a/src/main/java/org/multibit/network/MultiBitDownloadListener.java b/src/main/java/org/multibit/network/MultiBitDownloadListener.java
index 11e16eb3a..5885db47a 100644
--- a/src/main/java/org/multibit/network/MultiBitDownloadListener.java
+++ b/src/main/java/org/multibit/network/MultiBitDownloadListener.java
@@ -16,7 +16,7 @@
package org.multibit.network;
-import com.google.bitcoin.core.DownloadListener;
+import com.google.dogecoin.core.DownloadListener;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.message.Message;
diff --git a/src/main/java/org/multibit/network/MultiBitPeerGroup.java b/src/main/java/org/multibit/network/MultiBitPeerGroup.java
index 994da241e..7ef71556a 100644
--- a/src/main/java/org/multibit/network/MultiBitPeerGroup.java
+++ b/src/main/java/org/multibit/network/MultiBitPeerGroup.java
@@ -18,9 +18,9 @@
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
-import com.google.bitcoin.core.BlockChain;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.PeerGroup;
+import com.google.dogecoin.core.BlockChain;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.PeerGroup;
public class MultiBitPeerGroup extends PeerGroup {
diff --git a/src/main/java/org/multibit/network/MultiBitService.java b/src/main/java/org/multibit/network/MultiBitService.java
index d93cfb147..d8e4679b9 100644
--- a/src/main/java/org/multibit/network/MultiBitService.java
+++ b/src/main/java/org/multibit/network/MultiBitService.java
@@ -15,18 +15,17 @@
*/
package org.multibit.network;
-import com.google.bitcoin.core.*;
-import com.google.bitcoin.core.Wallet.SendRequest;
-import com.google.bitcoin.crypto.KeyCrypterException;
-import com.google.bitcoin.discovery.DnsDiscovery;
-import com.google.bitcoin.discovery.IrcDiscovery;
-import com.google.bitcoin.store.BlockStore;
-import com.google.bitcoin.store.BlockStoreException;
-import com.google.bitcoin.store.SPVBlockStore;
+import com.google.dogecoin.core.MultiBitBlockChain;
+import com.google.dogecoin.core.*;
+import com.google.dogecoin.core.Wallet.SendRequest;
+import com.google.dogecoin.crypto.KeyCrypterException;
+import com.google.dogecoin.discovery.DnsDiscovery;
+import com.google.dogecoin.store.BlockStore;
+import com.google.dogecoin.store.BlockStoreException;
+import com.google.dogecoin.store.SPVBlockStore;
import com.google.common.util.concurrent.ListenableFuture;
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
import org.multibit.ApplicationDataDirectoryLocator;
-import org.multibit.MultiBit;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.file.BackupManager;
@@ -61,12 +60,12 @@
/**
*
- * MultiBitService encapsulates the interaction with the bitcoin netork
+ * MultiBitService encapsulates the interaction with the dogecoin netork
* including: o Peers o Block chain download o sending / receiving bitcoins
*
* The testnet can be slow or flaky as it's a shared resource. You can use the
* testnet in a box
+ * .net/projects/dogecoin/files/Bitcoin/testnet-in-a-box/">testnet in a box
* to do everything purely locally.
*
*/
@@ -75,7 +74,7 @@ public class MultiBitService {
private static final Logger log = LoggerFactory.getLogger(MultiBitService.class);
- public static final String MULTIBIT_PREFIX = "multibit";
+ public static final String MULTIBIT_PREFIX = "multidoge";
public static final String TESTNET_PREFIX = "testnet";
public static final String TESTNET3_PREFIX = "testnet3";
public static final String SEPARATOR = "-";
@@ -116,7 +115,7 @@ public class MultiBitService {
java.text.SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
java.util.Calendar cal = Calendar.getInstance(new SimpleTimeZone(0, "GMT"));
format.setCalendar(cal);
- genesisBlockCreationDate = format.parse("2009-01-03 18:15:05");
+ genesisBlockCreationDate = format.parse("2013-12-06 10:25:40");
} catch (ParseException e) {
// Will never happen.
e.printStackTrace();
@@ -339,14 +338,16 @@ public void createNewPeerGroup() {
}
if (!peersSpecified) {
- // Use DNS for production, IRC for test.
+/* // Use DNS for production, IRC for test.
if (TESTNET3_GENESIS_HASH.equals(bitcoinController.getModel().getNetworkParameters().getGenesisBlock().getHashAsString())) {
peerGroup.addPeerDiscovery(new IrcDiscovery(IRC_CHANNEL_TESTNET3));
} else if (NetworkParameters.testNet().equals(bitcoinController.getModel().getNetworkParameters())) {
peerGroup.addPeerDiscovery(new IrcDiscovery(IRC_CHANNEL_TEST));
} else {
peerGroup.addPeerDiscovery(new DnsDiscovery(networkParameters));
- }
+ }*/
+ //DOGE: Only production for now.
+ peerGroup.addPeerDiscovery(new DnsDiscovery(networkParameters));
}
// Add the controller as a PeerEventListener.
peerGroup.addEventListener(bitcoinController.getPeerEventListener());
@@ -369,15 +370,15 @@ public void createNewPeerGroup() {
}
public static String getFilePrefix() {
- BitcoinController bitcoinController = MultiBit.getBitcoinController();
+/* BitcoinController bitcoinController = MultiBit.getBitcoinController();
// testnet3
if (TESTNET3_GENESIS_HASH.equals(bitcoinController.getModel().getNetworkParameters().getGenesisBlock().getHashAsString())) {
return MULTIBIT_PREFIX + SEPARATOR + TESTNET3_PREFIX;
} else if (NetworkParameters.testNet().equals(bitcoinController.getModel().getNetworkParameters())) {
return MULTIBIT_PREFIX + SEPARATOR + TESTNET_PREFIX;
- } else {
+ } else {*/
return MULTIBIT_PREFIX;
- }
+ //} //TODO DOGE: No testnet...
}
/**
@@ -564,7 +565,7 @@ public int createNewBlockStoreForReplay(Date dateToReplayFrom) throws IOExceptio
public Transaction sendCoins(WalletData perWalletModelData, SendRequest sendRequest,
CharSequence password) throws java.io.IOException, AddressFormatException, KeyCrypterException {
- // Ping the peers to check the bitcoin network connection
+ // Ping the peers to check the dogecoin network connection
List connectedPeers = peerGroup.getConnectedPeers();
boolean atLeastOnePingWorked = false;
if (connectedPeers != null) {
diff --git a/src/main/java/org/multibit/network/ReplayManager.java b/src/main/java/org/multibit/network/ReplayManager.java
index 88e36f6a3..53ff78b85 100644
--- a/src/main/java/org/multibit/network/ReplayManager.java
+++ b/src/main/java/org/multibit/network/ReplayManager.java
@@ -16,10 +16,10 @@
package org.multibit.network;
-import com.google.bitcoin.core.CheckpointManager;
-import com.google.bitcoin.core.PeerGroup;
-import com.google.bitcoin.core.StoredBlock;
-import com.google.bitcoin.store.BlockStoreException;
+import com.google.dogecoin.core.CheckpointManager;
+import com.google.dogecoin.core.PeerGroup;
+import com.google.dogecoin.core.StoredBlock;
+import com.google.dogecoin.store.BlockStoreException;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.message.Message;
import org.multibit.message.MessageManager;
diff --git a/src/main/java/org/multibit/network/ReplayManagerTimerTask.java b/src/main/java/org/multibit/network/ReplayManagerTimerTask.java
index 91e9d35c0..62bc36ccd 100644
--- a/src/main/java/org/multibit/network/ReplayManagerTimerTask.java
+++ b/src/main/java/org/multibit/network/ReplayManagerTimerTask.java
@@ -1,6 +1,6 @@
package org.multibit.network;
-import com.google.bitcoin.store.BlockStoreException;
+import com.google.dogecoin.store.BlockStoreException;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
import org.slf4j.Logger;
diff --git a/src/main/java/org/multibit/qrcode/QRCodeGenerator.java b/src/main/java/org/multibit/qrcode/QRCodeGenerator.java
index 6cb6f78d2..be6c4ac9b 100644
--- a/src/main/java/org/multibit/qrcode/QRCodeGenerator.java
+++ b/src/main/java/org/multibit/qrcode/QRCodeGenerator.java
@@ -39,10 +39,10 @@
import org.multibit.exchange.CurrencyConverterResult;
import org.multibit.model.bitcoin.BitcoinModel;
-import com.google.bitcoin.core.Address;
-import com.google.bitcoin.core.AddressFormatException;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.uri.BitcoinURI;
+import com.google.dogecoin.core.Address;
+import com.google.dogecoin.core.AddressFormatException;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.uri.BitcoinURI;
import com.google.zxing.WriterException;
import com.google.zxing.qrcode.decoder.ErrorCorrectionLevel;
import com.google.zxing.qrcode.encoder.ByteMatrix;
@@ -108,10 +108,10 @@ public BufferedImage generateQRcode(String address, String amount, String label,
}
this.bitcoinController.getModel().setActiveWalletPreference(BitcoinModel.SEND_PERFORM_PASTE_NOW, "false");
} catch (IllegalArgumentException e) {
- //log.warn("The address '" + address + "' could not be converted to a bitcoin address. (IAE)");
+ //log.warn("The address '" + address + "' could not be converted to a dogecoin address. (IAE)");
return null;
} catch (AddressFormatException e) {
- //log.warn("The address '" + address + "' could not be converted to a bitcoin address. (AFE)");
+ //log.warn("The address '" + address + "' could not be converted to a dogecoin address. (AFE)");
return null;
}
diff --git a/src/main/java/org/multibit/utils/Constants.java b/src/main/java/org/multibit/utils/Constants.java
new file mode 100644
index 000000000..f45dd710e
--- /dev/null
+++ b/src/main/java/org/multibit/utils/Constants.java
@@ -0,0 +1,9 @@
+package org.multibit.utils;
+
+import java.nio.charset.Charset;
+
+public class Constants
+{
+ public static final int HTTP_TIMEOUT_MS = 15 * 1000;
+ public static final Charset UTF_8 = Charset.forName("UTF-8");
+}
\ No newline at end of file
diff --git a/src/main/java/org/multibit/utils/ImageLoader.java b/src/main/java/org/multibit/utils/ImageLoader.java
index 1490331df..aebd79928 100644
--- a/src/main/java/org/multibit/utils/ImageLoader.java
+++ b/src/main/java/org/multibit/utils/ImageLoader.java
@@ -51,9 +51,9 @@ public final class ImageLoader {
public static final String MESSAGE_SIGN_ICON_FILE = "/images/messageSign.png";
public static final String MESSAGE_VERIFY_ICON_FILE = "/images/messageVerify.png";
public static final String MONEY_ICON_FILE = "/images/money.png";
- public static final String MULTIBIT_128_ICON_FILE = "/images/multibit128.png";
- public static final String MULTIBIT_ICON_FILE = "/images/multibit.png";
- public static final String MULTIBIT_SMALL_ICON_FILE = "/images/multibit-small.png";
+ public static final String MULTIBIT_128_ICON_FILE = "/images/multidoge128.png";
+ public static final String MULTIBIT_ICON_FILE = "/images/multidoge.png";
+ public static final String MULTIBIT_SMALL_ICON_FILE = "/images/multidoge-small.png";
public static final String OPEN_WALLET_ICON_FILE = "/images/openWallet.png";
public static final String PASTE_ICON_FILE = "/images/paste.png";
public static final String PREFERENCES_ICON_FILE = "/images/preferences.png";
diff --git a/src/main/java/org/multibit/utils/Io.java b/src/main/java/org/multibit/utils/Io.java
new file mode 100644
index 000000000..41f215a43
--- /dev/null
+++ b/src/main/java/org/multibit/utils/Io.java
@@ -0,0 +1,79 @@
+/*
+ * Copyright 2011-2014 the original author or authors.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
+package org.multibit.utils;
+
+import java.io.File;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.io.Reader;
+import java.lang.reflect.Method;
+
+import javax.annotation.Nonnull;
+
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+/**
+ * @author Andreas Schildbach
+ */
+public class Io
+{
+ private static final Logger log = LoggerFactory.getLogger(Io.class);
+
+ public static final long copy(@Nonnull final Reader reader, @Nonnull final StringBuilder builder) throws IOException
+ {
+ final char[] buffer = new char[256];
+ long count = 0;
+ int n = 0;
+ while (-1 != (n = reader.read(buffer)))
+ {
+ builder.append(buffer, 0, n);
+ count += n;
+ }
+ return count;
+ }
+
+ public static final long copy(@Nonnull final InputStream is, @Nonnull final OutputStream os) throws IOException
+ {
+ final byte[] buffer = new byte[1024];
+ long count = 0;
+ int n = 0;
+ while (-1 != (n = is.read(buffer)))
+ {
+ os.write(buffer, 0, n);
+ count += n;
+ }
+ return count;
+ }
+
+ @SuppressWarnings({ "rawtypes", "unchecked" })
+ public static void chmod(@Nonnull final File path, final int mode)
+ {
+ try
+ {
+ final Class fileUtils = Class.forName("android.os.FileUtils");
+ final Method setPermissions = fileUtils.getMethod("setPermissions", String.class, int.class, int.class, int.class);
+ setPermissions.invoke(null, path.getAbsolutePath(), mode, -1, -1);
+ }
+ catch (final Exception x)
+ {
+ log.info("problem using undocumented chmod api", x);
+ }
+ }
+}
diff --git a/src/main/java/org/multibit/viewsystem/ViewSystem.java b/src/main/java/org/multibit/viewsystem/ViewSystem.java
index ba7d4ee9b..63787e604 100644
--- a/src/main/java/org/multibit/viewsystem/ViewSystem.java
+++ b/src/main/java/org/multibit/viewsystem/ViewSystem.java
@@ -18,7 +18,7 @@
import org.multibit.model.bitcoin.WalletData;
import org.multibit.model.core.StatusEnum;
-import com.google.bitcoin.core.WalletEventListener;
+import com.google.dogecoin.core.WalletEventListener;
/**
* An interface describing a collection of views that are used to render the MultiBit application.
diff --git a/src/main/java/org/multibit/viewsystem/dataproviders/BitcoinFormDataProvider.java b/src/main/java/org/multibit/viewsystem/dataproviders/BitcoinFormDataProvider.java
index fe62c9f38..4725b8398 100644
--- a/src/main/java/org/multibit/viewsystem/dataproviders/BitcoinFormDataProvider.java
+++ b/src/main/java/org/multibit/viewsystem/dataproviders/BitcoinFormDataProvider.java
@@ -2,7 +2,7 @@
/**
- * DataProvider for send bitcoin and send bitcoin confirm action
+ * DataProvider for send dogecoin and send dogecoin confirm action
* @author jim
*
*/
diff --git a/src/main/java/org/multibit/viewsystem/dataproviders/PreferencesDataProvider.java b/src/main/java/org/multibit/viewsystem/dataproviders/PreferencesDataProvider.java
index f8814e993..4e6f5dbb2 100644
--- a/src/main/java/org/multibit/viewsystem/dataproviders/PreferencesDataProvider.java
+++ b/src/main/java/org/multibit/viewsystem/dataproviders/PreferencesDataProvider.java
@@ -133,8 +133,5 @@ public interface PreferencesDataProvider extends DataProvider {
boolean getPreviousShowBitcoinConvertedToFiat();
- String getNewOpenExchangeRatesApiCode();
-
-
- String getPreviousOpenExchangeRatesApiCode();
+ boolean getNewMinimizeToTray();
}
diff --git a/src/main/java/org/multibit/viewsystem/simple/SimpleViewSystem.java b/src/main/java/org/multibit/viewsystem/simple/SimpleViewSystem.java
index df4d15339..76e53a6ca 100644
--- a/src/main/java/org/multibit/viewsystem/simple/SimpleViewSystem.java
+++ b/src/main/java/org/multibit/viewsystem/simple/SimpleViewSystem.java
@@ -8,9 +8,9 @@
import org.multibit.viewsystem.DisplayHint;
import org.multibit.viewsystem.ViewSystem;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.Transaction;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.Transaction;
+import com.google.dogecoin.core.Wallet;
import org.multibit.viewsystem.View;
/**
diff --git a/src/main/java/org/multibit/viewsystem/swing/MultiBitFrame.java b/src/main/java/org/multibit/viewsystem/swing/MultiBitFrame.java
index 0b93c41fa..8d40ff657 100644
--- a/src/main/java/org/multibit/viewsystem/swing/MultiBitFrame.java
+++ b/src/main/java/org/multibit/viewsystem/swing/MultiBitFrame.java
@@ -15,12 +15,13 @@
*/
package org.multibit.viewsystem.swing;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.Sha256Hash;
-import com.google.bitcoin.core.Transaction;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.Sha256Hash;
+import com.google.dogecoin.core.Transaction;
+import com.google.dogecoin.core.Wallet;
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
import org.joda.money.Money;
+import org.multibit.ApplicationDataDirectoryLocator;
import org.multibit.Localiser;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
@@ -30,10 +31,12 @@
import org.multibit.exchange.CurrencyConverterListener;
import org.multibit.exchange.ExchangeRate;
import org.multibit.exchange.TickerTimerTask;
+import org.multibit.file.FileHandler;
import org.multibit.message.Message;
import org.multibit.message.MessageManager;
import org.multibit.model.bitcoin.WalletBusyListener;
import org.multibit.model.bitcoin.WalletData;
+import org.multibit.model.core.CoreModel;
import org.multibit.model.core.StatusEnum;
import org.multibit.model.exchange.ExchangeModel;
import org.multibit.network.ReplayManager;
@@ -67,6 +70,7 @@
import java.awt.event.*;
import java.math.BigInteger;
import java.util.List;
+import java.util.Properties;
import java.util.Timer;
@@ -209,6 +213,13 @@ public void performQuit() {
private static FireDataChangedTimerTask fireDataChangedTimerTask;
+ private TrayIcon trayIcon;
+ private SystemTray tray;
+ private int stateBeforeMinimize;
+ public boolean allowMinimizeToTray;
+
+ private Properties userPreferences;
+
@SuppressWarnings("deprecation")
public MultiBitFrame(CoreController coreController, BitcoinController bitcoinController, ExchangeController exchangeController, GenericApplication application, View initialView) {
this.coreController = coreController;
@@ -255,7 +266,13 @@ public void windowClosing(WindowEvent arg0) {
applyComponentOrientation(ComponentOrientation.getOrientation(controller.getLocaliser().getLocale()));
- sizeAndCenter();
+ ApplicationDataDirectoryLocator applicationDataDirectoryLocator = new ApplicationDataDirectoryLocator();
+ userPreferences = bitcoinController.getModel().getAllUserPreferences();
+
+ if (SystemTray.isSupported())
+ setupTray();
+
+ boolean wasInTray = sizeAndCenter();
viewFactory = new ViewFactory(this.bitcoinController, this.exchangeController, this);
@@ -300,7 +317,8 @@ public void windowClosing(WindowEvent arg0) {
pack();
- setVisible(true);
+ if (!wasInTray)
+ setVisible(true);
fireDataChangedTimerTask = new FireDataChangedTimerTask(this);
fireDataChangedTimer = new Timer();
@@ -311,18 +329,120 @@ public GenericApplication getApplication() {
return application;
}
- private void sizeAndCenter() {
+ private void setupTray() {
+ allowMinimizeToTray = Boolean.TRUE.toString().equals(userPreferences.getProperty(CoreModel.MINIMIZE_TO_TRAY, "false"));
+
+ Image trayIconIcon = new ImageIcon(this.getClass().getResource("/images/multidoge64.png")).getImage();
+ trayIcon = new TrayIcon(trayIconIcon, "MultiDoge");
+ trayIcon.setImageAutoSize(true);
+ trayIcon.addMouseListener(new MouseListener() {
+ @Override
+ public void mouseClicked(MouseEvent e) {
+ if (e.getClickCount() == 1)
+ {
+ setTray(false);
+ setState(stateBeforeMinimize);
+ }
+ }
+ @Override
+ public void mousePressed(MouseEvent e) {}
+ @Override
+ public void mouseReleased(MouseEvent e) {}
+ @Override
+ public void mouseEntered(MouseEvent e) {}
+ @Override
+ public void mouseExited(MouseEvent e) {}
+ });
+
+ tray = SystemTray.getSystemTray();
+
+ addWindowListener(new WindowListener() {
+ @Override
+ public void windowIconified(WindowEvent e) {
+ stateBeforeMinimize = e.getOldState();
+ setTray(true);
+ }
+ @Override
+ public void windowDeiconified(WindowEvent e) {}
+ @Override
+ public void windowOpened(WindowEvent e) {}
+ @Override
+ public void windowClosing(WindowEvent e) {}
+ @Override
+ public void windowClosed(WindowEvent e) {}
+ @Override
+ public void windowActivated(WindowEvent e) {}
+ @Override
+ public void windowDeactivated(WindowEvent e) {}
+ });
+ }
+
+ public boolean isInTray() {
+ if (tray == null)
+ return false;
+ return tray.getTrayIcons().length > 0;
+ }
+
+ private void setTray(boolean isTray) {
+ if (isTray) {
+ if (allowMinimizeToTray)
+ try {
+ tray.add(trayIcon);
+ setVisible(false);
+ } catch (AWTException e1) {
+ log.debug("Couldn't add tray icon");
+ }
+ } else {
+ tray.remove(trayIcon);
+ setVisible(true);
+ }
+
+ // Save window states for next start.
+ userPreferences.setProperty(CoreModel.PREVIOUS_WINDOW_TRAY, String.valueOf(isTray));
+ userPreferences.setProperty(CoreModel.PREVIOUS_WINDOW_MAX, String.valueOf(getExtendedState()));
+ FileHandler.writeUserPreferences(bitcoinController);
+ }
+
+ private boolean sizeAndCenter() {
// Get the screen size as a java dimension.
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
int height = (int) (screenSize.height * PROPORTION_OF_VERTICAL_SCREEN_TO_FILL);
int width = (int) (screenSize.width * PROPORTION_OF_HORIZONTAL_SCREEN_TO_FILL);
-
- // Set the jframe height and width.
- setPreferredSize(new Dimension(width, height));
double startVerticalPositionRatio = (1 - PROPORTION_OF_VERTICAL_SCREEN_TO_FILL) / 2;
double startHorizontalPositionRatio = (1 - PROPORTION_OF_HORIZONTAL_SCREEN_TO_FILL) / 2;
- setLocation((int) (width * startHorizontalPositionRatio), (int) (height * startVerticalPositionRatio));
+ int x = (int) (width * startHorizontalPositionRatio);
+ int y = (int) (height * startVerticalPositionRatio);
+
+ // Try loading the previous window state from the user preferences
+ int savedWidth = Integer.parseInt(userPreferences.getProperty(CoreModel.PREVIOUS_WINDOW_SIZE_W, String.valueOf(width)));
+ int savedHeight = Integer.parseInt(userPreferences.getProperty(CoreModel.PREVIOUS_WINDOW_SIZE_H, String.valueOf(height)));
+ int savedX = Integer.parseInt(userPreferences.getProperty(CoreModel.PREVIOUS_WINDOW_POS_X, String.valueOf(x)));
+ int savedY = Integer.parseInt(userPreferences.getProperty(CoreModel.PREVIOUS_WINDOW_POS_Y, String.valueOf(y)));
+ int previousState = Integer.parseInt(userPreferences.getProperty(CoreModel.PREVIOUS_WINDOW_MAX, "0"));
+ boolean previousTray = Boolean.TRUE.toString().equals(userPreferences.getProperty(CoreModel.PREVIOUS_WINDOW_TRAY, "false"));
+
+ if ((previousState & Frame.MAXIMIZED_BOTH) != 0)
+ {
+ setExtendedState(Frame.MAXIMIZED_BOTH);
+ } else {
+ // Set the jframe height and width.
+ setPreferredSize(new Dimension(savedWidth, savedHeight));
+ setLocation(savedX, savedY);
+ if ((previousState & Frame.ICONIFIED) != 0) {
+ setExtendedState(Frame.ICONIFIED);
+ if (previousTray && tray != null && trayIcon != null)
+ {
+ try {
+ tray.add(trayIcon);
+ setVisible(false);
+ } catch (AWTException e) {
+ log.debug("Couldn't add to tray after startup.");
+ }
+ }
+ }
+ }
+ return previousTray;
}
private void initUI(View initialView) {
@@ -374,14 +494,14 @@ private void initUI(View initialView) {
viewTabbedPane = new MultiBitTabbedPane(controller);
viewTabbedPane.setBackground(ColorAndFontConstants.VERY_LIGHT_BACKGROUND_COLOR);
- // Add the send bitcoin tab.
+ // Add the send dogecoin tab.
JPanel sendBitcoinOutlinePanel = new JPanel(new BorderLayout());
Viewable sendBitcoinView = viewFactory.getView(View.SEND_BITCOIN_VIEW);
sendBitcoinOutlinePanel.add((JPanel) sendBitcoinView, BorderLayout.CENTER);
viewTabbedPane.addTab(sendBitcoinView.getViewTitle(), sendBitcoinView.getViewIcon(), sendBitcoinView.getViewTooltip(),
sendBitcoinOutlinePanel);
- // Add the receive bitcoin tab.
+ // Add the receive dogecoin tab.
JPanel receiveBitcoinOutlinePanel = new JPanel(new BorderLayout());
Viewable receiveBitcoinView = viewFactory.getView(View.RECEIVE_BITCOIN_VIEW);
receiveBitcoinOutlinePanel.add((JPanel) receiveBitcoinView, BorderLayout.CENTER);
@@ -912,7 +1032,7 @@ public void actionPerformed(ActionEvent e) {
menuItem.setComponentOrientation(componentOrientation);
viewMenu.add(menuItem);
- // Send bitcoin action.
+ // Send dogecoin action.
MultiBitAction sendBitcoinAction = new MultiBitAction(controller, ImageLoader.SEND_BITCOIN_ICON_FILE,
"sendBitcoinAction.text", "sendBitcoinAction.tooltip", "sendBitcoinAction.mnemonic", View.SEND_BITCOIN_VIEW);
sendBitcoinAction.putValue(Action.SHORT_DESCRIPTION, HelpContentsPanel.createTooltipTextForMenuItem(controller.getLocaliser().getString("sendBitcoinAction.tooltip")));
diff --git a/src/main/java/org/multibit/viewsystem/swing/StatusBar.java b/src/main/java/org/multibit/viewsystem/swing/StatusBar.java
index 3d22636a1..bff5da321 100644
--- a/src/main/java/org/multibit/viewsystem/swing/StatusBar.java
+++ b/src/main/java/org/multibit/viewsystem/swing/StatusBar.java
@@ -33,7 +33,7 @@
* limitations under the License.
*/
-import com.google.bitcoin.core.Block;
+import com.google.dogecoin.core.Block;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.message.Message;
diff --git a/src/main/java/org/multibit/viewsystem/swing/WalletTableModel.java b/src/main/java/org/multibit/viewsystem/swing/WalletTableModel.java
index 40384d60b..84ccc890e 100644
--- a/src/main/java/org/multibit/viewsystem/swing/WalletTableModel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/WalletTableModel.java
@@ -15,12 +15,6 @@
*/
package org.multibit.viewsystem.swing;
-import java.math.BigInteger;
-import java.util.ArrayList;
-import java.util.Date;
-
-import javax.swing.table.AbstractTableModel;
-
import org.joda.money.Money;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
@@ -30,6 +24,11 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
+import javax.swing.table.AbstractTableModel;
+import java.math.BigInteger;
+import java.util.ArrayList;
+import java.util.Date;
+
public class WalletTableModel extends AbstractTableModel {
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/AddPasswordSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/AddPasswordSubmitAction.java
index 97420d4cc..860206097 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/AddPasswordSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/AddPasswordSubmitAction.java
@@ -40,10 +40,10 @@
import org.slf4j.LoggerFactory;
import org.spongycastle.util.Arrays;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterException;
-import com.google.bitcoin.crypto.KeyCrypterScrypt;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterException;
+import com.google.dogecoin.crypto.KeyCrypterScrypt;
import com.google.protobuf.ByteString;
/**
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/ChangePasswordSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/ChangePasswordSubmitAction.java
index 18bedbb5f..eb7adf7e8 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/ChangePasswordSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/ChangePasswordSubmitAction.java
@@ -35,9 +35,9 @@
import org.slf4j.LoggerFactory;
import org.spongycastle.util.Arrays;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterException;
/**
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/CreateNewReceivingAddressSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/CreateNewReceivingAddressSubmitAction.java
index 9e279567a..20f46feb4 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/CreateNewReceivingAddressSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/CreateNewReceivingAddressSubmitAction.java
@@ -15,9 +15,9 @@
*/
package org.multibit.viewsystem.swing.action;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterException;
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.file.BackupManager;
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/CreateWalletSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/CreateWalletSubmitAction.java
index 3fb11a452..8b829e265 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/CreateWalletSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/CreateWalletSubmitAction.java
@@ -49,8 +49,8 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.Wallet;
/**
* This {@link Action} creates a new wallet.
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/ExitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/ExitAction.java
index acdf1df01..2604b77b3 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/ExitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/ExitAction.java
@@ -15,8 +15,8 @@
*/
package org.multibit.viewsystem.swing.action;
-import com.google.bitcoin.store.BlockStore;
-import com.google.bitcoin.store.BlockStoreException;
+import com.google.dogecoin.store.BlockStore;
+import com.google.dogecoin.store.BlockStoreException;
import org.multibit.ApplicationInstanceManager;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
@@ -27,6 +27,7 @@
import org.multibit.message.Message;
import org.multibit.message.MessageManager;
import org.multibit.model.bitcoin.WalletData;
+import org.multibit.model.core.CoreModel;
import org.multibit.store.WalletVersionException;
import org.multibit.viewsystem.swing.HealthCheckTimerTask;
import org.multibit.viewsystem.swing.MultiBitFrame;
@@ -135,6 +136,16 @@ public void run() {
}
}
+ if (bitcoinController != null && mainFrame != null) {
+ // Save the current window state so we can restore it on next start
+ bitcoinController.getModel().setUserPreference(CoreModel.PREVIOUS_WINDOW_SIZE_H, String.valueOf(mainFrame.getHeight()));
+ bitcoinController.getModel().setUserPreference(CoreModel.PREVIOUS_WINDOW_SIZE_W, String.valueOf(mainFrame.getWidth()));
+ bitcoinController.getModel().setUserPreference(CoreModel.PREVIOUS_WINDOW_POS_X, String.valueOf(mainFrame.getX()));
+ bitcoinController.getModel().setUserPreference(CoreModel.PREVIOUS_WINDOW_POS_Y, String.valueOf(mainFrame.getY()));
+ bitcoinController.getModel().setUserPreference(CoreModel.PREVIOUS_WINDOW_MAX, String.valueOf(mainFrame.getExtendedState()));
+ bitcoinController.getModel().setUserPreference(CoreModel.PREVIOUS_WINDOW_TRAY, String.valueOf(mainFrame.isInTray()));
+ }
+
if (bitcoinController != null) {
// Save all the wallets and put their filenames in the user preferences.
List perWalletModelDataList = bitcoinController.getModel().getPerWalletModelDataList();
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/ExportPrivateKeysSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/ExportPrivateKeysSubmitAction.java
index 46b17f6b7..c4a1e3d2a 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/ExportPrivateKeysSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/ExportPrivateKeysSubmitAction.java
@@ -40,8 +40,8 @@
import org.slf4j.LoggerFactory;
import org.spongycastle.util.Arrays;
-import com.google.bitcoin.core.MultiBitBlockChain;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.MultiBitBlockChain;
+import com.google.dogecoin.crypto.KeyCrypterException;
/**
* This {@link Action} exports the active wallets private keys.
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/ImportPrivateKeysSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/ImportPrivateKeysSubmitAction.java
index efbf368ee..a28995307 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/ImportPrivateKeysSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/ImportPrivateKeysSubmitAction.java
@@ -54,11 +54,11 @@
import org.slf4j.LoggerFactory;
import org.spongycastle.crypto.params.KeyParameter;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterException;
import com.piuk.blockchain.MyWallet;
/**
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/MoreOrLessAction.java b/src/main/java/org/multibit/viewsystem/swing/action/MoreOrLessAction.java
index 9707757db..6c93dae26 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/MoreOrLessAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/MoreOrLessAction.java
@@ -26,7 +26,7 @@
/**
* This {@link Action} represents the action to toggle the more or less button
- * on the send/ receive bitcoin panels.
+ * on the send/ receive dogecoin panels.
*/
public class MoreOrLessAction extends AbstractAction {
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/OpenWalletAction.java b/src/main/java/org/multibit/viewsystem/swing/action/OpenWalletAction.java
index efba81f01..0a7462d4c 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/OpenWalletAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/OpenWalletAction.java
@@ -15,11 +15,11 @@
*/
package org.multibit.viewsystem.swing.action;
-import com.google.bitcoin.core.StoredBlock;
-import com.google.bitcoin.core.Transaction;
-import com.google.bitcoin.core.TransactionConfidence;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.StoredBlock;
+import com.google.dogecoin.core.Transaction;
+import com.google.dogecoin.core.TransactionConfidence;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.crypto.KeyCrypterException;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.file.BackupManager;
@@ -112,6 +112,7 @@ public void actionPerformed(ActionEvent e) {
}
fileChooser.setFileSelectionMode(JFileChooser.FILES_ONLY);
fileChooser.setFileFilter(new WalletFileFilter(controller));
+ fileChooser.setAcceptAllFileFilterUsed(false);
}
fileChooser.setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/PasteAddressAction.java b/src/main/java/org/multibit/viewsystem/swing/action/PasteAddressAction.java
index c47011b49..557f9a281 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/PasteAddressAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/PasteAddressAction.java
@@ -77,7 +77,7 @@ public void actionPerformed(ActionEvent e) {
String stringToPaste = textTransfer.getClipboardContents();
stringToPaste = WhitespaceTrimmer.trim(stringToPaste);
- // TODO parse string - if bitcoin URI then fill out other fields
+ // TODO parse string - if dogecoin URI then fill out other fields
String label = sendBitcoinPanel.getLabelTextArea().getText();
WalletAddressBookData addressBookData = new WalletAddressBookData(label, stringToPaste);
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/RemovePasswordSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/RemovePasswordSubmitAction.java
index a112e7b38..c75c4793b 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/RemovePasswordSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/RemovePasswordSubmitAction.java
@@ -36,8 +36,8 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.crypto.KeyCrypterException;
/**
* This {@link Action} action removes the encryption of private keys in a wallet.
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/ResetTransactionsSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/ResetTransactionsSubmitAction.java
index aa2350471..cd4453abf 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/ResetTransactionsSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/ResetTransactionsSubmitAction.java
@@ -15,7 +15,7 @@
*/
package org.multibit.viewsystem.swing.action;
-import com.google.bitcoin.core.Transaction;
+import com.google.dogecoin.core.Transaction;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.file.WalletSaveException;
import org.multibit.message.Message;
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/SendBitcoinConfirmAction.java b/src/main/java/org/multibit/viewsystem/swing/action/SendBitcoinConfirmAction.java
index 558de0f50..6b593fad3 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/SendBitcoinConfirmAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/SendBitcoinConfirmAction.java
@@ -15,12 +15,12 @@
*/
package org.multibit.viewsystem.swing.action;
-import com.google.bitcoin.core.Address;
-import com.google.bitcoin.core.AddressFormatException;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.core.Wallet.SendRequest;
-import com.google.bitcoin.core.WrongNetworkException;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.Address;
+import com.google.dogecoin.core.AddressFormatException;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.core.Wallet.SendRequest;
+import com.google.dogecoin.core.WrongNetworkException;
+import com.google.dogecoin.crypto.KeyCrypterException;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.message.Message;
import org.multibit.message.MessageManager;
@@ -38,7 +38,7 @@
import java.math.BigInteger;
/**
- * This {@link Action} shows the send bitcoin confirm dialog or validation dialog on an attempted spend.
+ * This {@link Action} shows the send dogecoin confirm dialog or validation dialog on an attempted spend.
*/
public class SendBitcoinConfirmAction extends MultiBitSubmitAction {
@@ -61,7 +61,7 @@ public SendBitcoinConfirmAction(BitcoinController bitcoinController, MultiBitFra
}
/**
- * Complete the transaction to work out the fee) and then show the send bitcoin confirm dialog.
+ * Complete the transaction to work out the fee) and then show the send dogecoin confirm dialog.
*/
@Override
public void actionPerformed(ActionEvent e) {
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/SendBitcoinNowAction.java b/src/main/java/org/multibit/viewsystem/swing/action/SendBitcoinNowAction.java
index 3ceaca0d4..816ad00ed 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/SendBitcoinNowAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/SendBitcoinNowAction.java
@@ -15,10 +15,10 @@
*/
package org.multibit.viewsystem.swing.action;
-import com.google.bitcoin.core.AddressFormatException;
-import com.google.bitcoin.core.Transaction;
-import com.google.bitcoin.core.Wallet.SendRequest;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.AddressFormatException;
+import com.google.dogecoin.core.Transaction;
+import com.google.dogecoin.core.Wallet.SendRequest;
+import com.google.dogecoin.crypto.KeyCrypterException;
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
@@ -37,7 +37,7 @@
import java.nio.CharBuffer;
/**
- * This {@link Action} actually spends bitcoin.
+ * This {@link Action} actually spends dogecoin.
*/
public class SendBitcoinNowAction extends AbstractAction implements WalletBusyListener {
@@ -93,7 +93,7 @@ public SendBitcoinNowAction(MultiBitFrame mainFrame, BitcoinController bitcoinCo
}
/**
- * Actually send the bitcoin.
+ * Actually send the dogecoin.
*/
@Override
public void actionPerformed(ActionEvent event) {
@@ -214,7 +214,7 @@ private void performSend(WalletData perWalletModelData, SendRequest sendRequest,
log.error(e.getMessage(), e);
message = controller.getLocaliser().getString("sendBitcoinNowAction.pingFailure");
} catch (Exception e) {
- // Really trying to catch anything that goes wrong with the send bitcoin.
+ // Really trying to catch anything that goes wrong with the send dogecoin.
log.error(e.getMessage(), e);
message = e.getMessage();
} finally {
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/ShowPreferencesSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/ShowPreferencesSubmitAction.java
index 2e0511bee..5e6793478 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/ShowPreferencesSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/ShowPreferencesSubmitAction.java
@@ -228,6 +228,11 @@ public void actionPerformed(ActionEvent event) {
lookAndFeelHasChanged = true;
}
+ //Minimze to tray
+ boolean newMinimizeToTray = dataProvider.getNewMinimizeToTray();
+ controller.getModel().setUserPreference(CoreModel.MINIMIZE_TO_TRAY, Boolean.valueOf(newMinimizeToTray).toString());
+ mainFrame.allowMinimizeToTray = Boolean.valueOf(newMinimizeToTray);
+
// Currency ticker.
boolean showTicker = dataProvider.getNewShowTicker();
boolean showBitcoinConvertedToFiat = dataProvider.getNewShowBitcoinConvertedToFiat();
@@ -306,15 +311,8 @@ public void actionPerformed(ActionEvent event) {
String newCurrency1 = dataProvider.getNewCurrency1();
if (newCurrency1 != null && !newCurrency1.equals(previousCurrency1)) {
controller.getModel().setUserPreference(ExchangeModel.TICKER_FIRST_ROW_CURRENCY, newCurrency1);
- String newCurrencyCode = newCurrency1;
- if (ExchangeData.BITCOIN_CHARTS_EXCHANGE_NAME.equals(newExchange1)) {
- // Use only the last three characters - the currency code.
- if (newCurrency1.length() >= 3) {
- newCurrencyCode = newCurrency1.substring(newCurrency1.length() - 3);
- }
- }
try {
- CurrencyConverter.INSTANCE.setCurrencyUnit(CurrencyUnit.of(newCurrencyCode));
+ CurrencyConverter.INSTANCE.setCurrencyUnit(CurrencyUnit.of(newCurrency1));
} catch ( org.joda.money.IllegalCurrencyException e) {
e.printStackTrace();
}
@@ -349,15 +347,6 @@ public void actionPerformed(ActionEvent event) {
wantToFireDataStructureChanged = true;
restartTickerTimer = true;
}
-
- String previousOerApicode = dataProvider.getPreviousOpenExchangeRatesApiCode();
- String newOerApiCode = dataProvider.getNewOpenExchangeRatesApiCode();
- if (newOerApiCode != null && !newOerApiCode.equals(previousOerApicode)) {
- wantToFireDataStructureChanged = true;
- restartTickerTimer = true;
-
- controller.getModel().setUserPreference(ExchangeModel.OPEN_EXCHANGE_RATES_API_CODE, newOerApiCode);
- }
// Can undo.
controller.getModel().setUserPreference(CoreModel.CAN_UNDO_PREFERENCES_CHANGES, "true");
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/SignMessageSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/SignMessageSubmitAction.java
index 77b500fb9..b3684dcb3 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/SignMessageSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/SignMessageSubmitAction.java
@@ -15,8 +15,8 @@
*/
package org.multibit.viewsystem.swing.action;
-import com.google.bitcoin.core.*;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.*;
+import com.google.dogecoin.crypto.KeyCrypterException;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.model.bitcoin.WalletBusyListener;
import org.multibit.utils.WhitespaceTrimmer;
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/Validator.java b/src/main/java/org/multibit/viewsystem/swing/action/Validator.java
index bd3f4ab14..56e61fafc 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/Validator.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/Validator.java
@@ -15,10 +15,10 @@
*/
package org.multibit.viewsystem.swing.action;
-import com.google.bitcoin.core.Address;
-import com.google.bitcoin.core.AddressFormatException;
-import com.google.bitcoin.core.Transaction;
-import com.google.bitcoin.core.Wallet.BalanceType;
+import com.google.dogecoin.core.Address;
+import com.google.dogecoin.core.AddressFormatException;
+import com.google.dogecoin.core.Transaction;
+import com.google.dogecoin.core.Wallet.BalanceType;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.exchange.CurrencyConverter;
diff --git a/src/main/java/org/multibit/viewsystem/swing/action/VerifyMessageSubmitAction.java b/src/main/java/org/multibit/viewsystem/swing/action/VerifyMessageSubmitAction.java
index 49cd75481..d880f1567 100644
--- a/src/main/java/org/multibit/viewsystem/swing/action/VerifyMessageSubmitAction.java
+++ b/src/main/java/org/multibit/viewsystem/swing/action/VerifyMessageSubmitAction.java
@@ -15,10 +15,10 @@
*/
package org.multibit.viewsystem.swing.action;
-import com.google.bitcoin.core.Address;
-import com.google.bitcoin.core.AddressFormatException;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.WrongNetworkException;
+import com.google.dogecoin.core.Address;
+import com.google.dogecoin.core.AddressFormatException;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.WrongNetworkException;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.model.bitcoin.WalletBusyListener;
import org.multibit.utils.WhitespaceTrimmer;
diff --git a/src/main/java/org/multibit/viewsystem/swing/browser/ActivatedHyperlinkListener.java b/src/main/java/org/multibit/viewsystem/swing/browser/ActivatedHyperlinkListener.java
index 3cb5027bc..6ae6e4b28 100644
--- a/src/main/java/org/multibit/viewsystem/swing/browser/ActivatedHyperlinkListener.java
+++ b/src/main/java/org/multibit/viewsystem/swing/browser/ActivatedHyperlinkListener.java
@@ -28,9 +28,9 @@
public class ActivatedHyperlinkListener implements HyperlinkListener {
- private static final String MULTIBIT_HOST_NAME = "www.multibit.org";
- private static final String MULTIBIT_HOST_NAME2 = "test.multibit.org";
- private static final String MULTIBIT_HOST_NAME3 = "188.138.113.201";
+ private static final String MULTIBIT_HOST_NAME = "www.multidoge.org";
+ private static final String MULTIBIT_HOST_NAME2 = "multidoge.org";
+ private static final String MULTIBIT_HOST_NAME3 = "185.31.17.133";
private static final String MULTIBIT_HOST_NAME4 = "localhost";
private static final String HTTP_PROTOCOL = "http";
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/dialogs/SendBitcoinConfirmDialog.java b/src/main/java/org/multibit/viewsystem/swing/view/dialogs/SendBitcoinConfirmDialog.java
index 86eaa01d8..47ccddf30 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/dialogs/SendBitcoinConfirmDialog.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/dialogs/SendBitcoinConfirmDialog.java
@@ -30,10 +30,10 @@
import org.multibit.viewsystem.swing.view.components.FontSizer;
import org.multibit.viewsystem.swing.view.components.MultiBitDialog;
-import com.google.bitcoin.core.Wallet.SendRequest;
+import com.google.dogecoin.core.Wallet.SendRequest;
/**
- * The send bitcoin confirm dialog.
+ * The send dogecoin confirm dialog.
*/
public class SendBitcoinConfirmDialog extends MultiBitDialog {
@@ -72,7 +72,7 @@ public SendBitcoinConfirmDialog(BitcoinController bitcoinController, MultiBitFra
}
/**
- * Initialise bitcoin confirm dialog.
+ * Initialise dogecoin confirm dialog.
*/
public void initUI() {
FontMetrics fontMetrics = getFontMetrics(FontSizer.INSTANCE.getAdjustedDefaultFont());
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/dialogs/TransactionDetailsDialog.java b/src/main/java/org/multibit/viewsystem/swing/view/dialogs/TransactionDetailsDialog.java
index f8c9936da..2889fa774 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/dialogs/TransactionDetailsDialog.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/dialogs/TransactionDetailsDialog.java
@@ -15,7 +15,7 @@
*/
package org.multibit.viewsystem.swing.view.dialogs;
-import com.google.bitcoin.core.*;
+import com.google.dogecoin.core.*;
import org.multibit.MultiBit;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
@@ -52,9 +52,9 @@
*/
public class TransactionDetailsDialog extends MultiBitDialog {
- private static final String BLOCKCHAIN_INFO_PREFIX = "http://blockchain.info/tx-index/";
+ private static final String BLOCKCHAIN_INFO_PREFIX = "http://dogechain.info/tx/";
- private static final String BLOCKEXPLORER_TRANSACTION_PREFIX = "http://blockexplorer.com/tx/";
+ private static final String BLOCKEXPLORER_TRANSACTION_PREFIX = "http://dogechain.info/tx/";
private static final long serialVersionUID = 191435612345057705L;
@@ -436,7 +436,7 @@ public void initUI() {
if (isBrowserSupported()) {
- MultiBitButton openInBlockExplorerButton = new MultiBitButton(controller.getLocaliser().getString("transactionDetailsDialog.viewAtBlockExplorer"));
+/* MultiBitButton openInBlockExplorerButton = new MultiBitButton(controller.getLocaliser().getString("transactionDetailsDialog.viewAtBlockExplorer"));
openInBlockExplorerButton.addActionListener(new ActionListener() {
@Override
@@ -448,7 +448,7 @@ public void actionPerformed(ActionEvent arg0) {
log.debug(e.getMessage());
}
- }});
+ }});*/
constraints.fill = GridBagConstraints.NONE;
constraints.gridx = 2;
@@ -458,7 +458,7 @@ public void actionPerformed(ActionEvent arg0) {
constraints.gridwidth = 1;
constraints.gridheight = 1;
constraints.anchor = GridBagConstraints.LINE_END;
- detailPanel.add(openInBlockExplorerButton, constraints);
+ //detailPanel.add(openInBlockExplorerButton, constraints);
MultiBitButton openInBlockChainInfoButton = new MultiBitButton(controller.getLocaliser().getString("transactionDetailsDialog.viewAtBlockChainInfo"));
openInBlockChainInfoButton.addActionListener(new ActionListener() {
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/dialogs/ValidationErrorDialog.java b/src/main/java/org/multibit/viewsystem/swing/view/dialogs/ValidationErrorDialog.java
index 4b0909d68..4b9251ed5 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/dialogs/ValidationErrorDialog.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/dialogs/ValidationErrorDialog.java
@@ -17,9 +17,9 @@
-import com.google.bitcoin.core.Transaction;
-import com.google.bitcoin.core.Wallet.BalanceType;
-import com.google.bitcoin.core.Wallet.SendRequest;
+import com.google.dogecoin.core.Transaction;
+import com.google.dogecoin.core.Wallet.BalanceType;
+import com.google.dogecoin.core.Wallet.SendRequest;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.exchange.CurrencyConverter;
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/panels/AbstractTradePanel.java b/src/main/java/org/multibit/viewsystem/swing/view/panels/AbstractTradePanel.java
index 20a5d1cb9..494f01a51 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/panels/AbstractTradePanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/panels/AbstractTradePanel.java
@@ -15,9 +15,9 @@
*/
package org.multibit.viewsystem.swing.view.panels;
-import com.google.bitcoin.core.Address;
-import com.google.bitcoin.uri.BitcoinURI;
-import com.google.bitcoin.uri.BitcoinURIParseException;
+import com.google.dogecoin.core.Address;
+import com.google.dogecoin.uri.BitcoinURI;
+import com.google.dogecoin.uri.BitcoinURIParseException;
import org.joda.money.Money;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
@@ -213,7 +213,7 @@ public AbstractTradePanel(MultiBitFrame mainFrame, BitcoinController bitcoinCont
}
/**
- * is it the receive bitcoin panel (return true) or the send bitcoin panel
+ * is it the receive dogecoin panel (return true) or the send dogecoin panel
* (return false)
*/
protected abstract boolean isReceiveBitcoin();
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/panels/ChartsPanel.java b/src/main/java/org/multibit/viewsystem/swing/view/panels/ChartsPanel.java
index 02739ffe0..f05894496 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/panels/ChartsPanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/panels/ChartsPanel.java
@@ -16,7 +16,7 @@
package org.multibit.viewsystem.swing.view.panels;
-import com.google.bitcoin.core.Transaction;
+import com.google.dogecoin.core.Transaction;
import com.xeiam.xchart.*;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
@@ -354,7 +354,7 @@ public int compare(Transaction t1, Transaction t2) {
// Add in the balance at the end of the time window.
chartData.add(new ChartData(new Date(DateUtils.nowUtc().getMillis()), balance));
// log.debug("Last transaction date = " + previousDate + ", chart balance = " + balance + ", wallet balance = " + controller.getModel().getActiveWallet().getBalance());
- } catch (com.google.bitcoin.core.ScriptException e1) {
+ } catch (com.google.dogecoin.core.ScriptException e1) {
e1.printStackTrace();
}
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/panels/HelpAboutPanel.java b/src/main/java/org/multibit/viewsystem/swing/view/panels/HelpAboutPanel.java
index 7202c11b4..9279af114 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/panels/HelpAboutPanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/panels/HelpAboutPanel.java
@@ -39,7 +39,7 @@
public class HelpAboutPanel extends JPanel implements Viewable {
private static final long serialVersionUID = 191352212345057705L;
- private static final String MULTIBIT_URL = "https://multibit.org";
+ private static final String MULTIBIT_URL = "https://multidoge.org";
private Controller controller;
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/panels/HelpContentsPanel.java b/src/main/java/org/multibit/viewsystem/swing/view/panels/HelpContentsPanel.java
index 130804e7f..96efb8753 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/panels/HelpContentsPanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/panels/HelpContentsPanel.java
@@ -41,7 +41,7 @@ public class HelpContentsPanel extends JPanel implements Viewable {
//public static final String HELP_BASE_URL = "http://www.multibit.org/";
// Version 0.5.x - live
- public static final String HELP_BASE_URL = "http://www.multibit.org/v0.5/";
+ public static final String HELP_BASE_URL = "http://multidoge.org/help/v0.1/";
// Version 0.4.x - test
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/panels/ImportPrivateKeysPanel.java b/src/main/java/org/multibit/viewsystem/swing/view/panels/ImportPrivateKeysPanel.java
index 902b7160e..69923a049 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/panels/ImportPrivateKeysPanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/panels/ImportPrivateKeysPanel.java
@@ -73,7 +73,7 @@
import org.multibit.viewsystem.swing.view.components.MultiBitLabel;
import org.multibit.viewsystem.swing.view.components.MultiBitTitledPanel;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.crypto.KeyCrypterException;
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
@@ -861,8 +861,8 @@ private void chooseFile(MultiBitButton callingButton) {
fileChooser.setFileSelectionMode(JFileChooser.FILES_ONLY);
fileChooser.addChoosableFileFilter(multiBitFileChooser);
- fileChooser.addChoosableFileFilter(myWalletPlainFileChooser);
- fileChooser.addChoosableFileFilter(myWalletEncryptedFileChooser);
+// fileChooser.addChoosableFileFilter(myWalletPlainFileChooser);
+// fileChooser.addChoosableFileFilter(myWalletEncryptedFileChooser);
fileChooser.setAcceptAllFileFilterUsed(false);
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/panels/ReceiveBitcoinPanel.java b/src/main/java/org/multibit/viewsystem/swing/view/panels/ReceiveBitcoinPanel.java
index 132883d6d..6a25a08d4 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/panels/ReceiveBitcoinPanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/panels/ReceiveBitcoinPanel.java
@@ -466,6 +466,6 @@ public CreateNewReceivingAddressAction getCreateNewReceivingAddressAction() {
@Override
public void checkDeleteSendingEnabled() {
- // Not used on receive bitcoin panel.
+ // Not used on receive dogecoin panel.
}
}
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/panels/SendBitcoinConfirmPanel.java b/src/main/java/org/multibit/viewsystem/swing/view/panels/SendBitcoinConfirmPanel.java
index 6e96ff136..8b7f01c3f 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/panels/SendBitcoinConfirmPanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/panels/SendBitcoinConfirmPanel.java
@@ -15,10 +15,10 @@
*/
package org.multibit.viewsystem.swing.view.panels;
-import com.google.bitcoin.core.Sha256Hash;
-import com.google.bitcoin.core.Transaction;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.core.Wallet.SendRequest;
+import com.google.dogecoin.core.Sha256Hash;
+import com.google.dogecoin.core.Transaction;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.core.Wallet.SendRequest;
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
import org.multibit.MultiBit;
import org.multibit.controller.Controller;
@@ -43,7 +43,7 @@
import java.awt.*;
/**
- * The send bitcoin confirm panel.
+ * The send dogecoin confirm panel.
*/
public class SendBitcoinConfirmPanel extends JPanel implements WalletBusyListener {
private static final long serialVersionUID = 191435612399957705L;
@@ -116,7 +116,7 @@ public SendBitcoinConfirmPanel(BitcoinController bitcoinController, MultiBitFram
}
/**
- * Initialise bitcoin confirm panel.
+ * Initialise dogecoin confirm panel.
*/
public void initUI() {
JPanel mainPanel = new JPanel();
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/panels/SendBitcoinPanel.java b/src/main/java/org/multibit/viewsystem/swing/view/panels/SendBitcoinPanel.java
index 4d6b3c909..1401a5c8b 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/panels/SendBitcoinPanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/panels/SendBitcoinPanel.java
@@ -15,9 +15,9 @@
*/
package org.multibit.viewsystem.swing.view.panels;
-import com.google.bitcoin.core.Address;
-import com.google.bitcoin.core.AddressFormatException;
-import com.google.bitcoin.core.Utils;
+import com.google.dogecoin.core.Address;
+import com.google.dogecoin.core.AddressFormatException;
+import com.google.dogecoin.core.Utils;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.exchange.CurrencyConverter;
import org.multibit.exchange.CurrencyConverterResult;
@@ -439,7 +439,7 @@ public void loadForm() {
if (Boolean.TRUE.toString().equalsIgnoreCase(performPasteNow)) {
try {
Address decodeAddress = new Address(this.bitcoinController.getModel().getNetworkParameters(), address);
- processDecodedString(com.google.bitcoin.uri.BitcoinURI.convertToBitcoinURI(decodeAddress, Utils.toNanoCoins(amountNotLocalised), label, null), null);
+ processDecodedString(com.google.dogecoin.uri.BitcoinURI.convertToBitcoinURI(decodeAddress, Utils.toNanoCoins(amountNotLocalised), label, null), null);
this.bitcoinController.getModel().setActiveWalletPreference(BitcoinModel.SEND_PERFORM_PASTE_NOW, "false");
sendButton.requestFocusInWindow();
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/panels/ShowPreferencesPanel.java b/src/main/java/org/multibit/viewsystem/swing/view/panels/ShowPreferencesPanel.java
index 7936ffdf1..c1f1f8718 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/panels/ShowPreferencesPanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/panels/ShowPreferencesPanel.java
@@ -76,9 +76,6 @@ public class ShowPreferencesPanel extends JPanel implements Viewable, Preference
private static final int EXCHANGE_COMBO_HEIGHT_DELTA = 15;
private static final int COMBO_WIDTH_DELTA = 150;
- private static final int API_CODE_FIELD_HEIGHT = 30;
- private static final int API_CODE_FIELD_WIDTH = 200;
-
private final Controller controller;
private final BitcoinController bitcoinController;
private final ExchangeController exchangeController;
@@ -100,6 +97,8 @@ public class ShowPreferencesPanel extends JPanel implements Viewable, Preference
private MultiBitLabel exchangeInformationLabel;
+ private JCheckBox minimizeToTrayCheckBox;
+
private String originalFontName;
private String originalFontStyle;
private String originalFontSize;
@@ -144,16 +143,6 @@ public class ShowPreferencesPanel extends JPanel implements Viewable, Preference
private JComboBox lookAndFeelComboBox;
private String localisedSystemLookAndFeelName;
- private JPanel oerStent;
- private MultiBitTextField oerApiCodeTextField;
- private String haveShownErrorMessageForApiCode;
- private MultiBitButton getOerAppIdButton;
- private MultiBitLabel oerApiCodeLabel;
- private MultiBitLabel oerMessageLabel1, oerMessageLabel2;
- private String originalOERApiCode;
- public static final String OPEN_EXCHANGE_RATES_SIGN_UP_URI = "https://openexchangerates.org/signup/free?r=multibit";
- public static final int LENGTH_OF_OPEN_EXCHANGE_RATE_APP_ID = 32;
-
private Font selectedFont;
private static final int STENT_DELTA = 0;
@@ -169,7 +158,6 @@ public ShowPreferencesPanel(BitcoinController bitcoinController, ExchangeControl
this.mainFrame = mainFrame;
localisedSystemLookAndFeelName = controller.getLocaliser().getString("showPreferencesPanel.systemLookAndFeel");
- originalOERApiCode = controller.getModel().getUserPreference(ExchangeModel.OPEN_EXCHANGE_RATES_API_CODE);
initUI();
applyComponentOrientation(ComponentOrientation.getOrientation(controller.getLocaliser().getLocale()));
@@ -254,9 +242,6 @@ public void displayView(DisplayHint displayHint) {
} else {
undoChangesButton.setEnabled(false);
}
-
- originalOERApiCode = controller.getModel().getUserPreference(ExchangeModel.OPEN_EXCHANGE_RATES_API_CODE);
- oerApiCodeTextField.setText(originalOERApiCode);
invalidate();
validate();
@@ -278,7 +263,7 @@ private void initUI() {
String[] keys = new String[] { "fontChooser.fontName", "fontChooser.fontStyle",
"fontChooser.fontSize", "showPreferencesPanel.ticker.exchange", "showPreferencesPanel.ticker.currency",
- "showPreferencesPanel.lookAndFeel", "showPreferencesPanel.oerLabel.text" };
+ "showPreferencesPanel.lookAndFeel"};
int stentWidth = MultiBitTitledPanel.calculateStentWidthForKeys(controller.getLocaliser(), keys, this) + STENT_DELTA;
GridBagConstraints constraints = new GridBagConstraints();
@@ -665,6 +650,24 @@ private JPanel createAppearancePanel(int stentWidth) {
constraints.anchor = GridBagConstraints.LINE_START;
appearancePanel.add(lookAndFeelComboBox, constraints);
+ minimizeToTrayCheckBox = new JCheckBox(controller.getLocaliser().getString("showPreferencesPanel.minimizeToTray"));
+ minimizeToTrayCheckBox.setOpaque(false);
+ minimizeToTrayCheckBox.setFont(FontSizer.INSTANCE.getAdjustedDefaultFont());
+ minimizeToTrayCheckBox.setSelected(Boolean.TRUE.toString().equals(controller.getModel().getUserPreference(CoreModel.MINIMIZE_TO_TRAY)));
+
+ constraints.fill = GridBagConstraints.NONE;
+ constraints.gridx = 1;
+ constraints.gridy = 10;
+ constraints.weightx = 0.8;
+ constraints.weighty = 0.6;
+ constraints.gridwidth = 3;
+ constraints.ipady = 10;
+ constraints.anchor = GridBagConstraints.LINE_START;
+ if (SystemTray.isSupported())
+ {
+ appearancePanel.add(minimizeToTrayCheckBox, constraints);
+ }
+
JPanel fill1 = new JPanel();
fill1.setOpaque(false);
constraints.fill = GridBagConstraints.BOTH;
@@ -898,8 +901,7 @@ public void itemStateChanged(ItemEvent e) {
exchangeComboBox1.setOpaque(false);
FontMetrics fontMetrics = getFontMetrics(FontSizer.INSTANCE.getAdjustedDefaultFont());
- int textWidth = Math.max(fontMetrics.stringWidth(ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME), fontMetrics.stringWidth("USD"))
- + COMBO_WIDTH_DELTA;
+ int textWidth = fontMetrics.stringWidth("USD") + COMBO_WIDTH_DELTA;
Dimension preferredSize = new Dimension(textWidth + TICKER_COMBO_WIDTH_DELTA, fontMetrics.getHeight()
+ EXCHANGE_COMBO_HEIGHT_DELTA);
exchangeComboBox1.setPreferredSize(preferredSize);
@@ -923,20 +925,6 @@ public void itemStateChanged(ItemEvent e) {
constraints.anchor = GridBagConstraints.LINE_START;
tickerPanel.add(exchangeComboBox1, constraints);
- oerMessageLabel1 = new MultiBitLabel(" " + controller.getLocaliser().getString("showPreferencesPanel.getAppId.label"));
- oerMessageLabel1.setForeground(Color.GREEN.darker().darker());
- boolean showMessageLabel1 = isBrowserSupported() && ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase(exchangeToUse1)
- && (originalOERApiCode == null || originalOERApiCode.trim().length() == 0);
- oerMessageLabel1.setVisible(showMessageLabel1);
- constraints.fill = GridBagConstraints.NONE;
- constraints.gridx = 5;
- constraints.gridy = 15;
- constraints.weightx = 0.8;
- constraints.weighty = 0.6;
- constraints.gridwidth = 1;
- constraints.anchor = GridBagConstraints.LINE_START;
- tickerPanel.add(oerMessageLabel1, constraints);
-
MultiBitLabel currencyLabel1 = new MultiBitLabel(controller.getLocaliser()
.getString("showPreferencesPanel.ticker.currency"));
currencyLabel1.setHorizontalAlignment(JLabel.TRAILING);
@@ -1006,18 +994,6 @@ public void itemStateChanged(ItemEvent event) {
}
}
}
-
- // Enable the OpenExchangeRates App ID if required.
- boolean showOER = ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase(exchangeShortName) ||
- ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase((String) exchangeComboBox2.getSelectedItem());
- oerStent.setVisible(showOER);
- oerApiCodeLabel.setVisible(showOER);
- oerApiCodeTextField.setVisible(showOER);
- getOerAppIdButton.setVisible(showOER);
-
- boolean showMessageLabel = isBrowserSupported() && ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase(exchangeShortName)
- && (oerApiCodeTextField.getText() == null || oerApiCodeTextField.getText().trim().length() == 0);
- oerMessageLabel1.setVisible(showMessageLabel);
}
}
});
@@ -1122,18 +1098,6 @@ public void itemStateChanged(ItemEvent event) {
}
}
}
-
- // Enable the OpenExchangeRates App ID if required.
- boolean showOER = ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase(exchangeShortName) ||
- ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase((String) exchangeComboBox1.getSelectedItem());
- oerStent.setVisible(showOER);
- oerApiCodeLabel.setVisible(showOER);
- oerApiCodeTextField.setVisible(showOER);
- getOerAppIdButton.setVisible(showOER);
-
- boolean showMessageLabel = isBrowserSupported() && ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase(exchangeShortName)
- && (oerApiCodeTextField.getText() == null || oerApiCodeTextField.getText().trim().length() == 0);
- oerMessageLabel2.setVisible(showMessageLabel);
}
}
});
@@ -1147,21 +1111,6 @@ public void itemStateChanged(ItemEvent event) {
constraints.anchor = GridBagConstraints.LINE_START;
tickerPanel.add(exchangeComboBox2, constraints);
- oerMessageLabel2 = new MultiBitLabel(" " + controller.getLocaliser().getString("showPreferencesPanel.getAppId.label"));
- oerMessageLabel2.setForeground(Color.GREEN.darker().darker());
- boolean showMessageLabel2 = isBrowserSupported() && ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase(exchangeToUse2)
- && (originalOERApiCode == null || originalOERApiCode.trim().length() == 0);
- oerMessageLabel2.setVisible(showMessageLabel2);
- constraints.fill = GridBagConstraints.NONE;
- constraints.gridx = 5;
- constraints.gridy = 22;
- constraints.weightx = 0.8;
- constraints.weighty = 0.6;
- constraints.gridwidth = 1;
- constraints.anchor = GridBagConstraints.LINE_START;
- tickerPanel.add(oerMessageLabel2, constraints);
-
-
currencyLabel2 = new MultiBitLabel(controller.getLocaliser().getString("showPreferencesPanel.ticker.currency"));
currencyLabel2.setHorizontalAlignment(JLabel.TRAILING);
constraints.fill = GridBagConstraints.HORIZONTAL;
@@ -1234,178 +1183,9 @@ public void itemStateChanged(ItemEvent event) {
constraints.gridwidth = 1;
constraints.anchor = GridBagConstraints.LINE_END;
tickerPanel.add(fill1, constraints);
-
- boolean showOerSignup = ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase(exchangeToUse1) ||
- ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equalsIgnoreCase(exchangeToUse2);
-
- oerStent = MultiBitTitledPanel.createStent(12, 12);
- constraints.fill = GridBagConstraints.BOTH;
- constraints.gridx = 1;
- constraints.gridy = 26;
- constraints.weightx = 0.3;
- constraints.weighty = 0.3;
- constraints.gridwidth = 1;
- constraints.anchor = GridBagConstraints.LINE_START;
- oerStent.setVisible(showOerSignup);
- tickerPanel.add(oerStent, constraints);
-
- oerApiCodeLabel = new MultiBitLabel(controller.getLocaliser().getString("showPreferencesPanel.oerLabel.text"));
- oerApiCodeLabel.setToolTipText(HelpContentsPanel.createTooltipText(controller.getLocaliser().getString("showPreferencesPanel.oerLabel.tooltip")));
- oerApiCodeLabel.setVisible(showOerSignup);
-
- oerApiCodeTextField = new MultiBitTextField("", 25, controller);
- oerApiCodeTextField.setHorizontalAlignment(JLabel.LEADING);
- oerApiCodeTextField.setMinimumSize(new Dimension(API_CODE_FIELD_WIDTH, API_CODE_FIELD_HEIGHT));
- oerApiCodeTextField.setPreferredSize(new Dimension(API_CODE_FIELD_WIDTH, API_CODE_FIELD_HEIGHT));
- oerApiCodeTextField.setMaximumSize(new Dimension(API_CODE_FIELD_WIDTH, API_CODE_FIELD_HEIGHT));
- oerApiCodeTextField.setVisible(showOerSignup);
- oerApiCodeTextField.setText(originalOERApiCode);
- oerApiCodeTextField.addFocusListener(new FocusListener() {
- @Override
- public void focusGained(FocusEvent arg0) {
- }
-
- @Override
- public void focusLost(FocusEvent arg0) {
- String apiCode = oerApiCodeTextField.getText();
- if (apiCode != null && !(WhitespaceTrimmer.trim(apiCode).length() == 0)
- && !apiCode.equals(controller.getModel().getUserPreference(ExchangeModel.OPEN_EXCHANGE_RATES_API_CODE))) {
- // New API code.
- // Check its length
- if (!(apiCode.trim().length() == LENGTH_OF_OPEN_EXCHANGE_RATE_APP_ID)
- && !apiCode.equals(haveShownErrorMessageForApiCode)) {
- haveShownErrorMessageForApiCode = apiCode;
- // Give user a message that App ID is not in the correct format.
- JOptionPane.showMessageDialog(null, new String[] {controller.getLocaliser().getString("showPreferencesPanel.oerValidationError.text1"), " ",
- controller.getLocaliser().getString("showPreferencesPanel.oerValidationError.text2"),
- controller.getLocaliser().getString("showPreferencesPanel.oerValidationError.text3")},
- controller.getLocaliser().getString("showPreferencesPanel.oerValidationError.title"),
- JOptionPane.ERROR_MESSAGE, ImageLoader.createImageIcon(ImageLoader.EXCLAMATION_MARK_ICON_FILE));
- return;
- }
- }
- updateApiCode();
- }});
- oerApiCodeTextField.addActionListener(new ActionListener(){
- @Override
- public void actionPerformed(ActionEvent arg0) {
- String apiCode = oerApiCodeTextField.getText();
- if (apiCode != null && !(WhitespaceTrimmer.trim(apiCode).length() == 0) && !apiCode.equals(controller.getModel().getUserPreference(ExchangeModel.OPEN_EXCHANGE_RATES_API_CODE))) {
- // New API code.
- // Check its length
- if (!(apiCode.trim().length() == LENGTH_OF_OPEN_EXCHANGE_RATE_APP_ID)
- && !apiCode.equals(haveShownErrorMessageForApiCode)) {
- haveShownErrorMessageForApiCode = apiCode;
- // Give user a message that App ID is not in the correct format.
- JOptionPane.showMessageDialog(null, new String[] {controller.getLocaliser().getString("showPreferencesPanel.oerValidationError.text1"),
- controller.getLocaliser().getString("showPreferencesPanel.oerValidationError.text2"),
- controller.getLocaliser().getString("showPreferencesPanel.oerValidationError.text3")},
- controller.getLocaliser().getString("showPreferencesPanel.oerValidationError.title"),
- JOptionPane.ERROR_MESSAGE, ImageLoader.createImageIcon(ImageLoader.EXCLAMATION_MARK_ICON_FILE));
- return;
- }
- }
- updateApiCode();
- }});
-
- constraints.fill = GridBagConstraints.NONE;
- constraints.gridx = 1;
- constraints.gridy = 27;
- constraints.weightx = 0.3;
- constraints.weighty = 0.3;
- constraints.gridwidth = 1;
- constraints.anchor = GridBagConstraints.LINE_END;
- tickerPanel.add(oerApiCodeLabel, constraints);
-
- constraints.fill = GridBagConstraints.NONE;
- constraints.gridx = 4;
- constraints.gridy = 27;
- constraints.weightx = 0.3;
- constraints.weighty = 0.3;
- constraints.gridwidth = 2;
- constraints.anchor = GridBagConstraints.LINE_START;
- tickerPanel.add(oerApiCodeTextField, constraints);
-
- if (isBrowserSupported()) {
- getOerAppIdButton = new MultiBitButton(controller.getLocaliser().getString("showPreferencesPanel.getAppId.text"));
- getOerAppIdButton.setToolTipText(controller.getLocaliser().getString("showPreferencesPanel.getAppId.tooltip"));
- getOerAppIdButton.setVisible(showOerSignup);
-
- getOerAppIdButton.addActionListener(new ActionListener() {
- @Override
- public void actionPerformed(ActionEvent arg0) {
- try {
- openURI(new URI(OPEN_EXCHANGE_RATES_SIGN_UP_URI));
- } catch (URISyntaxException e) {
- log.debug(e.getMessage());
- }
- }});
-
- constraints.fill = GridBagConstraints.NONE;
- constraints.gridx = 4;
- constraints.gridy = 28;
- constraints.weightx = 1;
- constraints.weighty = 1;
- constraints.gridwidth = 1;
- constraints.anchor = GridBagConstraints.LINE_START;
- tickerPanel.add(getOerAppIdButton, constraints);
- }
return tickerPanel;
}
-
- private void updateApiCode() {
- String apiCode = oerApiCodeTextField.getText();
- if (apiCode != null && !(WhitespaceTrimmer.trim(apiCode).length() == 0) && !apiCode.equals(controller.getModel().getUserPreference(ExchangeModel.OPEN_EXCHANGE_RATES_API_CODE))) {
- // New API code.
- apiCode = WhitespaceTrimmer.trim(apiCode);
- oerApiCodeTextField.setText(apiCode);
-
- controller.getModel().setUserPreference(ExchangeModel.OPEN_EXCHANGE_RATES_API_CODE, apiCode);
- if (ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equals((String)exchangeComboBox1.getSelectedItem())) {
- if (mainFrame != null && mainFrame.getTickerTimerTask1() != null) {
- TickerTimerTask tickerTimerTask = mainFrame.getTickerTimerTask1();
- synchronized (tickerTimerTask) {
- tickerTimerTask.createExchangeObjects(ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME);
- currencyComboBox1.removeAllItems();
- Collection currenciesToUse = ExchangeData.getAvailableCurrenciesForExchange(ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME);
- if (currenciesToUse != null) {
- for (String currency : currenciesToUse) {
- String loopItem = currency;
- String description = CurrencyConverter.INSTANCE.getCurrencyCodeToDescriptionMap().get(currency);
- if (description != null && description.trim().length() > 0) {
- loopItem = loopItem + " (" + description + ")";
- }
- currencyComboBox1.addItem(loopItem);
- }
- }
- }
- }
- oerMessageLabel1.setVisible(false);
- }
- if (ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME.equals((String)exchangeComboBox2.getSelectedItem())) {
- if (mainFrame != null && mainFrame.getTickerTimerTask2() != null) {
- TickerTimerTask tickerTimerTask = mainFrame.getTickerTimerTask2();
- synchronized (tickerTimerTask) {
- tickerTimerTask.createExchangeObjects(ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME);
- currencyComboBox2.removeAllItems();
- Collection currenciesToUse = ExchangeData.getAvailableCurrenciesForExchange(ExchangeData.OPEN_EXCHANGE_RATES_EXCHANGE_NAME);
- if (currenciesToUse != null) {
- for (String currency : currenciesToUse) {
- String loopItem = currency;
- String description = CurrencyConverter.INSTANCE.getCurrencyCodeToDescriptionMap().get(currency);
- if (description != null && description.trim().length() > 0) {
- loopItem = loopItem + " (" + description + ")";
- }
- currencyComboBox2.addItem(loopItem);
- }
- }
- }
- }
- oerMessageLabel2.setVisible(false);
- }
- }
- }
private JPanel createBrowserIntegrationPanel(int stentWidth) {
MultiBitTitledPanel browserIntegrationPanel = new MultiBitTitledPanel(controller.getLocaliser().getString(
@@ -1575,7 +1355,6 @@ private void enableTickerSecondRow(boolean enableTickerSecondRow) {
exchangeComboBox2.setEnabled(enableTickerSecondRow);
currencyLabel2.setEnabled(enableTickerSecondRow);
currencyComboBox2.setEnabled(enableTickerSecondRow);
- oerMessageLabel2.setEnabled(enableTickerSecondRow);
}
private ImageIcon createImageIcon(String text) {
@@ -1736,15 +1515,10 @@ public View getViewId() {
public String getPreviousUndoChangesText() {
return controller.getLocaliser().getString("undoPreferencesChangesSubmitAction.text");
}
-
- @Override
- public String getPreviousOpenExchangeRatesApiCode() {
- return originalOERApiCode;
- }
@Override
- public String getNewOpenExchangeRatesApiCode() {
- return oerApiCodeTextField.getText();
+ public boolean getNewMinimizeToTray() {
+ return minimizeToTrayCheckBox.isSelected();
}
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/panels/ShowTransactionsPanel.java b/src/main/java/org/multibit/viewsystem/swing/view/panels/ShowTransactionsPanel.java
index 1a5b4e775..c101de9e5 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/panels/ShowTransactionsPanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/panels/ShowTransactionsPanel.java
@@ -15,9 +15,9 @@
*/
package org.multibit.viewsystem.swing.view.panels;
-import com.google.bitcoin.core.Transaction;
-import com.google.bitcoin.core.TransactionConfidence;
-import com.google.bitcoin.core.TransactionConfidence.ConfidenceType;
+import com.google.dogecoin.core.Transaction;
+import com.google.dogecoin.core.TransactionConfidence;
+import com.google.dogecoin.core.TransactionConfidence.ConfidenceType;
import org.multibit.MultiBit;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
@@ -213,7 +213,7 @@ private JPanel createTransactionsPanel() {
tableColumn.setPreferredWidth(250);
tableColumn = table.getColumnModel().getColumn(3); // Amount (BTC).
- int amountBTCWidth = Math.max(fontMetrics.stringWidth(controller.getLocaliser().getString("sendBitcoinPanel.amountLabel") + " (BTC)"),
+ int amountBTCWidth = Math.max(fontMetrics.stringWidth(controller.getLocaliser().getString("sendBitcoinPanel.amountLabel") + " (DOGE)"),
fontMetrics.stringWidth("00000.000000000"));
tableColumn.setPreferredWidth(amountBTCWidth);
tableColumn.setMinWidth(amountBTCWidth);
@@ -550,7 +550,7 @@ public Component getTableCellRendererComponent(JTable table, Object value, boole
ImageIcon buildingIcon = getBuildingIcon(numberOfBlocksEmbedded, transaction);
primaryLabel.setIcon(buildingIcon);
primaryLabel.setText("");
- if (numberOfBlocksEmbedded >= 6) {
+ if (numberOfBlocksEmbedded >= 3) {
primaryLabel.setToolTipText(HelpContentsPanel.createTooltipText(controller.getLocaliser().getString("multiBitFrame.status.isConfirmed")));
} else {
if (transaction != null && transaction.isCoinBase()) {
@@ -637,8 +637,8 @@ private ImageIcon getBuildingIcon(int numberOfBlocksEmbedded, Transaction transa
if (numberOfBlocksEmbedded < 0) {
numberOfBlocksEmbedded = 0;
}
- if (numberOfBlocksEmbedded > 6) {
- numberOfBlocksEmbedded = 6;
+ if (numberOfBlocksEmbedded > 3) {
+ numberOfBlocksEmbedded = 3;
}
boolean isLeftToRight = ComponentOrientation.getOrientation(controller.getLocaliser().getLocale()).isLeftToRight();
@@ -649,26 +649,22 @@ private ImageIcon getBuildingIcon(int numberOfBlocksEmbedded, Transaction transa
}
case 1: {
if (isLeftToRight) {
- return progress1Icon;
+ return progress2Icon;
} else {
- return rtlProgress1Icon;
+ return rtlProgress2Icon;
}
}
case 2: {
if (isLeftToRight) {
- return progress2Icon;
+ return progress4Icon;
} else {
- return rtlProgress2Icon;
+ return rtlProgress4Icon;
}
}
case 3: {
- if (isLeftToRight) {
- return progress3Icon;
- } else {
- return rtlProgress3Icon;
- }
+ return tickIcon;
}
- case 4: {
+ /*case 4: {
if (isLeftToRight) {
return progress4Icon;
} else {
@@ -684,7 +680,7 @@ private ImageIcon getBuildingIcon(int numberOfBlocksEmbedded, Transaction transa
}
case 6: {
return tickIcon;
- }
+ }*/
default:
return getConfidenceIcon(confidence);
}
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/walletlist/SingleWalletPanel.java b/src/main/java/org/multibit/viewsystem/swing/view/walletlist/SingleWalletPanel.java
index e6465286b..ebaf06a83 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/walletlist/SingleWalletPanel.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/walletlist/SingleWalletPanel.java
@@ -15,7 +15,7 @@
*/
package org.multibit.viewsystem.swing.view.walletlist;
-import com.google.bitcoin.core.Wallet.BalanceType;
+import com.google.dogecoin.core.Wallet.BalanceType;
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
import org.joda.money.Money;
import org.multibit.controller.Controller;
@@ -41,7 +41,9 @@
import javax.swing.border.Border;
import java.awt.*;
import java.awt.event.*;
+import java.math.BigDecimal;
import java.math.BigInteger;
+import java.math.RoundingMode;
public class SingleWalletPanel extends JPanel implements ActionListener, FocusListener, WalletBusyListener {
@@ -588,7 +590,7 @@ public void updateFromModel(boolean blinkEnabled, boolean useBusyStatus) {
String balanceTextToShowFiat = "";
if (CurrencyConverter.INSTANCE.getRate() != null && CurrencyConverter.INSTANCE.isShowingFiat()) {
Money fiat = CurrencyConverter.INSTANCE.convertFromBTCToFiat(estimatedBalance);
- balanceTextToShowFiat = "(" + CurrencyConverter.INSTANCE.getFiatAsLocalisedString(fiat) + ")";
+ balanceTextToShowFiat = "(" + CurrencyConverter.INSTANCE.getFiatAsLocalisedString(fiat) + ")";
}
if (useBusyStatus && perWalletModelData.isBusy()) {
diff --git a/src/main/java/org/multibit/viewsystem/swing/view/walletlist/SingleWalletPanelDownloadListener.java b/src/main/java/org/multibit/viewsystem/swing/view/walletlist/SingleWalletPanelDownloadListener.java
index 8e1531077..a95a18c75 100644
--- a/src/main/java/org/multibit/viewsystem/swing/view/walletlist/SingleWalletPanelDownloadListener.java
+++ b/src/main/java/org/multibit/viewsystem/swing/view/walletlist/SingleWalletPanelDownloadListener.java
@@ -16,7 +16,7 @@
package org.multibit.viewsystem.swing.view.walletlist;
-import com.google.bitcoin.core.DownloadListener;
+import com.google.dogecoin.core.DownloadListener;
import org.multibit.controller.Controller;
import org.multibit.controller.bitcoin.BitcoinController;
import org.multibit.message.Message;
diff --git a/src/main/jsmooth/exe.jsmooth b/src/main/jsmooth/exe.jsmooth
index 23d3657d2..4d53c8485 100644
--- a/src/main/jsmooth/exe.jsmooth
+++ b/src/main/jsmooth/exe.jsmooth
@@ -7,12 +7,12 @@
exepath
jview
-../../../target/multibit-exe.jar
+../../../target/multidoge-exe.jar
true
-../../../target/multibit.exe
-../resources/images/multibit32.png
+../../../target/multidoge.exe
+../resources/images/multidoge32.png
-1
-../../../target/multibit-exe.jar
+../../../target/multidoge-exe.jar
org.multibit.MultiBitInExecutableJar
-1
diff --git a/src/main/jsmooth/installer.jsmooth b/src/main/jsmooth/installer.jsmooth
index 676e9f48f..3a34b6040 100644
--- a/src/main/jsmooth/installer.jsmooth
+++ b/src/main/jsmooth/installer.jsmooth
@@ -7,12 +7,12 @@
exepath
jview
-../../../target/multibit-windows.jar
+../../../target/multidoge-windows.jar
true
-../../../target/multibit-windows.exe
-../resources/images/multibit.png
+../../../target/multidoge-windows.exe
+../resources/images/multidoge.png
-1
-../../../target/multibit-windows.jar
+../../../target/multidoge-windows.jar
com.izforge.izpack.installer.Installer
-1
diff --git a/src/main/proguard/multibit-exe.pro b/src/main/proguard/multidoge-exe.pro
similarity index 67%
rename from src/main/proguard/multibit-exe.pro
rename to src/main/proguard/multidoge-exe.pro
index 939ea588e..809fee22d 100644
--- a/src/main/proguard/multibit-exe.pro
+++ b/src/main/proguard/multidoge-exe.pro
@@ -6,23 +6,23 @@
# Specify the input jars, output jars, and library jars.
--injars ../../../target/multibit-exe-full.jar
--outjars ../../../target/multibit-exe.jar
-
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/rt.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/alt-rt.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/charsets.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jce.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jfr.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/JObjC.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jsse.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management-agent.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/dnsns.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/localedata.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunec.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar
--libraryjars ../skeleton/mac/MultiBit.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/zipfs.jar
+-injars ../../../target/multidoge-exe-full.jar
+-outjars ../../../target/multidoge-exe.jar
+
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/rt.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/alt-rt.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/charsets.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jce.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jfr.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/JObjC.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jsse.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management-agent.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/dnsns.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/localedata.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunec.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar
+-libraryjars ../skeleton/mac/MultiDoge.app/Contents/Plugins/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/zipfs.jar
# Save the obfuscation mapping to a file, so you can de-obfuscate any stack
# traces later on. Keep a fixed source file attribute and all line number
@@ -46,7 +46,7 @@
#-printseeds out.seeds
-# Preserve the MultiBit app
+# Preserve the MultiDoge app
-keep public class org.multibit.MultiBitInExecutableJar {
public static void main(java.lang.String[]);
}
@@ -102,17 +102,17 @@
-keep public class com.piuk.blockchain.**
-keep class com.piuk.blockchain.**
--keep public class com.google.bitcoin.**
+-keep public class com.google.dogecoin.**
{
*;
}
--keep class com.google.bitcoin.**
+-keep class com.google.dogecoin.**
{
*;
}
--keep public class org.bitcoin.**
--keep public class org.bitcoinj.**
+-keep public class org.dogecoin.**
+-keep public class org.dogecoinj.**
-keep public class org.simplericity.macify.**
-keep public class sun.misc.Cleaner
-keep public class ch.qos.**
@@ -153,9 +153,9 @@
-keep public interface com.xeiam.xchange.**
-keep public interface org.multibit.**
-keep public interface com.piuk.blockchain.**
--keep public interface com.google.bitcoin.**
--keep public interface org.bitcoin.**
--keep public interface org.bitcoinj.**
+-keep public interface com.google.dogecoin.**
+-keep public interface org.dogecoin.**
+-keep public interface org.dogecoinj.**
-keep public interface org.simplericity.macify.**
-keep public interface si.mazi.**
-keep public interface javax.ws.**
diff --git a/src/main/resources/META-INF/MANIFEST.MF b/src/main/resources/META-INF/MANIFEST.MF
index 9e2a9fec6..6e72c2d70 100644
--- a/src/main/resources/META-INF/MANIFEST.MF
+++ b/src/main/resources/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
-Built-By: jim
+Built-By: langerhans
Build-Jdk: 1.6.0_26
Main-Class: org.multibit.MultiBitInExecutableJar
diff --git a/src/main/resources/i18n/af/viewer.properties b/src/main/resources/i18n/af/viewer.properties
index 0b5e5c261..115c1aae5 100755
--- a/src/main/resources/i18n/af/viewer.properties
+++ b/src/main/resources/i18n/af/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbian
showPreferencesPanel.feeTitle=Transkasie fooi
showPreferencesPanel.feeLabel.text=Fooi
showPreferencesPanel.size.text={0} grepe
-showPreferencesPanel.couldNotUnderstandFee=MultiBit aanvaar nie die fooi van "{0}" nie. Die vorige fooi bly die selfde.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge aanvaar nie die fooi van "{0}" nie. Die vorige fooi bly die selfde.
showPreferencesPanel.aFeeMustBeSet=Jy moet 'n transaksie fooi verskaf. Die vorige fooi bly die selfde.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Die fooi moet ten minste 0.0001 BTC wees. Die vorige fooi bly die selfde.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Die fooi moet minder as 1 BTC wees. Die vorige fooi bly die selfde.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Die fooi moet ten minste 0.0001 DOGE wees. Die vorige fooi bly die selfde.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Die fooi moet minder as 1 DOGE wees. Die vorige fooi bly die selfde.
showPreferencesPanel.browserIntegrationTitle=Webblaaier integrasie
-showPreferencesPanel.browserIntegration.messageText=Wat wil jy h\u00ea moet gebeur indien daar gekliek word op 'n Bitcoin betalings versoek in 'n webblaaier?
-showPreferencesPanel.ignoreAll=Ignoreer alle Bitcoin betalings versoeke
+showPreferencesPanel.browserIntegration.messageText=Wat wil jy h\u00ea moet gebeur indien daar gekliek word op 'n Dogecoin betalings versoek in 'n webblaaier?
+showPreferencesPanel.ignoreAll=Ignoreer alle Dogecoin betalings versoeke
showPreferencesPanel.fillAutomatically=Voltooi die stuur vorm outomaties
showPreferencesPanel.askEveryTime=Vra my elke keer
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Tweede ry
showPreferencesPanel.ticker.showSecondRow=Vertoon tweede ry
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=Geldeenheid
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Vertoon Bitcoin omgeskakel na fiat geldeenheid
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin sal vertoon word in die laaste prys van die geldeenheid.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Vertoon Dogecoin omgeskakel na fiat geldeenheid
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin sal vertoon word in die laaste prys van die geldeenheid.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=Die App ID toegangs kode van OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Jy het 'n ongeldige App ID gebruik.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Verkeerde App ID
showPreferencesPanel.getAppId.text=Kry 'n APP ID
showPreferencesPanel.getAppId.tooltip=Gebruik you webblaaier en teken in op OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Kliek die "Get App ID" knoppie hier onder
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Beursie "{0}" geskep.
multiBit.openingWallet=Open beursie "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... gedoen.
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=Die verbruiker's data indeks is "{0}".
multibit.installationDirectory=Die installerings indeks is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Balaans
-multiBitFrame.balanceLabel.tooltip=Balaans insluitende onbevestigde Bitcoins en kleingeld
+multiBitFrame.balanceLabel.tooltip=Balaans insluitende onbevestigde Dogecoins en kleingeld
multiBitFrame.ticker.show.text=Vertoon geldeenheid aanwyser
multiBitFrame.ticker.hide.text=Versteek geldeenheid aanwyser
multiBitFrame.statusBar.tooltip1=Boodskappe.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=Hierdie is 'n coinbase transaksie
multiBitFrame.availableToSpend=Beskikbaar om te bestee \: {0}
multiBitFrame.availableToSpend2=Beskikbaar om te bestee
-multiBitFrame.availableToSpend.tooltip=Balaans sonder bevestigde Bitcoin en kleingeld wat nog moet terug kom
+multiBitFrame.availableToSpend.tooltip=Balaans sonder bevestigde Dogecoin en kleingeld wat nog moet terug kom
-multiBitService.errorText=Kon nie aansluit by die Bitcoin netwerk nie, Die fout was \: {0}
-multiBitService.errorTitleText=Daar was 'n fout met die aansluiting tot die Bitcoin netwerk
-multiBitService.stoppingBitcoinNetworkConnection=Staak Bitcoin netwerk aansluiting...
+multiBitService.errorText=Kon nie aansluit by die Dogecoin netwerk nie, Die fout was \: {0}
+multiBitService.errorTitleText=Daar was 'n fout met die aansluiting tot die Dogecoin netwerk
+multiBitService.stoppingBitcoinNetworkConnection=Staak Dogecoin netwerk aansluiting...
multiBitService.couldNotLoadBlockchain=Nie in staat om blokketting "{0}" te laai nie. Die fout was "{1}".
multiBitService.replayingFromBlockCache=Herspeel van kasgeheue...
exitAction.text=Verlaat
-exitAction.tooltip=Verlaat MultiBit
+exitAction.tooltip=Verlaat MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=Oop Beursie
@@ -173,42 +174,42 @@ openWalletView.title=Oop Beursie
saveWalletAsView.untitled=Sonder titel
-helpAboutAction.text=Aangaande MultiBit
-helpAboutAction.tooltip=Aangaande MultiBit
+helpAboutAction.text=Aangaande MultiDoge
+helpAboutAction.tooltip=Aangaande MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=Aangaande MultiBit
+helpAboutAction.messageBoxTitle=Aangaande MultiDoge
helpAboutAction.versionText=Weergawe \: {0}
showHelpContentsAction.text=Hulp Inhoud
-showHelpContentsAction.tooltip=Vertoon die MultiBit Hulp
+showHelpContentsAction.tooltip=Vertoon die MultiDoge Hulp
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Hulp Inhoud
-sendBitcoinAction.text=Stuur Bitcoin
-sendBitcoinAction.tooltip=Stuur Bitcoin aan iemand
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=Stuur Dogecoin
+sendBitcoinAction.tooltip=Stuur Dogecoin aan iemand
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Stuur
-sendBitcoinConfirmAction.tooltip=Stuur Bitcoin aan iemand
+sendBitcoinConfirmAction.tooltip=Stuur Dogecoin aan iemand
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Besig om Bitcoin te stuur...
-sendBitcoinNowAction.bitcoinSentOk=Jou Bitcoin was suksesvol gestuur,.
-sendBitcoinNowAction.bitcoinSendFailed=Die stuur van jou Bitcoin was onsukselvol gewees.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Besig om Dogecoin te stuur...
+sendBitcoinNowAction.bitcoinSentOk=Jou Dogecoin was suksesvol gestuur,.
+sendBitcoinNowAction.bitcoinSendFailed=Die stuur van jou Dogecoin was onsukselvol gewees.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Daar was onvoldoende fondse beskikbaar vir die stuur aksie.
sendBitcoinConfirmView.sendOption=Stuur
sendBitcoinConfirmView.cancelOption=Kanselleer
-sendBitcoinConfirmView.message=Bevestig asseblief dat jy Bitcoin soos volg wil stuur\:
-sendBitcoinConfirmView.title=Bevestig Stuur van Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit moet aanlyn wees en is verbind aan meer as een eweknie om Bitcoin te kan stuur.
+sendBitcoinConfirmView.message=Bevestig asseblief dat jy Dogecoin soos volg wil stuur\:
+sendBitcoinConfirmView.title=Bevestig Stuur van Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge moet aanlyn wees en is verbind aan meer as een eweknie om Dogecoin te kan stuur.
receiveBitcoinAction.textShort=Versoek
-receiveBitcoinAction.text=Versoek Bitcoin
-receiveBitcoinAction.tooltip=Versoek Bitcoin van iemand
+receiveBitcoinAction.text=Versoek Dogecoin
+receiveBitcoinAction.tooltip=Versoek Dogecoin van iemand
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Voorkeure
@@ -219,24 +220,24 @@ showPreferencesSubmitAction.text=Pas veranderinge toe
showPreferencesSubmitAction.tooltip=Pas veranderinge toe
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Stuur Bitcoin
+sendBitcoinPanel.title=Stuur Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Stuur besonderhede
-sendBitcoinPanel.helpLabel1.message=Jy wil Bitcoin stuur.
+sendBitcoinPanel.helpLabel1.message=Jy wil Dogecoin stuur.
sendBitcoinPanel.helpLabel2.message=Kies of sleutel 'n adres in sowel as die bedrag wat jy wil stuur.
sendBitcoinPanel.helpLabel3.message=Voeg 'n opsionele etiket by.
sendBitcoinPanel.addressLabel=Adres
-sendBitcoinPanel.addressLabel.tooltip=Die adres waarna jy Bitcoin will stuur
+sendBitcoinPanel.addressLabel.tooltip=Die adres waarna jy Dogecoin will stuur
sendBitcoinPanel.labelLabel=Etiket
sendBitcoinPanel.labelLabel.tooltip=Beskrywende etiket vir die adres
sendBitcoinPanel.amountLabel=Bedrag
sendBitcoinPanel.amountLabel.tooltip=Bedrag om te stuur
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Eenheid van BTC
-sendBitcoinPanel.sendingAddressesTitle=Adresse om Bitcoin na te stuur
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Eenheid van DOGE
+sendBitcoinPanel.sendingAddressesTitle=Adresse om Dogecoin na te stuur
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Jou versendings adresse (Mag verouderd wees)
sendBitcoinPanel.couldNotUnderstandQRcode=Kan nie die VR kode van "{0}" verstaan nie.
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Trek die|VR kode|hier na toe
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Trek die Bitcoin VR kode hier na toe om die 'Stuur' vorm automaties te voltooi.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Trek die Dogecoin VR kode hier na toe om die 'Stuur' vorm automaties te voltooi.
sendBitcoinPanel.showMore.text=Meer
sendBitcoinPanel.showMore.tooltip=Vertoon die kant paneel
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Minder
sendBitcoinPanel.showLess.tooltip=Versteek die kant paneel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Ontvang Bitcoin
-receiveBitcoinPanel.helpLabel1.message=Jy wil Bitcoin ontvang.
+receiveBitcoinPanel.title=Ontvang Dogecoin
+receiveBitcoinPanel.helpLabel1.message=Jy wil Dogecoin ontvang.
receiveBitcoinPanel.helpLabel2.message=Kies een van jou ontvangs adresse.
receiveBitcoinPanel.helpLabel3.message=Sleutel in 'n opsionele etiket en ;n bedrag.
receiveBitcoinPanel.addressLabel=Jou adres
-receiveBitcoinPanel.addressLabel.tooltip=Die adress waar by jy Bitcoin wil ontvang
+receiveBitcoinPanel.addressLabel.tooltip=Die adress waar by jy Dogecoin wil ontvang
receiveBitcoinPanel.labelLabel=Etiket
receiveBitcoinPanel.labelLabel.tooltip=Beskrywende etiket vir die adres
receiveBitcoinPanel.amountLabel=Bedrag
receiveBitcoinPanel.amountLabel.tooltip=Bedrag om te ontvang
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Eenheid van BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Eenheid van DOGE
receiveBitcoinPanel.receivingAddressesTitle=Jou ontvangs adresse
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Jou ontvangs adresse (Mag verouderd wees)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Etiket
addressBookTableModel.addressColumnHeader=Adres
copyQRCodeTextAction.text=Kopieer Teks
-copyQRCodeTextAction.tooltip=Kopieer Bitcoin URI teks na die knipbord
+copyQRCodeTextAction.tooltip=Kopieer Dogecoin URI teks na die knipbord
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kopieer
-copyQRCodeImageAction.tooltip=Kopieer Bitcoin VR Kode na die knipbord
+copyQRCodeImageAction.tooltip=Kopieer Dogecoin VR Kode na die knipbord
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Plak
-pasteSwatchAction.tooltip=Plak die Bitcoin URI teks of VR kode van die knipbord
+pasteSwatchAction.tooltip=Plak die Dogecoin URI teks of VR kode van die knipbord
pasteSwatchAction.mnemonicKey=B
createOrEditAddressAction.createReceiving.text=New
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Create new receiving addresses
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=New
-createOrEditAddressAction.createSending.tooltip=Verskaf 'n nuwe adres om Bitcoin na te stuur
+createOrEditAddressAction.createSending.tooltip=Verskaf 'n nuwe adres om Dogecoin na te stuur
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Stuur aan "{1}" ({0})
validationErrorView.title=Geldigverklaring fout
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=Die adres "{0}" is nie 'n geldige Bitcoin adres nie.
+validationErrorView.addressInvalidMessage=Die adres "{0}" is nie 'n geldige Dogecoin adres nie.
validationErrorView.amountIsMissingMessage=Jy moet 'n bedrag aandui
validationErrorView.amountInvalidMessage=Die bedrag "{0}" word nie herken as 'n bedrag nie.
-validationErrorView.amountIsNegativeOrZeroMessage=Die bedrag moet meer wees as 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Die bedrag moet meer wees as 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=Daar is nie genoeg fondse in die beursie om {0} BTC te stuur nie,\nLet daarop dat jy net bevestigde transaksies kan spandeer.\nOnthou dat die sender 'n fooi betaal.
-validationErrorView.notEnoughFundsMessage2=Daar is nie genoeg fondse in die beursie om {0} BTC te stuur nie.\nJy kan net spandeer wat in jou "beskikbaar om te spandeer" balans is.\nOnthou dat die sender betaal 'n fooi.
+validationErrorView.notEnoughFundsMessage=Daar is nie genoeg fondse in die beursie om {0} DOGE te stuur nie,\nLet daarop dat jy net bevestigde transaksies kan spandeer.\nOnthou dat die sender 'n fooi betaal.
+validationErrorView.notEnoughFundsMessage2=Daar is nie genoeg fondse in die beursie om {0} DOGE te stuur nie.\nJy kan net spandeer wat in jou "beskikbaar om te spandeer" balans is.\nOnthou dat die sender betaal 'n fooi.
validationErrorView.moreHelp=Meer Hulp
showTransactionsAction.text=Transaksies
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Jou beursie beskrywing
singleWalletPanel.dataHasChanged.text=Opdatering gestop.
singleWalletPanel.dataHasChanged.tooltip.1=Die beursie is deur 'n ander program verander.
-singleWalletPanel.dataHasChanged.tooltip.2=MultiBit het opdatering gestop om foute te voorkom.
+singleWalletPanel.dataHasChanged.tooltip.2=MultiDoge het opdatering gestop om foute te voorkom.
singleWalletPanel.dataHasChanged.backupFile=Rugsteun l\u00eaer is "{0}".
singleWalletPanel.twistyRightText=Kliek om beursie besonderhede te vertoon
singleWalletPanel.twistyDownText=Kliek om beursie besonderhede te verbloem
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Hestel datum
resetTransactionsPanel.resetFromFirstTransaction=Herstel vanaf die datum van die eerste transkasie
resetTransactionsPanel.chooseResetDate=Specify reset date\: {0}
-showOpenUriView.title=Open Bitcoin URI
-showOpenUriView.message1=Another application has requested a Bitcoin payment.
+showOpenUriView.title=Open Dogecoin URI
+showOpenUriView.message1=Another application has requested a Dogecoin payment.
showOpenUriView.message2=Do you want to fill the 'Send' form with the request ?
showOpenUriView.yesText=Ja
showOpenUriView.noText=Nee
showOpenUriView.rememberMyDecision=Onthou my besluit
-showOpenUriViewSubmitAction.tooltip=Fill send form with bitcoin payment request
+showOpenUriViewSubmitAction.tooltip=Fill send form with dogecoin payment request
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Payment request received but ignored due to preferences
showOpenUriViewAction.tooltip=Yes, fill send form with payment request
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Kies vertoon font
-fontChooser.tooltip=Kies font om in MultiBit te gebruik
+fontChooser.tooltip=Kies font om in MultiDoge te gebruik
fontChooser.mnemonic=L
fontChooser.ok=Ok
fontChooser.cancel=Kanselleer
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Kies die l\u00eaer waarna toe jy die
showExportPrivateKeysPanel.password.title=Wagwoord van uitgevoerde l\u00eaer
showExportPrivateKeysPanel.passwordProtect=Wagwoord beskerm uitvoer l\u00eaer\:
showExportPrivateKeysPanel.doNotPasswordProtect=Moet nie die uitvoer l\u00eaer met 'n wagwoord beslerm nie.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Enige een wat die uitvoer l\u00eaer kan lees, kan jou Bitcoin spandeer.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Enige een wat die uitvoer l\u00eaer kan lees, kan jou Dogecoin spandeer.
showExportPrivateKeysPanel.walletPasswordPrompt=Beursie wagwoord
showExportPrivateKeysPanel.passwordPrompt=Wagwoord
showExportPrivateKeysPanel.repeatPasswordPrompt=Herhaal die wagwoord
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=View at blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=View at blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=View at dogechain.info
crudButton.new=New
crudButton.open=Aanl\u00ea
crudButton.delete=Delete
closeWalletAction.text=Close Wallet
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Delete Wallet
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=The wallet "{0}" was deleted successfu
deleteWalletConfirmDialog.walletDeleteError1=There was an error deleting the wallet.
deleteWalletConfirmDialog.walletDeleteError2=The error was "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Wrong answer
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Welcome
-welcomePanel.title=Welcome to MultiBit
+welcomePanel.title=Welcome to MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Wagwoord
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet\:
changePasswordPanel.newPasswordPrompt=New password
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Enter the current password
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Verskyn as die beste in die index op hoogte van {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Dit is onbekend hoeveel eweknie\u00eb die transaksie gesien het.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Daar is slegs 8 desimale plekke in 'n Bitcoin bedrag
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Daar is slegs 8 desimale plekke in 'n Dogecoin bedrag
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/ar/viewer.properties b/src/main/resources/i18n/ar/viewer.properties
index 27e44cc8a..0612efdea 100755
--- a/src/main/resources/i18n/ar/viewer.properties
+++ b/src/main/resources/i18n/ar/viewer.properties
@@ -53,8 +53,8 @@ showPreferencesPanel.feeLabel.text=\u0627\u0644\u0631\u0633\u0648\u0645
showPreferencesPanel.size.text=\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u0628\u0627\u064a\u062a {0}
showPreferencesPanel.couldNotUnderstandFee=\u0641\u0634\u0644 \u0627\u0644\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062f\u062e\u0644\u0629 "{0}". \u0633\u064a\u062a\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0642\u064a\u0645\u0629 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0642\u062f\u064a\u0645\u0629.
showPreferencesPanel.aFeeMustBeSet=\u064a\u062c\u0628 \u062a\u062d\u062f\u064a\u062f \u0631\u0633\u0648\u0645 \u0644\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a. \u062a\u0645 \u0625\u0628\u0642\u0627\u0621 \u0642\u064a\u0645\u0629 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0642\u062f\u064a\u0645\u0629.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u0627\u0644\u0631\u0633\u0648\u0645 \u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 0.0001 BTC \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644. \u0633\u064a\u062a\u0645 \u0625\u0628\u0642\u0627\u0621 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0627\u0628\u0642 \u0625\u062e\u062a\u064a\u0627\u0631\u0647\u0627.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0631\u0633\u0648\u0645 \u0623\u0642\u0644 \u0645\u0646 1 BTC. \u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0639\u0634\u0631\u064a. \u0633\u064a\u062a\u0645 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0642\u062f\u064a\u0645\u0629.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u0627\u0644\u0631\u0633\u0648\u0645 \u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 0.0001 DOGE \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644. \u0633\u064a\u062a\u0645 \u0625\u0628\u0642\u0627\u0621 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0627\u0628\u0642 \u0625\u062e\u062a\u064a\u0627\u0631\u0647\u0627.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0631\u0633\u0648\u0645 \u0623\u0642\u0644 \u0645\u0646 1 DOGE. \u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0639\u0634\u0631\u064a. \u0633\u064a\u062a\u0645 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0642\u062f\u064a\u0645\u0629.
showPreferencesPanel.browserIntegrationTitle=\u0627\u0644\u062f\u0645\u062c \u0645\u0639 \u0627\u0644\u0645\u062a\u0635\u0641\u062d
showPreferencesPanel.browserIntegration.messageText=\u0645\u0627\u0630\u0627 \u062a\u0631\u064a\u062f \u0623\u0646 \u064a\u062d\u062f\u062b \u0639\u0646\u062f \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0637\u0644\u0628 \u062f\u0641\u0639 \u0628\u064a\u062a\u0643\u0648\u064a\u0646 \u0641\u064a \u0645\u062a\u0635\u0641\u062d\u061f
showPreferencesPanel.ignoreAll=\u062a\u062c\u0627\u0647\u0644 \u062c\u0645\u064a\u0639 \u0637\u0644\u0628\u0627\u062a \u0627\u0644\u062f\u0641\u0639 \u0628\u0628\u064a\u062a\u0643\u0648\u064a\u0646
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=\u0645\u0639\u0631\u0641 \u0627\u0
showPreferencesPanel.getAppId.text=\u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0631\u0641 \u0627\u0644\u062a\u0637\u0628\u064a\u0642
showPreferencesPanel.getAppId.tooltip=\u0641\u062a\u062d \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0648\u0627\u0644\u062a\u0648\u0642\u064a\u0639 \u0639\u0644\u0649 OpenExchangeRates.org
showPreferencesPanel.getAppId.label=\u0627\u0636\u063a\u0637 \u0639\u0644\u0649 "\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c" \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0623\u062f\u0646\u0627\u0647
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\u0627\u0644\u0645\u062d\u0641\u0638\u0629 "{0}" \u0627\u0644\u062a\u064a \u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647\u0627.
multiBit.openingWallet=\u0641\u062a\u062d \u0627\u0644\u0645\u062d\u0641\u0638\u0629 "{0}"...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=... \u062a\u0645.
multiBit.closedWallet=\u062a\u0645 \u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0645\u062d\u0641\u0638\u0629 "{0}" \u0628\u0646\u062c\u0627\u062d.
multibit.userDataDirectory=\u062f\u0644\u064a\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0647\u0648 "{0}".
multibit.installationDirectory=\u062f\u0644\u064a\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0647\u0648 "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=\u0627\u0644\u0631\u0635\u064a\u062f
multiBitFrame.balanceLabel.tooltip=\u0627\u0644\u0631\u0635\u064a\u062f \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0628\u064a\u062a\u0643\u0648\u064a\u0646 \u063a\u064a\u0631 \u0645\u0624\u0643\u062f\u0629 \u0648\u0627\u0644\u0635\u0631\u0627\u0641\u0629
multiBitFrame.ticker.show.text=\u0625\u0638\u0647\u0627\u0631 \u0634\u0631\u064a\u0637 \u0627\u0644\u0639\u0645\u0644\u0629
@@ -154,7 +155,7 @@ multiBitService.couldNotLoadBlockchain=\u062a\u0639\u0630\u0631 \u062a\u062d\u06
multiBitService.replayingFromBlockCache=\u062c\u0627\u0631\u064a \u0627\u0644\u0625\u0639\u0627\u062f\u0629 \u0645\u0646 \u0627\u0644\u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u0645\u062d\u0644\u064a\u0629 \u0627\u0644\u0645\u0624\u0642\u062a\u0629...
exitAction.text=\u062e\u0631\u0648\u062c
-exitAction.tooltip=\u0627\u0644\u062e\u0631\u0648\u062c \u0645\u0646 MultiBit
+exitAction.tooltip=\u0627\u0644\u062e\u0631\u0648\u062c \u0645\u0646 MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=\u0641\u062a\u062d \u0645\u062d\u0641\u0638\u0629
@@ -173,14 +174,14 @@ openWalletView.title=\u0641\u062a\u062d \u0645\u062d\u0641\u0638\u0629
saveWalletAsView.untitled=\u0628\u062f\u0648\u0646 \u0639\u0646\u0648\u0627\u0646
-helpAboutAction.text=\u062d\u0648\u0644 MultiBit
-helpAboutAction.tooltip=\u062d\u0648\u0644 MultiBit
+helpAboutAction.text=\u062d\u0648\u0644 MultiDoge
+helpAboutAction.tooltip=\u062d\u0648\u0644 MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=\u062d\u0648\u0644 MultiBit
+helpAboutAction.messageBoxTitle=\u062d\u0648\u0644 MultiDoge
helpAboutAction.versionText=\u0627\u0644\u0625\u0635\u062f\u0627\u0631\: {0}
showHelpContentsAction.text=\u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a
-showHelpContentsAction.tooltip=\u0625\u0638\u0647\u0627\u0631 \u0645\u0633\u0627\u0639\u062f\u0629 MultiBit
+showHelpContentsAction.tooltip=\u0625\u0638\u0647\u0627\u0631 \u0645\u0633\u0627\u0639\u062f\u0629 MultiDoge
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=\u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a
@@ -204,7 +205,7 @@ sendBitcoinConfirmView.sendOption=\u0625\u0631\u0633\u0627\u0644
sendBitcoinConfirmView.cancelOption=\u0625\u0644\u063a\u0627\u0621
sendBitcoinConfirmView.message=\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0625\u0631\u0633\u0627\u0644 \u0628\u064a\u062a\u0643\u0648\u064a\u0646 \u0643\u0645\u0627 \u064a\u0644\u064a\:
sendBitcoinConfirmView.title=\u062a\u0623\u0643\u064a\u062f \u0625\u0631\u0633\u0627\u0644 \u0628\u064a\u062a\u0643\u0648\u064a\u0646
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit \u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0639\u0644\u0649 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a \u0648\u062a\u0648\u0635\u064a\u0644\u0647\u0627 \u0644\u0644\u0646\u062f \u0623\u0643\u062b\u0631 \u0645\u0646 \u0648\u0627\u062d\u062f \u0644\u0625\u0631\u0633\u0627\u0644 bitcoin.
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge \u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0639\u0644\u0649 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a \u0648\u062a\u0648\u0635\u064a\u0644\u0647\u0627 \u0644\u0644\u0646\u062f \u0623\u0643\u062b\u0631 \u0645\u0646 \u0648\u0627\u062d\u062f \u0644\u0625\u0631\u0633\u0627\u0644 dogecoin.
receiveBitcoinAction.textShort=\u0637\u0644\u0628
receiveBitcoinAction.text=\u0637\u0644\u0628 \u0628\u064a\u062a\u0643\u0648\u064a\u0646
@@ -212,7 +213,7 @@ receiveBitcoinAction.tooltip=\u0637\u0644\u0628 \u0628\u064a\u062a\u0643\u0648\u
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=\u062a\u0641\u0636\u064a\u0644\u0627\u062a
-showPreferencesAction.tooltip=\u0639\u0631\u0636 \u062a\u0641\u0636\u064a\u0644\u0627\u062a MultiBit
+showPreferencesAction.tooltip=\u0639\u0631\u0636 \u062a\u0641\u0636\u064a\u0644\u0627\u062a MultiDoge
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a
@@ -230,8 +231,8 @@ sendBitcoinPanel.labelLabel=\u0627\u0633\u0645
sendBitcoinPanel.labelLabel.tooltip=\u0627\u0633\u0645 \u0644\u0647\u0630\u0627 \u0627\u0644\u0639\u0646\u0648\u0627\u0646
sendBitcoinPanel.amountLabel=\u0627\u0644\u0645\u0628\u0644\u063a
sendBitcoinPanel.amountLabel.tooltip=\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0645\u0631\u0627\u062f \u0627\u0631\u0633\u0627\u0644\u0647
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=\u0648\u062d\u062f\u0629 BTC
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=\u0648\u062d\u062f\u0629 DOGE
sendBitcoinPanel.sendingAddressesTitle=\u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0645\u0631\u0627\u062f \u0627\u0631\u0633\u0627\u0644 \u0628\u064a\u062a\u0643\u0648\u064a\u0646 \u0644\u0647\u0627
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=(\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643) \u0642\u062f \u062a\u0643\u0648\u0646 \u0642\u062f\u064a\u0645\u0627
sendBitcoinPanel.couldNotUnderstandQRcode=\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u0631\u0645\u0632 \u0627\u0644\u0628\u0627\u0631\u0643\u0648\u062f "{0}".
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=\u0627\u0633\u0645
receiveBitcoinPanel.labelLabel.tooltip=\u0627\u0633\u0645 \u0644\u0647\u0630\u0627 \u0627\u0644\u0639\u0646\u0648\u0627\u0646
receiveBitcoinPanel.amountLabel=\u0627\u0644\u0645\u0628\u0644\u063a
receiveBitcoinPanel.amountLabel.tooltip=\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0645\u0631\u0627\u062f \u0627\u0633\u062a\u0644\u0627\u0645\u0647
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=\u0648\u062d\u062f\u0629 BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=\u0648\u062d\u062f\u0629 DOGE
receiveBitcoinPanel.receivingAddressesTitle=\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0625\u0633\u062a\u0642\u0628\u0627\u0644 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0627\u0633\u062a\u0644\u0627\u0645 (\u0642\u062f \u062a\u0643\u0648\u0646 \u0642\u062f\u064a\u0645\u0629)
@@ -330,10 +331,10 @@ validationErrorView.okOption=\u0645\u0648\u0627\u0641\u0642
validationErrorView.addressInvalidMessage=\u0627\u0644\u0639\u0646\u0648\u0627\u0646 "{0}" \u0644\u064a\u0633 \u0639\u0646\u0648\u0627\u0646 \u0635\u0627\u0644\u062d \u0644\u0628\u064a\u062a\u0643\u0648\u064a\u0646.
validationErrorView.amountIsMissingMessage=\u064a\u062c\u0628 \u062a\u062d\u062f\u064a\u062f \u0645\u0628\u0644\u063a
validationErrorView.amountInvalidMessage=\u0644\u0645 \u064a\u0645\u0643\u0646 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0645\u0628\u0644\u063a "{0}" \u0625\u0644\u0649 \u0631\u0642\u0645.
-validationErrorView.amountIsNegativeOrZeroMessage=\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0644\u0639\u062f\u062f \u0623\u0643\u0628\u0631 \u0645\u0646 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0644\u0639\u062f\u062f \u0623\u0643\u0628\u0631 \u0645\u0646 0 DOGE.
validationErrorView.amountIsTooSmallMessage=\u0627\u0644\u0645\u0628\u0644\u063a \u0642\u0644\u064a\u0644 \u062c\u062f\u0627\u064b. \u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 {0} \u0633\u0627\u062a\u0648\u0634\u064a \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629
showTransactionsAction.text=\u0645\u0639\u0627\u0645\u0644\u0627\u062a
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=\u0648\u0635\u0641 \u0645\u062d\u
singleWalletPanel.dataHasChanged.text=\u062a\u0648\u0642\u0641\u062a \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u0627\u062a.
singleWalletPanel.dataHasChanged.tooltip.1=.\u0628\u0631\u0646\u0627\u0645\u062c \u0622\u062e\u0631 \u063a\u064a\u0631 \u0647\u0630\u0647 \u0627\u0644\u0645\u062d\u0641\u0638\u0629
-singleWalletPanel.dataHasChanged.tooltip.2=\u0644\u062a\u062c\u0646\u0628 \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0642\u0627\u0645 \u0628\u0631\u0646\u0627\u0645\u062c MultiBit \u0628\u0627\u064a\u0642\u0627\u0641 \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u0627\u062a.
+singleWalletPanel.dataHasChanged.tooltip.2=\u0644\u062a\u062c\u0646\u0628 \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0642\u0627\u0645 \u0628\u0631\u0646\u0627\u0645\u062c MultiDoge \u0628\u0627\u064a\u0642\u0627\u0641 \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u0627\u062a.
singleWalletPanel.dataHasChanged.backupFile=\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0627\u062d\u062a\u064a\u0627\u0637\u064a \u0647\u0648 "{0}".
singleWalletPanel.twistyRightText=\u0623\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0645\u062d\u0641\u0638\u0629
singleWalletPanel.twistyDownText=\u0623\u0646\u0642\u0631 \u0644\u0625\u062e\u0641\u0627\u0621 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0645\u062d\u0641\u0638\u0629
@@ -406,7 +407,7 @@ showOpenUriViewAction.tooltip=\u0646\u0639\u0645 \u0642\u0645 \u0628\u062a\u0639
showOpenUriViewAction.mnemonic=Y
fontChooser.text=\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u062e\u0637
-fontChooser.tooltip=\u0642\u0645 \u0628\u0627\u062e\u064a\u062a\u0627\u0631 \u0627\u0644\u062e\u0637 \u0627\u0644\u0645\u0631\u0627\u062f \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647 \u0641\u064a MultiBit
+fontChooser.tooltip=\u0642\u0645 \u0628\u0627\u062e\u064a\u062a\u0627\u0631 \u0627\u0644\u062e\u0637 \u0627\u0644\u0645\u0631\u0627\u062f \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647 \u0641\u064a MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=\u0645\u0648\u0627\u0641\u0642
fontChooser.cancel=\u0625\u0644\u063a\u0627\u0621
@@ -508,7 +509,7 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=1MoatPFoB1gqEkw6ugwH24gdcYCRRcCrYf
transactionDetailsDialog.sizeLabel.tooltip=\u062d\u062c\u0645 \u0647\u0630\u0627 \u0627\u0644\u062a\u062d\u0648\u064a\u0644 \u0628\u0627\u0644\u0628\u0627\u064a\u062a
transactionDetailsDialog.viewAtBlockExplorer=\u0627\u0639\u0631\u0636 \u0641\u064a blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=\u0627\u0639\u0631\u0636 \u0641\u064a blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=\u0627\u0639\u0631\u0636 \u0641\u064a dogechain.info
crudButton.new=\u062c\u062f\u064a\u062f
crudButton.open=\u0641\u062a\u062d
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=\u062a\u0645 \u062d\u0630\u0641 \u0627
deleteWalletConfirmDialog.walletDeleteError1=\u062d\u062f\u062b \u062e\u0644\u0644 \u0623\u062b\u0646\u0627\u0621 \u062d\u0630\u0641 \u0627\u0644\u0645\u062d\u0641\u0638\u0629.
deleteWalletConfirmDialog.walletDeleteError2=\u0627\u0644\u062e\u0644\u0644 "{0}".
deleteWalletConfirmDialog.question1=\u0644\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u062f\u062e\u0648\u0644 \u0647\u0630\u0627 \u0627\u0644\u0625\u062c\u0631\u0627\u0621
-deleteWalletConfirmDialog.question2=\u0627\u0633\u0645 \u062e\u0627\u0644\u0642 Bitcoin.
+deleteWalletConfirmDialog.question2=\u0627\u0633\u0645 \u062e\u0627\u0644\u0642 Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=\u0625\u062c\u0627\u0628\u0629 \u062e\u0627\u0637\u0626\u0629
deleteWalletException.walletWasReadonly=\u0627\u0644\u0645\u062d\u0641\u0638\u0629 (\u0623\u0648 \u0645\u0644\u0641 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u062d\u0641\u0638\u0629) \u0644\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637. \u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u062d\u0630\u0641
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=\u0644\u0645 \u064a\u062a\u0645 \
deleteWalletConfirmDialog.newWalletCreated=\u062a\u0645 \u0623\u0646\u0634\u0627\u0621 \u0645\u062d\u0641\u0638\u0629 \u0644\u0643 \u0644\u0639\u062f\u0645 \u0648\u062c\u0648\u062f \u0645\u062d\u0627\u0641\u0638 \u0633\u0627\u0628\u0642\u0627.
welcomePanel.text=\u0645\u0631\u062d\u0628\u0627
-welcomePanel.title=\u0645\u0631\u062d\u0628\u0627 \u0628\u0643\u0645 \u0641\u064a MultiBit
+welcomePanel.title=\u0645\u0631\u062d\u0628\u0627 \u0628\u0643\u0645 \u0641\u064a MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=\u0645\u0639 MultiBit \u062a\u0648\u0636\u0639 \u0646\u0642\u0648\u062f\u0643 \u0645\u0646 \u0639\u0645\u0644\u0629 \u0628\u064a\u062a\u0643\u0648\u064a\u0646 \u0641\u064a \u0645\u062d\u0641\u0638\u0629. \u064a\u0645\u0643\u0646\u0643 \u0627\u0646\u0634\u0627\u0621 \u0639\u062f\u0629 \u0645\u062d\u0627\u0641\u0638 \u0644\u062a\u0648\u0632\u064a\u0639 \u0627\u0644\u0645\u0628\u0627\u0644\u063a \u0648 \u062a\u0646\u0638\u064a\u0645\u0647\u0627. \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062d\u0627\u0641\u0638 \u0645\u062f\u0631\u062c\u0629 \u0641\u064a \u0644\u0648\u062d\u0629 "\u0627\u0644\u0645\u062d\u0627\u0641\u0638" \u0639\u0644\u064a \u0627\u0644\u064a\u0633\u0627\u0631.
+welcomePanel.paragraph1=\u0645\u0639 MultiDoge \u062a\u0648\u0636\u0639 \u0646\u0642\u0648\u062f\u0643 \u0645\u0646 \u0639\u0645\u0644\u0629 \u0628\u064a\u062a\u0643\u0648\u064a\u0646 \u0641\u064a \u0645\u062d\u0641\u0638\u0629. \u064a\u0645\u0643\u0646\u0643 \u0627\u0646\u0634\u0627\u0621 \u0639\u062f\u0629 \u0645\u062d\u0627\u0641\u0638 \u0644\u062a\u0648\u0632\u064a\u0639 \u0627\u0644\u0645\u0628\u0627\u0644\u063a \u0648 \u062a\u0646\u0638\u064a\u0645\u0647\u0627. \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062d\u0627\u0641\u0638 \u0645\u062f\u0631\u062c\u0629 \u0641\u064a \u0644\u0648\u062d\u0629 "\u0627\u0644\u0645\u062d\u0627\u0641\u0638" \u0639\u0644\u064a \u0627\u0644\u064a\u0633\u0627\u0631.
welcomePanel.paragraph2=\u0639\u0646\u062f \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0643 \u0644\u0623\u064a \u0645\u0646 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u0627\u062a \u0645\u0646 \u0627\u0644\u0642\u0648\u0627\u0626\u0645 \u0641\u0625\u0646\u0647 \u0633\u064a\u062a\u0645 \u0641\u062a\u062d\u0647\u0627 \u0641\u0628 \u0646\u0648\u0627\u0641\u0630 \u0645\u0635\u063a\u0631\u0629. \u0646\u0648\u0627\u0641\u0630 "\u0627\u0644\u0625\u0631\u0633\u0627\u0644" \u0648 "\u0627\u0644\u0637\u0644\u0628" \u0648 "\u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a" \u0633\u062a\u0643\u0648\u0646 \u062f\u0627\u0626\u0645\u0627 \u0645\u0641\u062a\u0648\u062d\u0629 \u0623\u0645\u0627 \u0627\u0644\u0646\u0648\u0627\u0641\u0630 \u0627\u0644\u0623\u062e\u0631\u0649 \u0641\u064a\u0645\u0643\u0646 \u0627\u063a\u0644\u0627\u0642\u0647\u0627 \u0628\u0627\u0644\u0636\u063a\u0637 \u0639\u0644\u0649 \u0639\u0644\u0627\u0645\u0629 "x" \u0641\u064a \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u0635\u063a\u0631\u0629.
welcomePanel.paragraph2.5=\u0628\u0625\u0645\u0643\u0627\u0646\u0643 \u062a\u062d\u062f\u064a\u062f \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0644\u0645\u062d\u0641\u0638\u062a\u0643 \u0644\u062d\u0645\u0627\u064a\u062a\u0647\u0627 \u0628\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 "\u0645\u0644\u0641 | \u0623\u0636\u0641 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631".
welcomePanel.paragraph3=\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0645\u0643\u0648\u0646\u0627\u062a \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0634\u0631\u062d \u064a\u0638\u0647\u0631 \u0639\u0646\u062f \u062a\u062d\u0631\u064a\u0643 \u0645\u0624\u0634\u0631 \u0627\u0644\u0641\u0623\u0631\u0629 \u0648\u0648\u0636\u0639\u0647 \u0641\u0648\u0642 \u0647\u0630\u0647 \u0627\u0644\u0645\u0643\u0648\u0646\u0627\u062a.
@@ -660,7 +661,7 @@ currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=\u064a\u0645\u0643\u0646 \u064
currencyConverter.couldNotUnderstandAmount=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0641\u0647\u0645 \u0627\u0644\u0645\u0628\u0644\u063a "{0}" \u0643\u0631\u0642\u0645
alertManagerTitle=\u064a\u0648\u062c\u062f \u0625\u0635\u062f\u0627\u0631 \u062c\u062f\u064a\u062f \u0645\u062a\u0648\u0641\u0631
-alertManagerLine1=\u0647\u0646\u0627\u0643 \u0625\u0635\u062f\u0627\u0631 \u062c\u062f\u064a\u062f \u0645\u062a\u0648\u0641\u0631 "{0}" \u0645\u0646 MultiBit.
+alertManagerLine1=\u0647\u0646\u0627\u0643 \u0625\u0635\u062f\u0627\u0631 \u062c\u062f\u064a\u062f \u0645\u062a\u0648\u0641\u0631 "{0}" \u0645\u0646 MultiDoge.
alertManagerLine2=\u0625\u0635\u062f\u0627\u0631\u0643 \u0623\u0644\u062d\u0627\u0644\u064a \u0647\u0648 "{0}".
alertManagerViewRelease=\u0639\u0631\u0636 \u0627\u0644\u0625\u0635\u062f\u0627\u0631
diff --git a/src/main/resources/i18n/cs/viewer.properties b/src/main/resources/i18n/cs/viewer.properties
index 873e6d2e4..50ffc2d6e 100755
--- a/src/main/resources/i18n/cs/viewer.properties
+++ b/src/main/resources/i18n/cs/viewer.properties
@@ -51,10 +51,10 @@ showPreferencesPanel.language.37=Srb\u0161tina
showPreferencesPanel.feeTitle=Transak\u010dn\u00ed poplatek
showPreferencesPanel.feeLabel.text=Poplatek
showPreferencesPanel.size.text={0} bajt\u016f
-showPreferencesPanel.couldNotUnderstandFee=MultiBit nerozum\u00ed poplatku "{0}". Byl ponech\u00e1n p\u016fvodn\u00ed poplatek.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge nerozum\u00ed poplatku "{0}". Byl ponech\u00e1n p\u016fvodn\u00ed poplatek.
showPreferencesPanel.aFeeMustBeSet=Mus\u00edte nastavit transak\u010dn\u00ed poplatek. Byl ponech\u00e1n p\u016fvodn\u00ed poplatek.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Poplatek mus\u00ed b\u00fdt nejm\u00e9n\u011b 0.0001 BTC. Byl ponech\u00e1n p\u016fvodn\u00ed poplatek.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Poplatek mus\u00ed b\u00fdt ni\u017e\u0161\u00ed ne\u017e 1 BTC. Zkontrolujte, zda pou\u017e\u00edv\u00e1te spr\u00e1vn\u00fd odd\u011blova\u010d desetinn\u00fdch m\u00edst. Pou\u017eije se p\u016fvodn\u00ed hodnota poplatku.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Poplatek mus\u00ed b\u00fdt nejm\u00e9n\u011b 0.0001 DOGE. Byl ponech\u00e1n p\u016fvodn\u00ed poplatek.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Poplatek mus\u00ed b\u00fdt ni\u017e\u0161\u00ed ne\u017e 1 DOGE. Zkontrolujte, zda pou\u017e\u00edv\u00e1te spr\u00e1vn\u00fd odd\u011blova\u010d desetinn\u00fdch m\u00edst. Pou\u017eije se p\u016fvodn\u00ed hodnota poplatku.
showPreferencesPanel.browserIntegrationTitle=Integrace do prohl\u00ed\u017ee\u010de
showPreferencesPanel.browserIntegration.messageText=Co se m\u00e1 st\u00e1t po kliknut\u00ed na \u017e\u00e1dost o platbu Bitcoinem ve webov\u00e9m prohl\u00ed\u017ee\u010di?
showPreferencesPanel.ignoreAll=Ignorovat v\u0161echny \u017e\u00e1dosti o platbu Bitcoinem
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Druh\u00fd \u0159\u00e1dek
showPreferencesPanel.ticker.showSecondRow=Zobrazit druh\u00fd \u0159\u00e1dek
showPreferencesPanel.ticker.exchange=Sm\u011bn\u00e1rna
showPreferencesPanel.ticker.currency=M\u011bna
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Zobrazit Bitcoin p\u0159eveden\u00fd na fiat m\u011bnu
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin se zobraz\u00ed p\u0159epo\u010d\u00edt\u00e1n pomoc\u00ed posledn\u00edho kurzu t\u00e9to m\u011bny.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Zobrazit Dogecoin p\u0159eveden\u00fd na fiat m\u011bnu
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin se zobraz\u00ed p\u0159epo\u010d\u00edt\u00e1n pomoc\u00ed posledn\u00edho kurzu t\u00e9to m\u011bny.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=P\u0159\u00edstupov\u00fd k\u00f3d App ID od OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Zadali jste neplatn\u00e9 App ID.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Neplatn\u00e9 App ID
showPreferencesPanel.getAppId.text=Z\u00edskat App ID
showPreferencesPanel.getAppId.tooltip=Otev\u0159ete prohl\u00ed\u017ee\u010d a zaregistrujte se na OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Stiskn\u011bte tla\u010d\u00edtko "Z\u00edskat App ID" n\u00ed\u017ee
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Byla vytvo\u0159ena pen\u011b\u017eenka "{0}".
multiBit.openingWallet=Otev\u00edr\u00e1n\u00ed pen\u011b\u017eenky "{0}"...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=...hotovo.
multiBit.closedWallet=Pen\u011b\u017eenka "{0}" byla \u00fasp\u011b\u0161n\u011b uzav\u0159ena.
multibit.userDataDirectory=U\u017eivatelsk\u00e1 slo\u017eka je "{0}".
multibit.installationDirectory=C\u00edl instalace je "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Z\u016fstatek
multiBitFrame.balanceLabel.tooltip=Z\u016fstatek v\u010detn\u011b nepotvrzen\u00fdch transakc\u00ed a drobn\u00fdch
multiBitFrame.ticker.show.text=Zobrazit kurzovn\u00ed l\u00edstek
@@ -147,14 +148,14 @@ multiBitFrame.availableToSpend=Dostupn\u00e9 k utracen\u00ed\: {0}
multiBitFrame.availableToSpend2=K dispozici na \u00fatratu
multiBitFrame.availableToSpend.tooltip=Z\u016fstatek sn\u00ed\u017een\u00fd o nepotvrzen\u00e9 transakce a drobn\u00e9, kter\u00e9 se je\u0161t\u011b maj\u00ed vr\u00e1tit
-multiBitService.errorText=Nelze se p\u0159ipojit k s\u00edti Bitcoin. Do\u0161lo k chyb\u011b\: {0}
-multiBitService.errorTitleText=Chyba p\u0159i p\u0159ipojov\u00e1n\u00ed k s\u00edti Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=Ukon\u010dov\u00e1n\u00ed p\u0159ipojen\u00ed k s\u00edti Bitcoin...
+multiBitService.errorText=Nelze se p\u0159ipojit k s\u00edti Dogecoin. Do\u0161lo k chyb\u011b\: {0}
+multiBitService.errorTitleText=Chyba p\u0159i p\u0159ipojov\u00e1n\u00ed k s\u00edti Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=Ukon\u010dov\u00e1n\u00ed p\u0159ipojen\u00ed k s\u00edti Dogecoin...
multiBitService.couldNotLoadBlockchain=Nelze na\u010d\u00edst blockchain "{0}". Vyskytla se chyba "{1}".
multiBitService.replayingFromBlockCache=P\u0159ehr\u00e1v\u00e1n\u00ed z lok\u00e1ln\u00ed vyrovn\u00e1vac\u00ed pam\u011bti...
exitAction.text=Ukon\u010dit
-exitAction.tooltip=Ukon\u010dit MultiBit
+exitAction.tooltip=Ukon\u010dit MultiDoge
exitAction.mnemonicKey=K
openWalletAction.text=Otev\u0159\u00edt pen\u011b\u017eenku
@@ -173,21 +174,21 @@ openWalletView.title=Otev\u0159\u00edt pen\u011b\u017eenku
saveWalletAsView.untitled=Bez n\u00e1zvu
-helpAboutAction.text=O aplikaci MultiBit
-helpAboutAction.tooltip=O aplikaci MultiBit
+helpAboutAction.text=O aplikaci MultiDoge
+helpAboutAction.tooltip=O aplikaci MultiDoge
helpAboutAction.mnemonicKey=L
-helpAboutAction.messageBoxTitle=O aplikaci MultiBit
+helpAboutAction.messageBoxTitle=O aplikaci MultiDoge
helpAboutAction.versionText=Verze\: {0}
showHelpContentsAction.text=Obsah n\u00e1pov\u011bdy
-showHelpContentsAction.tooltip=Zobrazit n\u00e1pov\u011bdu MultiBitu
+showHelpContentsAction.tooltip=Zobrazit n\u00e1pov\u011bdu MultiDogeu
showHelpContentsAction.mnemonicKey=N
helpContentsView.messageTitle=Obsah n\u00e1pov\u011bdy
sendBitcoinAction.text=Odeslat Bitcoiny
sendBitcoinAction.tooltip=Poslat n\u011bkomu bitcoiny
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=D
sendBitcoinConfirmAction.text=Odeslat
@@ -196,15 +197,15 @@ sendBitcoinConfirmAction.mnemonicKey=D
sendBitcoinNowAction.sendingBitcoin=Odes\u00edl\u00e1m bitcoiny...
sendBitcoinNowAction.bitcoinSentOk=Va\u0161e bitcoiny byly \u00fasp\u011b\u0161n\u011b odesl\u00e1ny.
-sendBitcoinNowAction.bitcoinSendFailed=Odesl\u00e1n\u00ed va\u0161ich bitcoin\u016f se nezda\u0159ilo.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.bitcoinSendFailed=Odesl\u00e1n\u00ed va\u0161ich dogecoin\u016f se nezda\u0159ilo.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Pro odesl\u00e1n\u00ed nen\u00ed dostatek prost\u0159edk\u016f.
sendBitcoinConfirmView.sendOption=Odeslat
sendBitcoinConfirmView.cancelOption=Zru\u0161it
sendBitcoinConfirmView.message=Potvr\u010fte pros\u00edm, \u017ee chcete odeslat bitcoiny takto\:
sendBitcoinConfirmView.title=Potvrdit odesl\u00e1n\u00ed Bitcoinu
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit mus\u00ed b\u00fdt online a p\u0159ipojen\u00e9 k v\u00edce ne\u017e jednomu partnerovi k odes\u00edl\u00e1n\u00ed bitcoin.
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge mus\u00ed b\u00fdt online a p\u0159ipojen\u00e9 k v\u00edce ne\u017e jednomu partnerovi k odes\u00edl\u00e1n\u00ed dogecoin.
receiveBitcoinAction.textShort=\u017d\u00e1dost
receiveBitcoinAction.text=Vy\u017e\u00e1dat Bitcoiny
@@ -212,7 +213,7 @@ receiveBitcoinAction.tooltip=Vy\u017e\u00e1dat od n\u011bkoho Bitcoiny
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=P\u0159edvolby
-showPreferencesAction.tooltip=Zobrazit p\u0159edvolby MultiBitu
+showPreferencesAction.tooltip=Zobrazit p\u0159edvolby MultiDogeu
showPreferencesAction.mnemonicKey=V
showPreferencesSubmitAction.text=Pou\u017e\u00edt zm\u011bny
@@ -230,13 +231,13 @@ sendBitcoinPanel.labelLabel=Popisek
sendBitcoinPanel.labelLabel.tooltip=Popisek pro tuto adresu
sendBitcoinPanel.amountLabel=\u010c\u00e1stka
sendBitcoinPanel.amountLabel.tooltip=\u010c\u00e1stka k odesl\u00e1n\u00ed
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Jednotka BTC
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Jednotka DOGE
sendBitcoinPanel.sendingAddressesTitle=Adresy, na kter\u00e9 odeslat bitcoiny
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Va\u0161e odchoz\u00ed adresy (mohou b\u00fdt neaktu\u00e1ln\u00ed)
sendBitcoinPanel.couldNotUnderstandQRcode=Nerozum\u00edm QR k\u00f3du "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=P\u0159et\u00e1hni|QR k\u00f3d|sem
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Sem p\u0159et\u00e1hn\u011bte bitcoin QR k\u00f3d pro automatick\u00e9 vypln\u011bn\u00ed odes\u00edlac\u00edho formul\u00e1\u0159e.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Sem p\u0159et\u00e1hn\u011bte dogecoin QR k\u00f3d pro automatick\u00e9 vypln\u011bn\u00ed odes\u00edlac\u00edho formul\u00e1\u0159e.
sendBitcoinPanel.showMore.text=V\u00edce
sendBitcoinPanel.showMore.tooltip=Zobrazit bo\u010dn\u00ed panel
sendBitcoinPanel.showMore.mnemonic=E
@@ -245,8 +246,8 @@ sendBitcoinPanel.showLess.text=M\u00e9n\u011b
sendBitcoinPanel.showLess.tooltip=Skr\u00fdt bo\u010dn\u00ed panel
sendBitcoinPanel.showLess.mnemonic=N
-receiveBitcoinPanel.title=P\u0159\u00edjem Bitcoin
-receiveBitcoinPanel.helpLabel1.message=Chcete dost\u00e1vat bitcoin.
+receiveBitcoinPanel.title=P\u0159\u00edjem Dogecoin
+receiveBitcoinPanel.helpLabel1.message=Chcete dost\u00e1vat dogecoin.
receiveBitcoinPanel.helpLabel2.message=Zvolte jednu z Va\u0161ich p\u0159\u00edjmov\u00fdch adres.
receiveBitcoinPanel.helpLabel3.message=Voliteln\u011b zadejte popisek a \u010d\u00e1stku.
receiveBitcoinPanel.addressLabel=Va\u0161e adresa
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=Popisek
receiveBitcoinPanel.labelLabel.tooltip=Popisek pro tuto adresu
receiveBitcoinPanel.amountLabel=\u010c\u00e1stka
receiveBitcoinPanel.amountLabel.tooltip=\u010c\u00e1stka pro p\u0159\u00edjem
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Jednotka BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Jednotka DOGE
receiveBitcoinPanel.receivingAddressesTitle=Va\u0161e p\u0159\u00edjmov\u00e9 adresy
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Va\u0161e p\u0159\u00edjmov\u00e9 adresy (mohou b\u00fdt neaktu\u00e1ln\u00ed)
@@ -268,7 +269,7 @@ copyQRCodeTextAction.tooltip=Kop\u00edrovat text bitcoinov\u00e9ho URI do schr\u
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kop\u00edrovat
-copyQRCodeImageAction.tooltip=Zkop\u00edrovat bitcoin QR k\u00f3d do schr\u00e1nky
+copyQRCodeImageAction.tooltip=Zkop\u00edrovat dogecoin QR k\u00f3d do schr\u00e1nky
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Vlo\u017eit
@@ -330,10 +331,10 @@ validationErrorView.okOption=Ok
validationErrorView.addressInvalidMessage=Adresa "{0}" nen\u00ed platn\u00e1 bitcoinov\u00e1 adresa.
validationErrorView.amountIsMissingMessage=Mus\u00edte zadat \u010d\u00e1stku
validationErrorView.amountInvalidMessage=\u010c\u00e1stku "{0}" nelze ch\u00e1pat jako \u010d\u00edslo.
-validationErrorView.amountIsNegativeOrZeroMessage=\u010c\u00e1stka mus\u00ed b\u00fdt v\u011bt\u0161\u00ed ne\u017e 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=\u010c\u00e1stka mus\u00ed b\u00fdt v\u011bt\u0161\u00ed ne\u017e 0 DOGE.
validationErrorView.amountIsTooSmallMessage=Zadan\u00e1 \u010d\u00e1stka je p\u0159\u00edli\u0161 mal\u00e1. Mus\u00ed j\u00edt alespo\u0148 o {0} satoshi.
-validationErrorView.notEnoughFundsMessage=V t\u00e9to pen\u011b\u017eence nen\u00ed dostatek prost\u0159edk\u016f pro odesl\u00e1n\u00ed {0} BTC.\nPamatuj, \u017ee m\u016f\u017ee\u0161 utr\u00e1cet jen potvrzen\u00e9 transakce.\nPamatuj, \u017ee jako odes\u00edlatel plat\u00ed\u0161 poplatek.
-validationErrorView.notEnoughFundsMessage2=V t\u00e9to pen\u011b\u017eence nen\u00ed dostatek prost\u0159edk\u016f pro odesl\u00e1n\u00ed {0} BTC.\nPamatuj, \u017ee m\u016f\u017ee\u0161 utr\u00e1cet jen do v\u00fd\u0161e "Prost\u0159edk\u016f k utr\u00e1cen\u00ed".\nPamatuj, \u017ee jako odes\u00edlatel plat\u00ed\u0161 poplatek.
+validationErrorView.notEnoughFundsMessage=V t\u00e9to pen\u011b\u017eence nen\u00ed dostatek prost\u0159edk\u016f pro odesl\u00e1n\u00ed {0} DOGE.\nPamatuj, \u017ee m\u016f\u017ee\u0161 utr\u00e1cet jen potvrzen\u00e9 transakce.\nPamatuj, \u017ee jako odes\u00edlatel plat\u00ed\u0161 poplatek.
+validationErrorView.notEnoughFundsMessage2=V t\u00e9to pen\u011b\u017eence nen\u00ed dostatek prost\u0159edk\u016f pro odesl\u00e1n\u00ed {0} DOGE.\nPamatuj, \u017ee m\u016f\u017ee\u0161 utr\u00e1cet jen do v\u00fd\u0161e "Prost\u0159edk\u016f k utr\u00e1cen\u00ed".\nPamatuj, \u017ee jako odes\u00edlatel plat\u00ed\u0161 poplatek.
validationErrorView.moreHelp=Dal\u0161\u00ed N\u00e1pov\u011bda
showTransactionsAction.text=Transakce
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Popis Va\u0161\u00ed pen\u011b\u0
singleWalletPanel.dataHasChanged.text=Aktualizace se zastavila.
singleWalletPanel.dataHasChanged.tooltip.1=Jin\u00fd program zm\u011bnil tuto pen\u011b\u017eenku.
-singleWalletPanel.dataHasChanged.tooltip.2=Tento MultiBit p\u0159estal p\u0159ij\u00edmat aktualizace, aby se zabr\u00e1nilo chyb\u00e1m.
+singleWalletPanel.dataHasChanged.tooltip.2=Tento MultiDoge p\u0159estal p\u0159ij\u00edmat aktualizace, aby se zabr\u00e1nilo chyb\u00e1m.
singleWalletPanel.dataHasChanged.backupFile=Z\u00e1lo\u017en\u00ed soubor je "{0}".
singleWalletPanel.twistyRightText=Klikn\u011bte zde pro podrobnosti pen\u011b\u017eenky
singleWalletPanel.twistyDownText=Klikn\u011bte zde pro skryt\u00ed podrobnost\u00ed pen\u011b\u017eenky
@@ -393,7 +394,7 @@ resetTransactionsPanel.resetDate=Datum resetu
resetTransactionsPanel.resetFromFirstTransaction=Resetovat od data prvn\u00ed transakce
resetTransactionsPanel.chooseResetDate=Zvolte datum pro reset\: {0}
-showOpenUriView.title=Otev\u0159\u00edt Bitcoin URI
+showOpenUriView.title=Otev\u0159\u00edt Dogecoin URI
showOpenUriView.message1=Jin\u00e1 aplikace si vy\u017e\u00e1dala platbu Bitcoinem.
showOpenUriView.message2=Chcete vyplnit formul\u00e1\u0159 "Odeslat" podle t\u00e9to \u017e\u00e1dosti?
showOpenUriView.yesText=Ano
@@ -406,7 +407,7 @@ showOpenUriViewAction.tooltip=Ano, vyplnit odes\u00edlac\u00ed formul\u00e1\u015
showOpenUriViewAction.mnemonic=A
fontChooser.text=Vybrat p\u00edsmo zobrazen\u00ed
-fontChooser.tooltip=Zvolte p\u00edsmo pro MultiBit
+fontChooser.tooltip=Zvolte p\u00edsmo pro MultiDoge
fontChooser.mnemonic=S
fontChooser.ok=Ok
fontChooser.cancel=Zru\u0161it
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=Poplatek, kter\u00fd byl p\u0159id\u00
transactionDetailsDialog.sizeLabel.text=Velikost
transactionDetailsDialog.sizeLabel.tooltip=Velikost transakce v bajtech
transactionDetailsDialog.viewAtBlockExplorer=Zobrazit na blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Zobrazit na blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Zobrazit na dogechain.info
crudButton.new=Nov\u00fd
crudButton.open=Otev\u0159\u00edt
crudButton.delete=Odstranit
closeWalletAction.text=Zav\u0159\u00edt pen\u011b\u017eenku
-closeWalletAction.tooltip=Zav\u0159\u00edt pen\u011b\u017eenku a znovu ji v MultiBitu nezobrazovat.
+closeWalletAction.tooltip=Zav\u0159\u00edt pen\u011b\u017eenku a znovu ji v MultiDogeu nezobrazovat.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Odstranit pen\u011b\u017eenku
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Info soubor pen\u011b\u017eenky s
deleteWalletConfirmDialog.newWalletCreated=Proto\u017ee nem\u00e1te k dispozici \u017e\u00e1dn\u00e9 pen\u011b\u017eenky, jedna pro v\u00e1s byla vytvo\u0159ena.
welcomePanel.text=V\u00edtejte
-welcomePanel.title=V\u00edtejte v MultiBitu
+welcomePanel.title=V\u00edtejte v MultiDogeu
welcomePanel.mnemonic=V
-welcomePanel.paragraph1=V MultiBitu jsou Va\u0161e bitcoiny ulo\u017een\u00e9 v pen\u011b\u017eence. Pen\u011b\u017eenek m\u016f\u017eete m\u00edt n\u011bkolik, abyste si udr\u017eeli po\u0159\u00e1dek. V\u0161echny Va\u0161e pen\u011b\u017eenky jsou zobrazeny v panelu "Pen\u011b\u017eenky" na lev\u00e9 stran\u011b.
+welcomePanel.paragraph1=V MultiDogeu jsou Va\u0161e bitcoiny ulo\u017een\u00e9 v pen\u011b\u017eence. Pen\u011b\u017eenek m\u016f\u017eete m\u00edt n\u011bkolik, abyste si udr\u017eeli po\u0159\u00e1dek. V\u0161echny Va\u0161e pen\u011b\u017eenky jsou zobrazeny v panelu "Pen\u011b\u017eenky" na lev\u00e9 stran\u011b.
welcomePanel.paragraph2=Pou\u017eijte volby z menu pro otev\u0159en\u00ed nov\u00fdch z\u00e1lo\u017eek, podle toho co chcete prov\u00e9st. Z\u00e1lo\u017eky "Odeslat", "Vy\u017e\u00e1dat" a "Transakce" z\u016fst\u00e1vaj\u00ed v\u017edy otev\u0159en\u00e9. Ty ostatn\u00ed m\u016f\u017eete zav\u0159\u00edt kliknut\u00edm na mal\u00e9 "x" v titulku z\u00e1lo\u017eky.
welcomePanel.paragraph2.5=Svou pen\u011b\u017eenku m\u016f\u017eete chr\u00e1nit heslem pro zv\u00fd\u0161en\u00ed bezpe\u010dnosti. Zvolte "Soubor | P\u0159idat heslo".
welcomePanel.paragraph3=Mnoho polo\u017eek na obrazovce maj\u00ed popis v tooltipu. Pro jeho zobrazen\u00ed naje\u010fte my\u0161\u00ed na polo\u017eku.
@@ -655,12 +656,12 @@ transactionConfidence.pending=\u010cekaj\u00edc\u00ed/nepotvrzen\u00e9.
transactionConfidence.appearedInBestChain=Objevila se v nejlep\u0161\u00edm blockchainu ve v\u00fd\u0161ce {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Nen\u00ed zn\u00e1mo, kolik peer\u016f zaznamenalo tuto transakci.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Bitcoin \u010d\u00e1stka m\u016f\u017ee m\u00edt pouze 8 desetinn\u00fdch m\u00edst
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Dogecoin \u010d\u00e1stka m\u016f\u017ee m\u00edt pouze 8 desetinn\u00fdch m\u00edst
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=\u010c\u00e1stka zadan\u00e1 v {0} m\u016f\u017ee m\u00edt pouze {1} desetinn\u00fdch m\u00edst(a)
currencyConverter.couldNotUnderstandAmount=\u010c\u00e1stku {0} nelze ch\u00e1pat jako \u010d\u00edslo
alertManagerTitle=Nov\u00e1 verze k dispozici
-alertManagerLine1=K dispozici je nov\u00e1 verze {0} MultiBit.
+alertManagerLine1=K dispozici je nov\u00e1 verze {0} MultiDoge.
alertManagerLine2=Va\u0161e sou\u010dasn\u00e1 verze je {0}.
alertManagerViewRelease=Zobrazit verzi
diff --git a/src/main/resources/i18n/da/viewer.properties b/src/main/resources/i18n/da/viewer.properties
index 809d69d5a..2dace886b 100755
--- a/src/main/resources/i18n/da/viewer.properties
+++ b/src/main/resources/i18n/da/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbian
showPreferencesPanel.feeTitle=Overf\u00f8rselsgebyr
showPreferencesPanel.feeLabel.text=Gebyr
showPreferencesPanel.size.text={0} bytes
-showPreferencesPanel.couldNotUnderstandFee=MultiBit kunne ikke forst\u00e5 gebyret p\u00e5 "{0}". Det gamle gebyr beholdes.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge kunne ikke forst\u00e5 gebyret p\u00e5 "{0}". Det gamle gebyr beholdes.
showPreferencesPanel.aFeeMustBeSet=Du skal indtaste et transaktionsgebyr. Det gamle gebyr beholdes.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Gebyret skal v\u00e6re p\u00e5 mindst 0.0001 BTC. Det gamle gebyr beholdes.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Gebyret skal v\u00e6re mindre end 1 BTC. Tjek dit bel\u00f8b efter eventuelle kommafejl. Det gamle gebyr beholdes.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Gebyret skal v\u00e6re p\u00e5 mindst 0.0001 DOGE. Det gamle gebyr beholdes.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Gebyret skal v\u00e6re mindre end 1 DOGE. Tjek dit bel\u00f8b efter eventuelle kommafejl. Det gamle gebyr beholdes.
showPreferencesPanel.browserIntegrationTitle=Browser integration
-showPreferencesPanel.browserIntegration.messageText=Hvad ville du gerne have der skete, n\u00e5r en Bitcoin overf\u00f8rsel anmodning bliver klikket p\u00e5 i en browser?
-showPreferencesPanel.ignoreAll=Ignorer alle anmodninger om Bitcoin-betalinger
+showPreferencesPanel.browserIntegration.messageText=Hvad ville du gerne have der skete, n\u00e5r en Dogecoin overf\u00f8rsel anmodning bliver klikket p\u00e5 i en browser?
+showPreferencesPanel.ignoreAll=Ignorer alle anmodninger om Dogecoin-betalinger
showPreferencesPanel.fillAutomatically=Udfyld sendeform automatisk
showPreferencesPanel.askEveryTime=Sp\u00f8rg mig hver gang
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Anden r\u00e6kke
showPreferencesPanel.ticker.showSecondRow=Vis anden r\u00e6kke
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=Valuta
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Vis Bitcoin konveretet til fiat valuta
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin vil blive vist konverteret ved brug af den sidste v\u00e6rdi af denne valuta.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Vis Dogecoin konveretet til fiat valuta
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin vil blive vist konverteret ved brug af den sidste v\u00e6rdi af denne valuta.
showPreferencesPanel.oerLabel.text=\u00c5benUdvekslingRater App ID
showPreferencesPanel.oerLabel.tooltip=App ID' adgangskode fra OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Du har indtastet et ugyldigt App ID.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Forkert App ID
showPreferencesPanel.getAppId.text=Hent App ID
showPreferencesPanel.getAppId.tooltip=\u00c5ben din browser og registrer dig p\u00e5 OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Tryk "Hent App ID" knappen forneden
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Oprettet wallet "{0}".
multiBit.openingWallet=\u00c5bner wallet "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... gjort.
multiBit.closedWallet=Pungen "{0}" er blevet lukket.
multibit.userDataDirectory=Bruger data mappen er "{0}".
multibit.installationDirectory=Installationsmappen er "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo
-multiBitFrame.balanceLabel.tooltip=Saldo inkluderet ubekr\u00e6ftede Bitcoins og byttepenge
+multiBitFrame.balanceLabel.tooltip=Saldo inkluderet ubekr\u00e6ftede Dogecoins og byttepenge
multiBitFrame.ticker.show.text=Vis valuta t\u00e6ller
multiBitFrame.ticker.hide.text=Gem valuta t\u00e6ller
multiBitFrame.statusBar.tooltip1=Meddelelser.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=Dette er en coinbase-transaktion,
multiBitFrame.availableToSpend=Bel\u00f8b til r\u00e5dighed\: {0}
multiBitFrame.availableToSpend2=Bel\u00f8b til r\u00e5dighed
-multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed bitcoins and change still to be returned
+multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed dogecoins and change still to be returned
-multiBitService.errorText=Kunne ikke forbinde til Bitcoin netv\u00e6rket. Fejlen var\: {0}
-multiBitService.errorTitleText=Fejl ved tilslutning til Bitcoin netv\u00e6rket
-multiBitService.stoppingBitcoinNetworkConnection=Stopper Bitcoin-netv\u00e6rksforbindelsen...
+multiBitService.errorText=Kunne ikke forbinde til Dogecoin netv\u00e6rket. Fejlen var\: {0}
+multiBitService.errorTitleText=Fejl ved tilslutning til Dogecoin netv\u00e6rket
+multiBitService.stoppingBitcoinNetworkConnection=Stopper Dogecoin-netv\u00e6rksforbindelsen...
multiBitService.couldNotLoadBlockchain=Der kunne ikke indl\u00e6ses blockchain "{0}". Fejlen var "{1}".
multiBitService.replayingFromBlockCache=Afspiller fra den lokale cache...
exitAction.text=Afslut
-exitAction.tooltip=Afslut MultiBit
+exitAction.tooltip=Afslut MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=\u00c5ben Wallet
@@ -173,70 +174,70 @@ openWalletView.title=\u00c5ben Wallet
saveWalletAsView.untitled=Ikke-navngivet
-helpAboutAction.text=Om MultiBit
-helpAboutAction.tooltip=Om MultiBit
+helpAboutAction.text=Om MultiDoge
+helpAboutAction.tooltip=Om MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=Om MultiBit
+helpAboutAction.messageBoxTitle=Om MultiDoge
helpAboutAction.versionText=Version\: {0}
showHelpContentsAction.text=Hj\u00e6lp til Indhold
-showHelpContentsAction.tooltip=Vis MultiBit hj\u00e6lp
+showHelpContentsAction.tooltip=Vis MultiDoge hj\u00e6lp
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Hj\u00e6lp til Indhold
-sendBitcoinAction.text=Send Bitcoins
-sendBitcoinAction.tooltip=Send Bitcoins til nogle
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=Send Dogecoins
+sendBitcoinAction.tooltip=Send Dogecoins til nogle
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Send
-sendBitcoinConfirmAction.tooltip=Send Bitcoins til nogle
+sendBitcoinConfirmAction.tooltip=Send Dogecoins til nogle
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Sender Bitcoins...
-sendBitcoinNowAction.bitcoinSentOk=Dine Bitcoins blev sendt med succes.
-sendBitcoinNowAction.bitcoinSendFailed=Afsendelse af dine Bitcoins mislykkedes.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Sender Dogecoins...
+sendBitcoinNowAction.bitcoinSentOk=Dine Dogecoins blev sendt med succes.
+sendBitcoinNowAction.bitcoinSendFailed=Afsendelse af dine Dogecoins mislykkedes.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Der var utilstr\u00e6kkelige midler til din afsendelse.
sendBitcoinConfirmView.sendOption=Send
sendBitcoinConfirmView.cancelOption=Annuller
-sendBitcoinConfirmView.message=Bekr\u00e6ft, at du \u00f8nsker at sende de Bitcoins som f\u00f8lger\:
-sendBitcoinConfirmView.title=Bekr\u00e6ft at du vil sende Bitcoins
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit skal v\u00e6re online og tilsluttet mere end \u00e9n peer for at kunne sende Bitcoins.
+sendBitcoinConfirmView.message=Bekr\u00e6ft, at du \u00f8nsker at sende de Dogecoins som f\u00f8lger\:
+sendBitcoinConfirmView.title=Bekr\u00e6ft at du vil sende Dogecoins
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge skal v\u00e6re online og tilsluttet mere end \u00e9n peer for at kunne sende Dogecoins.
receiveBitcoinAction.textShort=Anmod
-receiveBitcoinAction.text=Anmod om Bitcoin
-receiveBitcoinAction.tooltip=Anmod bitcoins fra en person
+receiveBitcoinAction.text=Anmod om Dogecoin
+receiveBitcoinAction.tooltip=Anmod dogecoins fra en person
receiveBitcoinAction.mnemonicKey=RASMUSSEN
showPreferencesAction.text=Indstillinger
-showPreferencesAction.tooltip=Se indstillinger for MultiBit
+showPreferencesAction.tooltip=Se indstillinger for MultiDoge
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Anvend \u00e6ndringer
showPreferencesSubmitAction.tooltip=Anvend \u00e6ndringer
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Send Bitcoins
+sendBitcoinPanel.title=Send Dogecoins
sendBitcoinPanel.sendBitcoinsPanelTitle=Send detaljer
-sendBitcoinPanel.helpLabel1.message=Du \u00f8nsker at sende Bitcoins.
+sendBitcoinPanel.helpLabel1.message=Du \u00f8nsker at sende Dogecoins.
sendBitcoinPanel.helpLabel2.message=Angiv eller V\u00e6lg en adresse at sende et bel\u00f8b til.
sendBitcoinPanel.helpLabel3.message=Eventuelt kan du tilf\u00f8je en etiket.
sendBitcoinPanel.addressLabel=Adresse
-sendBitcoinPanel.addressLabel.tooltip=Den adresse, som du vil sende Bitcoins til
+sendBitcoinPanel.addressLabel.tooltip=Den adresse, som du vil sende Dogecoins til
sendBitcoinPanel.labelLabel=Etiket
sendBitcoinPanel.labelLabel.tooltip=En etiket der beskriver denne adresse
sendBitcoinPanel.amountLabel=Bel\u00f8b
sendBitcoinPanel.amountLabel.tooltip=Bel\u00f8b der skal sendes
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Enhed af BTC
-sendBitcoinPanel.sendingAddressesTitle=Adresser til at sende Bitcoins til
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Enhed af DOGE
+sendBitcoinPanel.sendingAddressesTitle=Adresser til at sende Dogecoins til
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Din afsenderadresse (kan v\u00e6re for\u00e6ldet)
sendBitcoinPanel.couldNotUnderstandQRcode=QR-koden "{0}" kunne ikke forst\u00e5s.
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Tr\u00e6k|en QR-kode|her
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Tr\u00e6k en Bitcoin QR-kode her for at automatisk udfylde formen 'Send'.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Tr\u00e6k en Dogecoin QR-kode her for at automatisk udfylde formen 'Send'.
sendBitcoinPanel.showMore.text=Mere
sendBitcoinPanel.showMore.tooltip=Vis Sidepanel
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Mindre
sendBitcoinPanel.showLess.tooltip=Skjul side panel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Modtag Bitcoins
-receiveBitcoinPanel.helpLabel1.message=Du vil gerne modtage Bitcoin.
+receiveBitcoinPanel.title=Modtag Dogecoins
+receiveBitcoinPanel.helpLabel1.message=Du vil gerne modtage Dogecoin.
receiveBitcoinPanel.helpLabel2.message=V\u00e6lg en af dine modtagende adresser.
receiveBitcoinPanel.helpLabel3.message=Du kan eventuelt angive en etiket og et bel\u00f8b.
receiveBitcoinPanel.addressLabel=Din adresse
-receiveBitcoinPanel.addressLabel.tooltip=Den adresse, som du \u00f8nsker at modtage Bitcoin p\u00e5
+receiveBitcoinPanel.addressLabel.tooltip=Den adresse, som du \u00f8nsker at modtage Dogecoin p\u00e5
receiveBitcoinPanel.labelLabel=Etiket
receiveBitcoinPanel.labelLabel.tooltip=En etiket der beskriver denne adresse
receiveBitcoinPanel.amountLabel=Bel\u00f8b
receiveBitcoinPanel.amountLabel.tooltip=Bel\u00f8b, du skal modtage
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Enhed af BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Enhed af DOGE
receiveBitcoinPanel.receivingAddressesTitle=Your receiving addresses
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Your receiving addresses (May be out of date)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Etiket
addressBookTableModel.addressColumnHeader=Adresse
copyQRCodeTextAction.text=Kopier tekst
-copyQRCodeTextAction.tooltip=Kopier Bitcoin URI tekst til Udklipsholder
+copyQRCodeTextAction.tooltip=Kopier Dogecoin URI tekst til Udklipsholder
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Copy
-copyQRCodeImageAction.tooltip=Kopier Bitcoin QR kode til Udklipsholder
+copyQRCodeImageAction.tooltip=Kopier Dogecoin QR kode til Udklipsholder
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Paste
-pasteSwatchAction.tooltip=Inds\u00e6t Bitcoin URI tekst eller QR kode fra Udklipsholder
+pasteSwatchAction.tooltip=Inds\u00e6t Dogecoin URI tekst eller QR kode fra Udklipsholder
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Ny
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Create new receiving addresses
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Ny
-createOrEditAddressAction.createSending.tooltip=Add a new address to send bitcoin to
+createOrEditAddressAction.createSending.tooltip=Add a new address to send dogecoin to
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Sent to "{1}" ({0})
validationErrorView.title=Gennemf\u00f8relses fejl
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=Adressen "{0}" er ikke en gyldig bitcoin-adresse.
+validationErrorView.addressInvalidMessage=Adressen "{0}" er ikke en gyldig dogecoin-adresse.
validationErrorView.amountIsMissingMessage=Du skal angive et bel\u00f8b
validationErrorView.amountInvalidMessage=Bel\u00f8bet "{0}" kunne ikke forst\u00e5s som et tal.
-validationErrorView.amountIsNegativeOrZeroMessage=Bel\u00f8bet skal v\u00e6re st\u00f8rre end 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Bel\u00f8bet skal v\u00e6re st\u00f8rre end 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=Der er ikke tilstr\u00e6kkelige midler i denne tegnebog til at sende {0} BTC. \nBem\u00e6rk at du kun kan bruge bekr\u00e6ftede transaktioner. \nHusk at afsenderen betaler et gebyr.
-validationErrorView.notEnoughFundsMessage2=Der er ikke tilstr\u00e6kkelige midler i denne tegnebog til at sende {0} BTC. \nDu kan kun bruge op til din "bel\u00f8b til r\u00e5dighed" balance. \nHusk at afsenderen betaler et gebyr.
+validationErrorView.notEnoughFundsMessage=Der er ikke tilstr\u00e6kkelige midler i denne tegnebog til at sende {0} DOGE. \nBem\u00e6rk at du kun kan bruge bekr\u00e6ftede transaktioner. \nHusk at afsenderen betaler et gebyr.
+validationErrorView.notEnoughFundsMessage2=Der er ikke tilstr\u00e6kkelige midler i denne tegnebog til at sende {0} DOGE. \nDu kan kun bruge op til din "bel\u00f8b til r\u00e5dighed" balance. \nHusk at afsenderen betaler et gebyr.
validationErrorView.moreHelp=Mere hj\u00e6lp
showTransactionsAction.text=Transaktioner
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Beskrivelse af din tegnebog
singleWalletPanel.dataHasChanged.text=Opdatering stoppet.
singleWalletPanel.dataHasChanged.tooltip.1=Et andet program har \u00e6ndret denne tegnebog.
-singleWalletPanel.dataHasChanged.tooltip.2=For at undg\u00e5r fejl har denne MultiBit stoppet opdateringer.
+singleWalletPanel.dataHasChanged.tooltip.2=For at undg\u00e5r fejl har denne MultiDoge stoppet opdateringer.
singleWalletPanel.dataHasChanged.backupFile=Backup filen er "{0}".
singleWalletPanel.twistyRightText=Klik for at vise tegnebog detaljer
singleWalletPanel.twistyDownText=Klik for at skuje tegnebog detaljer
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Nulstil dato
resetTransactionsPanel.resetFromFirstTransaction=Reset fra dato for f\u00f8rste transaktion
resetTransactionsPanel.chooseResetDate=Angiv reset dato\:{0}
-showOpenUriView.title=\u00c5bn Bitcoin URI
-showOpenUriView.message1=Et andet program har anmodet om en Bitcoin betaling.
+showOpenUriView.title=\u00c5bn Dogecoin URI
+showOpenUriView.message1=Et andet program har anmodet om en Dogecoin betaling.
showOpenUriView.message2=Vil du udfylde formen 'Send' med anmodningen?
showOpenUriView.yesText=Ja
showOpenUriView.noText=Nej
showOpenUriView.rememberMyDecision=Husk mit valg
-showOpenUriViewSubmitAction.tooltip=Fyld sende formularen med bitcoin betalingsanmodning
+showOpenUriViewSubmitAction.tooltip=Fyld sende formularen med dogecoin betalingsanmodning
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Anmodning om betaling modtaget men ignoreret p\u00e5 grund af indstillinger
showOpenUriViewAction.tooltip=Ja, Udfyld send formularen med anmodning om betaling
showOpenUriViewAction.mnemonic=Y
fontChooser.text=V\u00e6lg display skrifttype
-fontChooser.tooltip=V\u00e6lge skrifttype til brug i MultiBit
+fontChooser.tooltip=V\u00e6lge skrifttype til brug i MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Annuller
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=Password
showExportPrivateKeysPanel.repeatPasswordPrompt=Repeat password
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=Det gebyr der blev f\u00f8jet til denn
transactionDetailsDialog.sizeLabel.text=St\u00f8rrelse
transactionDetailsDialog.sizeLabel.tooltip=St\u00f8rrelsen af denne transaktion i byte
transactionDetailsDialog.viewAtBlockExplorer=Se p\u00e5 blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Se p\u00e5 blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Se p\u00e5 dogechain.info
crudButton.new=Ny
crudButton.open=\u00c5ben
crudButton.delete=Slet
closeWalletAction.text=Luk tegnebog
-closeWalletAction.tooltip=Luk tegnebogen og vis den ikke l\u00e6ngere i MultiBit.
+closeWalletAction.tooltip=Luk tegnebogen og vis den ikke l\u00e6ngere i MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Slet tegnebog
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=Tegnebog "{0}" blev slettet succesful.
deleteWalletConfirmDialog.walletDeleteError1=Der opstod en fejl under sletning af tegnebogen.
deleteWalletConfirmDialog.walletDeleteError2=Fejlen var "{0}".
deleteWalletConfirmDialog.question1=For at bekr\u00e6fte handlingen angiv
-deleteWalletConfirmDialog.question2=navnet p\u00e5 skaberen af Bitcoin.
+deleteWalletConfirmDialog.question2=navnet p\u00e5 skaberen af Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Forkert svar
deleteWalletException.walletWasReadonly=tegnebogen (eller tegnebog info filen) er skrivebeskyttet. Kan ikke slette
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Tegnebog info filen blev ikke sle
deleteWalletConfirmDialog.newWalletCreated=Siden du ikke havde nogen tegnebog, er det blevet lavet en for dig.
welcomePanel.text=Velkommen
-welcomePanel.title=Velkommen til MultiBit
+welcomePanel.title=Velkommen til MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=Med MultiBit er dine bitcoin indeholdt i en tegnebog. Du kan have flere forskellige tegneb\u00f8ger til at organisere. Disser er vist til venstre i panelet "tegneb\u00f8ger".
+welcomePanel.paragraph1=Med MultiDoge er dine dogecoin indeholdt i en tegnebog. Du kan have flere forskellige tegneb\u00f8ger til at organisere. Disser er vist til venstre i panelet "tegneb\u00f8ger".
welcomePanel.paragraph2=Brug menuindstillinger til at \u00e5bne nye faner for hvad du \u00f8nsker at g\u00f8re. "Sende", "Anmode om" og "Transaktioner" faner er altid \u00e5ben. De andre du kan lukke ved at klikke p\u00e5 det lille "x" i fanen titel.
welcomePanel.paragraph2.5=Du kan adgangskode beskytte din tegnebog for mere sikkerhed med "fil | Tilf\u00f8j Password"menupunktet.
welcomePanel.paragraph3=Mange elementer p\u00e5 sk\u00e6rmen har en beskrivelse i et v\u00e6rkt\u00f8jstip. Sv\u00e6v over et element med musen at se v\u00e6rkt\u00f8jstippet.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Password
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet\:
changePasswordPanel.newPasswordPrompt=New password
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Enter the current password
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/de/viewer.properties b/src/main/resources/i18n/de/viewer.properties
index 544bf366f..beb90272b 100755
--- a/src/main/resources/i18n/de/viewer.properties
+++ b/src/main/resources/i18n/de/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbisch
showPreferencesPanel.feeTitle=Transaktionsgeb\u00fchr
showPreferencesPanel.feeLabel.text=Geb\u00fchr
showPreferencesPanel.size.text={0} Bytes
-showPreferencesPanel.couldNotUnderstandFee=MultiBit hat die Geb\u00fchr "{0}" nicht verstanden. Alte Geb\u00fchr wird beibehalten.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge hat die Geb\u00fchr "{0}" nicht verstanden. Alte Geb\u00fchr wird beibehalten.
showPreferencesPanel.aFeeMustBeSet=Sie m\u00fcssen eine Transaktionsgeb\u00fchr festlegen. Alte Geb\u00fchr wird beibehalten.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Die Geb\u00fchr muss mindestens 0,0001 BTC sein. Alte Geb\u00fchr wird beibehalten.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Die Geb\u00fchr mu\u00df kleiner als 1 BTC sein. Pr\u00fcfen Sie den Dezimalseparator. Alte Geb\u00fchr wird beibehalten.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Die Geb\u00fchr muss mindestens 0,0001 DOGE sein. Alte Geb\u00fchr wird beibehalten.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Die Geb\u00fchr mu\u00df kleiner als 1 DOGE sein. Pr\u00fcfen Sie den Dezimalseparator. Alte Geb\u00fchr wird beibehalten.
showPreferencesPanel.browserIntegrationTitle=Browser-Integration
-showPreferencesPanel.browserIntegration.messageText=Was soll passieren, wenn eine Bitcoin-Zahlungsaufforderung im Browser angeklickt wird?
-showPreferencesPanel.ignoreAll=Alle Bitcoin-Zahlungsaufforderungen ignorieren
+showPreferencesPanel.browserIntegration.messageText=Was soll passieren, wenn eine Dogecoin-Zahlungsaufforderung im Browser angeklickt wird?
+showPreferencesPanel.ignoreAll=Alle Dogecoin-Zahlungsaufforderungen ignorieren
showPreferencesPanel.fillAutomatically=Automatisches Ausf\u00fcllen des Sendeformulars
showPreferencesPanel.askEveryTime=Jedes mal nachfragen
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Zweite Zeile
showPreferencesPanel.ticker.showSecondRow=Zweite Zeile anzeigen
showPreferencesPanel.ticker.exchange=Marktplatz
showPreferencesPanel.ticker.currency=W\u00e4hrung
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Zeige Bitcoin umgewandelt in Fiat-W\u00e4hrung an
-showPreferencesPanel.ticker.exchangeInformation=Bitcoins werden umgerechnet angezeigt, wobei der letzte Preis f\u00fcr diese W\u00e4hrung benutzt wird.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Zeige Dogecoin umgewandelt in Fiat-W\u00e4hrung an
+showPreferencesPanel.ticker.exchangeInformation=Dogecoins werden umgerechnet angezeigt, wobei der letzte Preis f\u00fcr diese W\u00e4hrung benutzt wird.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=Der App ID Zugangscode von OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Sie haben eine ung\u00fcltige App ID eingegeben.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Ung\u00fcltige App ID
showPreferencesPanel.getAppId.text=App ID holen
showPreferencesPanel.getAppId.tooltip=\u00d6ffnen Sie Ihren Browser und registrieren Sie sich bei OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Dr\u00fccken Sie die unten angezeigte Schaltfl\u00e4che "App ID holen"
+showPreferencesPanel.minimizeToTray=In den Traybereich minimieren
multiBit.createdWallet=Wallet-Datei "{0}" wurde erzeugt.
multiBit.openingWallet=\u00d6ffne Wallet-Datei "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... fertig.
multiBit.closedWallet=Die Wallet-Datei "{0}" wurde erfolgreich geschlossen.
multibit.userDataDirectory=Das Daten-Verzeichnis des Benutzers ist "{0}".
multibit.installationDirectory=Das Installationsverzeichnis ist "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo
-multiBitFrame.balanceLabel.tooltip=Saldo inklusive unbest\u00e4tigte Bitcoin und Wechselgeld
+multiBitFrame.balanceLabel.tooltip=Saldo inklusive unbest\u00e4tigte Dogecoin und Wechselgeld
multiBitFrame.ticker.show.text=W\u00e4hrungsticker einblenden
multiBitFrame.ticker.hide.text=W\u00e4hrungsticker ausblenden
multiBitFrame.statusBar.tooltip1=Meldungen.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=Dies ist eine Mining-Transaktion,
multiBitFrame.availableToSpend=Verf\u00fcgbar zum Ausgeben \: {0}
multiBitFrame.availableToSpend2=Verf\u00fcgbar zum Ausgeben
-multiBitFrame.availableToSpend.tooltip=Saldo ohne unbest\u00e4tigte Bitcoin und ohne ausstehendes Wechselgeld
+multiBitFrame.availableToSpend.tooltip=Saldo ohne unbest\u00e4tigte Dogecoin und ohne ausstehendes Wechselgeld
-multiBitService.errorText=Keine Verbindung zum Bitcoin-Netzwerk. Der Fehler war \: {0}
-multiBitService.errorTitleText=Fehler beim Verbinden zum Bitcoin-Netzwerk
-multiBitService.stoppingBitcoinNetworkConnection=Stoppe die Verbindung zum Bitcoin-Netzwerk...
+multiBitService.errorText=Keine Verbindung zum Dogecoin-Netzwerk. Der Fehler war \: {0}
+multiBitService.errorTitleText=Fehler beim Verbinden zum Dogecoin-Netzwerk
+multiBitService.stoppingBitcoinNetworkConnection=Stoppe die Verbindung zum Dogecoin-Netzwerk...
multiBitService.couldNotLoadBlockchain=Die Blockkette "{0}" konnte nicht erfolgreich geladen werden. Der Fehler war "{1}".
multiBitService.replayingFromBlockCache=Wiederholen der Blockkette aus dem lokalen Speicher...
exitAction.text=Beenden
-exitAction.tooltip=MultiBit beenden
+exitAction.tooltip=MultiDoge beenden
exitAction.mnemonicKey=X
openWalletAction.text=Wallet-Datei \u00f6ffnen
@@ -173,70 +174,70 @@ openWalletView.title=Wallet-Datei \u00f6ffnen
saveWalletAsView.untitled=Ohne Namen
-helpAboutAction.text=\u00dcber MultiBit
-helpAboutAction.tooltip=\u00dcber MultiBit
+helpAboutAction.text=\u00dcber MultiDoge
+helpAboutAction.tooltip=\u00dcber MultiDoge
helpAboutAction.mnemonicKey=\u00dc
-helpAboutAction.messageBoxTitle=\u00dcber MultiBit
+helpAboutAction.messageBoxTitle=\u00dcber MultiDoge
helpAboutAction.versionText=Version\: {0}
showHelpContentsAction.text=Hilfe-\u00dcbersicht
-showHelpContentsAction.tooltip=Zeige die MultiBit-Hilfe an
+showHelpContentsAction.tooltip=Zeige die MultiDoge-Hilfe an
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Hilfe-\u00dcbersicht
-sendBitcoinAction.text=Bitcoin senden
-sendBitcoinAction.tooltip=Bitcoin an jemanden senden
+sendBitcoinAction.text=Dogecoin senden
+sendBitcoinAction.tooltip=Dogecoin an jemanden senden
sendBitcoinAction.pleaseWait.tooltip=Bitte warten Sie mit dem Senden, bis Multibit synchronisiert hat
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Senden
-sendBitcoinConfirmAction.tooltip=Bitcoin an jemanden senden
+sendBitcoinConfirmAction.tooltip=Dogecoin an jemanden senden
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Bitcoin senden...
-sendBitcoinNowAction.bitcoinSentOk=Ihre Bitcoin wurden erfolgreich gesendet.
-sendBitcoinNowAction.bitcoinSendFailed=Das Senden der Bitcoin schlug fehl.
-sendBitcoinNowAction.pingFailure=Der Verbindungstest zu allen Peers schlug fehl. Pr\u00fcfen Sie Ihre Netzwerkverbindung und starten Sie MultiBit danach neu.
+sendBitcoinNowAction.sendingBitcoin=Dogecoin senden...
+sendBitcoinNowAction.bitcoinSentOk=Ihre Dogecoin wurden erfolgreich gesendet.
+sendBitcoinNowAction.bitcoinSendFailed=Das Senden der Dogecoin schlug fehl.
+sendBitcoinNowAction.pingFailure=Der Verbindungstest zu allen Peers schlug fehl. Pr\u00fcfen Sie Ihre Netzwerkverbindung und starten Sie MultiDoge danach neu.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Zu wenig Guthaben f\u00fcr die \u00dcberweisung.
sendBitcoinConfirmView.sendOption=Senden
sendBitcoinConfirmView.cancelOption=Abbrechen
-sendBitcoinConfirmView.message=Bitte best\u00e4tigen Sie das Senden von Bitcoin wie folgt\:
-sendBitcoinConfirmView.title=Bitcoin Senden best\u00e4tigen
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit muss online und mit mehr als einem Peer verbunden sein, damit Bitcoin gesendet werden k\u00f6nnen.
+sendBitcoinConfirmView.message=Bitte best\u00e4tigen Sie das Senden von Dogecoin wie folgt\:
+sendBitcoinConfirmView.title=Dogecoin Senden best\u00e4tigen
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge muss online und mit mehr als einem Peer verbunden sein, damit Dogecoin gesendet werden k\u00f6nnen.
receiveBitcoinAction.textShort=Anfordern
-receiveBitcoinAction.text=Bitcoin anfordern
-receiveBitcoinAction.tooltip=Bitcoin von jemandem anfordern
+receiveBitcoinAction.text=Dogecoin anfordern
+receiveBitcoinAction.tooltip=Dogecoin von jemandem anfordern
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Einstellungen
-showPreferencesAction.tooltip=MultiBit-Einstellungen anzeigen
+showPreferencesAction.tooltip=MultiDoge-Einstellungen anzeigen
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=\u00c4nderungen anwenden
showPreferencesSubmitAction.tooltip=\u00c4nderungen anwenden
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Bitcoin senden
+sendBitcoinPanel.title=Dogecoin senden
sendBitcoinPanel.sendBitcoinsPanelTitle=Sende-Details
-sendBitcoinPanel.helpLabel1.message=Sie wollen Bitcoin senden.
+sendBitcoinPanel.helpLabel1.message=Sie wollen Dogecoin senden.
sendBitcoinPanel.helpLabel2.message=Geben oder w\u00e4hlen Sie eine Adresse zum Senden und einen Betrag ein.
sendBitcoinPanel.helpLabel3.message=F\u00fcgen Sie wahlweise eine Bezeichnung hinzu.
sendBitcoinPanel.addressLabel=Adresse
-sendBitcoinPanel.addressLabel.tooltip=Die Adresse, an die Sie Bitcoin senden wollen
+sendBitcoinPanel.addressLabel.tooltip=Die Adresse, an die Sie Dogecoin senden wollen
sendBitcoinPanel.labelLabel=Bezeichnung
sendBitcoinPanel.labelLabel.tooltip=Eine Bezeichnung, die diese Adresse beschreibt
sendBitcoinPanel.amountLabel=Betrag
sendBitcoinPanel.amountLabel.tooltip=Betrag zum Senden
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Einheit von BTC
-sendBitcoinPanel.sendingAddressesTitle=An diese Adressen k\u00f6nnen Bitcoin gesendet werden
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Einheit von DOGE
+sendBitcoinPanel.sendingAddressesTitle=An diese Adressen k\u00f6nnen Dogecoin gesendet werden
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Ihre Sendeadressen (Eventuell nicht mehr aktuell)
sendBitcoinPanel.couldNotUnderstandQRcode=Konnte QR-Code "{0}" nicht verstehen.
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Ziehen Sie|einen QR-Code|hierher
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Ziehen Sie einen Bitcoin QR-Code hierher, um automatisch das 'Senden'-Formular auszuf\u00fcllen.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Ziehen Sie einen Dogecoin QR-Code hierher, um automatisch das 'Senden'-Formular auszuf\u00fcllen.
sendBitcoinPanel.showMore.text=Mehr
sendBitcoinPanel.showMore.tooltip=Seitliches Feld einblenden
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Weniger
sendBitcoinPanel.showLess.tooltip=Seitliches Feld ausblenden
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Bitcoin empfangen
-receiveBitcoinPanel.helpLabel1.message=Sie wollen Bitcoin empfangen.
+receiveBitcoinPanel.title=Dogecoin empfangen
+receiveBitcoinPanel.helpLabel1.message=Sie wollen Dogecoin empfangen.
receiveBitcoinPanel.helpLabel2.message=W\u00e4hlen Sie eine Ihrer Empfangsadressen aus.
receiveBitcoinPanel.helpLabel3.message=Geben Sie wahlweise eine Bezeichnung und einen Betrag ein.
receiveBitcoinPanel.addressLabel=Ihre Adresse
-receiveBitcoinPanel.addressLabel.tooltip=Die Adresse, \u00fcber die Sie Bitcoin empfangen wollen
+receiveBitcoinPanel.addressLabel.tooltip=Die Adresse, \u00fcber die Sie Dogecoin empfangen wollen
receiveBitcoinPanel.labelLabel=Bezeichnung
receiveBitcoinPanel.labelLabel.tooltip=Eine Bezeichnung, die diese Adresse beschreibt
receiveBitcoinPanel.amountLabel=Betrag
receiveBitcoinPanel.amountLabel.tooltip=Zu empfangender Betrag
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Einheit von BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Einheit von DOGE
receiveBitcoinPanel.receivingAddressesTitle=Ihre Empfangsadressen
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Ihr Empfangsadressen (Eventuell nicht mehr aktuell)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Bezeichnung
addressBookTableModel.addressColumnHeader=Adresse
copyQRCodeTextAction.text=Text kopieren
-copyQRCodeTextAction.tooltip=Bitcoin URI Text in die Zwischenablage kopieren
+copyQRCodeTextAction.tooltip=Dogecoin URI Text in die Zwischenablage kopieren
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kopieren
-copyQRCodeImageAction.tooltip=Bitcoin QR-Code in die Zwischenablage kopieren
+copyQRCodeImageAction.tooltip=Dogecoin QR-Code in die Zwischenablage kopieren
copyQRCodeImageAction.mnemonicKey=M
pasteSwatchAction.text=Einf\u00fcgen
-pasteSwatchAction.tooltip=Bitcoin URI Text oder QR-Code aus der Zwischenablage einf\u00fcgen
+pasteSwatchAction.tooltip=Dogecoin URI Text oder QR-Code aus der Zwischenablage einf\u00fcgen
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Neu
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Neue Empfangsadressen erstelle
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Neu
-createOrEditAddressAction.createSending.tooltip=Erzeugt eine neue Adresse, an die Bitcoin gesendet werden k\u00f6nnen
+createOrEditAddressAction.createSending.tooltip=Erzeugt eine neue Adresse, an die Dogecoin gesendet werden k\u00f6nnen
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Gesendet an "{1}" ({0})
validationErrorView.title=Fehler bei der Validierung
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=Die Adresse "{0}" ist keine g\u00fcltige Bitcoin Adresse.
+validationErrorView.addressInvalidMessage=Die Adresse "{0}" ist keine g\u00fcltige Dogecoin Adresse.
validationErrorView.amountIsMissingMessage=Sie m\u00fcssen einen Betrag angeben
validationErrorView.amountInvalidMessage=Der Betrag "{0}" konnte nicht als Zahl verstanden werden.
-validationErrorView.amountIsNegativeOrZeroMessage=Der Betrag muss gr\u00f6\u00dfer als 0 BTC sein.
+validationErrorView.amountIsNegativeOrZeroMessage=Der Betrag muss gr\u00f6\u00dfer als 0 DOGE sein.
validationErrorView.amountIsTooSmallMessage=Der Betrag ist zu klein. Es m\u00fcssen mindestens {0} Satoshi sein.
-validationErrorView.notEnoughFundsMessage=Es ist nicht genug Geld in dieser Wallet-Datei, um {0} BTC zu senden.\nSie k\u00f6nnen nur Bitcoins aus best\u00e4tigten Transaktionen ausgeben.\nBeachten Sie, dass der Sender eine Geb\u00fchr bezahlt.
-validationErrorView.notEnoughFundsMessage2=Es ist nicht genug Geld in dieser Wallet-Datei, um {0} BTC zu senden.\nSie k\u00f6nnen h\u00f6chstens den "Verf\u00fcgbar zum Ausgeben" Betrag ausgeben.\nBeachten Sie, dass der Sender eine Geb\u00fchr bezahlt.
+validationErrorView.notEnoughFundsMessage=Es ist nicht genug Geld in dieser Wallet-Datei, um {0} DOGE zu senden.\nSie k\u00f6nnen nur Dogecoins aus best\u00e4tigten Transaktionen ausgeben.\nBeachten Sie, dass der Sender eine Geb\u00fchr bezahlt.
+validationErrorView.notEnoughFundsMessage2=Es ist nicht genug Geld in dieser Wallet-Datei, um {0} DOGE zu senden.\nSie k\u00f6nnen h\u00f6chstens den "Verf\u00fcgbar zum Ausgeben" Betrag ausgeben.\nBeachten Sie, dass der Sender eine Geb\u00fchr bezahlt.
validationErrorView.moreHelp=Mehr Hilfe
showTransactionsAction.text=Transaktionen
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Ihre Beschreibung der Wallet-Date
singleWalletPanel.dataHasChanged.text=Updates gestoppt.
singleWalletPanel.dataHasChanged.tooltip.1=Ein anderes Programm hat diese Wallet-Datei ge\u00e4ndert.
-singleWalletPanel.dataHasChanged.tooltip.2=Um Fehler zu vermeiden, hat MultiBit Updates gestoppt.
+singleWalletPanel.dataHasChanged.tooltip.2=Um Fehler zu vermeiden, hat MultiDoge Updates gestoppt.
singleWalletPanel.dataHasChanged.backupFile=Backup-Datei ist "{0}".
singleWalletPanel.twistyRightText=Klicken zum Anzeigen von Wallet-Details
singleWalletPanel.twistyDownText=Klicken zum Verbergen von Wallet-Details
@@ -393,16 +394,16 @@ resetTransactionsPanel.resetDate=R\u00fccksetz-Datum
resetTransactionsPanel.resetFromFirstTransaction=Zur\u00fccksetzen ab dem Datum der ersten Transaktion
resetTransactionsPanel.chooseResetDate=Geben Sie ein R\u00fccksetz-Datum ein\: {0}
-showOpenUriView.title=Bitcoin URI \u00f6ffnen
-showOpenUriView.message1=Ein anderes Programm hat zu einer Bitcoin-Zahlung aufgefordert.
+showOpenUriView.title=Dogecoin URI \u00f6ffnen
+showOpenUriView.message1=Ein anderes Programm hat zu einer Dogecoin-Zahlung aufgefordert.
showOpenUriView.message2=Soll das Sendeformular gem\u00e4\u00df der Zahlungsaufforderung ausgef\u00fcllt werden?
showOpenUriView.yesText=Ja
showOpenUriView.noText=Nein
showOpenUriView.rememberMyDecision=Entscheidung f\u00fcr die Zukunft merken
-showOpenUriViewSubmitAction.tooltip=Ausf\u00fcllen des Sendeformulars gem\u00e4\u00df der Bitcoin-Zahlungsaufforderung
+showOpenUriViewSubmitAction.tooltip=Ausf\u00fcllen des Sendeformulars gem\u00e4\u00df der Dogecoin-Zahlungsaufforderung
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Zahlungsaufforderung erhalten aber aufgrund der Einstellungen ignoriert
-showOpenUriViewAction.tooltip=Ja, f\u00fclle das Sendeformular gem\u00e4\u00df der Bitcoin-Zahlungsaufforderung aus
+showOpenUriViewAction.tooltip=Ja, f\u00fclle das Sendeformular gem\u00e4\u00df der Dogecoin-Zahlungsaufforderung aus
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Anzeige-Schriftart ausw\u00e4hlen
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=W\u00e4hlen Sie die Datei aus, in di
showExportPrivateKeysPanel.password.title=Passwort der Exportdatei
showExportPrivateKeysPanel.passwordProtect=Exportdatei mit Passwort sch\u00fctzen\:
showExportPrivateKeysPanel.doNotPasswordProtect=Exportdatei nicht mit Passwort sch\u00fctzen.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Jeder der die Exportdatei lesen kann, kann Ihre Bitcoin ausgeben.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Jeder der die Exportdatei lesen kann, kann Ihre Dogecoin ausgeben.
showExportPrivateKeysPanel.walletPasswordPrompt=Passwort der Wallet-Datei
showExportPrivateKeysPanel.passwordPrompt=Passwort
showExportPrivateKeysPanel.repeatPasswordPrompt=Passwort-Wiederholung
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=Die zu dieser Transaktion hinzugef\u00
transactionDetailsDialog.sizeLabel.text=Gr\u00f6\u00dfe
transactionDetailsDialog.sizeLabel.tooltip=Die Gr\u00f6\u00dfe dieser Transaktion in Bytes
transactionDetailsDialog.viewAtBlockExplorer=Ansehen auf blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Ansehen auf blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Ansehen auf dogechain.info
crudButton.new=Neu
crudButton.open=\u00d6ffnen
crudButton.delete=L\u00f6schen
closeWalletAction.text=Wallet-Datei schlie\u00dfen
-closeWalletAction.tooltip=Schlie\u00dfe die Wallet-Datei und zeige sie nicht l\u00e4nger in MultiBit an.
+closeWalletAction.tooltip=Schlie\u00dfe die Wallet-Datei und zeige sie nicht l\u00e4nger in MultiDoge an.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Wallet-Datei l\u00f6schen
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=Die Wallet-Datei "{0}" wurde erfolgrei
deleteWalletConfirmDialog.walletDeleteError1=Beim L\u00f6schen der Wallet-Datei gab es einen Fehler.
deleteWalletConfirmDialog.walletDeleteError2=Der Fehler war "{0}".
deleteWalletConfirmDialog.question1=Um diese Aktion zu best\u00e4tigen, geben Sie bitte
-deleteWalletConfirmDialog.question2=den Namen des Erfinders von Bitcoin ein.
+deleteWalletConfirmDialog.question2=den Namen des Erfinders von Dogecoin ein.
deleteWalletConfirmDialog.wrongAnswer=Falsche Antwort
deleteWalletException.walletWasReadonly=Die Wallet-Datei (oder die zugeh\u00f6rige Info-Datei) ist schreibgesch\u00fctzt. Kann nicht l\u00f6schen
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Die Info-Datei zur Wallet-Datei k
deleteWalletConfirmDialog.newWalletCreated=Weil es keine Wallet-Datei mehr gab, wurde eine neue f\u00fcr Sie erstellt.
welcomePanel.text=Willkommen
-welcomePanel.title=Willkommen bei MultiBit
+welcomePanel.title=Willkommen bei MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=MultiBit bewahrt Ihre Bitcoins in einer Wallet-Datei auf. Sie k\u00f6nnen mehrere Wallet-Dateien anlegen, um mehr \u00dcberblick zu haben. Alle diese Wallet-Dateien werden am linken Rand angezeigt.
+welcomePanel.paragraph1=MultiDoge bewahrt Ihre Dogecoins in einer Wallet-Datei auf. Sie k\u00f6nnen mehrere Wallet-Dateien anlegen, um mehr \u00dcberblick zu haben. Alle diese Wallet-Dateien werden am linken Rand angezeigt.
welcomePanel.paragraph2=Benutzen Sie die Men\u00fcoptionen, um neue Tabs f\u00fcr Ihre Aktionen zu erstellen. Die Tabs "Senden", "Anfordern" und "Transaktionen" sind immer ge\u00f6ffnet. Die anderen Tabs k\u00f6nnen durch Anklicken des kleinen "x" in der Tab-\u00dcberschrift geschlossen werden.
welcomePanel.paragraph2.5=F\u00fcr erh\u00f6hte Sicherheit k\u00f6nnen Sie Ihre Wallet-Datei mit einem Passwort sch\u00fctzen, indem Sie den Men\u00fcpunkt "Datei|Passwort hinzuf\u00fcgen" anw\u00e4hlen.
welcomePanel.paragraph3=Viele Elemente auf der Benutzeroberfl\u00e4che haben eine Beschreibung als 'Tooltip' oder Sprechblase. Um sie zu sehen, bleiben Sie mit dem Mauszeiger \u00fcber einem Element stehen.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=\u00dc
addPasswordPanel.password.title=Passwort
addPasswordPanel.text=Die folgende Wallet-Datei wird mit einem Passwort gesch\u00fctzt\:
addPasswordPanel.reminder1=Bitte bewahren Sie das Passwort sicher auf.
-addPasswordPanel.reminder2=Dieses Passwort wird ben\u00f6tigt, um Ihre Bitcoins auszugeben.
+addPasswordPanel.reminder2=Dieses Passwort wird ben\u00f6tigt, um Ihre Dogecoins auszugeben.
addPasswordPanel.reminder3=Es kann im Fall eines Verlusts nicht wiederhergestellt werden.
addPasswordPanel.enterPasswords=Geben Sie das Passwort ein, das Sie f\u00fcr diese Wallet-Datei verwenden wollen
addPasswordPanel.addPasswordSuccess=Das Passwort wurde erfolgreich hinzugef\u00fcgt.
@@ -584,7 +585,7 @@ changePasswordPanel.text=Das Passwort wird f\u00fcr die folgende Wallet-Datei ge
changePasswordPanel.newPasswordPrompt=Neues Passwort
changePasswordPanel.repeatNewPasswordPrompt=Neues Passwort wiederholen
changePasswordPanel.reminder1=Bitte bewahren Sie das Passwort sicher auf.
-changePasswordPanel.reminder2=Dieses Passwort wird ben\u00f6tigt, um Ihre Bitcoins auszugeben.
+changePasswordPanel.reminder2=Dieses Passwort wird ben\u00f6tigt, um Ihre Dogecoins auszugeben.
changePasswordPanel.reminder3=Es kann im Fall eines Verlusts nicht wiederhergestellt werden.
changePasswordPanel.enterPasswords=Geben Sie das neue Passwort ein, das Sie f\u00fcr diese Wallet-Datei verwenden wollen
changePasswordPanel.enterCurrentPassword=Aktuelles Passwort eingeben
@@ -655,12 +656,12 @@ transactionConfidence.pending=Unbest\u00e4tigt.
transactionConfidence.appearedInBestChain=Gesehen in der besten Kette auf H\u00f6he {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Es ist unbekannt, wie viele Peers diese Transaktion gesehen haben.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Ein Bitcoin-Betrag kann nur 8 Nachkommastellen haben
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Ein Dogecoin-Betrag kann nur 8 Nachkommastellen haben
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=Ein in "{0}" angegebener Betrag kann nur {1} Nachkommastelle(n) haben
currencyConverter.couldNotUnderstandAmount=Der Betrag "{0}" konnte nicht als Zahl interpretiert werden
alertManagerTitle=Neue Version verf\u00fcgbar
-alertManagerLine1=Es ist eine neue Version "{0}" von MultiBit verf\u00fcgbar.
+alertManagerLine1=Es ist eine neue Version "{0}" von MultiDoge verf\u00fcgbar.
alertManagerLine2=Ihre aktuelle Version ist "{0}".
alertManagerViewRelease=Freigegebene Version ansehen
diff --git a/src/main/resources/i18n/el/viewer.properties b/src/main/resources/i18n/el/viewer.properties
index 93fd3f61e..364757308 100755
--- a/src/main/resources/i18n/el/viewer.properties
+++ b/src/main/resources/i18n/el/viewer.properties
@@ -53,11 +53,11 @@ showPreferencesPanel.feeLabel.text=\u03a4\u03ad\u03bb\u03b7
showPreferencesPanel.size.text={0} byte
showPreferencesPanel.couldNotUnderstandFee=\u0386\u03ba\u03c5\u03c1\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd "{0}". \u0394\u03b9\u03b1\u03c4\u03b7\u03c1\u03b5\u03af\u03c4\u03b1\u03b9 \u03c4\u03bf \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03bd \u03c4\u03ad\u03bb\u03bf\u03c2.
showPreferencesPanel.aFeeMustBeSet=\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b1 \u03c4\u03ad\u03bb\u03b7 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2. \u0394\u03b9\u03b1\u03c4\u03b7\u03c1\u03b5\u03af\u03c4\u03b1\u03b9 \u03c4\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u03a4\u03b1 \u03c4\u03ad\u03bb\u03b7 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd 0,0001 BTC. \u0394\u03b9\u03b1\u03c4\u03b7\u03c1\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c4\u03bf \u03c0\u03b1\u03bb\u03b9\u03cc \u03c4\u03ad\u03bb\u03bf\u03c2.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u03a4\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc 1 BTC. \u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b4\u03b9\u03b1\u03c3\u03c4\u03bf\u03bb\u03ae \u03c3\u03b1\u03c2. \u0394\u03b9\u03b1\u03c4\u03b7\u03c1\u03b5\u03af\u03c4\u03b1\u03b9 \u03c4\u03bf \u03c0\u03b1\u03bb\u03b9\u03cc \u03c4\u03ad\u03bb\u03bf\u03c2.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u03a4\u03b1 \u03c4\u03ad\u03bb\u03b7 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd 0,0001 DOGE. \u0394\u03b9\u03b1\u03c4\u03b7\u03c1\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c4\u03bf \u03c0\u03b1\u03bb\u03b9\u03cc \u03c4\u03ad\u03bb\u03bf\u03c2.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u03a4\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc 1 DOGE. \u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b4\u03b9\u03b1\u03c3\u03c4\u03bf\u03bb\u03ae \u03c3\u03b1\u03c2. \u0394\u03b9\u03b1\u03c4\u03b7\u03c1\u03b5\u03af\u03c4\u03b1\u03b9 \u03c4\u03bf \u03c0\u03b1\u03bb\u03b9\u03cc \u03c4\u03ad\u03bb\u03bf\u03c2.
showPreferencesPanel.browserIntegrationTitle=\u0395\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7 \u03c3\u03c4\u03bf\u03bd browser
-showPreferencesPanel.browserIntegration.messageText=\u03a4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03cc\u03c4\u03b1\u03bd \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03b5 \u03bc\u03af\u03b1 \u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 bitcoin \u03c3\u03c4\u03bf\u03bd browser;
-showPreferencesPanel.ignoreAll=\u0391\u03b3\u03bd\u03bf\u03ae\u03c3\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 Bitcoin
+showPreferencesPanel.browserIntegration.messageText=\u03a4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03cc\u03c4\u03b1\u03bd \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03b5 \u03bc\u03af\u03b1 \u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 dogecoin \u03c3\u03c4\u03bf\u03bd browser;
+showPreferencesPanel.ignoreAll=\u0391\u03b3\u03bd\u03bf\u03ae\u03c3\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 Dogecoin
showPreferencesPanel.fillAutomatically=\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c3\u03c5\u03bc\u03c0\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c6\u03cc\u03c1\u03bc\u03b1\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2
showPreferencesPanel.askEveryTime=\u039d\u03b1 \u03b5\u03c1\u03c9\u03c4\u03bf\u03cd\u03bc\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 \u03c6\u03bf\u03c1\u03ac
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=\u0394\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7
showPreferencesPanel.ticker.showSecondRow=\u0394\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7
showPreferencesPanel.ticker.exchange=\u0391\u03bd\u03c4\u03ac\u03bb\u03b1\u03be\u03b5
showPreferencesPanel.ticker.currency=\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show bitcoin converted to fiat currency
-showPreferencesPanel.ticker.exchangeInformation=\u03a4\u03bf/\u03b1 Bitcoin \u03b8\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03bc\u03ad\u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7\u03bd \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03c4\u03b9\u03bc\u03ae \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03bd\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show dogecoin converted to fiat currency
+showPreferencesPanel.ticker.exchangeInformation=\u03a4\u03bf/\u03b1 Dogecoin \u03b8\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03bc\u03ad\u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7\u03bd \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03c4\u03b9\u03bc\u03ae \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03bd\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=\u039f \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=\u0395\u03b9\u03c3\u03ac\u03b3\u03b1\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=\u039b\u03b1\u03bd\u03b8\u03b1\u03
showPreferencesPanel.getAppId.text=\u039b\u03ac\u03b2\u03b5 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2
showPreferencesPanel.getAppId.tooltip=\u0391\u03bd\u03bf\u03af\u03be\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03c4\u03ae \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf OpenExchangeRates.org
showPreferencesPanel.getAppId.label=\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bf\u03c5\u03bc\u03c0\u03af "\u039b\u03ac\u03b2\u03b5 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2" \u03b1\u03c0\u03cc \u03ba\u03ac\u03c4\u03c9
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\u0394\u03b7\u03bc\u03b7\u03bf\u03c5\u03c1\u03b3\u03b7\u03b8\u03b7\u03ba\u03b5 \u03c0\u03bf\u03c1\u03c4\u03bf\u03c6\u03cc\u03bb\u03b9 "{0}".
multiBit.openingWallet=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c0\u03bf\u03c1\u03c4\u03bf\u03c6\u03bf\u03bb\u03b9\u03bf\u03cd "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... \u03ad\u03b3\u03b9\u03bd\u03b5.
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=The installation directory is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf
-multiBitFrame.balanceLabel.tooltip=\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf - \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03bc\u03b7 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03bc\u03ad\u03bd\u03b1 bitcoins \u03ba\u03b1\u03b9 \u03c1\u03ad\u03c3\u03c4\u03b1 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd
+multiBitFrame.balanceLabel.tooltip=\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf - \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03bc\u03b7 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03bc\u03ad\u03bd\u03b1 dogecoins \u03ba\u03b1\u03b9 \u03c1\u03ad\u03c3\u03c4\u03b1 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd
multiBitFrame.ticker.show.text=Show Currency Ticker
multiBitFrame.ticker.hide.text=Hide Currency Ticker
multiBitFrame.statusBar.tooltip1=Messages.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=This is a coinbase transaction th
multiBitFrame.availableToSpend=\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\: {0}
multiBitFrame.availableToSpend2=\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7
-multiBitFrame.availableToSpend.tooltip=\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03bc\u03b5\u03af\u03bf\u03bd \u03c4\u03b1 \u03b1\u03bd\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c4\u03b1 bitcoins \u03ba\u03b1\u03b9 \u03c1\u03ad\u03c3\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b1\u03ba\u03cc\u03bc\u03b7 \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03b1\u03c6\u03b5\u03af
+multiBitFrame.availableToSpend.tooltip=\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03bc\u03b5\u03af\u03bf\u03bd \u03c4\u03b1 \u03b1\u03bd\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c4\u03b1 dogecoins \u03ba\u03b1\u03b9 \u03c1\u03ad\u03c3\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b1\u03ba\u03cc\u03bc\u03b7 \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03b1\u03c6\u03b5\u03af
-multiBitService.errorText=\u0391\u03b4\u03c5\u03bd\u03b1\u03bc\u03af\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf \u03c4\u03bf\u03c5 Bitcoin. \u03a3\u03c6\u03ac\u03bb\u03bc\u03b1\: {0}
-multiBitService.errorTitleText=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=\u0394\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2 \u03bc\u03b5 \u03c4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf Bitcoin...
+multiBitService.errorText=\u0391\u03b4\u03c5\u03bd\u03b1\u03bc\u03af\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf \u03c4\u03bf\u03c5 Dogecoin. \u03a3\u03c6\u03ac\u03bb\u03bc\u03b1\: {0}
+multiBitService.errorTitleText=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=\u0394\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2 \u03bc\u03b5 \u03c4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf Dogecoin...
multiBitService.couldNotLoadBlockchain=Unable to load blockchain "{0}". The error was "{1}".
multiBitService.replayingFromBlockCache=Replaying from local cache...
exitAction.text=\u0388\u03be\u03bf\u03b4\u03bf\u03c2
-exitAction.tooltip=\u0388\u03be\u03bf\u03b4\u03bf\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf MultiBit
+exitAction.tooltip=\u0388\u03be\u03bf\u03b4\u03bf\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf MultiDoge
exitAction.mnemonicKey=\u03a7
openWalletAction.text=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c0\u03bf\u03c1\u03c4\u03bf\u03c6\u03bf\u03bb\u03b9\u03bf\u03cd
@@ -173,10 +174,10 @@ openWalletView.title=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c0\u03bf\u03
saveWalletAsView.untitled=\u03a7\u03c9\u03c1\u03af\u03c2 \u03c4\u03af\u03c4\u03bb\u03bf
-helpAboutAction.text=\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf MultiBit
-helpAboutAction.tooltip=\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf MultiBit
+helpAboutAction.text=\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf MultiDoge
+helpAboutAction.tooltip=\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf MultiDoge
helpAboutAction.mnemonicKey=\u0391
-helpAboutAction.messageBoxTitle=\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf MultiBit
+helpAboutAction.messageBoxTitle=\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf MultiDoge
helpAboutAction.versionText=\u0388\u03ba\u03b4\u03bf\u03c3\u03b7\: {0}
showHelpContentsAction.text=\u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1 \u03b2\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2
@@ -185,58 +186,58 @@ showHelpContentsAction.mnemonicKey=\u0397
helpContentsView.messageTitle=\u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1 \u03b2\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2
-sendBitcoinAction.text=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Bitcoin
-sendBitcoinAction.tooltip=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae bitcoin \u03c3\u03b5 \u03c4\u03c1\u03af\u03c4\u03bf
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Dogecoin
+sendBitcoinAction.tooltip=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae dogecoin \u03c3\u03b5 \u03c4\u03c1\u03af\u03c4\u03bf
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=\u0395
sendBitcoinConfirmAction.text=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae
-sendBitcoinConfirmAction.tooltip=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae bitcoin \u03c3\u03b5 \u03c4\u03c1\u03af\u03c4\u03bf
+sendBitcoinConfirmAction.tooltip=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae dogecoin \u03c3\u03b5 \u03c4\u03c1\u03af\u03c4\u03bf
sendBitcoinConfirmAction.mnemonicKey=\u0395
-sendBitcoinNowAction.sendingBitcoin=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=\u03a4\u03b1 bitcoin \u03b1\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7\u03c3\u03b1\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ce\u03c2.
-sendBitcoinNowAction.bitcoinSendFailed=\u0397 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03c9\u03bd bitcoin \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=\u03a4\u03b1 dogecoin \u03b1\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7\u03c3\u03b1\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ce\u03c2.
+sendBitcoinNowAction.bitcoinSendFailed=\u0397 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03c9\u03bd dogecoin \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\u0391\u03bd\u03b5\u03c0\u03b1\u03c1\u03ba\u03ad\u03c2 \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd.
sendBitcoinConfirmView.sendOption=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae
sendBitcoinConfirmView.cancelOption=\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7
-sendBitcoinConfirmView.message=\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5 bitcoin \u03c9\u03c2 \u03b5\u03be\u03ae\u03c2\:
-sendBitcoinConfirmView.title=\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit must be online and connected to more than one peer to send bitcoin.
+sendBitcoinConfirmView.message=\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5 dogecoin \u03c9\u03c2 \u03b5\u03be\u03ae\u03c2\:
+sendBitcoinConfirmView.title=\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge must be online and connected to more than one peer to send dogecoin.
receiveBitcoinAction.textShort=\u0391\u03af\u03c4\u03b7\u03c3\u03b7 \u03bb\u03ae\u03c8\u03b7\u03c2
-receiveBitcoinAction.text=\u0391\u03af\u03c4\u03b7\u03c3\u03b7 \u03bb\u03ae\u03c8\u03b7\u03c2 Bitcoin
-receiveBitcoinAction.tooltip=\u0396\u03b7\u03c4\u03ae\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03b5\u03af\u03bb\u03bf\u03c5\u03bd bitcoin
+receiveBitcoinAction.text=\u0391\u03af\u03c4\u03b7\u03c3\u03b7 \u03bb\u03ae\u03c8\u03b7\u03c2 Dogecoin
+receiveBitcoinAction.tooltip=\u0396\u03b7\u03c4\u03ae\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03b5\u03af\u03bb\u03bf\u03c5\u03bd dogecoin
receiveBitcoinAction.mnemonicKey=\u03a1
showPreferencesAction.text=\u03a0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03b9\u03c2
-showPreferencesAction.tooltip=\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03c9\u03bd \u03c4\u03bf\u03c5 MultiBit
+showPreferencesAction.tooltip=\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03c9\u03bd \u03c4\u03bf\u03c5 MultiDoge
showPreferencesAction.mnemonicKey=\u03a0
showPreferencesSubmitAction.text=\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd
showPreferencesSubmitAction.tooltip=\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd
showPreferencesSubmitAction.mnemonicKey=\u03a3
-sendBitcoinPanel.title=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Bitcoin
+sendBitcoinPanel.title=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2
-sendBitcoinPanel.helpLabel1.message=\u0398\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5 bitcoin.
-sendBitcoinPanel.helpLabel2.message=\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ae \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b8\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5 bitcoins \u03ba\u03b1\u03b9 \u03ad\u03bd\u03b1 \u03c0\u03bf\u03c3\u03cc.
+sendBitcoinPanel.helpLabel1.message=\u0398\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5 dogecoin.
+sendBitcoinPanel.helpLabel2.message=\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ae \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b8\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5 dogecoins \u03ba\u03b1\u03b9 \u03ad\u03bd\u03b1 \u03c0\u03bf\u03c3\u03cc.
sendBitcoinPanel.helpLabel3.message=\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac, \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae.
sendBitcoinPanel.addressLabel=\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7
-sendBitcoinPanel.addressLabel.tooltip=\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5 bitcoins
+sendBitcoinPanel.addressLabel.tooltip=\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5 dogecoins
sendBitcoinPanel.labelLabel=\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae
sendBitcoinPanel.labelLabel.tooltip=\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2
sendBitcoinPanel.amountLabel=\u03a0\u03bf\u03c3\u03cc
sendBitcoinPanel.amountLabel.tooltip=\u03a0\u03bf\u03c3\u03cc \u03c0\u03c1\u03bf\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=\u039c\u03bf\u03bd\u03ac\u03b4\u03b1 BTC
-sendBitcoinPanel.sendingAddressesTitle=Addresses to send bitcoin to
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=\u039c\u03bf\u03bd\u03ac\u03b4\u03b1 DOGE
+sendBitcoinPanel.sendingAddressesTitle=Addresses to send dogecoin to
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=\u0394\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 (\u03c0\u03b9\u03b8\u03b1\u03bd\u03cc\u03bd \u03bc\u03b7 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ad\u03c2)
sendBitcoinPanel.couldNotUnderstandQRcode=Could not understand QR code of "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Drag|QR code|here
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=\u03a3\u03cd\u03c1\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 bitcoin QR code \u03b5\u03b4\u03ce, \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7 \u03c6\u03cc\u03c1\u03bc\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=\u03a3\u03cd\u03c1\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 dogecoin QR code \u03b5\u03b4\u03ce, \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7 \u03c6\u03cc\u03c1\u03bc\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2.
sendBitcoinPanel.showMore.text=\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1
sendBitcoinPanel.showMore.tooltip=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c0\u03bb\u03b1\u03ca\u03bd\u03bf\u03cd \u03c0\u03af\u03bd\u03b1\u03ba\u03b1
sendBitcoinPanel.showMore.mnemonic=\u03a3
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=\u039b\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1
sendBitcoinPanel.showLess.tooltip=\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03c0\u03bb\u03b1\u03ca\u03bd\u03bf\u03cd \u03c0\u03af\u03bd\u03b1\u03ba\u03b1
sendBitcoinPanel.showLess.mnemonic=\u0397
-receiveBitcoinPanel.title=\u039b\u03ae\u03c8\u03b7 Bitcoin
-receiveBitcoinPanel.helpLabel1.message=\u0398\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 bitcoin.
+receiveBitcoinPanel.title=\u039b\u03ae\u03c8\u03b7 Dogecoin
+receiveBitcoinPanel.helpLabel1.message=\u0398\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 dogecoin.
receiveBitcoinPanel.helpLabel2.message=\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03bc\u03af\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b9\u03c2 \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2 \u03bb\u03ae\u03c8\u03b7\u03c2.
receiveBitcoinPanel.helpLabel3.message=\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac, \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03b9 \u03c0\u03bf\u03c3\u03cc.
receiveBitcoinPanel.addressLabel=\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03ae \u03c3\u03b1\u03c2
-receiveBitcoinPanel.addressLabel.tooltip=\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 dogecoin
receiveBitcoinPanel.labelLabel=\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae
receiveBitcoinPanel.labelLabel.tooltip=\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2
receiveBitcoinPanel.amountLabel=\u03a0\u03bf\u03c3\u03cc
receiveBitcoinPanel.amountLabel.tooltip=\u03a0\u03bf\u03c3\u03cc \u03c0\u03c1\u03bf\u03c2 \u03bb\u03ae\u03c8\u03b7
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=\u039c\u03bf\u03bd\u03ac\u03b4\u03b1 BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=\u039c\u03bf\u03bd\u03ac\u03b4\u03b1 DOGE
receiveBitcoinPanel.receivingAddressesTitle=\u0394\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03bf\u03c0\u03bf\u03af\u03b5\u03c2 \u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c7\u03c1\u03ae\u03bc\u03b1\u03c4\u03b1
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=\u039f\u03b9 \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2 \u03bb\u03ae\u03c8\u03b7\u03c2 \u03c3\u03b1\u03c2 (\u03c0\u03b9\u03b8\u03b1\u03bd\u03cc\u03bd \u03c0\u03b1\u03c1\u03c9\u03c7\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03
addressBookTableModel.addressColumnHeader=\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7
copyQRCodeTextAction.text=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5
-copyQRCodeTextAction.tooltip=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae bitcoin URI \u03c3\u03c4\u03bf \u03a0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03bf
+copyQRCodeTextAction.tooltip=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae dogecoin URI \u03c3\u03c4\u03bf \u03a0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03bf
copyQRCodeTextAction.mnemonicKey=\u03a8
copyQRCodeImageAction.text=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae
-copyQRCodeImageAction.tooltip=Copy bitcoin QR code to clipboard
+copyQRCodeImageAction.tooltip=Copy dogecoin QR code to clipboard
copyQRCodeImageAction.mnemonicKey=\u0393
pasteSwatchAction.text=\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=\u03a9
createOrEditAddressAction.createReceiving.text=\u039d\u03ad\u03bf
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Create new receiving addresses
createOrEditAddressAction.createReceiving.mnemonicKey=\u039d
createOrEditAddressAction.createSending.text=\u039d\u03ad\u03bf
-createOrEditAddressAction.createSending.tooltip=Add a new address to send bitcoin to
+createOrEditAddressAction.createSending.tooltip=Add a new address to send dogecoin to
createOrEditAddressAction.createSending.mnemonicKey=\u039d
createOrEditAddressSubmitAction.text=\u0395\u03bd\u03c4\u03ac\u03be\u03b5\u03b9
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=\u0395\u03c3\u03c4\u03ac\u03bb\u03b7\u03
validationErrorView.title=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03b5\u03c0\u03b9\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7\u03c2
validationErrorView.okOption=\u0395\u03bd\u03c4\u03ac\u03be\u03b5\u03b9
-validationErrorView.addressInvalidMessage=\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 "{0}" \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 bitcoin \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7.
+validationErrorView.addressInvalidMessage=\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 "{0}" \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 dogecoin \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7.
validationErrorView.amountIsMissingMessage=\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03bf\u03c3\u03cc
validationErrorView.amountInvalidMessage=\u03a4\u03bf \u03c0\u03bf\u03c3\u03cc "{0}" \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2.
-validationErrorView.amountIsNegativeOrZeroMessage=\u03a4\u03bf \u03c0\u03bf\u03c3\u03cc \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=\u03a4\u03bf \u03c0\u03bf\u03c3\u03cc \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b7 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1
showTransactionsAction.text=\u03a3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2
@@ -393,8 +394,8 @@ resetTransactionsPanel.resetDate=Reset date
resetTransactionsPanel.resetFromFirstTransaction=Reset from date of first transaction
resetTransactionsPanel.chooseResetDate=Specify reset date\: {0}
-showOpenUriView.title=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 Bitcoin URI
-showOpenUriView.message1=\u039c\u03b9\u03b1 \u03ac\u03bb\u03bb\u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03ad\u03c7\u03b5\u03b9 \u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae Bitcoin.
+showOpenUriView.title=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 Dogecoin URI
+showOpenUriView.message1=\u039c\u03b9\u03b1 \u03ac\u03bb\u03bb\u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03ad\u03c7\u03b5\u03b9 \u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae Dogecoin.
showOpenUriView.message2=\u0398\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03c6\u03cc\u03c1\u03bc\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03bc\u03b5 \u03c4\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03c4\u03b7\u03c2 \u03b1\u03af\u03c4\u03b7\u03c3\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2;
showOpenUriView.yesText=\u039d\u03b1\u03b9
showOpenUriView.noText=\u038c\u03c7\u03b9
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=\u0395\u03c0\u03b9\u03bb\u03ad\u03be
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=\u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03c4\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03bc\u03b5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\:
showExportPrivateKeysPanel.doNotPasswordProtect=\u039d\u03b1 \u03bc\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03c5\u03b8\u03b5\u03af \u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03bc\u03b5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=\u039f\u03c0\u03bf\u03b9\u03bf\u03c3\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03ad\u03c7\u03b5\u03b9 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03ac\u03c1\u03b5\u03b9 \u03c4\u03b1 bitcoin \u03c3\u03b1\u03c2.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=\u039f\u03c0\u03bf\u03b9\u03bf\u03c3\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03ad\u03c7\u03b5\u03b9 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03ac\u03c1\u03b5\u03b9 \u03c4\u03b1 dogecoin \u03c3\u03b1\u03c2.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2
showExportPrivateKeysPanel.repeatPasswordPrompt=\u0395\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=View at blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=View at blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=View at dogechain.info
crudButton.new=\u039d\u03ad\u03bf
crudButton.open=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1
crudButton.delete=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae
closeWalletAction.text=Close Wallet
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=\u03a8
deleteWalletAction.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03bf\u03c1\u03c4\u03bf\u03c6\u03bf\u03bb\u03b9\u03bf\u03cd
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=\u03a4\u03bf \u03c0\u03bf\u03c1\u03c4\
deleteWalletConfirmDialog.walletDeleteError1=\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ad\u03bd\u03b1 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c1\u03c4\u03bf\u03c6\u03bf\u03bb\u03b9\u03bf\u03cd.
deleteWalletConfirmDialog.walletDeleteError2=\u03a4\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ae\u03c4\u03b1\u03bd "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Wrong answer
deleteWalletException.walletWasReadonly=\u03a4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c1\u03c4\u03bf\u03c6\u03bf\u03bb\u03b9\u03bf\u03cd \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03cc\u03bd\u03bf \u03c0\u03c1\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7. \u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af.
@@ -539,7 +540,7 @@ deleteWalletConfirmDialog.newWalletCreated=\u0395\u03c0\u03b5\u03b9\u03b4\u03ae
welcomePanel.text=\u039a\u03b1\u03bb\u03c9\u03c2 \u0389\u03bb\u03b8\u03b1\u03c4\u03b5
welcomePanel.title=\u039a\u03b1\u03bb\u03c9\u03c2 \u0389\u03bb\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03bf Multibit
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=\u0391
addPasswordPanel.password.title=\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2
addPasswordPanel.text=\u03a4\u03bf \u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf \u03c0\u03bf\u03c1\u03c4\u03bf\u03c6\u03cc\u03bb\u03b9 \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf \u03bc\u03b5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\:
addPasswordPanel.reminder1=\u039a\u03c1\u03ac\u03c4\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c3\u03bf\u03c5 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae.
-addPasswordPanel.reminder2=\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03b1\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03be\u03bf\u03b4\u03ad\u03c8\u03b5\u03b9\u03c2 \u03c4\u03b1 bitcoin \u03c3\u03bf\u03c5.
+addPasswordPanel.reminder2=\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03b1\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03be\u03bf\u03b4\u03ad\u03c8\u03b5\u03b9\u03c2 \u03c4\u03b1 dogecoin \u03c3\u03bf\u03c5.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=\u03a0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c0\u03bf\u03c1\u03c4\u03bf\u03c6\u03cc\u03bb\u03b9
addPasswordPanel.addPasswordSuccess=\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c4\u03ad\u03b8\u03b7\u03ba\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ce\u03c2.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet\:
changePasswordPanel.newPasswordPrompt=New password
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=\u039a\u03c1\u03ac\u03c4\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c3\u03bf\u03c5 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae.
-changePasswordPanel.reminder2=\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03b1\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03be\u03bf\u03b4\u03ad\u03c8\u03b5\u03b9\u03c2 \u03c4\u03b1 bitcoin \u03c3\u03bf\u03c5.
+changePasswordPanel.reminder2=\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03b1\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03be\u03bf\u03b4\u03ad\u03c8\u03b5\u03b9\u03c2 \u03c4\u03b1 dogecoin \u03c3\u03bf\u03c5.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=\u0392\u03ac\u03bb\u03b5 \u03c4\u03bf\u03bd \u03bd\u03ad\u03bf \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03bf\u03c5 \u03b8\u03ad\u03bb\u03b5\u03b9\u03c2 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03cc
changePasswordPanel.enterCurrentPassword=Enter the current password
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/en/viewer.properties b/src/main/resources/i18n/en/viewer.properties
index b14a52c28..0b389df61 100644
--- a/src/main/resources/i18n/en/viewer.properties
+++ b/src/main/resources/i18n/en/viewer.properties
@@ -50,13 +50,13 @@ showPreferencesPanel.language.37=Serbian
showPreferencesPanel.feeTitle=Transaction fee
showPreferencesPanel.feeLabel.text=Fee
showPreferencesPanel.size.text={0} bytes
-showPreferencesPanel.couldNotUnderstandFee=MultiBit could not understand the fee of "{0}". Keeping the old fee.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge could not understand the fee of "{0}". Keeping the old fee.
showPreferencesPanel.aFeeMustBeSet=You must set a transaction fee. Keeping the old fee.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=The fee must be at least 0.0001 BTC. Keeping the old fee.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 BTC. Check your decimal separator. Keeping the old fee.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=The fee must be at least 0.0001 DOGE. Keeping the old fee.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 DOGE. Check your decimal separator. Keeping the old fee.
showPreferencesPanel.browserIntegrationTitle=Browser integration
-showPreferencesPanel.browserIntegration.messageText=What would you like to happen when a Bitcoin payment request is clicked on in a browser ?
-showPreferencesPanel.ignoreAll=Ignore all Bitcoin payment requests
+showPreferencesPanel.browserIntegration.messageText=What would you like to happen when a Dogecoin payment request is clicked on in a browser ?
+showPreferencesPanel.ignoreAll=Ignore all Dogecoin payment requests
showPreferencesPanel.fillAutomatically=Fill out the send form automatically
showPreferencesPanel.askEveryTime=Ask me every time
@@ -76,8 +76,8 @@ showPreferencesPanel.ticker.secondRow=Second row
showPreferencesPanel.ticker.showSecondRow=Show second row
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=Currency
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show bitcoin converted to fiat currency
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin will be shown converted using the last price of this currency.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show dogecoin converted to fiat currency
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin will be shown converted using the last price of this currency.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=The App ID access code from OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=You have entered an invalid App ID.
@@ -87,6 +87,7 @@ showPreferencesPanel.oerValidationError.title=Incorrect App ID
showPreferencesPanel.getAppId.text=Get App ID
showPreferencesPanel.getAppId.tooltip=Open your browser and sign up to OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Press "Get App ID" button below
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Created wallet "{0}".
multiBit.openingWallet=Opening wallet "{0}"...
@@ -94,7 +95,7 @@ multiBit.openingWalletIsDone=... done.
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=The installation directory is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Balance
multiBitFrame.balanceLabel.tooltip=Balance
multiBitFrame.ticker.show.text=Show Currency Ticker
@@ -142,19 +143,19 @@ multiBitFrame.status.notConfirmedAndNotStandard=This transaction is not standard
multiBitFrame.status.notConfirmedAndCoinbase=This is a coinbase transaction that is not yet confirmed
multiBitFrame.status.beingConfirmedAndCoinbase=This is a coinbase transaction that is being confirmed
-multiBitFrame.balanceLabel.tooltip=Balance including unconfirmed bitcoins and change
+multiBitFrame.balanceLabel.tooltip=Balance including unconfirmed dogecoins and change
multiBitFrame.availableToSpend=Available to spend : {0}
multiBitFrame.availableToSpend2=Available to spend
-multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed bitcoins and change still to be returned
+multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed dogecoins and change still to be returned
-multiBitService.errorText=Could not connect to Bitcoin network. The error was : {0}
-multiBitService.errorTitleText=Error connecting to Bitcoin network
-multiBitService.stoppingBitcoinNetworkConnection=Stopping Bitcoin network connection...
+multiBitService.errorText=Could not connect to Dogecoin network. The error was : {0}
+multiBitService.errorTitleText=Error connecting to Dogecoin network
+multiBitService.stoppingBitcoinNetworkConnection=Stopping Dogecoin network connection...
multiBitService.couldNotLoadBlockchain=Unable to load blockchain "{0}". The error was "{1}".
multiBitService.replayingFromBlockCache=Replaying from local cache...
exitAction.text=Exit
-exitAction.tooltip=Exit from MultiBit
+exitAction.tooltip=Exit from MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=Open Wallet
@@ -173,70 +174,70 @@ openWalletView.title=Open Wallet
saveWalletAsView.untitled=Untitled
-helpAboutAction.text=About MultiBit
-helpAboutAction.tooltip=About MultiBit
+helpAboutAction.text=About MultiDoge
+helpAboutAction.tooltip=About MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=About MultiBit
+helpAboutAction.messageBoxTitle=About MultiDoge
helpAboutAction.versionText=Version : {0}
showHelpContentsAction.text=Help Contents
-showHelpContentsAction.tooltip=Show the MultiBit help
+showHelpContentsAction.tooltip=Show the MultiDoge help
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Help Contents
-sendBitcoinAction.text=Send Bitcoin
-sendBitcoinAction.tooltip=Send bitcoin to someone
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=Send Dogecoin
+sendBitcoinAction.tooltip=Send dogecoin to someone
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Send
-sendBitcoinConfirmAction.tooltip=Send bitcoin to someone
+sendBitcoinConfirmAction.tooltip=Send dogecoin to someone
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Sending bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=Your bitcoin were sent successfully.
-sendBitcoinNowAction.bitcoinSendFailed=The send of your bitcoin failed.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Sending dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=Your dogecoin were sent successfully.
+sendBitcoinNowAction.bitcoinSendFailed=The send of your dogecoin failed.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=There were insufficient funds for your send.
sendBitcoinConfirmView.sendOption=Send
sendBitcoinConfirmView.cancelOption=Cancel
-sendBitcoinConfirmView.message=Please confirm that you want to send bitcoin as follows:
-sendBitcoinConfirmView.title=Confirm Send Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit must be online and connected to more than one peer to send bitcoin.
+sendBitcoinConfirmView.message=Please confirm that you want to send dogecoin as follows:
+sendBitcoinConfirmView.title=Confirm Send Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge must be online and connected to more than one peer to send dogecoin.
receiveBitcoinAction.textShort=Request
-receiveBitcoinAction.text=Request Bitcoin
-receiveBitcoinAction.tooltip=Request bitcoin from someone
+receiveBitcoinAction.text=Request Dogecoin
+receiveBitcoinAction.tooltip=Request dogecoin from someone
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Preferences
-showPreferencesAction.tooltip=View MultiBit preferences
+showPreferencesAction.tooltip=View MultiDoge preferences
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Apply changes
showPreferencesSubmitAction.tooltip=Apply changes
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Send Bitcoin
+sendBitcoinPanel.title=Send Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Send details
-sendBitcoinPanel.helpLabel1.message=You want to send bitcoin.
+sendBitcoinPanel.helpLabel1.message=You want to send dogecoin.
sendBitcoinPanel.helpLabel2.message=Enter or choose an address to send to and an amount.
sendBitcoinPanel.helpLabel3.message=Optionally add a label.
sendBitcoinPanel.addressLabel=Address
-sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send bitcoin to
+sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send dogecoin to
sendBitcoinPanel.labelLabel=Label
sendBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
sendBitcoinPanel.amountLabel=Amount
sendBitcoinPanel.amountLabel.tooltip=Amount to send
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
-sendBitcoinPanel.sendingAddressesTitle=Addresses to send bitcoin to
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
+sendBitcoinPanel.sendingAddressesTitle=Addresses to send dogecoin to
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Your sending addresses (May be out of date)
sendBitcoinPanel.couldNotUnderstandQRcode=Could not understand QR code of "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Drag|QR code|here
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a bitcoin QR code here to automatically fill the 'Send' form.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a dogecoin QR code here to automatically fill the 'Send' form.
sendBitcoinPanel.showMore.text=More
sendBitcoinPanel.showMore.tooltip=Show side panel
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Less
sendBitcoinPanel.showLess.tooltip=Hide side panel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Receive Bitcoin
-receiveBitcoinPanel.helpLabel1.message=You want to receive bitcoin.
+receiveBitcoinPanel.title=Receive Dogecoin
+receiveBitcoinPanel.helpLabel1.message=You want to receive dogecoin.
receiveBitcoinPanel.helpLabel2.message=Choose one of your receiving addresses.
receiveBitcoinPanel.helpLabel3.message=Optionally enter a label and an amount.
receiveBitcoinPanel.addressLabel=Your address
-receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive dogecoin
receiveBitcoinPanel.labelLabel=Label
receiveBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
receiveBitcoinPanel.amountLabel=Amount
receiveBitcoinPanel.amountLabel.tooltip=Amount to receive
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
receiveBitcoinPanel.receivingAddressesTitle=Your receiving addresses
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Your receiving addresses (May be out of date)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Label
addressBookTableModel.addressColumnHeader=Address
copyQRCodeTextAction.text=Copy Text
-copyQRCodeTextAction.tooltip=Copy bitcoin URI text to clipboard
+copyQRCodeTextAction.tooltip=Copy dogecoin URI text to clipboard
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Copy
-copyQRCodeImageAction.tooltip=Copy bitcoin QR code to clipboard
+copyQRCodeImageAction.tooltip=Copy dogecoin QR code to clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Paste
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=New
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Create new receiving addresses
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=New
-createOrEditAddressAction.createSending.tooltip=Add a new address to send bitcoin to
+createOrEditAddressAction.createSending.tooltip=Add a new address to send dogecoin to
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Sent to "{1}" ({0})
validationErrorView.title=Validation Error
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=The address "{0}" is not a valid bitcoin address.
+validationErrorView.addressInvalidMessage=The address "{0}" is not a valid dogecoin address.
validationErrorView.amountIsMissingMessage=You must specify an amount
validationErrorView.amountInvalidMessage=The amount "{0}" could not be understood as a number.
-validationErrorView.amountIsNegativeOrZeroMessage=The amount must be greater than 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=The amount must be greater than 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=More Help
showTransactionsAction.text=Transactions
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Your wallet description
singleWalletPanel.dataHasChanged.text=Updates stopped.
singleWalletPanel.dataHasChanged.tooltip.1=Another program has changed this wallet.
-singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiBit has stopped updates.
+singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiDoge has stopped updates.
singleWalletPanel.dataHasChanged.backupFile=Backup file is "{0}".
singleWalletPanel.twistyRightText=Click to show wallet details
singleWalletPanel.twistyDownText=Click to hide wallet details
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Reset date
resetTransactionsPanel.resetFromFirstTransaction=Reset from date of first transaction
resetTransactionsPanel.chooseResetDate=Specify reset date: {0}
-showOpenUriView.title=Open Bitcoin URI
-showOpenUriView.message1=Another application has requested a Bitcoin payment.
+showOpenUriView.title=Open Dogecoin URI
+showOpenUriView.message1=Another application has requested a Dogecoin payment.
showOpenUriView.message2=Do you want to fill the 'Send' form with the request ?
showOpenUriView.yesText=Yes
showOpenUriView.noText=No
showOpenUriView.rememberMyDecision=Remember my decision
-showOpenUriViewSubmitAction.tooltip=Fill send form with bitcoin payment request
+showOpenUriViewSubmitAction.tooltip=Fill send form with dogecoin payment request
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Payment request received but ignored due to preferences
showOpenUriViewAction.tooltip=Yes, fill send form with payment request
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Choose display font
-fontChooser.tooltip=Choose font to use in MultiBit
+fontChooser.tooltip=Choose font to use in MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Cancel
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=Password
showExportPrivateKeysPanel.repeatPasswordPrompt=Repeat password
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=View at blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=View at blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=View at dogechain.info
crudButton.new=New
crudButton.open=Open
crudButton.delete=Delete
closeWalletAction.text=Close Wallet
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Delete Wallet
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=The wallet "{0}" was deleted successfu
deleteWalletConfirmDialog.walletDeleteError1=There was an error deleting the wallet.
deleteWalletConfirmDialog.walletDeleteError2=The error was "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Wrong answer
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Welcome
-welcomePanel.title=Welcome to MultiBit
+welcomePanel.title=Welcome to MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Password
addPasswordPanel.text=The following wallet will be password protected:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet:
changePasswordPanel.newPasswordPrompt=New password
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Enter the current password
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain= Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/eo/viewer.properties b/src/main/resources/i18n/eo/viewer.properties
index d802d2a6d..6c05aced5 100755
--- a/src/main/resources/i18n/eo/viewer.properties
+++ b/src/main/resources/i18n/eo/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serba
showPreferencesPanel.feeTitle=Transakcia kotizo
showPreferencesPanel.feeLabel.text=Kotizo
showPreferencesPanel.size.text={0} bitokoj
-showPreferencesPanel.couldNotUnderstandFee=MultiBit ne povis kompreni la kotizon de "{0}". Konservante la lastan kotizon.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge ne povis kompreni la kotizon de "{0}". Konservante la lastan kotizon.
showPreferencesPanel.aFeeMustBeSet=Vi devas enigi transakcian kotizon. Konservante la lastan kotizon.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=La kotizo devas esti minimume 0.0001 BTC. Konservante la lastan kotizon.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=La kotizo devas esti malpli ol 1 BTC. Kontrolu la dekumsignon. Konservante la lastan kotizon.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=La kotizo devas esti minimume 0.0001 DOGE. Konservante la lastan kotizon.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=La kotizo devas esti malpli ol 1 DOGE. Kontrolu la dekumsignon. Konservante la lastan kotizon.
showPreferencesPanel.browserIntegrationTitle=Retumila integrado
-showPreferencesPanel.browserIntegration.messageText=Kio okazu kiam peton de Bitcoin-pago oni alklakas en retumilo?
-showPreferencesPanel.ignoreAll=Ignori \u0109iujn petojn de Bitcoin-pago
+showPreferencesPanel.browserIntegration.messageText=Kio okazu kiam peton de Dogecoin-pago oni alklakas en retumilo?
+showPreferencesPanel.ignoreAll=Ignori \u0109iujn petojn de Dogecoin-pago
showPreferencesPanel.fillAutomatically=Plenigi la sendan formularon a\u016dtomate
showPreferencesPanel.askEveryTime=Demandi al mi \u0109iufoje
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Mal\u011dusta aplika\u0135a identi
showPreferencesPanel.getAppId.text=Preni aplika\u0135an identigilon
showPreferencesPanel.getAppId.tooltip=Malfermu vian retumilon kaj registri\u011di \u0109e OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Alklaku la butonon \u201cPreni aplika\u0135an identigilon\u201d malsupre
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Kreita monujo "{0}".
multiBit.openingWallet=Malfermante monujon "{0}"...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=... farita.
multiBit.closedWallet=La monujo "{0}" estis sukcese malfermita.
multibit.userDataDirectory=La dosiero de uzantdatumoj estas "{0}".
multibit.installationDirectory=La dosierujo de instalado estas "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo
multiBitFrame.balanceLabel.tooltip=Saldo inkluzive nekonfirmitaj bitmoneroj kaj \u015dan\u011dmono
multiBitFrame.ticker.show.text=Montri konvertilon de monunuoj
@@ -154,7 +155,7 @@ multiBitService.couldNotLoadBlockchain=Ne \u015dar\u011deblis blok\u0109eno "{0}
multiBitService.replayingFromBlockCache=Relegante el loka ka\u015dmemoro...
exitAction.text=Eliri
-exitAction.tooltip=Eliri el MultiBit
+exitAction.tooltip=Eliri el MultiDoge
exitAction.mnemonicKey=E
openWalletAction.text=Malfermi monujon
@@ -173,21 +174,21 @@ openWalletView.title=Malfermi monujon
saveWalletAsView.untitled=Sentitola
-helpAboutAction.text=Pri MultiBit
-helpAboutAction.tooltip=Pri MultiBit
+helpAboutAction.text=Pri MultiDoge
+helpAboutAction.tooltip=Pri MultiDoge
helpAboutAction.mnemonicKey=P
-helpAboutAction.messageBoxTitle=Pri MultiBit
+helpAboutAction.messageBoxTitle=Pri MultiDoge
helpAboutAction.versionText=Versio\: {0}
showHelpContentsAction.text=Enhavo de helpo
-showHelpContentsAction.tooltip=Montri la helpon de MultiBit
+showHelpContentsAction.tooltip=Montri la helpon de MultiDoge
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Enhavo de helpo
sendBitcoinAction.text=Sendi bitmonerojn
sendBitcoinAction.tooltip=Sendi bitmonerojn al iu
-sendBitcoinAction.pleaseWait.tooltip=Bonvolu atendi \u011dis MultiBit finos samtempigadon anta\u016d ol sendi
+sendBitcoinAction.pleaseWait.tooltip=Bonvolu atendi \u011dis MultiDoge finos samtempigadon anta\u016d ol sendi
sendBitcoinAction.mnemonicKey=S
sendBitcoinConfirmAction.text=Sendi
@@ -197,14 +198,14 @@ sendBitcoinConfirmAction.mnemonicKey=S
sendBitcoinNowAction.sendingBitcoin=Sendante bitmonerojn...
sendBitcoinNowAction.bitcoinSentOk=Viaj bitmoneroj estis sukcese senditaj.
sendBitcoinNowAction.bitcoinSendFailed=La sendado de viaj bitmoneroj malsukcesis.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Ne estis sufi\u0109e da mono por via sendo.
sendBitcoinConfirmView.sendOption=Sendi
sendBitcoinConfirmView.cancelOption=Nuligi
sendBitcoinConfirmView.message=Bonvolu konfirmi, ke vi volas sendi bitmonerojn \u0109i tiel\:
sendBitcoinConfirmView.title=Konfirmi sendadon de bitmoneroj
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit devas esti enreta kaj konektita al pli ol unu samtavolano por sendado de bitmoneroj.
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge devas esti enreta kaj konektita al pli ol unu samtavolano por sendado de bitmoneroj.
receiveBitcoinAction.textShort=Peti
receiveBitcoinAction.text=Peti bitmonerojn
@@ -212,7 +213,7 @@ receiveBitcoinAction.tooltip=Peti bitmonerojn el iu
receiveBitcoinAction.mnemonicKey=P
showPreferencesAction.text=Agordoj
-showPreferencesAction.tooltip=Vidi preferojn de MultiBit
+showPreferencesAction.tooltip=Vidi preferojn de MultiDoge
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Apliki \u015dan\u011dojn
@@ -230,8 +231,8 @@ sendBitcoinPanel.labelLabel=Etikedo
sendBitcoinPanel.labelLabel.tooltip=Priskriba etikedo por \u0109i tiu adreso
sendBitcoinPanel.amountLabel=Kvanto
sendBitcoinPanel.amountLabel.tooltip=Kvanto por sendi
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=BTC-unuo
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=DOGE-unuo
sendBitcoinPanel.sendingAddressesTitle=Adresoj kie sendi bitmonerojn
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Viaj sendadresoj (povas esti malaktualaj)
sendBitcoinPanel.couldNotUnderstandQRcode=Ne kompreneblis QR-kodo "{0}".
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=Etikedo
receiveBitcoinPanel.labelLabel.tooltip=Priskriba etikedo por \u0109i tiu adreso
receiveBitcoinPanel.amountLabel=Kvanto
receiveBitcoinPanel.amountLabel.tooltip=Kvanto por ricevi
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=BTC-unuo
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=DOGE-unuo
receiveBitcoinPanel.receivingAddressesTitle=Viaj ricevadresoj
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Viaj ricevadresoj (povas esti malaktualaj)
@@ -330,10 +331,10 @@ validationErrorView.okOption=Bone
validationErrorView.addressInvalidMessage=La adreso "{0}" ne estas valida adreso de bitmono.
validationErrorView.amountIsMissingMessage=Vi devas enmeti kvanton
validationErrorView.amountInvalidMessage=La kvanto "{0}" ne estas valida nombro.
-validationErrorView.amountIsNegativeOrZeroMessage=La kvanto devas esti pli granda ol 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=La kvanto devas esti pli granda ol 0 DOGE.
validationErrorView.amountIsTooSmallMessage=La kvanto estas tre malgranda. \u011ci devas estis pli ol {0} sato\u015dioj.
-validationErrorView.notEnoughFundsMessage=Ne estas sufi\u0109e da mono en \u0109i tiu monujo por sendi {0} BTC. Notu, ke vi povas elspezi nur konfirmitajn transakciojn. Memoru, ke la sendanto pagas kotizon.
-validationErrorView.notEnoughFundsMessage2=Ne estas sufi\u0109e da mono en \u0109i tiu monujo por sendi {0} BTC. Vi povas elspezi nur el via elspezebla saldo. Memoru, ke la sendanto pagas kotizon.
+validationErrorView.notEnoughFundsMessage=Ne estas sufi\u0109e da mono en \u0109i tiu monujo por sendi {0} DOGE. Notu, ke vi povas elspezi nur konfirmitajn transakciojn. Memoru, ke la sendanto pagas kotizon.
+validationErrorView.notEnoughFundsMessage2=Ne estas sufi\u0109e da mono en \u0109i tiu monujo por sendi {0} DOGE. Vi povas elspezi nur el via elspezebla saldo. Memoru, ke la sendanto pagas kotizon.
validationErrorView.moreHelp=Pli da helpo
showTransactionsAction.text=Transakcioj
@@ -406,7 +407,7 @@ showOpenUriViewAction.tooltip=Jes, plenigi la sendan formularon per peto de pago
showOpenUriViewAction.mnemonic=J
fontChooser.text=Elektu tiparon
-fontChooser.tooltip=Elektu tiparon por uzi en MultiBit
+fontChooser.tooltip=Elektu tiparon por uzi en MultiDoge
fontChooser.mnemonic=D
fontChooser.ok=Bone
fontChooser.cancel=Nuligi
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=La kotizo aldonita al \u0109i tiu tran
transactionDetailsDialog.sizeLabel.text=Grando
transactionDetailsDialog.sizeLabel.tooltip=La grando de \u0109i tiu transakcio en bitokoj
transactionDetailsDialog.viewAtBlockExplorer=Vidi \u0109e blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Vidi \u0109e blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Vidi \u0109e dogechain.info
crudButton.new=Nova
crudButton.open=Malfermi
crudButton.delete=Forigi
closeWalletAction.text=Fermi monujon
-closeWalletAction.tooltip=Fermi la monujon kaj ne plu montri \u011din en MultiBit.
+closeWalletAction.tooltip=Fermi la monujon kaj ne plu montri \u011din en MultiDoge.
closeWalletAction.mnemonicText=K
deleteWalletAction.text=Forigi monujon
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=La informdosiero de monujo ne est
deleteWalletConfirmDialog.newWalletCreated=\u0108ar vi ne havis plu da monujoj, nova estis kreita por vi.
welcomePanel.text=Bonvenon
-welcomePanel.title=Bonvenon en MultiBit
+welcomePanel.title=Bonvenon en MultiDoge
welcomePanel.mnemonic=B
-welcomePanel.paragraph1=Uzante MultiBit, viaj bitmoneroj estas enhavitaj en monujo. Vi povas havi kelkajn monujojn por helpi vin organizi\u011di. Ili \u0109iuj estas montritaj \u0109e la panelo \u201cMonujoj\u201d maldekstre.
+welcomePanel.paragraph1=Uzante MultiDoge, viaj bitmoneroj estas enhavitaj en monujo. Vi povas havi kelkajn monujojn por helpi vin organizi\u011di. Ili \u0109iuj estas montritaj \u0109e la panelo \u201cMonujoj\u201d maldekstre.
welcomePanel.paragraph2=Uzu la menuaj opcioj por malfermi novajn langetojn por tio, kion vi volas fari. La langetojn \u201cSendi\u201d, \u201cPeti\u201d, kaj \u201cTransakcioj\u201d \u0109iam estas malfermitaj. Aliaj estas fermeblaj alklakante la etan \u201cx\u201d en la titolo de la langeto.
welcomePanel.paragraph2.5=Vi povas protekti vian monujon per pasvorto por pli da sekureco kun la opcio "Dosiero | Aldoni pasvorton".
welcomePanel.paragraph3=Kelkaj elementoj en la ekrano havas priskribon en \u015dpruchelpilo. \u015cvebu sur elemento por vidi la \u015dpruchelpilon.
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pritraktota/nekonfirmita.
transactionConfidence.appearedInBestChain=Aperinta en plej bona \u0109eno \u0109e alto {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Oni ne scias kiom da samtavolanoj vidis \u0109i tiun transakcion.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Kvanto de bitcoin nur povas havi 8 frakciajn ciferojn
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Kvanto de dogecoin nur povas havi 8 frakciajn ciferojn
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=Kvanto indikita en "{0}" nur poovas havi {1} frakcia(j)n cifero(j)n
currencyConverter.couldNotUnderstandAmount=Kvanto "{0}" ne kompreneblis kiel nombro
alertManagerTitle=Nova versio disponebla
-alertManagerLine1=Disponeblas nova versio "{0}" de MultiBit.
+alertManagerLine1=Disponeblas nova versio "{0}" de MultiDoge.
alertManagerLine2=Via nuna versio estas "{0}".
alertManagerViewRelease=Vidi eldonon
diff --git a/src/main/resources/i18n/es/viewer.properties b/src/main/resources/i18n/es/viewer.properties
index 63feb29f6..cc78f7ca0 100755
--- a/src/main/resources/i18n/es/viewer.properties
+++ b/src/main/resources/i18n/es/viewer.properties
@@ -51,17 +51,17 @@ showPreferencesPanel.language.37=Serbio
showPreferencesPanel.feeTitle=La tasa de una transacci\u00f3n
showPreferencesPanel.feeLabel.text=Tasa
showPreferencesPanel.size.text={0} bytes
-showPreferencesPanel.couldNotUnderstandFee=MultiBit no entendi\u00f3 la tasa de "{0}". MultiBit mantiene la tasa original.
-showPreferencesPanel.aFeeMustBeSet=Debe introducir la tasa de una transacci\u00f3n. MultiBit mantiene la tasa original.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=La tasa de una transacci\u00f3n debe ser al menos 0,0001 BTC. MultiBit mantiene la tasa original.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=La cuota debe ser menor que 1 BTC. Compruebe su separador decimal. Se mantiene la cuota anterior.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge no entendi\u00f3 la tasa de "{0}". MultiDoge mantiene la tasa original.
+showPreferencesPanel.aFeeMustBeSet=Debe introducir la tasa de una transacci\u00f3n. MultiDoge mantiene la tasa original.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=La tasa de una transacci\u00f3n debe ser al menos 0,0001 DOGE. MultiDoge mantiene la tasa original.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=La cuota debe ser menor que 1 DOGE. Compruebe su separador decimal. Se mantiene la cuota anterior.
showPreferencesPanel.browserIntegrationTitle=Integraci\u00f3n con el navegador
-showPreferencesPanel.browserIntegration.messageText=\u00bfQu\u00e9 debe ocurrir cuando en el navegador se clica en una solicitud de pago bitcoin?
+showPreferencesPanel.browserIntegration.messageText=\u00bfQu\u00e9 debe ocurrir cuando en el navegador se clica en una solicitud de pago dogecoin?
showPreferencesPanel.ignoreAll=Ignorar todas las solicitudes de pago
showPreferencesPanel.fillAutomatically=Rellenar autom\u00e1ticamente el formulario de 'Enviar'
showPreferencesPanel.askEveryTime=Preg\u00fantame cada vez
-showPreferencesPanel.fontChooserTitle=Tipo de letra para MultiBit
+showPreferencesPanel.fontChooserTitle=Tipo de letra para MultiDoge
showPreferencesPanel.appearanceTitle=Apariencia
showPreferencesPanel.lookAndFeel=Aspecto y uso
showPreferencesPanel.systemLookAndFeel=Sistema
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Segunda l\u00ednea
showPreferencesPanel.ticker.showSecondRow=Mostrar la segunda l\u00ednea
showPreferencesPanel.ticker.exchange=Mercado
showPreferencesPanel.ticker.currency=Moneda
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Mostrar bitcoin convertido a moneda fiat
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin se mostrar\u00e1 convertido usando el \u00faltimo precio de esta moneda.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Mostrar dogecoin convertido a moneda fiat
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin se mostrar\u00e1 convertido usando el \u00faltimo precio de esta moneda.
showPreferencesPanel.oerLabel.text=ID de aplicaci\u00f3n de OpenExchangeRates
showPreferencesPanel.oerLabel.tooltip=El ID de aplicaci\u00f3n de OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Has introducido un ID de aplicaci\u00f3n inv\u00e1lido.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=ID de aplicaci\u00f3n incorrecta
showPreferencesPanel.getAppId.text=Obtener ID de aplicaci\u00f3n
showPreferencesPanel.getAppId.tooltip=Abre tu navegador y reg\u00edstrate en OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Pulsa el bot\u00f3n "Obtener ID de aplicaci\u00f3n" abajo
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Creada la cartera "{0}".
multiBit.openingWallet=Abriendo cartera "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... hecho.
multiBit.closedWallet=La cartera "{0}" se cerr\u00f3 correctamente.
multibit.userDataDirectory=La carpeta de los datos de usuarios es "{0}".
multibit.installationDirectory=La carpeta de instalaci\u00f3n es "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo a favor
-multiBitFrame.balanceLabel.tooltip=El saldo a favor contiene los bitcoins sin confirmaci\u00f3n y el cambio
+multiBitFrame.balanceLabel.tooltip=El saldo a favor contiene los dogecoins sin confirmaci\u00f3n y el cambio
multiBitFrame.ticker.show.text=Mostrar ticker de moneda
multiBitFrame.ticker.hide.text=Ocultar ticker de moneda
multiBitFrame.statusBar.tooltip1=Mensajes.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=\u00c9sta es una transacci\u00f3n
multiBitFrame.availableToSpend=Disponsible para gastar \: {0}
multiBitFrame.availableToSpend2=Disponible para gastar
-multiBitFrame.availableToSpend.tooltip=El saldo a favor menos los bitcoins sin confirmaci\u00f3n y menos el cambio de transacciones anteriores
+multiBitFrame.availableToSpend.tooltip=El saldo a favor menos los dogecoins sin confirmaci\u00f3n y menos el cambio de transacciones anteriores
-multiBitService.errorText=No se pudo conectar a la red bitcoin. El error fue\: {0}
-multiBitService.errorTitleText=Error de conexi\u00f3n a la red bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=Parando la conexi\u00f3n a la red bitcoin...
+multiBitService.errorText=No se pudo conectar a la red dogecoin. El error fue\: {0}
+multiBitService.errorTitleText=Error de conexi\u00f3n a la red dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=Parando la conexi\u00f3n a la red dogecoin...
multiBitService.couldNotLoadBlockchain=No se puede cargar la cadena de bloques "{0}". El error fue "{1}".
multiBitService.replayingFromBlockCache=Reproducci\u00f3n de cach\u00e9 local...
exitAction.text=Salir
-exitAction.tooltip=Salir de MultiBit
+exitAction.tooltip=Salir de MultiDoge
exitAction.mnemonicKey=S
openWalletAction.text=Abrir una cartera
@@ -173,70 +174,70 @@ openWalletView.title=Abrir una cartera
saveWalletAsView.untitled=sin_t\u00edtulo
-helpAboutAction.text=Acerca de MultiBit
-helpAboutAction.tooltip=Acerca de MultiBit
+helpAboutAction.text=Acerca de MultiDoge
+helpAboutAction.tooltip=Acerca de MultiDoge
helpAboutAction.mnemonicKey=S
-helpAboutAction.messageBoxTitle=Acerca de MultiBit
+helpAboutAction.messageBoxTitle=Acerca de MultiDoge
helpAboutAction.versionText=Versi\u00f3n \: {0}
showHelpContentsAction.text=Contenido de la ayuda
-showHelpContentsAction.tooltip=Mostrar la ayuda de MultiBit
+showHelpContentsAction.tooltip=Mostrar la ayuda de MultiDoge
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Contenido de la ayuda
-sendBitcoinAction.text=Enviar bitcoin
-sendBitcoinAction.tooltip=Enviar bitcoin a alguien
-sendBitcoinAction.pleaseWait.tooltip=Por favor espera hasta que MultiBit haya terminado de sincronizarse antes de enviar
+sendBitcoinAction.text=Enviar dogecoin
+sendBitcoinAction.tooltip=Enviar dogecoin a alguien
+sendBitcoinAction.pleaseWait.tooltip=Por favor espera hasta que MultiDoge haya terminado de sincronizarse antes de enviar
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Enviar
-sendBitcoinConfirmAction.tooltip=Enviar bitcoin a alguien
+sendBitcoinConfirmAction.tooltip=Enviar dogecoin a alguien
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Enviando bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=Sus bitcoins fueron enviados correctamente.
-sendBitcoinNowAction.bitcoinSendFailed=Error en el env\u00edo de sus bitcoins.
-sendBitcoinNowAction.pingFailure=Todos los pares fallaron el test de red. Comprueba tu conexi\u00f3n a la red y reinicia MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Enviando dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=Sus dogecoins fueron enviados correctamente.
+sendBitcoinNowAction.bitcoinSendFailed=Error en el env\u00edo de sus dogecoins.
+sendBitcoinNowAction.pingFailure=Todos los pares fallaron el test de red. Comprueba tu conexi\u00f3n a la red y reinicia MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=No hay fondos suficientes para su env\u00edo.
sendBitcoinConfirmView.sendOption=Enviar
sendBitcoinConfirmView.cancelOption=Cancelar
-sendBitcoinConfirmView.message=Por favor, confirme que desea enviar bitcoin de la siguiente manera\:
-sendBitcoinConfirmView.title=Confirmar enviar bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit debe estar en l\u00ednea y conectado a m\u00e1s de un peer para enviar bitcoins.
+sendBitcoinConfirmView.message=Por favor, confirme que desea enviar dogecoin de la siguiente manera\:
+sendBitcoinConfirmView.title=Confirmar enviar dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge debe estar en l\u00ednea y conectado a m\u00e1s de un peer para enviar dogecoins.
receiveBitcoinAction.textShort=Solicitar
-receiveBitcoinAction.text=Solicitar bitcoin
-receiveBitcoinAction.tooltip=Solicitar bitcoins de alguien
+receiveBitcoinAction.text=Solicitar dogecoin
+receiveBitcoinAction.tooltip=Solicitar dogecoins de alguien
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Preferencias
-showPreferencesAction.tooltip=Mostrar las preferencias de MultiBit
+showPreferencesAction.tooltip=Mostrar las preferencias de MultiDoge
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Aplicar los cambios
showPreferencesSubmitAction.tooltip=Aplicar los cambios
showPreferencesSubmitAction.mnemonicKey=G
-sendBitcoinPanel.title=Enviar bitcoin
+sendBitcoinPanel.title=Enviar dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Detalles de envio
-sendBitcoinPanel.helpLabel1.message=Usted desea enviar bitcoin.
+sendBitcoinPanel.helpLabel1.message=Usted desea enviar dogecoin.
sendBitcoinPanel.helpLabel2.message=Por favor, introduzca o seleccione una direcci\u00f3n para enviar y una cantidad.
sendBitcoinPanel.helpLabel3.message=Opcionalmente, a\u00f1ada una etiqueta.
sendBitcoinPanel.addressLabel=Direcci\u00f3n
-sendBitcoinPanel.addressLabel.tooltip=La direcci\u00f3n a la que desea enviar bitcoin
+sendBitcoinPanel.addressLabel.tooltip=La direcci\u00f3n a la que desea enviar dogecoin
sendBitcoinPanel.labelLabel=Etiqueta
sendBitcoinPanel.labelLabel.tooltip=Una etiqueta descriptiva de esta direcci\u00f3n
sendBitcoinPanel.amountLabel=Cantidad
sendBitcoinPanel.amountLabel.tooltip=Cantidad a enviar
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unidad de BTC
-sendBitcoinPanel.sendingAddressesTitle=Direcciones para enviar bitcoins
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unidad de DOGE
+sendBitcoinPanel.sendingAddressesTitle=Direcciones para enviar dogecoins
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Sus direcciones de env\u00edo (pueden estar anticuadas)
sendBitcoinPanel.couldNotUnderstandQRcode=No se puede entender el c\u00f3digo QR de "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Arrastre|aqu\u00ed|un c\u00f3digo QR
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Arrastre aqu\u00ed un c\u00f3digo QR de bitcoins para rellenar autom\u00e1ticamente el formulario de env\u00edo.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Arrastre aqu\u00ed un c\u00f3digo QR de dogecoins para rellenar autom\u00e1ticamente el formulario de env\u00edo.
sendBitcoinPanel.showMore.text=Mostrar m\u00e1s
sendBitcoinPanel.showMore.tooltip=Mostrar panel lateral
sendBitcoinPanel.showMore.mnemonic=G
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Menos
sendBitcoinPanel.showLess.tooltip=Ocultar panel lateral
sendBitcoinPanel.showLess.mnemonic=Y
-receiveBitcoinPanel.title=Recibir bitcoin
-receiveBitcoinPanel.helpLabel1.message=Usted desea recibir bitcoin.
+receiveBitcoinPanel.title=Recibir dogecoin
+receiveBitcoinPanel.helpLabel1.message=Usted desea recibir dogecoin.
receiveBitcoinPanel.helpLabel2.message=Elija una de sus direcciones receptoras.
receiveBitcoinPanel.helpLabel3.message=Opcionalmente, introduzca una etiqueta y una cantidad.
receiveBitcoinPanel.addressLabel=Su direcci\u00f3n
-receiveBitcoinPanel.addressLabel.tooltip=La direcci\u00f3n a la que desea recibir bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=La direcci\u00f3n a la que desea recibir dogecoin
receiveBitcoinPanel.labelLabel=Etiqueta
receiveBitcoinPanel.labelLabel.tooltip=Una etiqueta descriptiva de esta direcci\u00f3n
receiveBitcoinPanel.amountLabel=Cantidad
receiveBitcoinPanel.amountLabel.tooltip=Cantidad a recibir
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unidad de BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unidad de DOGE
receiveBitcoinPanel.receivingAddressesTitle=Sus direcciones para recibir
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Sus direcciones receptoras (pueden estar desactualizadas)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Etiqueta
addressBookTableModel.addressColumnHeader=Direcci\u00f3n
copyQRCodeTextAction.text=Copiar el texto
-copyQRCodeTextAction.tooltip=Copiar el texto del URI de bitcoin al portapapeles
+copyQRCodeTextAction.tooltip=Copiar el texto del URI de dogecoin al portapapeles
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Copiar
-copyQRCodeImageAction.tooltip=Copiar c\u00f3digo QR de bitcoin en portapapeles
+copyQRCodeImageAction.tooltip=Copiar c\u00f3digo QR de dogecoin en portapapeles
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Pegar
-pasteSwatchAction.tooltip=Pegar URI de bitcoin texto o c\u00f3digo QR desde el portapapeles
+pasteSwatchAction.tooltip=Pegar URI de dogecoin texto o c\u00f3digo QR desde el portapapeles
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Nuevo
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Crear direcciones receptoras
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Nuevo
-createOrEditAddressAction.createSending.tooltip=A\u00f1adir una nueva direcci\u00f3n para enviar bitcoins
+createOrEditAddressAction.createSending.tooltip=A\u00f1adir una nueva direcci\u00f3n para enviar dogecoins
createOrEditAddressAction.createSending.mnemonicKey=C
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Enviado a "{1}" ({0})
validationErrorView.title=Error de validaci\u00f3n
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=La direcci\u00f3n "{0}" no es una direcci\u00f3n v\u00e1lida bitcoin.
+validationErrorView.addressInvalidMessage=La direcci\u00f3n "{0}" no es una direcci\u00f3n v\u00e1lida dogecoin.
validationErrorView.amountIsMissingMessage=Debe introducir una cantidad.
validationErrorView.amountInvalidMessage=La cantidad "{0}" no es un n\u00famero v\u00e1lido.
-validationErrorView.amountIsNegativeOrZeroMessage=La cantidad debe ser mas de 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=La cantidad debe ser mas de 0 DOGE.
validationErrorView.amountIsTooSmallMessage=La cantidad es demasiado peque\u00f1a. Debe ser por lo menos {0} satoshi.
-validationErrorView.notEnoughFundsMessage=No hay fondos suficientes en esta cartera para enviar {0} BTC. \nTenga en cuenta que s\u00f3lo se pueden gastar las transacciones confirmadas.\nRecuerde que el remitente paga una tasa.
-validationErrorView.notEnoughFundsMessage2=No hay fondos suficientes en esta cartera para enviar {0} BTC. \nS\u00f3lo puede gastar hasta su saldo "disponible para gastar". \nRecuerde que el remitente paga una tasa.
+validationErrorView.notEnoughFundsMessage=No hay fondos suficientes en esta cartera para enviar {0} DOGE. \nTenga en cuenta que s\u00f3lo se pueden gastar las transacciones confirmadas.\nRecuerde que el remitente paga una tasa.
+validationErrorView.notEnoughFundsMessage2=No hay fondos suficientes en esta cartera para enviar {0} DOGE. \nS\u00f3lo puede gastar hasta su saldo "disponible para gastar". \nRecuerde que el remitente paga una tasa.
validationErrorView.moreHelp=M\u00e1s ayuda
showTransactionsAction.text=Transacciones
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Descripci\u00f3n de su cartera
singleWalletPanel.dataHasChanged.text=Las actualizaciones se detuvieron.
singleWalletPanel.dataHasChanged.tooltip.1=Otro programa ha cambiado esta cartera.
-singleWalletPanel.dataHasChanged.tooltip.2=Para evitar errores MultiBit ha parado las actualizaciones.
+singleWalletPanel.dataHasChanged.tooltip.2=Para evitar errores MultiDoge ha parado las actualizaciones.
singleWalletPanel.dataHasChanged.backupFile=Archivo de copia de seguridad es "{0}".
singleWalletPanel.twistyRightText=Haga clic para mostrar detalles de la cartera
singleWalletPanel.twistyDownText=Haga clic aqu\u00ed para ocultar los detalles de la cartera
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Fecha de reinicio
resetTransactionsPanel.resetFromFirstTransaction=Reiniciar desde la fecha de la primera transacci\u00f3n
resetTransactionsPanel.chooseResetDate=Especificar fecha de reinicio\: {0}
-showOpenUriView.title=Abrir URI bitcoin
-showOpenUriView.message1=Otra aplicaci\u00f3n solicita un pago bitcoin.
+showOpenUriView.title=Abrir URI dogecoin
+showOpenUriView.message1=Otra aplicaci\u00f3n solicita un pago dogecoin.
showOpenUriView.message2=\u00bfDesea rellenar el formulario de 'Enviar' con la solicitud?
showOpenUriView.yesText=S\u00ed
showOpenUriView.noText=No
showOpenUriView.rememberMyDecision=Recordar mi decisi\u00f3n
-showOpenUriViewSubmitAction.tooltip=Rellenar el formulario de envio con la solicitud de pago de bitcoin
+showOpenUriViewSubmitAction.tooltip=Rellenar el formulario de envio con la solicitud de pago de dogecoin
showOpenUriViewSubmitAction.mnemonicKey=A
showOpenUriView.paymentRequestIgnored=Solicitud de pago recibido pero ignorado debido a las preferencias
showOpenUriViewAction.tooltip=S\u00ed, rellena el formulario seg\u00fan la solicitud de pago
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Seleccione el tipo de letra
-fontChooser.tooltip=Seleccione al tipo de letra para MultiBit
+fontChooser.tooltip=Seleccione al tipo de letra para MultiDoge
fontChooser.mnemonic=A
fontChooser.ok=Ok
fontChooser.cancel=Cancelar
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Elija el archivo para la exportaci\u
showExportPrivateKeysPanel.password.title=Contrase\u00f1a del archivo de exportaci\u00f3n
showExportPrivateKeysPanel.passwordProtect=Proteger con contrase\u00f1a el archivo de exportaci\u00f3n\:
showExportPrivateKeysPanel.doNotPasswordProtect=No proteger el archivo de exportaci\u00f3n con contrase\u00f1a.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Cualquiera que pueda leer el archivo de exportaci\u00f3n podr\u00e1 gastar sus bitcoins.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Cualquiera que pueda leer el archivo de exportaci\u00f3n podr\u00e1 gastar sus dogecoins.
showExportPrivateKeysPanel.walletPasswordPrompt=Contrase\u00f1a de la cartera
showExportPrivateKeysPanel.passwordPrompt=Contrase\u00f1a
showExportPrivateKeysPanel.repeatPasswordPrompt=Repetir la contrase\u00f1a
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=La tasa que se agreg\u00f3 a esta tran
transactionDetailsDialog.sizeLabel.text=Tama\u00f1o
transactionDetailsDialog.sizeLabel.tooltip=El tama\u00f1o de esta transacci\u00f3n en bytes
transactionDetailsDialog.viewAtBlockExplorer=Ver en blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Ver en blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Ver en dogechain.info
crudButton.new=Nuevo
crudButton.open=Abrir
crudButton.delete=Eliminar
closeWalletAction.text=Cerrar cartera
-closeWalletAction.tooltip=Cerrar la cartera y no mostrarla en MultiBit.
+closeWalletAction.tooltip=Cerrar la cartera y no mostrarla en MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Eliminar cartera
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=La cartera "{0}" se elimin\u00f3 corre
deleteWalletConfirmDialog.walletDeleteError1=Hubo un error al eliminar la cartera.
deleteWalletConfirmDialog.walletDeleteError2=El error fue "{0}".
deleteWalletConfirmDialog.question1=Para confirmar esta acci\u00f3n, introduzca
-deleteWalletConfirmDialog.question2=el nombre del creador de Bitcoin.
+deleteWalletConfirmDialog.question2=el nombre del creador de Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Respuesta incorrecta
deleteWalletException.walletWasReadonly=La cartera (o archivo de informaci\u00f3n de cartera) es de s\u00f3lo lectura. No se puede eliminar
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=No se ha eliminado correctamente
deleteWalletConfirmDialog.newWalletCreated=Como no le quedaban carteras, se ha creado una para usted.
welcomePanel.text=Bienvenido
-welcomePanel.title=Bienvenido a MultiBit
+welcomePanel.title=Bienvenido a MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=Con Multibit sus bitcoins est\u00e1n guardados en una cartera. Usted puede tener varias carteras para ayudar a mantenerse organizado. Todas ellas se muestran en el panel de carteras a la izquierda.
+welcomePanel.paragraph1=Con Multibit sus dogecoins est\u00e1n guardados en una cartera. Usted puede tener varias carteras para ayudar a mantenerse organizado. Todas ellas se muestran en el panel de carteras a la izquierda.
welcomePanel.paragraph2=Utilice las opciones de men\u00fa para abrir nuevas pesta\u00f1as para lo que quiera hacer. Las pesta\u00f1as "Enviar", "Transacciones" y "Solicitar" est\u00e1n siempre abiertas. Las dem\u00e1s se pueden cerrar haciendo clic en la peque\u00f1a "x" en el t\u00edtulo de la pesta\u00f1a.
welcomePanel.paragraph2.5=Usted puede proteger con contrase\u00f1a su cartera para m\u00e1s seguridad con la opci\u00f3n del men\u00fa "Archivo | Agregar contrase\u00f1a".
welcomePanel.paragraph3=Muchos de los elementos que aparecen en pantalla tienen una descripci\u00f3n en un texto de ayuda. Pase el rat\u00f3n sobre un elemento con el rat\u00f3n para ver la descripci\u00f3n.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=S
addPasswordPanel.password.title=Contrase\u00f1a
addPasswordPanel.text=La cartera siguiente ser\u00e1 protegida con contrase\u00f1a\:
addPasswordPanel.reminder1=Mantenga su contrase\u00f1a segura.
-addPasswordPanel.reminder2=Necesitar\u00e1 esta contrase\u00f1a para pasar su bitcoin.
+addPasswordPanel.reminder2=Necesitar\u00e1 esta contrase\u00f1a para pasar su dogecoin.
addPasswordPanel.reminder3=No puede ser recuperado si se pierde.
addPasswordPanel.enterPasswords=Introduzca la nueva contrase\u00f1a que desea utilizar para esta cartera
addPasswordPanel.addPasswordSuccess=La contrase\u00f1a se agreg\u00f3 correctamente.
@@ -584,7 +585,7 @@ changePasswordPanel.text=La contrase\u00f1a se cambiar\u00e1 para la cartera sig
changePasswordPanel.newPasswordPrompt=Nueva contrase\u00f1a
changePasswordPanel.repeatNewPasswordPrompt=Repita la nueva contrase\u00f1a
changePasswordPanel.reminder1=Mantenga su contrase\u00f1a segura.
-changePasswordPanel.reminder2=Necesitar\u00e1 esta contrase\u00f1a para pasar su bitcoin.
+changePasswordPanel.reminder2=Necesitar\u00e1 esta contrase\u00f1a para pasar su dogecoin.
changePasswordPanel.reminder3=No puede ser recuperado si se pierde.
changePasswordPanel.enterPasswords=Introduzca la nueva contrase\u00f1a que desea utilizar para esta cartera
changePasswordPanel.enterCurrentPassword=Introduzca la contrase\u00f1a actual
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pendiente/sin confirmar.
transactionConfidence.appearedInBestChain=Aparece en la mejor cadena en la posici\u00f3n {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Se desconoce cuantos peers han visto esta transacci\u00f3n.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Una cifra en Bitcoins s\u00f3lo puede usar hasta 8 decimales
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Una cifra en Dogecoins s\u00f3lo puede usar hasta 8 decimales
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=Una cantidad expresada en "{0}" solo puede usar {1} decimal(es)
currencyConverter.couldNotUnderstandAmount=La cantidad "{0}" no pudo ser interpretada como un n\u00famero
alertManagerTitle=Nueva versi\u00f3n disponible
-alertManagerLine1=Hay disponible una nueva versi\u00f3n "{0}" de MultiBit.
+alertManagerLine1=Hay disponible una nueva versi\u00f3n "{0}" de MultiDoge.
alertManagerLine2=Tu versi\u00f3n actual es "{0}".
alertManagerViewRelease=Ver publicaci\u00f3n
diff --git a/src/main/resources/i18n/fa/viewer.properties b/src/main/resources/i18n/fa/viewer.properties
index fb9587739..a205b09b4 100755
--- a/src/main/resources/i18n/fa/viewer.properties
+++ b/src/main/resources/i18n/fa/viewer.properties
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=\u0634\u0646\u0627\u0633\u0647 \u0
showPreferencesPanel.getAppId.text=\u062f\u0631\u06cc\u0627\u0641\u062a App ID
showPreferencesPanel.getAppId.tooltip=\u0628\u0647 \u0645\u0631\u0648\u0631\u06af\u0631 \u062e\u0648\u062f \u0631\u0641\u062a\u0647 \u0648 \u062f\u0631 OpenExchangeRates.org \u062b\u0628\u062a\u200c\u0646\u0627\u0645 \u06a9\u0646\u06cc\u062f
showPreferencesPanel.getAppId.label=\u062f\u06a9\u0645\u0647 \u00ab\u062f\u0631\u06cc\u0627\u0641\u062a App ID\u00bb \u0631\u0627 \u0641\u0634\u0627\u0631 \u062f\u0647\u06cc\u062f
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\u06a9\u06cc\u0641\u200c\u067e\u0648\u0644 \u00ab{0}\u00bb \u0633\u0627\u062e\u062a\u0647 \u0634\u062f.
multiBit.openingWallet=\u062f\u0631 \u062d\u0627\u0644 \u0628\u0627\u0632 \u06a9\u0631\u062f\u0646 \u06a9\u06cc\u0641\u200c\u067e\u0648\u0644 "{0}"\u2026
@@ -197,7 +198,7 @@ sendBitcoinConfirmAction.mnemonicKey=E
sendBitcoinNowAction.sendingBitcoin=\u062f\u0631 \u062d\u0627\u0644 \u0641\u0631\u0633\u062a\u0627\u062f\u0646 \u0628\u06cc\u062a\u200c\u06a9\u0648\u06cc\u0646\u2026
sendBitcoinNowAction.bitcoinSentOk=\u0627\u0631\u0633\u0627\u0644 \u0628\u06cc\u062a\u200c\u06a9\u0648\u06cc\u0646 \u0628\u0627 \u0645\u0648\u0641\u0642\u06cc\u062a \u0627\u0646\u062c\u0627\u0645 \u0634\u062f.
sendBitcoinNowAction.bitcoinSendFailed=\u0627\u0631\u0633\u0627\u0644 \u0628\u06cc\u062a\u200c\u06a9\u0648\u06cc\u0646 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\u0645\u0648\u062c\u0648\u062f\u06cc \u06a9\u0627\u0641\u06cc \u0628\u0631\u0627\u06cc \u0627\u0631\u0633\u0627\u0644 \u0648\u062c\u0648\u062f \u0646\u062f\u0627\u0634\u062a.
sendBitcoinConfirmView.sendOption=\u0627\u0631\u0633\u0627\u0644
@@ -230,8 +231,8 @@ sendBitcoinPanel.labelLabel=\u0628\u0631\u0686\u0633\u0628
sendBitcoinPanel.labelLabel.tooltip=\u06cc\u06a9 \u0628\u0631\u0686\u0633\u0628 \u062a\u0648\u0636\u06cc\u062d\u06cc \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u0622\u062f\u0631\u0633
sendBitcoinPanel.amountLabel=\u0645\u0642\u062f\u0627\u0631
sendBitcoinPanel.amountLabel.tooltip=\u0645\u0628\u0644\u063a \u0627\u0631\u0633\u0627\u0644\u06cc
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=\u0648\u0627\u062d\u062f BTC
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=\u0648\u0627\u062d\u062f DOGE
sendBitcoinPanel.sendingAddressesTitle=\u0622\u062f\u0631\u0633\u200c\u0647\u0627\u06cc\u06cc \u0628\u0631\u0627\u06cc \u0627\u0631\u0633\u0627\u0644 \u0628\u06cc\u062a\u200c\u06a9\u0648\u06cc\u0646
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=\u0622\u062f\u0631\u0633\u200c\u0647\u0627\u06cc \u0627\u0631\u0633\u0627\u0644 (\u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0647 \u0631\u0648\u0632 \u0646\u0628\u0627\u0634\u0646\u062f)
sendBitcoinPanel.couldNotUnderstandQRcode=\u06a9\u062f \u06a9\u06cc\u0648-\u0622\u0631 \u00ab{0}\u00bb \u0646\u0627\u0645\u0639\u062a\u0628\u0631 \u0627\u0633\u062a.
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=\u0628\u0631\u0686\u0633\u0628
receiveBitcoinPanel.labelLabel.tooltip=\u06cc\u06a9 \u0628\u0631\u0686\u0633\u0628 \u062a\u0648\u0636\u06cc\u062d\u06cc \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u0622\u062f\u0631\u0633
receiveBitcoinPanel.amountLabel=\u0645\u0642\u062f\u0627\u0631
receiveBitcoinPanel.amountLabel.tooltip=\u0645\u0642\u062f\u0627\u0631 \u062f\u0631\u06cc\u0627\u0641\u062a\u06cc
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=\u0648\u0627\u062d\u062f BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=\u0648\u0627\u062d\u062f DOGE
receiveBitcoinPanel.receivingAddressesTitle=\u0622\u062f\u0631\u0633\u200c\u0647\u0627\u06cc \u062f\u0631\u06cc\u0627\u0641\u062a \u0634\u0645\u0627
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=\u0622\u062f\u0631\u0633\u200c\u0647\u0627\u06cc \u0634\u0645\u0627 (\u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0647 \u0631\u0648\u0632 \u0646\u0628\u0627\u0634\u0646\u062f)
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=\u06a9\u0627\u0631\u0645\u0632\u062f\u
transactionDetailsDialog.sizeLabel.text=\u0627\u0646\u062f\u0627\u0632\u0647
transactionDetailsDialog.sizeLabel.tooltip=\u062d\u062c\u0645 \u0627\u06cc\u0646 \u062a\u0631\u0627\u06a9\u0646\u0634 \u0628\u0647 \u0628\u0627\u06cc\u062a
transactionDetailsDialog.viewAtBlockExplorer=\u0646\u0645\u0627\u06cc\u0634 \u062f\u0631 blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=\u0646\u0645\u0627\u06cc\u0634 \u062f\u0631 blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=\u0646\u0645\u0627\u06cc\u0634 \u062f\u0631 dogechain.info
crudButton.new=\u062c\u062f\u06cc\u062f
crudButton.open=\u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u06cc\u0641\u200c\u067e\u0648\u0644
crudButton.delete=\u062d\u0630\u0641
closeWalletAction.text=\u06a9\u06cc\u0641 \u067e\u0648\u0644 \u0631\u0627 \u0628\u0628\u0646\u062f\u06cc\u062f
-closeWalletAction.tooltip=\u06a9\u06cc\u0641\u200c\u067e\u0648\u0644 \u0631\u0627 \u0628\u0628\u0646\u062f \u0648 \u062f\u06cc\u06af\u0631 \u0622\u0646 \u0631\u0627 \u062f\u0631 MultiBit \u0646\u0634\u0627\u0646 \u0646\u062f\u0647.
+closeWalletAction.tooltip=\u06a9\u06cc\u0641\u200c\u067e\u0648\u0644 \u0631\u0627 \u0628\u0628\u0646\u062f \u0648 \u062f\u06cc\u06af\u0631 \u0622\u0646 \u0631\u0627 \u062f\u0631 MultiDoge \u0646\u0634\u0627\u0646 \u0646\u062f\u0647.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=\u062d\u0630\u0641 \u06a9\u06cc\u0641\u200c\u067e\u0648\u0644
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=\u06a9\u06cc\u0641\u200c\u067e\u0648\u
deleteWalletConfirmDialog.walletDeleteError1=\u062e\u0637\u0627\u06cc\u06cc \u0628\u0647 \u0647\u0646\u06af\u0627\u0645 \u062d\u0630\u0641 \u06a9\u06cc\u0641\u200c\u067e\u0648\u0644 \u0631\u062e \u062f\u0627\u062f.
deleteWalletConfirmDialog.walletDeleteError2=\u0627\u06cc\u0646 \u062e\u0637\u0627 \u0631\u0648\u06cc \u062f\u0627\u062f\: {0}
deleteWalletConfirmDialog.question1=\u0628\u0631\u0627\u06cc \u062a\u0627\u0626\u06cc\u062f \u0627\u06cc\u0646 \u0627\u0642\u062f\u0627\u0645 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f
-deleteWalletConfirmDialog.question2=\u0646\u0627\u0645 \u062e\u0627\u0644\u0642 Bitcoin.
+deleteWalletConfirmDialog.question2=\u0646\u0627\u0645 \u062e\u0627\u0644\u0642 Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=\u062c\u0648\u0627\u0628 \u0646\u0627\u062f\u0631\u0633\u062a
deleteWalletException.walletWasReadonly=\u06a9\u06cc\u0641\u200c\u067e\u0648\u0644 (\u06cc\u0627 \u0641\u0627\u06cc\u0644 \u062a\u0648\u0636\u06cc\u062d\u06cc \u0622\u0646) \u062f\u0627\u0631\u0627\u06cc \u062f\u0633\u062a\u0631\u0633\u06cc \u00ab\u0641\u0642\u0637 \u062e\u0648\u0627\u0646\u062f\u0646\u06cc\u00bb \u0627\u0633\u062a. \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0622\u0646 \u0631\u0627 \u062d\u0630\u0641 \u06a9\u0646\u06cc\u062f
@@ -660,7 +661,7 @@ currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=\u0645\u0642\u062f\u0627\u0631
currencyConverter.couldNotUnderstandAmount=\u0645\u0642\u062f\u0627\u0631 \u00ab{0}\u00bb \u0646\u0627\u0645\u0639\u062a\u0628\u0631 \u0627\u0633\u062a
alertManagerTitle=farhad3696856nima3322
-alertManagerLine1=\u0646\u0633\u062e\u0647 \u062c\u062f\u06cc\u062f "{0}" MultiBit \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f.
+alertManagerLine1=\u0646\u0633\u062e\u0647 \u062c\u062f\u06cc\u062f "{0}" MultiDoge \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f.
alertManagerLine2=\u0646\u0633\u062e\u0647 \u0641\u0639\u0644\u06cc \u062e\u0648\u062f \u0631\u0627 "{0}" \u0627\u0633\u062a.
alertManagerViewRelease=\u0627\u0646\u062a\u0634\u0627\u0631 \u0645\u0634\u0627\u0647\u062f\u0647
diff --git a/src/main/resources/i18n/fi/viewer.properties b/src/main/resources/i18n/fi/viewer.properties
index c482687c3..1d09af602 100755
--- a/src/main/resources/i18n/fi/viewer.properties
+++ b/src/main/resources/i18n/fi/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbialainen
showPreferencesPanel.feeTitle=Maksutapahtuman kulu
showPreferencesPanel.feeLabel.text=Kulu
showPreferencesPanel.size.text={0} tavua
-showPreferencesPanel.couldNotUnderstandFee=MultiBit ei ymm\u00e4rt\u00e4nyt kulua "{0}".
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge ei ymm\u00e4rt\u00e4nyt kulua "{0}".
showPreferencesPanel.aFeeMustBeSet=Sinun t\u00e4ytyy m\u00e4\u00e4ritt\u00e4\u00e4 jokin kulu.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Kulun pit\u00e4\u00e4 olla v\u00e4hint\u00e4\u00e4n 0.0001 BTC.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 BTC. Check your decimal separator. Keeping the old fee.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Kulun pit\u00e4\u00e4 olla v\u00e4hint\u00e4\u00e4n 0.0001 DOGE.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 DOGE. Check your decimal separator. Keeping the old fee.
showPreferencesPanel.browserIntegrationTitle=Selain-integraatio
-showPreferencesPanel.browserIntegration.messageText=Mit\u00e4 haluat tapahtuvaksi, kun Bitcoin maksupyynt\u00f6\u00e4 painetaan selaimesta ?\nPiilota sus\u00e4lt\u00f6 | Pyyd\u00e4 sis\u00e4lt\u00f6
-showPreferencesPanel.ignoreAll=Ohita kaikki Bitcoin maksupyynn\u00f6t
+showPreferencesPanel.browserIntegration.messageText=Mit\u00e4 haluat tapahtuvaksi, kun Dogecoin maksupyynt\u00f6\u00e4 painetaan selaimesta ?\nPiilota sus\u00e4lt\u00f6 | Pyyd\u00e4 sis\u00e4lt\u00f6
+showPreferencesPanel.ignoreAll=Ohita kaikki Dogecoin maksupyynn\u00f6t
showPreferencesPanel.fillAutomatically=T\u00e4yt\u00e4 l\u00e4hetyslomake automaattisesti
showPreferencesPanel.askEveryTime=Kysy minulta joka kerta
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Toinen rivi
showPreferencesPanel.ticker.showSecondRow=N\u00e4yt\u00e4 toinen rivi
showPreferencesPanel.ticker.exchange=V\u00e4litt\u00e4j\u00e4
showPreferencesPanel.ticker.currency=Valuutta
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show bitcoin converted to fiat currency
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin will be shown converted using the last price of this currency.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show dogecoin converted to fiat currency
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin will be shown converted using the last price of this currency.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=The App ID access code from OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Olet sy\u00f6tt\u00e4nyt v\u00e4\u00e4r\u00e4n App ID\:n.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Virheellinen App ID
showPreferencesPanel.getAppId.text=Hanki App ID
showPreferencesPanel.getAppId.tooltip=Open your browser and sign up to OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Press "Get App ID" button below
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Luotiin lompakko "{0}".
multiBit.openingWallet=Avataan lompakko "{0}"...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=... valmis.
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=Asennushakemisto on {0}.
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo
multiBitFrame.balanceLabel.tooltip=Saldo, joka sis\u00e4lt\u00e4\u00e4 my\u00f6s vahvistamattomat bitcoinit
multiBitFrame.ticker.show.text=N\u00e4yt\u00e4 Valuutta Muunnin
@@ -147,14 +148,14 @@ multiBitFrame.availableToSpend=Rahaa k\u00e4ytett\u00e4viss\u00e4\: {0}
multiBitFrame.availableToSpend2=Rahaa k\u00e4ytett\u00e4viss\u00e4
multiBitFrame.availableToSpend.tooltip=Saldo ilman vahvistamattomia bitcoineja ja vaihtorahat viel\u00e4 palauttamatta
-multiBitService.errorText=Bitcoin-verkkoon ei pystytty muodostamaan yhteytt\u00e4. Virhe\: {0}
-multiBitService.errorTitleText=Virhe muodostettaessa yhteytt\u00e4 Bitcoin-verkkoon
-multiBitService.stoppingBitcoinNetworkConnection=Pys\u00e4ytet\u00e4\u00e4n Bitcoin-verkkoyhteys...
+multiBitService.errorText=Dogecoin-verkkoon ei pystytty muodostamaan yhteytt\u00e4. Virhe\: {0}
+multiBitService.errorTitleText=Virhe muodostettaessa yhteytt\u00e4 Dogecoin-verkkoon
+multiBitService.stoppingBitcoinNetworkConnection=Pys\u00e4ytet\u00e4\u00e4n Dogecoin-verkkoyhteys...
multiBitService.couldNotLoadBlockchain=Unable to load blockchain "{0}". The error was "{1}".
multiBitService.replayingFromBlockCache=Vastataan paikallisesta v\u00e4limuistista...
exitAction.text=Sulje
-exitAction.tooltip=Poistu MultiBitist\u00e4
+exitAction.tooltip=Poistu MultiDogeist\u00e4
exitAction.mnemonicKey=X
openWalletAction.text=Avaa Lompakko
@@ -173,21 +174,21 @@ openWalletView.title=Avaa Lompakko
saveWalletAsView.untitled=Nimet\u00f6n
-helpAboutAction.text=Tietoa MultiBitist\u00e4
-helpAboutAction.tooltip=Tietoa MultiBitist\u00e4
+helpAboutAction.text=Tietoa MultiDogeist\u00e4
+helpAboutAction.tooltip=Tietoa MultiDogeist\u00e4
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=Tietoa MultiBitist\u00e4
+helpAboutAction.messageBoxTitle=Tietoa MultiDogeist\u00e4
helpAboutAction.versionText=Versio\: {0}
showHelpContentsAction.text=Ohjeiden Sis\u00e4lt\u00f6
-showHelpContentsAction.tooltip=N\u00e4yt\u00e4 MultiBit-ohjeet
+showHelpContentsAction.tooltip=N\u00e4yt\u00e4 MultiDoge-ohjeet
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Ohjeiden Sis\u00e4lt\u00f6
sendBitcoinAction.text=L\u00e4het\u00e4 Bitcoineja
sendBitcoinAction.tooltip=L\u00e4het\u00e4 bitcoineja jollekin
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=L\u00e4het\u00e4
@@ -197,14 +198,14 @@ sendBitcoinConfirmAction.mnemonicKey=E
sendBitcoinNowAction.sendingBitcoin=L\u00e4hetet\u00e4\u00e4n bitcoineja...
sendBitcoinNowAction.bitcoinSentOk=Bitcoinisi l\u00e4hetettiin onnistuneesti.
sendBitcoinNowAction.bitcoinSendFailed=Bitcoiniesi l\u00e4hetys ep\u00e4onnistui.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Katteesi ei riit\u00e4.
sendBitcoinConfirmView.sendOption=L\u00e4het\u00e4
sendBitcoinConfirmView.cancelOption=Peruuta
sendBitcoinConfirmView.message=Vahvista, ett\u00e4 haluat l\u00e4hett\u00e4\u00e4 bitcoineja seuraavasti\:
sendBitcoinConfirmView.title=Vahvista Bitcoinien L\u00e4hetys
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit must be online and connected to more than one peer to send bitcoin.
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge must be online and connected to more than one peer to send dogecoin.
receiveBitcoinAction.textShort=Pyynt\u00f6
receiveBitcoinAction.text=Pyyd\u00e4 bitcoineja
@@ -212,7 +213,7 @@ receiveBitcoinAction.tooltip=Pyyd\u00e4 bitcoineja joltakulta
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Asetukset
-showPreferencesAction.tooltip=N\u00e4yt\u00e4 MultiBitin asetukset
+showPreferencesAction.tooltip=N\u00e4yt\u00e4 MultiDogein asetukset
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Vahvista muutokset
@@ -230,13 +231,13 @@ sendBitcoinPanel.labelLabel=Kuvaus
sendBitcoinPanel.labelLabel.tooltip=Kuvaus t\u00e4lle osoitteelle
sendBitcoinPanel.amountLabel=Summa
sendBitcoinPanel.amountLabel.tooltip=L\u00e4hetett\u00e4v\u00e4 summa
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=BTC-yksikk\u00f6
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=DOGE-yksikk\u00f6
sendBitcoinPanel.sendingAddressesTitle=Osoitteet joihin bitcoineja l\u00e4hetet\u00e4\u00e4n
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=L\u00e4hetysosoitteesi (Saattaa olla vanhentunut)
sendBitcoinPanel.couldNotUnderstandQRcode=Could not understand QR code of "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Ved\u00e4|QR-koodi|t\u00e4h\u00e4n
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Ved\u00e4 bitcoin QR-koodi t\u00e4h\u00e4n t\u00e4ytt\u00e4\u00e4ksesi "L\u00e4hetys" lomakkeen.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Ved\u00e4 dogecoin QR-koodi t\u00e4h\u00e4n t\u00e4ytt\u00e4\u00e4ksesi "L\u00e4hetys" lomakkeen.
sendBitcoinPanel.showMore.text=Lis\u00e4\u00e4
sendBitcoinPanel.showMore.tooltip=N\u00e4yt\u00e4 sivupaneeli
sendBitcoinPanel.showMore.mnemonic=S
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=Kuvaus
receiveBitcoinPanel.labelLabel.tooltip=Kuvaus t\u00e4lle osoitteelle
receiveBitcoinPanel.amountLabel=Summa
receiveBitcoinPanel.amountLabel.tooltip=Vastaanotettava summa
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=BTC-yksikk\u00f6
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=DOGE-yksikk\u00f6
receiveBitcoinPanel.receivingAddressesTitle=Vastaanotto-osoitteesi
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Vastaanotto-osoitteesi (Saattaa olla vanhentunut)
@@ -268,11 +269,11 @@ copyQRCodeTextAction.tooltip=Kopioi bitcoinien URI-teksti leikep\u00f6yd\u00e4ll
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kopioi
-copyQRCodeImageAction.tooltip=Kopio bitcoin QR koodi leikepyd\u00e4lle
+copyQRCodeImageAction.tooltip=Kopio dogecoin QR koodi leikepyd\u00e4lle
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Liit\u00e4
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Uusi
@@ -330,10 +331,10 @@ validationErrorView.okOption=Ok
validationErrorView.addressInvalidMessage=Osoite "{0}" on virheellinen.
validationErrorView.amountIsMissingMessage=Sinun t\u00e4ytyy m\u00e4\u00e4ritt\u00e4\u00e4 summa
validationErrorView.amountInvalidMessage="{0}" ei ole ymm\u00e4rrett\u00e4v\u00e4 numero.
-validationErrorView.amountIsNegativeOrZeroMessage=Summan t\u00e4ytyy olla suurempi kuin 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Summan t\u00e4ytyy olla suurempi kuin 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=Lis\u00e4\u00e4 apua
showTransactionsAction.text=Maksutapahtumat
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Lompakkosi kuvaus
singleWalletPanel.dataHasChanged.text=P\u00e4ivitykset pys\u00e4ytetty.
singleWalletPanel.dataHasChanged.tooltip.1=Toinen ohjelma on muuttanut t\u00e4t\u00e4 lompakkoa.
-singleWalletPanel.dataHasChanged.tooltip.2=V\u00e4ltt\u00e4\u00e4kseen virheit\u00e4 MultiBit on pys\u00e4ytt\u00e4nyt p\u00e4ivitykset.
+singleWalletPanel.dataHasChanged.tooltip.2=V\u00e4ltt\u00e4\u00e4kseen virheit\u00e4 MultiDoge on pys\u00e4ytt\u00e4nyt p\u00e4ivitykset.
singleWalletPanel.dataHasChanged.backupFile=Varmuuskopiotiedosto on "{0}".
singleWalletPanel.twistyRightText=Klikkaa n\u00e4ytt\u00e4\u00e4ksesi lompakon tiedot
singleWalletPanel.twistyDownText=Klikkaa piilottaaksesi lompakon tiedot
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Alusta p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4
resetTransactionsPanel.resetFromFirstTransaction=Reset from date of first transaction
resetTransactionsPanel.chooseResetDate=M\u00e4\u00e4rittele alustusp\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\: {0}
-showOpenUriView.title=Avaa Bitcoin URI
-showOpenUriView.message1=Toinen sovellus on pyyt\u00e4nyt Bitcoin-maksua.
+showOpenUriView.title=Avaa Dogecoin URI
+showOpenUriView.message1=Toinen sovellus on pyyt\u00e4nyt Dogecoin-maksua.
showOpenUriView.message2=Haluatko t\u00e4ytt\u00e4\u00e4 "L\u00e4het\u00e4"-lomake pyynn\u00f6n?
showOpenUriView.yesText=Kyll\u00e4
showOpenUriView.noText=Ei
showOpenUriView.rememberMyDecision=Muista t\u00e4m\u00e4 valinta
-showOpenUriViewSubmitAction.tooltip=Fill send form with bitcoin payment request
+showOpenUriViewSubmitAction.tooltip=Fill send form with dogecoin payment request
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Payment request received but ignored due to preferences
showOpenUriViewAction.tooltip=Yes, fill send form with payment request
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Valitse n\u00e4ytt\u00f6fonti
-fontChooser.tooltip=Valitse MultiBit\:iss\u00e4 k\u00e4ytett\u00e4v\u00e4 fontti
+fontChooser.tooltip=Valitse MultiDoge\:iss\u00e4 k\u00e4ytett\u00e4v\u00e4 fontti
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Peruuta
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Vientitiedoston salasana
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Lompakon salasana
showExportPrivateKeysPanel.passwordPrompt=Salasana
showExportPrivateKeysPanel.repeatPasswordPrompt=Toista salasana
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Koko
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=Katso blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Katso blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Katso dogechain.info
crudButton.new=Uusi
crudButton.open=Avaa
crudButton.delete=Poista
closeWalletAction.text=Sulje lompakko
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Poista Lompakko
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=Lompakko "{0}" poistettiin onnistunees
deleteWalletConfirmDialog.walletDeleteError1=Lompakon poistossa esiintyi virhe.
deleteWalletConfirmDialog.walletDeleteError2=Virhe oli "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=V\u00e4\u00e4r\u00e4 vastaus
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Tervetuloa
-welcomePanel.title=Tervetuloa MultiBit\:iin
+welcomePanel.title=Tervetuloa MultiDoge\:iin
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=M\u00e4\u00e4r\u00e4\u00e4 "{0}" ei tunnistettu numeroksi
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/fr/viewer.properties b/src/main/resources/i18n/fr/viewer.properties
index ecfad9ca7..a1170c0bd 100755
--- a/src/main/resources/i18n/fr/viewer.properties
+++ b/src/main/resources/i18n/fr/viewer.properties
@@ -4,12 +4,12 @@
localiserTest.capitalCity=Paris
localiserTest.substituteOne=premier \= {0}
localiserTest.substituteTwo=premier \= {0}, deuxi\u00e8me \= {1}
-
+
showPreferencesPanel.title=Pr\u00e9f\u00e9rences
showPreferencesPanel.languageTitle=Langue d'affichage
showPreferencesPanel.useDefault=Param\u00e8tres r\u00e9gionaux par d\u00e9faut en usage pour l'utilisateur
showPreferencesPanel.useSpecific=Utiliser un langage sp\u00e9cifique
-
+
showPreferencesPanel.language.1=Anglais
showPreferencesPanel.language.2=Espagnol
showPreferencesPanel.language.3=Russe
@@ -47,25 +47,25 @@ showPreferencesPanel.language.34=Afrikaans
showPreferencesPanel.language.35=Tagalog
showPreferencesPanel.language.36=Swahili
showPreferencesPanel.language.37=Serbe
-
+
showPreferencesPanel.feeTitle=Frais de transaction
showPreferencesPanel.feeLabel.text=Frais
showPreferencesPanel.size.text={0} octets
-showPreferencesPanel.couldNotUnderstandFee=MultiBit ne pouvait comprendre les frais de \u00ab {0} \u00bb. Maintenir les frais de vieux.
-showPreferencesPanel.aFeeMustBeSet=Vous devez d\u00e9finir un frais de transaction. Maintenir les frais de vieux.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=La redevance doit \u00eatre au moins de 0,0001 BTC. Maintenir les frais de vieux.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Les frais doivent \u00eatre inf\u00e9rieurs \u00e0 1 BTC. V\u00e9rifiez votre s\u00e9parateur d\u00e9cimal. La valeur pr\u00e9c\u00e9dente a \u00e9t\u00e9 conserv\u00e9e.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge ne pouvait pas comprendre les frais de \u00ab {0} \u00bb. Maintien des anciens frais.
+showPreferencesPanel.aFeeMustBeSet=Vous devez d\u00e9finir un frais de transaction. Maintien des anciens frais.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=La redevance doit \u00eatre au moins de 0,0001 DOGE. Maintien des anciens frais.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Les frais doivent \u00eatre inf\u00e9rieurs \u00e0 1 DOGE. V\u00e9rifiez votre s\u00e9parateur d\u00e9cimal. La valeur pr\u00e9c\u00e9dente a \u00e9t\u00e9 conserv\u00e9e.
showPreferencesPanel.browserIntegrationTitle=Int\u00e9gration du navigateur web
-showPreferencesPanel.browserIntegration.messageText=Qu'elle action souhaitez-vous lorsqu\u2019une demande de paiement de Bitcoin est cliqu\u00e9e dans le navigateur ?
-showPreferencesPanel.ignoreAll=Ignorer toutes les demandes de paiement de Bitcoin
+showPreferencesPanel.browserIntegration.messageText=Qu'elle action souhaitez-vous faire lorsqu\u2019une demande de paiement de Dogecoin est cliqu\u00e9e dans un navigateur web ?
+showPreferencesPanel.ignoreAll=Ignorer toutes les demandes de paiement de Dogecoin
showPreferencesPanel.fillAutomatically=Remplissage automatique du formulaire de versement
showPreferencesPanel.askEveryTime=Me demander \u00e0 chaque fois
-
+
showPreferencesPanel.fontChooserTitle=Police d'affichage
showPreferencesPanel.appearanceTitle=Apparence
showPreferencesPanel.lookAndFeel=Apparence
showPreferencesPanel.systemLookAndFeel=Syst\u00e8me
-
+
showPreferencesPanel.ticker.title=Taux de change
showPreferencesPanel.ticker.title2=Convertisseur de devises et taux de change
showPreferencesPanel.ticker.columnsToShow=Colonnes \u00e0 afficher
@@ -75,306 +75,306 @@ showPreferencesPanel.ticker.showAsk=Prix de la demande
showPreferencesPanel.ticker.firstRow=Premi\u00e8re ligne
showPreferencesPanel.ticker.secondRow=Deuxi\u00e8me ligne
showPreferencesPanel.ticker.showSecondRow=Afficher la deuxi\u00e8me ligne
-showPreferencesPanel.ticker.exchange=March\u00e9
+showPreferencesPanel.ticker.exchange=\u00c9change
showPreferencesPanel.ticker.currency=Monnaie
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Afficher les bitcoins convertis en monnaie fiduciaire
-showPreferencesPanel.ticker.exchangeInformation=Le prix converti des bitcoin sera affich\u00e9 selon le dernier cours de cette devise.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Afficher les dogecoins convertis en monnaie fiduciaire
+showPreferencesPanel.ticker.exchangeInformation=Le prix converti des dogecoins sera affich\u00e9 selon le dernier cours de cette devise.
showPreferencesPanel.oerLabel.text=App ID d'OpenExchangeRates
showPreferencesPanel.oerLabel.tooltip=Le code d'acc\u00e8s App ID de OpenExchangeRates.org
-showPreferencesPanel.oerValidationError.text1=Vous avez entr\u00e9 un ID d'application non valide.
+showPreferencesPanel.oerValidationError.text1=Vous avez entr\u00e9 un ID d'application non valide.
showPreferencesPanel.oerValidationError.text2=Un ID d'application fait 32 caract\u00e8res de longs et
-showPreferencesPanel.oerValidationError.text3=comprend uniquement les caract\u00e8res \u00ab 0123456789abcdef \u00bb.
+showPreferencesPanel.oerValidationError.text3=comprend uniquement les caract\u00e8res \u00ab 0123456789abcdef \u00bb.
showPreferencesPanel.oerValidationError.title=ID d'application incorrecte
showPreferencesPanel.getAppId.text=Obtenir le App ID
showPreferencesPanel.getAppId.tooltip=Ouvrez votre navigateur et connectez-vous \u00e0 OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Appuyez sur le bouton \u00ab Obtenir le App ID \u00bb ci-dessous
-
-multiBit.createdWallet=Porte-monnaie \u00ab {0} \u00bb cr\u00e9\u00e9.
-multiBit.openingWallet=Ouverture du porte-monnaie \u00ab {0} \u00bb...
+showPreferencesPanel.minimizeToTray=R\u00e9duire dans la zone de notification
+
+multiBit.createdWallet=Portefeuille \u00ab {0} \u00bb cr\u00e9\u00e9.
+multiBit.openingWallet=Ouverture du portefeuille \u00ab {0} \u00bb...
multiBit.openingWalletIsDone=... termin\u00e9e.
-multiBit.closedWallet=Le porte-monnaie "{0}" a \u00e9t\u00e9 ferm\u00e9 avec succ\u00e8s.
+multiBit.closedWallet=Le portefeuille "{0}" a \u00e9t\u00e9 ferm\u00e9 avec succ\u00e8s.
multibit.userDataDirectory=Le r\u00e9pertoire de donn\u00e9es de l'utilisateur est \u00ab {0} \u00bb.
multibit.installationDirectory=Le r\u00e9pertoire d'installation est \u00ab {0} \u00bb.
-multiBitFrame.title=Multibit
-multiBitFrame.balanceLabel=Balance
-multiBitFrame.balanceLabel.tooltip=Balance y compris bitcoins non confirm\u00e9es et changement
+multiBitFrame.title=MultiDoge
+multiBitFrame.balanceLabel=Solde
+multiBitFrame.balanceLabel.tooltip=Solde incluant les dogecoins non confirm\u00e9s ainsi que la monnaie rendue
multiBitFrame.ticker.show.text=Afficher les taux de change
multiBitFrame.ticker.hide.text=Masquer les taux de change
multiBitFrame.statusBar.tooltip1=Messages.
multiBitFrame.statusBar.tooltip2=Cliquez ici pour voir plus de d\u00e9tails.
multiBitFrame.title.shuttingDown=Fermeture . . .
multiBitFrame.title.saving=Portefeuille \u00ab {0} \u00bb \u00e9pargne
-
-walletData.statusText=Statut
-walletData.dateText=Date
+
+walletData.statusText=Statut
+walletData.dateText=Date
walletData.descriptionText=Description
walletData.debitText=D\u00e9bit
walletData.creditText=Cr\u00e9dit
-
-multiBitFrame.fileMenuText=Dossier
+
+multiBitFrame.fileMenuText=Fichier
multiBitFrame.fileMenuMnemonic=F
-
-multiBitFrame.tradeMenuText=Commerce
+
+multiBitFrame.tradeMenuText=\u00c9changer
multiBitFrame.tradeMenuMnemonic=T
-
-multiBitFrame.viewMenuText=Avis
+
+multiBitFrame.viewMenuText=Affichage
multiBitFrame.viewMenuMnemonic=A
-
+
multiBitFrame.toolsMenuText=Outils
multiBitFrame.toolsMenuMnemonic=L
-
+
multiBitFrame.helpMenuText=Aide
multiBitFrame.helpMenuMnemonic=H
multiBitFrame.helpMenuTooltip=Cliquez pour obtenir davantage d'aide.
-
+
multiBitFrame.onlineText=En ligne
multiBitFrame.offlineText=Connexion ...
multiBitFrame.errorText=Erreur
multiBitFrame.blockDate=Date du dernier bloc \: {0}
multiBitFrame.connectedTo=Connect\u00e9 \u00e0 {0} pair(s)
multiBitFrame.statusBar.error1=Une erreur s'est produite.
-multiBitFrame.statusBar.error2=Afficher la fen\u00eatre des messages pour plus de d\u00e9tails
+multiBitFrame.statusBar.error2=Affichez la fen\u00eatre des messages pour plus de d\u00e9tails
multiBitFrame.numberOfBlocks=Nombre de blocs \: {0}
-multiBitFrame.status.notConfirmed=Cette op\u00e9ration n'est pas confirm\u00e9e
-multiBitFrame.status.beingConfirmed=Cette transaction est \u00e9tant confirm\u00e9e
-multiBitFrame.status.isConfirmed=Cette transaction confirm\u00e9e.
+multiBitFrame.status.notConfirmed=Cette op\u00e9ration n'est pas encore confirm\u00e9e
+multiBitFrame.status.beingConfirmed=Cette transaction est en cours de confirmation
+multiBitFrame.status.isConfirmed=Cette transaction a \u00e9t\u00e9 confirm\u00e9e.
multiBitFrame.status.dead=Cette transaction a \u00e9t\u00e9 renvers\u00e9e par l'\u00e9metteur
multiBitFrame.status.notConfirmedAndNotStandard=Cette op\u00e9ration n'est pas standard et devrait \u00eatre consid\u00e9r\u00e9e comme suspecte
multiBitFrame.status.notConfirmedAndCoinbase=Ceci est une op\u00e9ration de coinbase qui n'a pas encore \u00e9t\u00e9 confirm\u00e9e
multiBitFrame.status.beingConfirmedAndCoinbase=Ceci est une op\u00e9ration de coinbase en cours de confirmation
-
-multiBitFrame.availableToSpend=Disponible \u00e0 d\u00e9penser\: {0}
-multiBitFrame.availableToSpend2=Disponible pour d\u00e9penser
-multiBitFrame.availableToSpend.tooltip=Balance que moins non confirm\u00e9 bitcoins et changement encore \u00eatre retourn\u00e9es
-
-multiBitService.errorText=Impossible de se connecter au r\u00e9seau bitcoin. L'erreur \u00e9tait\: {0}
-multiBitService.errorTitleText=Erreur de connexion au r\u00e9seau bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=D\u00e9connexion du r\u00e9seau Bitcoin...
+
+multiBitFrame.availableToSpend=D\u00e9pensable \: {0}
+multiBitFrame.availableToSpend2=D\u00e9pensable
+multiBitFrame.availableToSpend.tooltip=Solde excluant les dogecoins non confirm\u00e9s ainsi que la monnaie devant encore \u00eatre rendue
+
+multiBitService.errorText=Impossible de se connecter au r\u00e9seau dogecoin. L'erreur \u00e9tait \: {0}
+multiBitService.errorTitleText=Erreur de connexion au r\u00e9seau dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=D\u00e9connexion du r\u00e9seau Dogecoin...
multiBitService.couldNotLoadBlockchain=Impossible de charger la cha\u00eene de blocs \u00ab {0} \u00bb. L'erreur est \u00ab {1} \u00bb.
multiBitService.replayingFromBlockCache=Relecture du cache local...
-
-exitAction.text=Sortie
-exitAction.tooltip=Sortir de Multibit
+
+exitAction.text=Quitter
+exitAction.tooltip=Sortir de MultiDoge
exitAction.mnemonicKey=X
-
-openWalletAction.text=Ouvert portefeuille
+
+openWalletAction.text=Ouvrir un portefeuille
openWalletAction.tooltip=Ouvrir un portefeuille \u00e0 partir d'un fichier
openWalletAction.mnemonicKey=O
-openWalletAction.walletOpenedSuccessfully=Porte-monnaie \u00ab {0} \u00bb ouvert avec succ\u00e8s
+openWalletAction.walletOpenedSuccessfully=Portefeuille \u00ab {0} \u00bb ouvert avec succ\u00e8s
openWalletSubmitAction.walletNotLoaded=Impossible de charger le fichier de portefeuille \u00ab {0} \u00bb. Le message d'erreur \u00e9tait \u00ab {1} \u00bb
-openWalletAction.enterPassword.message=Entrez le mot de passe utilis\u00e9 pour cr\u00e9er la sauvegarde de votre porte-monnaie.
-
-openWalletSubmitAction.text=Ouvrez
-openWalletSubmitAction.tooltip=Ouvrez un portefeuille \u00e0 partir d'un dossier
+openWalletAction.enterPassword.message=Entrez le mot de passe utilis\u00e9 pour cr\u00e9er la sauvegarde de votre portefeuille.
+
+openWalletSubmitAction.text=Ouvrir
+openWalletSubmitAction.tooltip=Ouvrir un portefeuille \u00e0 partir d'un fichier
openWalletSubmitAction.mnemonicKey=O
-openWalletSubmitAction.walletNotLoadedMessageBoxTitle=Pas pu charger le portefeuille
-
-openWalletView.title=Portefeuille ouvert
-
+openWalletSubmitAction.walletNotLoadedMessageBoxTitle=Ne pouvait pas charger le portefeuille
+
+openWalletView.title=Ouvrir un portefeuille
+
saveWalletAsView.untitled=Sans titre
-
-helpAboutAction.text=Sujet de MultiBit
-helpAboutAction.tooltip=Sujet de MultiBit
+
+helpAboutAction.text=\u00c0 propos de MultiDoge
+helpAboutAction.tooltip=\u00c0 propos de MultiDoge
helpAboutAction.mnemonicKey=S
-helpAboutAction.messageBoxTitle=Sujet de MultiBit
+helpAboutAction.messageBoxTitle=\u00c0 propos de MultiDoge
helpAboutAction.versionText=Version \: {0}
-
+
showHelpContentsAction.text=Contenu de l'aide
-showHelpContentsAction.tooltip=Afficher l'aide MultiBit
+showHelpContentsAction.tooltip=Afficher l'aide de MultiDoge
showHelpContentsAction.mnemonicKey=A
-
+
helpContentsView.messageTitle=Contenu de l'aide
-
-sendBitcoinAction.text=Envoyez Bitcoin
-sendBitcoinAction.tooltip=Envoyer bitcoin
-sendBitcoinAction.pleaseWait.tooltip=Veuillez patienter jusqu'\u00e0 ce que Multibit ait fini de se synchroniser avant d'envoyer
+
+sendBitcoinAction.text=Envoyer des dogecoins
+sendBitcoinAction.tooltip=Envoyer des dogecoins
+sendBitcoinAction.pleaseWait.tooltip=Veuillez patienter jusqu'\u00e0 ce que MultiDoge ait fini de se synchroniser avant d'envoyer
sendBitcoinAction.mnemonicKey=E
-
+
sendBitcoinConfirmAction.text=Envoyer
-sendBitcoinConfirmAction.tooltip=Envoyer bitcoin
+sendBitcoinConfirmAction.tooltip=Envoyer des dogecoins
sendBitcoinConfirmAction.mnemonicKey=E
-
-sendBitcoinNowAction.sendingBitcoin=envoi de bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=Votre bitcoin ont \u00e9t\u00e9 envoy\u00e9 avec succ\u00e8s.
-sendBitcoinNowAction.bitcoinSendFailed=\u00c9chec de l'envoi de votre bitcoin.
-sendBitcoinNowAction.pingFailure=Tous les pairs ont \u00e9chou\u00e9 au test de r\u00e9seau. V\u00e9rifiez votre connexion r\u00e9seau, puis red\u00e9marrez MultiBit.
+
+sendBitcoinNowAction.sendingBitcoin=Envoi de dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=Vos dogecoins ont \u00e9t\u00e9 envoy\u00e9 avec succ\u00e8s.
+sendBitcoinNowAction.bitcoinSendFailed=\u00c9chec de l'envoi de vos dogecoins.
+sendBitcoinNowAction.pingFailure=Tous les pairs ont \u00e9chou\u00e9 au test de r\u00e9seau. V\u00e9rifiez votre connexion r\u00e9seau, puis red\u00e9marrez MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Solde insuffisant pour effectuer votre versement.
-
+
sendBitcoinConfirmView.sendOption=Envoyer
sendBitcoinConfirmView.cancelOption=Annuler
-sendBitcoinConfirmView.message=Veuillez confirmer que vous souhaitez envoyer bitcoin comme suit \:
-sendBitcoinConfirmView.title=Confirmer Envoyer Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit doit \u00eatre en ligne et connect\u00e9 \u00e0 plus d'un pair pour envoyer des bitcoins.
-
-receiveBitcoinAction.textShort=Requ\u00eate
-receiveBitcoinAction.text=Requ\u00eate de Bitcoin
-receiveBitcoinAction.tooltip=Faire une requ\u00eate de bitcoin \u00e0 quelqu'un
+sendBitcoinConfirmView.message=Veuillez confirmer que vous souhaitez envoyer des dogecoins comme suit \:
+sendBitcoinConfirmView.title=Confirmer Envoyer Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge doit \u00eatre en ligne et connect\u00e9 \u00e0 plus d'un pair pour envoyer des dogecoins.
+
+receiveBitcoinAction.textShort=Demander
+receiveBitcoinAction.text=Demander des dogecoins
+receiveBitcoinAction.tooltip=Demander des dogecoins
receiveBitcoinAction.mnemonicKey=R
-
+
showPreferencesAction.text=Pr\u00e9f\u00e9rences
-showPreferencesAction.tooltip=Afficher les pr\u00e9f\u00e9rences de MultiBit
+showPreferencesAction.tooltip=Afficher les pr\u00e9f\u00e9rences de MultiDoge
showPreferencesAction.mnemonicKey=P
-
+
showPreferencesSubmitAction.text=Appliquer les modifications
showPreferencesSubmitAction.tooltip=Appliquer les modifications
showPreferencesSubmitAction.mnemonicKey=S
-
-sendBitcoinPanel.title=Envoyer des Bitcoin
+
+sendBitcoinPanel.title=Envoyer des Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Envoyer les d\u00e9tails
-sendBitcoinPanel.helpLabel1.message=Vous voulez envoyer bitcoin.
-sendBitcoinPanel.helpLabel2.message=Entrez ou choisissez une adresse pour envoyer et un montant.
-sendBitcoinPanel.helpLabel3.message=\u00c9ventuellement ajouter une \u00e9tiquette.
+sendBitcoinPanel.helpLabel1.message=Vous voulez envoyer des dogecoins.
+sendBitcoinPanel.helpLabel2.message=Entrez ou choisissez une adresse pour envoyer, ainsi qu'un montant.
+sendBitcoinPanel.helpLabel3.message=Ajouter \u00e9ventuellement une \u00e9tiquette.
sendBitcoinPanel.addressLabel=Adresse
-sendBitcoinPanel.addressLabel.tooltip=L'adresse \u00e0 laquelle vous souhaitez envoyer des bitcoin \u00e0
-sendBitcoinPanel.labelLabel=Nom d'transaction
-sendBitcoinPanel.labelLabel.tooltip=Une nom d'transaction descriptive pour cette adresse
+sendBitcoinPanel.addressLabel.tooltip=L'adresse \u00e0 laquelle vous souhaitez envoyer des dogecoins
+sendBitcoinPanel.labelLabel=\u00c9tiquette
+sendBitcoinPanel.labelLabel.tooltip=Une étiquette descriptive pour cette adresse
sendBitcoinPanel.amountLabel=Montant
sendBitcoinPanel.amountLabel.tooltip=Montant \u00e0 envoyer
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unit\u00e9 de BTC
-sendBitcoinPanel.sendingAddressesTitle=Adresses auxquelles envoyer des bitcoins
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unit\u00e9 de DOGE
+sendBitcoinPanel.sendingAddressesTitle=Adresses auxquelles envoyer des dogecoins
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Vos adresses d'envoi (peut \u00eatre obsol\u00e8te)
sendBitcoinPanel.couldNotUnderstandQRcode=Le code QR \u00ab {0} \u00bb est incorrect.
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Faites glisser|un code QR|ici
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Faites glisser un code QR bitcoin ici afin de remplir automatiquement le formulaire \u00ab Envoyer \u00bb.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Faites glisser un code QR dogecoin ici afin de remplir automatiquement le formulaire \u00ab Envoyer \u00bb.
sendBitcoinPanel.showMore.text=Plus
sendBitcoinPanel.showMore.tooltip=Afficher le panneau lat\u00e9ral
sendBitcoinPanel.showMore.mnemonic=S
-
+
sendBitcoinPanel.showLess.text=Moins
sendBitcoinPanel.showLess.tooltip=Masquer le panneau lat\u00e9ral
sendBitcoinPanel.showLess.mnemonic=H
-
-receiveBitcoinPanel.title=Recevez Bitcoin
-receiveBitcoinPanel.helpLabel1.message=Vous souhaitez recevoir des bitcoin.
+
+receiveBitcoinPanel.title=Recevoir des dogecoins
+receiveBitcoinPanel.helpLabel1.message=Vous souhaitez recevoir des dogecoin.
receiveBitcoinPanel.helpLabel2.message=Choisissez l'une de vos adresses de r\u00e9ception.
-receiveBitcoinPanel.helpLabel3.message=\u00c9ventuellement entrer une \u00e9tiquette et un montant.
+receiveBitcoinPanel.helpLabel3.message=Entrez \u00e9ventuellement une \u00e9tiquette et un montant.
receiveBitcoinPanel.addressLabel=Votre adresse
-receiveBitcoinPanel.addressLabel.tooltip=L'adresse \u00e0 laquelle vous souhaitez recevoir des bitcoin
-receiveBitcoinPanel.labelLabel=Nom d'transaction
+receiveBitcoinPanel.addressLabel.tooltip=L'adresse \u00e0 laquelle vous souhaitez recevoir des dogecoins
+receiveBitcoinPanel.labelLabel=\u00c9tiquette
receiveBitcoinPanel.labelLabel.tooltip=Une \u00e9tiquette descriptive pour cette adresse
receiveBitcoinPanel.amountLabel=Montant
receiveBitcoinPanel.amountLabel.tooltip=Montant \u00e0 recevoir
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unit\u00e9 de BTC
-receiveBitcoinPanel.receivingAddressesTitle=Votre adresse de r\u00e9ception
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unit\u00e9 de DOGE
+receiveBitcoinPanel.receivingAddressesTitle=Vos adresses de r\u00e9ception
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Vos adresses de r\u00e9ception (peut \u00eatre obsol\u00e8te)
-
+
addressBookTableModel.labelColumnHeader=\u00c9tiquette
addressBookTableModel.addressColumnHeader=Adresse
-
+
copyQRCodeTextAction.text=Copier le texte
-copyQRCodeTextAction.tooltip=Copiez le texte d'URI bitcoin a presse-papiers
+copyQRCodeTextAction.tooltip=Copier le texte d'URI dogecoin vers le presse-papiers
copyQRCodeTextAction.mnemonicKey=C
-
-copyQRCodeImageAction.text=Copiez
-copyQRCodeImageAction.tooltip=Copier le code QR bitcoin vers le presse-papiers
+
+copyQRCodeImageAction.text=Copier
+copyQRCodeImageAction.tooltip=Copier le code QR dogecoin vers le presse-papiers
copyQRCodeImageAction.mnemonicKey=Q
-
+
pasteSwatchAction.text=Coller
-pasteSwatchAction.tooltip=Coller le texte de l'URI bitcoin ou le code QR depuis le presse-papiers
+pasteSwatchAction.tooltip=Coller le texte de l'URI dogecoin ou le code QR depuis le presse-papiers
pasteSwatchAction.mnemonicKey=V
-
-createOrEditAddressAction.createReceiving.text=Nouveau
+
+createOrEditAddressAction.createReceiving.text=Nouvelle
createOrEditAddressAction.createReceiving.tooltip=Cr\u00e9er de nouvelles adresses de r\u00e9ception
createOrEditAddressAction.createReceiving.mnemonicKey=N
-
-createOrEditAddressAction.createSending.text=Nouveau
-createOrEditAddressAction.createSending.tooltip=Ajouter une nouvelle adresse de destination
+
+createOrEditAddressAction.createSending.text=Nouvelle
+createOrEditAddressAction.createSending.tooltip=Ajouter une nouvelle adresse d'envoi
createOrEditAddressAction.createSending.mnemonicKey=N
-
-createOrEditAddressSubmitAction.text=D'accord
-createOrEditAddressSubmitAction.tooltip=D'accord, enregistrez les modifications
+
+createOrEditAddressSubmitAction.text=OK
+createOrEditAddressSubmitAction.tooltip=OK, enregistrer les modifications
createOrEditAddressSubmitAction.mnemonicKey=O
-
-copyAddressAction.text=Copiez
-copyAddressAction.tooltip=Copiez l'adresse a presse-papiers
+
+copyAddressAction.text=Copier
+copyAddressAction.tooltip=Copier l'adresse vers le presse-papiers
copyAddressAction.mnemonicKey=C
-
+
zoomAction.text=Zoom
zoomAction.tooltip=Affichage en pleine page
zoomAction.mnemonicKey=Z
zoomAction.acceleratorKey=Z
-
+
pasteAddressAction.text=Coller
-pasteAddressAction.tooltip=Collez l'adresse \u00e0 partir du presse-papiers
+pasteAddressAction.tooltip=Coller l'adresse depuis le presse-papiers
pasteAddressAction.mnemonicKey=P
-
-okBackToParentAction.text=D'accord
-okBackToParentAction.tooltip=D'accord, fermer cette fen\u00eatre
+
+okBackToParentAction.text=OK
+okBackToParentAction.tooltip=OK, fermer cette fen\u00eatre
okBackToParentAction.text.mnemonicKey=O
-
+
cancelBackToParentAction.text=Annuler
cancelBackToParentAction.tooltip=Annuler, fermer cette fen\u00eatre
cancelBackToParentAction.text.mnemonicKey=A
-
+
receiveBitcoinSubmitAction.text=Ok
receiveBitcoinSubmitAction.tooltip=OK, enregistrer les modifications
receiveBitcoinSubmitAction.mnemonicKey=O
-
+
multiBitDownloadListener.progressText=Synchronisation avec le r\u00e9seau, {0}% accompli. Date de bloc "{1}".
multiBitDownloadListener.blockDateText=Date du bloc \: "{0}".
multiBitDownloadListener.startDownloadTextShort=Synchronisation avec le r\u00e9seau, {0} bloc (s) \u00e0 t\u00e9l\u00e9charger.
multiBitDownloadListener.startDownloadTextLong=Synchronisation avec le r\u00e9seau, {0} bloc (s) \u00e0 t\u00e9l\u00e9charger. Cela peut prendre un certain temps.
-multiBitDownloadListener.doneDownloadText=Synchronis\u00e9e avec le r\u00e9seau.
+multiBitDownloadListener.doneDownloadText=Synchronis\u00e9 avec le r\u00e9seau.
multiBitDownloadListener.downloadingText=Synchronisation avec le r\u00e9seau...
multiBitDownloadListener.downloadingTextShort=Synchronisation...
-
+
multiBitModel.creditDescription=Re\u00e7u avec {0}
multiBitModel.creditDescriptionWithLabel=Re\u00e7u avec "{1}" ({0})
multiBitModel.debitDescription=Envoy\u00e9 \u00e0 {0}
multiBitModel.debitDescriptionWithLabel=Envoy\u00e9 \u00e0 "{1}" ({0})
-
-validationErrorView.title=Erreur de Validation
-validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=L'adresse \u00ab {0} \u00bb n'est pas une adresse valide de bitcoin.
+
+validationErrorView.title=Erreur de validation
+validationErrorView.okOption=OK
+validationErrorView.addressInvalidMessage=L'adresse \u00ab {0} \u00bb n'est pas une adresse valide de dogecoin.
validationErrorView.amountIsMissingMessage=Vous devez sp\u00e9cifier un montant
validationErrorView.amountInvalidMessage=Le montant \u00ab {0} \u00bb ne pouvait pas \u00eatre compris comme un nombre.
-validationErrorView.amountIsNegativeOrZeroMessage=Le montant doit \u00eatre sup\u00e9rieur \u00e0 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Le montant doit \u00eatre sup\u00e9rieur \u00e0 0 DOGE.
validationErrorView.amountIsTooSmallMessage=Le montant est trop faible. Il doit \u00eatre d'au moins {0} satoshi.
-validationErrorView.notEnoughFundsMessage=Il n'y a pas suffisamment de fonds dans ce porte-monnaie pour envoyer {0} BTC. \nNotez que vous pouvez passer uniquement les transactions confirm\u00e9es. \nN'oubliez pas que l'exp\u00e9diteur paie une redevance.
-validationErrorView.notEnoughFundsMessage2=Il n'y a pas suffisamment de fonds dans ce porte-monnaie pour envoyer {0} BTC. \nVous ne pouvez pas d\u00e9penser plus que ce qui est "Disponibles". \nN'oubliez pas que l'exp\u00e9diteur paie une redevance.
+validationErrorView.notEnoughFundsMessage=Il n'y a pas suffisamment de fonds dans ce portefeuille pour envoyer {0} DOGE. \nNotez que vous pouvez passer uniquement les transactions confirm\u00e9es. \nN'oubliez pas que l'exp\u00e9diteur paie une redevance.
+validationErrorView.notEnoughFundsMessage2=Il n'y a pas suffisamment de fonds dans ce portefeuille pour envoyer {0} DOGE. \nVous ne pouvez pas d\u00e9penser plus que ce qui est "Disponibles". \nN'oubliez pas que l'exp\u00e9diteur paie une redevance.
validationErrorView.moreHelp=Plus d'aide
-
+
showTransactionsAction.text=Transactions
showTransactionsAction.tooltip=Voir les transactions
showTransactionsAction.mnemonicKey=T
showTransactionsAction.mayBeOutOfDate.text=Transactions (peut \u00eatre obsol\u00e8te)
-
+
browser.loadingMessage=Chargement
browser.unableToLoad=Impossible de charger \u00ab {0} \u00bb. L'erreur \u00e9tait \u00ab {1} \u00bb.
-
-showYourWalletsAction.text=Porte-monnaie
+
+showYourWalletsAction.text=Portefeuilles
showYourWalletsAction.tooltip=Afficher vos portefeuilles
showYourWalletsAction.mnemonicKey=M
-
-createNewWalletAction.text=Nouveau porte-monnaie
+
+createNewWalletAction.text=Nouveau portefeuille
createNewWalletAction.tooltip=Cr\u00e9er un nouveau portefeuille
createNewWalletAction.mnemonicKey=C
-createNewWalletAction.walletCouldNotBeCreated=Le nouveau porte-monnaie \u00ab {0} \u00bb n'a pas pu \u00eatre cr\u00e9\u00e9. L'erreur est \u00ab {1} \u00bb.
-createNewWalletAction.walletFileIsADirectory=Impossible de cr\u00e9er un porte-monnaie. Il existe d\u00e9j\u00e0 un r\u00e9pertoire appel\u00e9 "{0}".
+createNewWalletAction.walletCouldNotBeCreated=Le nouveau portefeuille \u00ab {0} \u00bb n'a pas pu \u00eatre cr\u00e9\u00e9. L'erreur est \u00ab {1} \u00bb.
+createNewWalletAction.walletFileIsADirectory=Impossible de cr\u00e9er un portefeuille. Il existe d\u00e9j\u00e0 un r\u00e9pertoire appel\u00e9 "{0}".
createNewWalletSubmitAction.defaultDescription=Description de votre portefeuille
-
-singleWalletPanel.dataHasChanged.text=Mises \u00e0 jour s'est arr\u00eat\u00e9.
-singleWalletPanel.dataHasChanged.tooltip.1=Un autre programme a chang\u00e9 ce portefeuille.
-singleWalletPanel.dataHasChanged.tooltip.2=Pour \u00e9viter des erreurs ce MultiBit a cess\u00e9 de mises \u00e0 jour.
-singleWalletPanel.dataHasChanged.backupFile=Fichier de sauvegarde est \u00ab {0} \u00bb.
-singleWalletPanel.twistyRightText=Cliquez ici pour afficher les d\u00e9tails du porte-monnaie
-singleWalletPanel.twistyDownText=Cliquez ici pour cacher les d\u00e9tails du porte-monnaie
+
+singleWalletPanel.dataHasChanged.text=Les mises \u00e0 jour se sont arr\u00eat\u00e9es.
+singleWalletPanel.dataHasChanged.tooltip.1=Un autre programme a modifi\u00e9 ce portefeuille.
+singleWalletPanel.dataHasChanged.tooltip.2=Pour \u00e9viter des erreurs MultiDoge a stop\u00e9 les mises \u00e0 jour.
+singleWalletPanel.dataHasChanged.backupFile=Le fichier de sauvegarde est \u00ab {0} \u00bb.
+singleWalletPanel.twistyRightText=Cliquer ici pour afficher les d\u00e9tails du portefeuille
+singleWalletPanel.twistyDownText=Cliquer ici pour cacher les d\u00e9tails du portefeuille
singleWalletPanel.type=Type \:
-singleWalletPanel.encrypted=crypt\u00e9
-singleWalletPanel.encrypted.tooltip=Ce porte-monnaie est prot\u00e9g\u00e9 par un mot de passe.
-singleWalletPanel.unencrypted=non crypt\u00e9
-singleWalletPanel.unencrypted.tooltip=Ce porte-monnaie n'est pas prot\u00e9g\u00e9 par un mot de passe.
+singleWalletPanel.encrypted=chiffr\u00e9
+singleWalletPanel.encrypted.tooltip=Ce portefeuille est prot\u00e9g\u00e9 par un mot de passe.
+singleWalletPanel.unencrypted=non chiffr\u00e9
singleWalletPanel.walletFormat.text=Format \:
-singleWalletPanel.walletFormat.tooltip=Le format dans lequel le porte-monnaie est stock\u00e9.
+singleWalletPanel.walletFormat.tooltip=Le format dans lequel le portefeuille est stock\u00e9.
singleWalletPanel.waiting.text=En attente de synchronisation
singleWalletPanel.waiting.verb=En attente...
-
+
resetTransactionsAction.text=R\u00e9initialisation des transactions et de la cha\u00eene de blocs
resetTransactionsAction.tooltip=R\u00e9initialisation des transactions et de la cha\u00eene de blocs
resetTransactionsAction.mnemonicKey=R
-
+
resetTransactionsSubmitAction.text=R\u00e9initialisation des transactions et de la cha\u00eene de blocs
resetTransactionsSubmitAction.verb=R\u00e9initialisation...
resetTransactionsSubmitAction.tooltip=R\u00e9initialisation des transactions et de la cha\u00eene de blocs
@@ -383,34 +383,34 @@ resetTransactionsSubmitAction.startReplay=Relecture de la cha\u00eene de blocs \
resetTransactionsSubmitAction.replaySuccessful=La relecture de la cha\u00eene de blocs a r\u00e9ussi.
resetTransactionsSubmitAction.replayUnsuccessful=La relecture de la cha\u00eene de blocs a \u00e9chou\u00e9. L'erreur \u00e9tait \u00ab {0} \u00bb.
resetTransactionSubmitAction.replayingBlockchain=Relecture de la cha\u00eene de blocs \u00e0 compter de la date \u00ab {0} \u00bb
-
+
resetTransactionsPanel.title=R\u00e9initialisation des transactions et de la cha\u00eene de blocs
resetTransactionsPanel.explainTitle=Notes explicatives
-resetTransactionsPanel.explainLabel.text1=Appuyez sur le bouton \u00ab R\u00e9initialiser la cha\u00eene de blocs et les op\u00e9rations \u00bb pour lancer la r\u00e9initialisation de la cha\u00eene de blocs et des op\u00e9rations pour le porte-monnaie \:
+resetTransactionsPanel.explainLabel.text1=Appuyer sur le bouton \u00ab R\u00e9initialiser la cha\u00eene de blocs et les op\u00e9rations \u00bb pour lancer la r\u00e9initialisation de la cha\u00eene de blocs et des op\u00e9rations pour le portefeuille \:
resetTransactionsPanel.walletDescriptionLabel=Description
resetTransactionsPanel.walletFilenameLabel=Nom du fichier
resetTransactionsPanel.resetDate=R\u00e9initialiser la date
resetTransactionsPanel.resetFromFirstTransaction=R\u00e9initialiser \u00e0 partir de la date de la premi\u00e8re transaction
resetTransactionsPanel.chooseResetDate=Sp\u00e9cifier la date de r\u00e9initialisation \: {0}
-
-showOpenUriView.title=Ouvrir une URI Bitcoin
-showOpenUriView.message1=Une autre application a demand\u00e9 un paiement en Bitcoin.
+
+showOpenUriView.title=Ouvrir une URI Dogecoin
+showOpenUriView.message1=Une autre application a demand\u00e9 un paiement en dogecoin.
showOpenUriView.message2=Voulez-vous pr\u00e9-remplir un formulaire de versement \u00e0 partir de cette demande de paiement ?
showOpenUriView.yesText=Oui
showOpenUriView.noText=Non
showOpenUriView.rememberMyDecision=Se souvenir de ma d\u00e9cision
-showOpenUriViewSubmitAction.tooltip=Remplir le formulaire de versement \u00e0 partir des informations de la demande de paiement Bitcoin
+showOpenUriViewSubmitAction.tooltip=Remplir le formulaire d'envoi \u00e0 partir des informations de la demande de paiement en dogecoin
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Demande de paiement re\u00e7ue mais ignor\u00e9e, comme sp\u00e9cifi\u00e9 dans les pr\u00e9f\u00e9rences utilisateur
-showOpenUriViewAction.tooltip=Oui, remplir le formulaire d'envois avec la requ\u00eate de paiement
+showOpenUriViewAction.tooltip=Oui, remplir le formulaire d'envois avec la demande de paiement
showOpenUriViewAction.mnemonic=Y
-
-fontChooser.text=Choisissez la police d'affichage
-fontChooser.tooltip=Choisissez la police \u00e0 utiliser dans MultiBit
+
+fontChooser.text=Choisir la police d'affichage
+fontChooser.tooltip=Choisir la police \u00e0 utiliser dans MultiDoge
fontChooser.mnemonic=F
-fontChooser.ok=D'accord
+fontChooser.ok=OK
fontChooser.cancel=Annuler
-fontChooser.selectFont=S\u00e9lectionnez la police
+fontChooser.selectFont=S\u00e9lectionner la police
fontChooser.fontName=Nom de police
fontChooser.fontStyle=Style de police
fontChooser.fontSize=Taille de police
@@ -419,28 +419,28 @@ fontChooser.plain=Non-formatt\u00e9
fontChooser.bold=Gras
fontChooser.italic=Italique
fontChooser.boldItalic=Gras italique
-
+
undoPreferencesChangesSubmitAction.text=Annuler le dernier changement de police ou de langue
undoPreferencesChangesSubmitAction.tooltip=Annuler le dernier changement de police ou de langue
undoPreferencesChangesSubmitAction.mnemonic=U
-
-showExportPrivateKeysAction.text=Exporter des cl\u00e9s priv\u00e9es
+
+showExportPrivateKeysAction.text=Exporter les cl\u00e9s priv\u00e9es
showExportPrivateKeysAction.text.camel=Exporter les cl\u00e9s priv\u00e9es
showExportPrivateKeysAction.tooltip=Exporter les cl\u00e9s priv\u00e9es dans un fichier
showExportPrivateKeysAction.mnemonic=X
-showExportPrivateKeysAction.youMustSelectAnOutputFile=Vous devez donner le nom d'un fichier d'export
+showExportPrivateKeysAction.youMustSelectAnOutputFile=Vous devez s\u00e9lectionner un fichier de sortie
showExportPrivateKeysAction.privateKeysExportSuccess=Les cl\u00e9s priv\u00e9es ont \u00e9t\u00e9 export\u00e9es.
showExportPrivateKeysAction.privateKeysExportFailure=\u00c9chec de l'exportation des cl\u00e9s priv\u00e9es. L'erreur \u00e9tait \u00ab {0} \u00bb.
showExportPrivateKeysAction.enterPasswords=Entrez le mot de passe avec lequel vous voulez prot\u00e9ger le fichier d'exportation
showExportPrivateKeysAction.passwordsAreDifferent=Les mots de passe ne correspondent pas
showExportPrivateKeysAction.thisFileExistsOverwriteTitle=Le fichier existe d\u00e9j\u00e0
showExportPrivateKeysAction.thisFileExistsOverwrite=Le fichier d'exportation \u00ab {0} \u00bb existe d\u00e9j\u00e0. \u00cates-vous s\u00fbr de vouloir le remplacer ?
-showExportPrivateKeysAction.youMustEnterTheWalletPassword=Entrez le mot de passe du porte-monnaie
-
+showExportPrivateKeysAction.youMustEnterTheWalletPassword=Entrez le mot de passe du portefeuille
+
exportPrivateKeysSubmitAction.exportingPrivateKeys=Export des cl\u00e9s priv\u00e9es...
-
-showExportPrivateKeysPanel.wallet.title=Porte-monnaie
-showExportPrivateKeysPanel.wallet.text=Toutes les cl\u00e9s priv\u00e9es du porte-monnaie suivant seront export\u00e9es \:
+
+showExportPrivateKeysPanel.wallet.title=Portefeuille
+showExportPrivateKeysPanel.wallet.text=Toutes les cl\u00e9s priv\u00e9es du portefeuille suivant seront export\u00e9es \:
showExportPrivateKeysPanel.filename.title=Exporter un fichier
showExportPrivateKeysPanel.filename.text=Choisir le fichier \u00e0 exporter
showExportPrivateKeysPanel.filename.text.2=Exporter vers...
@@ -448,24 +448,24 @@ showExportPrivateKeysPanel.filename.tooltip=Choisissez le fichier vers lequel ex
showExportPrivateKeysPanel.password.title=Mot de passe du fichier d'exportation
showExportPrivateKeysPanel.passwordProtect=Prot\u00e9ger par un mot de passe le fichier d'exportation \:
showExportPrivateKeysPanel.doNotPasswordProtect=Ne pas prot\u00e9ger le fichier export\u00e9 par un mot de passe.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Quiconque ayant acc\u00e8s \u00e0 votre fichier export\u00e9 peut d\u00e9penser vos bitcoin.
-showExportPrivateKeysPanel.walletPasswordPrompt=Mot de passe du porte-monnaie
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Quiconque ayant acc\u00e8s \u00e0 votre fichier export\u00e9 peut d\u00e9penser vos dogecoin.
+showExportPrivateKeysPanel.walletPasswordPrompt=Mot de passe du portefeuille
showExportPrivateKeysPanel.passwordPrompt=Mot de passe
showExportPrivateKeysPanel.repeatPasswordPrompt=R\u00e9p\u00e9tez le mot de passe
showExportPrivateKeysPanel.theTwoPasswordsMatch=Les deux mots de passe que vous avez entr\u00e9s correspondent
-
+
showImportPrivateKeysAction.text=Importer des cl\u00e9s priv\u00e9es
showImportPrivateKeysAction.tooltip=Importer des cl\u00e9s priv\u00e9es depuis un fichier
showImportPrivateKeysAction.mnemonic=I
-
-showImportPrivateKeysPanel.wallet.title=Porte-monnaie
-showImportPrivateKeysPanel.wallet.text=Toutes les cl\u00e9s priv\u00e9es seront import\u00e9es dans le porte-monnaie suivant \:
+
+showImportPrivateKeysPanel.wallet.title=Portefeuille
+showImportPrivateKeysPanel.wallet.text=Toutes les cl\u00e9s priv\u00e9es seront import\u00e9es dans le portefeuille suivant \:
showImportPrivateKeysPanel.filename.title=Fichier \u00e0 importer
showImportPrivateKeysPanel.filename.text=Choisir le fichier \u00e0 importer
showImportPrivateKeysPanel.filename.text.2=Importer \u00e0 partir de...
showImportPrivateKeysPanel.filename.tooltip=S\u00e9lectionnez le fichier \u00e0 partir duquel les cl\u00e9s priv\u00e9es seront import\u00e9es
showImportPrivateKeysPanel.password.title=Mot de passe pour le fichier \u00e0 importer
-
+
showImportPrivateKeysPanel.noFileSelected=Aucun fichier \u00e0 importer n'a \u00e9t\u00e9 s\u00e9lectionn\u00e9.
showImportPrivateKeysPanel.enterPassword=Entrez le mot de passe pour le fichier \u00e0 importer \:
showImportPrivateKeysPanel.importFileIsNotPasswordProtected=Le fichier \u00e0 importer n'est prot\u00e9g\u00e9 par aucun mot de passe
@@ -477,7 +477,7 @@ showImportPrivateKeysPanel.replayDate.tooltip=La date de r\u00e9f\u00e9rence \u0
showImportPrivateKeysPanel.unlock.text=D\u00e9verrouiller
showImportPrivateKeysPanel.unlock.tooltip=D\u00e9chiffrer le fichier \u00e0 importer \u00e0 l'aide d'un mot de passe
showImportPrivateKeysPanel.secondPassword=Second mot de passe
-
+
importPrivateKeysSubmitAction.text=Importer des cl\u00e9s priv\u00e9es
importPrivateKeysSubmitAction.verb=Import...
importPrivateKeysSubmitAction.tooltip=Importer des cl\u00e9s priv\u00e9es depuis un fichier
@@ -486,19 +486,19 @@ importPrivateKeysSubmitAction.privateKeysNothingToDo=Aucun fichier \u00e0 import
importPrivateKeysSubmitAction.importingPrivateKeys=Importation des cl\u00e9s priv\u00e9es...
importPrivateKeysSubmitAction.privateKeysImportSuccess=Importation des cl\u00e9s priv\u00e9es... termin\u00e9e avec succ\u00e8s
importPrivateKeysSubmitAction.privateKeysImportFailure=\u00c9chec de l'importation des cl\u00e9s priv\u00e9es. L'erreur est \u00ab {0} \u00bb.
-importPrivateKeysSubmitAction.privateKeysUnlockFailure=Erreur de d\u00e9blocage des cl\u00e9s priv\u00e9es\: \u00ab {0} \u00bb.
+importPrivateKeysSubmitAction.privateKeysUnlockFailure=Erreur de d\u00e9blocage des cl\u00e9s priv\u00e9es \: \u00ab {0} \u00bb.
importPrivateKeysSubmitAction.enterTheSecondPassword=Entrez le deuxi\u00e8me mot de passe
-
+
privateKeysHandler.failedForUnknownReason=\u00c9chec pour une raison inconnue
privateKeysHandler.wrongNumberOfKeys=Le nombre de cl\u00e9s r\u00e9-import\u00e9es ne correspond pas au nombre de cl\u00e9s d'origine
privateKeysHandler.keysDidNotMatch=Les cl\u00e9s priv\u00e9es r\u00e9-import\u00e9es ne correspondent pas aux cl\u00e9s priv\u00e9es d'origine
privateKeysHandler.thereWasAnException=Un erreur s'est produite. Le message est \u00ab {0} \u00bb.
-privateKeysHandler.verificationSuccess=Le fichier export\u00e9 a \u00e9t\u00e9 relu correctement, et les cl\u00e9s priv\u00e9es correspondent au porte-monnaie
-
+privateKeysHandler.verificationSuccess=Le fichier export\u00e9 a \u00e9t\u00e9 relu correctement, et les cl\u00e9s priv\u00e9es correspondent au portefeuille
+
showTransactionsDetailAction.text=Afficher les d\u00e9tails de l'op\u00e9ration...
showTransactionsDetailAction.tooltip=Montrer les d\u00e9tails de l'op\u00e9ration
showTransactionsDetailAction.mnemonic=S
-
+
transactionDetailsDialog.title=D\u00e9tails de la transaction
transactionDetailsDialog.transactionDetailText=Donn\u00e9es brutes de l'op\u00e9ration
transactionDetailsDialog.amountSent=Montant envoy\u00e9
@@ -508,162 +508,162 @@ transactionDetailsDialog.feeLabel.tooltip=La taxe qui a \u00e9t\u00e9 ajout\u00e
transactionDetailsDialog.sizeLabel.text=Taille
transactionDetailsDialog.sizeLabel.tooltip=La taille de cette transaction en octets
transactionDetailsDialog.viewAtBlockExplorer=Voir les d\u00e9tails sur blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Voir les d\u00e9tails sur blockchain.info
-
-crudButton.new=Nouveau
-crudButton.open=Ouvrez
+transactionDetailsDialog.viewAtBlockChainInfo=Voir les d\u00e9tails sur dogechain.info
+
+crudButton.new=Nouvelle
+crudButton.open=Ouvrir
crudButton.delete=Supprimer
-
-closeWalletAction.text=Fermer le porte-monnaie
-closeWalletAction.tooltip=Ferme le porte-monnaie et ne l'affiche plus dans MultiBit.
+
+closeWalletAction.text=Fermer le portefeuille
+closeWalletAction.tooltip=Fermer le portefeuille et ne plus l'afficher dans MultiDoge.
closeWalletAction.mnemonicText=C
-
-deleteWalletAction.text=Supprimer le porte-monnaie
-deleteWalletAction.tooltip=Supprime un porte-monnaie d\u00e9finitivement
+
+deleteWalletAction.text=Supprimer le portefeuille
+deleteWalletAction.tooltip=Supprime un portefeuille d\u00e9finitivement
deleteWalletAction.mnemonicText=D
-
-deleteWalletConfirmDialog.title=Confirmer la suppression du porte-monnaie
-deleteWalletConfirmDialog.message=\u00cates-vous s\u00fbr de que vouloir supprimer D\u00c9FINITIVEMENT ce porte-monnaie ? \:
-deleteWalletConfirmDialog.walletDeletedOk=Le porte-monnaie \u00ab {0} \u00bb a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s.
-deleteWalletConfirmDialog.walletDeleteError1=Il y a eu une erreur lors de la suppression du porte-monnaie.
+
+deleteWalletConfirmDialog.title=Confirmez la suppression du portefeuille
+deleteWalletConfirmDialog.message=\u00cates-vous s\u00fbr de vouloir supprimer D\u00c9FINITIVEMENT ce portefeuille ? \:
+deleteWalletConfirmDialog.walletDeletedOk=Le portefeuille \u00ab {0} \u00bb a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s.
+deleteWalletConfirmDialog.walletDeleteError1=Il y a eu une erreur lors de la suppression du portefeuille.
deleteWalletConfirmDialog.walletDeleteError2=L'erreur \u00e9tait \u00ab {0} \u00bb.
deleteWalletConfirmDialog.question1=Pour confirmer cette action saisissez
-deleteWalletConfirmDialog.question2=le nom du cr\u00e9ateur du Bitcoin.
+deleteWalletConfirmDialog.question2=le nom du cr\u00e9ateur du Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Mauvaise r\u00e9ponse
-
-deleteWalletException.walletWasReadonly=Le porte-monnaie (ou le fichier d'information du porte-monnaie) est en lecture seule. Suppression impossible
-deleteWalletException.genericCouldNotDelete=Le fichier du porte-monnaie \u00ab {0} \u00bb n'a pas \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s
-deleteWalletException.couldNotDeleteWalletInfo=Le fichier info du porte-monnaie n'a pas pu \u00eatre supprim\u00e9. Abandon de la suppression du fichier \u00ab {0} \u00bb
-deleteWalletConfirmDialog.newWalletCreated=Un porte-monnaie vous a \u00e9t\u00e9 cr\u00e9\u00e9 par d\u00e9faut parce que vous n'en aviez aucun.
-
+
+deleteWalletException.walletWasReadonly=Le portefeuille (ou le fichier d'information du portefeuille) est en lecture seule. Suppression impossible
+deleteWalletException.genericCouldNotDelete=Le fichier du portefeuille \u00ab {0} \u00bb n'a pas \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s
+deleteWalletException.couldNotDeleteWalletInfo=Le fichier info du portefeuille n'a pas pu \u00eatre supprim\u00e9. Abandon de la suppression du fichier \u00ab {0} \u00bb
+deleteWalletConfirmDialog.newWalletCreated=Un portefeuille vous a \u00e9t\u00e9 cr\u00e9\u00e9 par d\u00e9faut parce que vous n'en aviez aucun.
+
welcomePanel.text=Bienvenue
-welcomePanel.title=Bienvenue sur MultiBit
+welcomePanel.title=Bienvenue sur MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=Avec MultiBit vos bitcoins sont contenus dans un porte-monnaie. Vous pouvez avoir plusieurs porte-monnaie pour rester organis\u00e9. Ils se retrouvent dans le panneau "Porte-monnaie" sur la gauche.
+welcomePanel.paragraph1=Avec MultiDoge vos dogecoins sont contenus dans un portefeuille. Vous pouvez avoir plusieurs portefeuille pour rester organis\u00e9. Ils se retrouvent dans le panneau "Portefeuille" sur la gauche.
welcomePanel.paragraph2=Utilisez les options du menu pour ouvrir de nouveaux onglets correspondant aux actions que vous voulez r\u00e9aliser. Les onglets \u00ab Envoyer \u00bb, \u00ab Demander \u00bb et \u00ab Op\u00e9rations \u00bb sont toujours ouverts. Les autres se ferment en cliquant sur le petit \u00ab x \u00bb dans le titre de l'onglet.
-welcomePanel.paragraph2.5=Vous pouvez prot\u00e9ger votre porte-monnaie avec un mot de passe pour plus de s\u00e9curit\u00e9 avec le menu \u00ab Fichier | Ajouter un mot de passe \u00bb.
+welcomePanel.paragraph2.5=Vous pouvez prot\u00e9ger votre portefeuille avec un mot de passe pour plus de s\u00e9curit\u00e9 avec le menu \u00ab Fichier | Ajouter un mot de passe \u00bb.
welcomePanel.paragraph3=De nombreux \u00e9l\u00e9ments affich\u00e9s disposent d'une description dans une info-bulle. Survolez un \u00e9l\u00e9ment avec votre souris pour voir l'info-bulle.
welcomePanel.paragraph4=Cliquez sur les ic\u00f4nes (?) pour obtenir une aide contextuelle. Essayez en cliquant sur l'ic\u00f4ne (?) ci-dessous.
-
+
tickerTableModel.currency=Monnaie
tickerTableModel.bid=Offre
tickerTableModel.ask=Demande
tickerTableModel.lastPrice=Dernier
-tickerTableModel.exchange=March\u00e9
-
+tickerTableModel.exchange=\u00c9change
+
tickerTablePanel.tooltip=Taux de change.
-tickerTablePanel.tooltip.clickToConfigure=Cliquez pour Configurer.
-
+tickerTablePanel.tooltip.clickToConfigure=Cliquez pour configurer.
+
messagesPanel.text=Messages
messagesPanel.tooltip=Afficher les messages
messagesPanel.mnemonicText=M
-
+
addPasswordAction.text=Ajouter un mot de passe
-addPasswordAction.tooltip=Ajouter un mot de passe pour le porte-monnaie
+addPasswordAction.tooltip=Ajouter un mot de passe pour le portefeuille
addPasswordAction.mnemonic=S
-
+
addPasswordPanel.password.title=Mot de passe
-addPasswordPanel.text=Le porte-monnaie suivant sera prot\u00e9g\u00e9 par un mot de passe \:
+addPasswordPanel.text=Le portefeuille suivant sera prot\u00e9g\u00e9 par un mot de passe \:
addPasswordPanel.reminder1=Gardez votre mot de passe en s\u00e9curit\u00e9.
-addPasswordPanel.reminder2=Vous devrez fournir ce mot de passe pour d\u00e9penser vos bitcoins.
+addPasswordPanel.reminder2=Vous devrez fournir ce mot de passe pour d\u00e9penser vos dogecoins.
addPasswordPanel.reminder3=Une fois perdu il ne pourra pas \u00eatre r\u00e9cup\u00e9r\u00e9.
-addPasswordPanel.enterPasswords=Entrez le mot de passe que vous souhaitez utiliser pour ce porte-monnaie
+addPasswordPanel.enterPasswords=Entrez le mot de passe que vous souhaitez utiliser pour ce portefeuille
addPasswordPanel.addPasswordSuccess=Le mot de passe a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s.
-addPasswordPanel.addPasswordFailed=\u00c9chec de l'ajout du mot de passe au porte-monnaie. L'erreur est \u00ab {0} \u00bb.
-
-addPasswordSubmitAction.text=Ajouter un mot de passe au porte-monnaie
-addPasswordSubmitAction.tooltip=Ajouter un mot de passe au porte-monnaie
+addPasswordPanel.addPasswordFailed=\u00c9chec de l'ajout du mot de passe au portefeuille. L'erreur est \u00ab {0} \u00bb.
+
+addPasswordSubmitAction.text=Ajouter un mot de passe au portefeuille
+addPasswordSubmitAction.tooltip=Ajouter un mot de passe au portefeuille
addPasswordSubmitAction.mnemonic=S
-
+
changePasswordAction.text=Modifier le mot de passe
-changePasswordAction.tooltip=Changer le mot de passe du porte-monnaie
+changePasswordAction.tooltip=Changer le mot de passe du portefeuille
changePasswordAction.mnemonic=C
changePasswordPanel.currentPassword.title=Mot de passe actuel
changePasswordPanel.newPassword.title=Nouveau mot de passe
-changePasswordPanel.text=Le mot de passe sera modifi\u00e9 pour le porte-monnaie suivant \:
+changePasswordPanel.text=Le mot de passe sera modifi\u00e9 pour le portefeuille suivant \:
changePasswordPanel.newPasswordPrompt=Nouveau mot de passe
changePasswordPanel.repeatNewPasswordPrompt=R\u00e9p\u00e9ter le nouveau mot de passe
changePasswordPanel.reminder1=Gardez votre mot de passe en s\u00e9curit\u00e9.
-changePasswordPanel.reminder2=Vous devrez fournir ce mot de passe pour d\u00e9penser vos bitcoins.
+changePasswordPanel.reminder2=Vous devrez fournir ce mot de passe pour d\u00e9penser vos dogecoins.
changePasswordPanel.reminder3=Une fois perdu il ne pourra pas \u00eatre r\u00e9cup\u00e9r\u00e9.
-changePasswordPanel.enterPasswords=Entrez le nouveau mot de passe que vous souhaitez utiliser pour ce porte-monnaie
+changePasswordPanel.enterPasswords=Entrez le nouveau mot de passe que vous souhaitez utiliser pour ce portefeuille
changePasswordPanel.enterCurrentPassword=Entrez le mot de passe actuel
changePasswordPanel.changePasswordSuccess=Le changement de mot de passe a r\u00e9ussi.
-changePasswordPanel.keysBackupSuccess=Les cl\u00e9s priv\u00e9es ont \u00e9t\u00e9 sauvegard\u00e9s dans \u00ab {0} \u00bb en utilisant le mot de passe du porte-monnaie.
-changePasswordPanel.keysBackupFailed=\u00c9chec de la sauvegarde de cl\u00e9s priv\u00e9es du porte-monnaie. L'erreur est \: \u00ab {0} \u00bb.
+changePasswordPanel.keysBackupSuccess=Les cl\u00e9s priv\u00e9es ont \u00e9t\u00e9 sauvegard\u00e9s dans \u00ab {0} \u00bb en utilisant le mot de passe du portefeuille.
+changePasswordPanel.keysBackupFailed=\u00c9chec de la sauvegarde de cl\u00e9s priv\u00e9es du portefeuille. L'erreur est \: \u00ab {0} \u00bb.
changePasswordPanel.changePasswordFailed=Le changement de mot de passe a \u00e9chou\u00e9. L'erreur est \u00ab {0} \u00bb.
-changePasswordPanel.oldBackupsMessage=La sauvegarde du porte-monnaie utilise les anciens mots-de-passe.
+changePasswordPanel.oldBackupsMessage=La sauvegarde du portefeuille utilise les anciens mots-de-passe.
changePasswordSubmitAction.text=Modifier le mot de passe
-changePasswordSubmitAction.tooltip=Changer le mot de passe du porte-monnaie
+changePasswordSubmitAction.tooltip=Changer le mot de passe du portefeuille
changePasswordSubmitAction.mnemonic=C
-
-removePasswordAction.text=Enlever le mot de passe
-removePasswordAction.tooltip=Supprimer le mot de passe du porte-monnaie
+
+removePasswordAction.text=Supprimer le mot de passe
+removePasswordAction.tooltip=Supprimer le mot de passe du portefeuille
removePasswordAction.mnemonic=R
-removePasswordPanel.text=Le porte-monnaie suivant ne sera plus prot\u00e9g\u00e9 par un mot de passe \:
-removePasswordPanel.enterPassword.text=Entrez le mot de passe actuel pour ce porte-monnaie.
-removePasswordPanel.enterPassword=Entrez le mot de passe actuel pour ce porte-monnaie
+removePasswordPanel.text=Le portefeuille suivant ne sera plus prot\u00e9g\u00e9 par un mot de passe \:
+removePasswordPanel.enterPassword.text=Entrez le mot de passe actuel pour ce portefeuille.
+removePasswordPanel.enterPassword=Entrez le mot de passe actuel pour ce portefeuille
removePasswordPanel.removePasswordSuccess=Le mot de passe a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s.
removePasswordPanel.removePasswordFailed=\u00c9chec de la suppression du mot de passe. L'erreur est \u00ab {0} \u00bb.
-
-removePasswordSubmitAction.text=Supprimer le mot de passe du porte-monnaie
-removePasswordSubmitAction.tooltip=Supprimer le mot de passe du porte-monnaie
+
+removePasswordSubmitAction.text=Supprimer le mot de passe du portefeuille
+removePasswordSubmitAction.tooltip=Supprimer le mot de passe du portefeuille
removePasswordSubmitAction.mnemonic=R
-
-createNewReceivingAddressSubmitAction.text=Cr\u00e9er Nouveau
+
+createNewReceivingAddressSubmitAction.text=Cr\u00e9er
createNewReceivingAddressSubmitAction.tooltip=Cr\u00e9er de nouvelles adresses de r\u00e9ception
createNewReceivingAddressSubmitAction.mnemonic=C
-createNewReceivingAddressSubmitAction.passwordIsIncorrect=Le mot de passe du porte-monnaie est incorrect
+createNewReceivingAddressSubmitAction.passwordIsIncorrect=Le mot de passe du portefeuille est incorrect
createNewReceivingAddressesSubmitAction.failure=\u00c9chec de la cr\u00e9ation de nouvelles adresses de r\u00e9ception. L'erreur est \u00ab {0} \u00bb.
createNewReceivingAddressSubmitAction.creatingShort=Cr\u00e9ation de {0} nouvelles adresses de r\u00e9ception...
-createNewReceivingAddressSubmitAction.createdSuccessfullyShort={0} nouvelles adresses de r\u00e9ception on \u00e9t\u00e9 cr\u00e9\u00e9es avec succ\u00e8s
-createNewReceivingAddressSubmitAction.creatingLong=Cr\u00e9ation de {0} nouvelles adresses de r\u00e9ception pour le porte-monnaie \u00ab {1} \u00bb...
-createNewReceivingAddressSubmitAction.createdSuccessfullyLong={0} nouvelles adresses de r\u00e9ception cr\u00e9\u00e9es avec succ\u00e8s pour le porte-monnaie \u00ab {1} \u00bb
-
+createNewReceivingAddressSubmitAction.createdSuccessfullyShort={0} nouvelles adresses de r\u00e9ception ont \u00e9t\u00e9 cr\u00e9\u00e9es avec succ\u00e8s
+createNewReceivingAddressSubmitAction.creatingLong=Cr\u00e9ation de {0} nouvelles adresses de r\u00e9ception pour le portefeuille \u00ab {1} \u00bb...
+createNewReceivingAddressSubmitAction.createdSuccessfullyLong={0} nouvelles adresses de r\u00e9ception cr\u00e9\u00e9es avec succ\u00e8s pour le portefeuille \u00ab {1} \u00bb
+
createNewReceivingAddressDialog.title=Cr\u00e9er de nouvelles adresses de r\u00e9ception
createNewReceivingAddressDialog.message=Choisissez le nombre d'adresses de r\u00e9ception \u00e0 ajouter
-
-multiBitSubmitAction.thereIsNoActiveWallet=Il n'y a aucun porte-monnaie s\u00e9lectionn\u00e9. Aucune action \u00e0 entreprendre.
-multiBitSubmitAction.walletIsBusy=Le porte-monnaie est en cours d'utilisation par la t\u00e2che \u00ab {0} \u00bb
-
+
+multiBitSubmitAction.thereIsNoActiveWallet=Il n'y a aucun portefeuille s\u00e9lectionn\u00e9. Aucune action \u00e0 entreprendre.
+multiBitSubmitAction.walletIsBusy=Le portefeuille est en cours d'utilisation par la t\u00e2che \u00ab {0} \u00bb
+
deleteSendingAddressSubmitAction.text=Supprimer
deleteSendingAddressSubmitAction.tooltip=Supprimer l'adresse d'envoi s\u00e9lectionn\u00e9e
deleteSendingAddressSubmitAction.mnemonic=D
-
-deleteSendingAddressConfirmDialog.title=Confirmer la suppression de l'adresse d'envoi
+
+deleteSendingAddressConfirmDialog.title=Confirmez la suppression de l'adresse d'envoi
deleteSendingAddressConfirmDialog.message=\u00cates-vous s\u00fbr de vouloir supprimer l'adresse d'envoi suivante ? \:
-
+
chartsPanelAction.text=Graphiques
chartsPanelAction.tooltip=Afficher les graphiques
chartsPanelAction.mnemonic=C
chartsPanelTitle.text=Evolution du solde sur {0} {1}
chartsPanelTitle.days=Jours
chartsPanelSaveAs=Enregistrer sous...
-
-fileHandler.walletIsMissing=Le porte-monnaie \u00ab {0} \u00bb est manquant. Chargement du porte-monnaie de sauvegarde \u00ab {1} \u00bb \u00e0 la place.
-fileHandler.walletCannotLoadUsingBackup=Le porte-monnaie "{0}" n'a pas pu \u00eatre charg\u00e9. Chargement du porte-monnaie de sauvegarde "{1}" \u00e0 la place.
-fileHandler.unableToLoadWalletOrBackups=Impossible de charger le porte-monnaie "{0}" ou une des sauvegardes. Regardez la documentation sur les "sauvegardes de porte-monnaies" pour plus de d\u00e9tails.
-
+
+fileHandler.walletIsMissing=Le portefeuille \u00ab {0} \u00bb est manquant. Chargement du portefeuille de sauvegarde \u00ab {1} \u00bb \u00e0 la place.
+fileHandler.walletCannotLoadUsingBackup=Le portefeuille "{0}" n'a pas pu \u00eatre charg\u00e9. Chargement du portefeuille de sauvegarde "{1}" \u00e0 la place.
+fileHandler.unableToLoadWalletOrBackups=Impossible de charger le portefeuille "{0}" ou une des sauvegardes. Regardez la documentation sur les "sauvegardes de portefeuille" pour plus de d\u00e9tails.
+
transactionConfidence.seenBy=Vu par
transactionConfidence.peers=pairs
transactionConfidence.peer=pair
transactionConfidence.unknownConfidenceLevel=Niveau de confiance inconnu.
-transactionConfidence.dead=Inactif \: substitu\u00e9e par une double op\u00e9ration et ne se confirmera pas.
+transactionConfidence.dead=Inactif \: substitu\u00e9e par une double d\u00e9pense et ne se confirmera pas.
transactionConfidence.sideChain=Vu dans une cha\u00eene autre que dans la meilleur cha\u00eene.
transactionConfidence.notSeenInChain=Pas vu dans la cha\u00eene.
transactionConfidence.pending=En cours / non confirm\u00e9es.
transactionConfidence.appearedInBestChain=Paru dans la meilleure cha\u00eene \u00e0 une hauteur de {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Le nombre de pairs qui ont vu cette op\u00e9ration est inconnu.
-
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Un montant de bitcoin peut avoir seulement 8 d\u00e9cimales
+
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Un montant de dogecoin peut avoir seulement 8 d\u00e9cimales
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=Le montant sp\u00e9cifi\u00e9 dans "{0}" ne peut comporter que {1} decimale(s)
currencyConverter.couldNotUnderstandAmount=Le montant \u00ab {0} \u00bb n'est pas \u00e9valu\u00e9 comme un nombre
-
+
alertManagerTitle=Nouvelle version disponible
-alertManagerLine1=Il y a une nouvelle version \u00ab {0} \u00bb de MultiBit disponible.
+alertManagerLine1=Il y a une nouvelle version \u00ab {0} \u00bb de MultiDoge disponible.
alertManagerLine2=Votre version actuelle est \u00ab {0} \u00bb.
alertManagerViewRelease=Voir la version du logiciel
-
+
verifyMessageAction.text=V\u00e9rifier le message
verifyMessageAction.tooltip=V\u00e9rifier qu'un message a \u00e9t\u00e9 sign\u00e9 par une adresse particuli\u00e8re
verifyMessageAction.mnemonic=A
@@ -673,39 +673,37 @@ verifyMessageAction.error=La v\u00e9rification du message a \u00e9chou\u00e9.
verifyMessageAction.noAddress=Saisissez l'adresse avec laquelle vous souhaitez signer.
verifyMessageAction.noMessage=Saisissez le message que vous souhaitez v\u00e9rifier.
verifyMessageAction.noSignature=Entrez la signature que vous souhaitez v\u00e9rifier.
-
+
verifyMessagePanel.instructions.title=Instructions
verifyMessagePanel.instructions.text1=Entrez l'adresse du signataire, le message et la signature ci-dessous.
verifyMessagePanel.instructions.text2=Assurez-vous de copier les sauts de ligne, espaces, tabulations etc. tels quels.
verifyMessagePanel.message.text=Message
verifyMessagePanel.signature.text=Signature
-
+
signMessageAction.text=Signer le message
-signMessageAction.tooltip=Signer un message en utilisant avec une adresse particuli\u00e8re
+signMessageAction.tooltip=Signer un message en utilisant une adresse particuli\u00e8re
signMessageAction.mnemonic=S
-signMessageAction.noSigningKey=Signature non compl\u00e9t\u00e9e. Le porte-monnaie actuel ne contient pas l'adresse de r\u00e9ception "{0}".
+signMessageAction.noSigningKey=Signature non compl\u00e9t\u00e9e. Le portefeuille actuel ne contient pas l'adresse de r\u00e9ception "{0}".
signMessageAction.success=La signature a r\u00e9ussi.
signMessageAction.error=La signature a \u00e9chou\u00e9.
signMessageAction.noAddress=Saisissez l'adresse avec laquelle vous voulez signer votre message.
signMessageAction.noMessage=Saisissez le message que vous voulez signer.
-
+
signMessagePanel.instructions.text1=Vous pouvez signer des messages avec l'une de vos adresses de r\u00e9ception.
signMessagePanel.instructions.text2=Ne signez que les messages que vous comprenez, et que vous approuvez.
signMessagePanel.instructions.text3=Saisissez l'adresse avec laquelle vous voulez signer. Saisissez votre message. Cliquez sur "Signer le message".
-signMessagePanel.wallet.text=Saisissez le mot de passe du porte-monnaie actuel \:
+signMessagePanel.wallet.text=Saisissez le mot de passe du portefeuille actuel \:
signMessagePanel.message.title=Signer votre message
signMessagePanel.clearAll.text=Tout effacer
signMessagePanel.clearAll.tooltip=Effacer tout le texte de cet onglet
-
+
exportTransactionsSubmitAction.text=Exporter
exportTransactionsSubmitAction.tooltip=Exporter les transactions vers un fichier
exportTransactionsSubmitAction.mnemonic=E
-exportTransactionsSubmitAction.fileIsADirectory=Impossible de cr\u00e9er un porte-monnaie. Il existe d\u00e9j\u00e0 un r\u00e9pertoire appel\u00e9 "{0}".
+exportTransactionsSubmitAction.fileIsADirectory=Impossible de cr\u00e9er un portefeuille. Il existe d\u00e9j\u00e0 un r\u00e9pertoire appel\u00e9 "{0}".
exportTransactionsSubmitAction.success=Le fichier \u00ab {0} \u00bb a \u00e9t\u00e9 \u00e9crit avec succ\u00e8s.
exportTransactionsSubmitAction.failure=Impossible d'\u00e9crire le fichier \u00ab {0} \u00bb. L'erreur \u00e9tait \u00ab {1} \u00bb.
exportTransactionsSubmitAction.transactionId=Id de transaction
exportTransactionsSubmitAction.genericCouldNotDelete=Le fichier existant \u00ab {0} \u00bb n'as pas \u00e9t\u00e9 supprim\u00e9. L'exportation a \u00e9chou\u00e9.
-
+
csvFileFilter.description=Fichier CSV
-
-
diff --git a/src/main/resources/i18n/he/viewer.properties b/src/main/resources/i18n/he/viewer.properties
index a24425509..af1f3bff3 100755
--- a/src/main/resources/i18n/he/viewer.properties
+++ b/src/main/resources/i18n/he/viewer.properties
@@ -53,8 +53,8 @@ showPreferencesPanel.feeLabel.text=\u05e2\u05de\u05dc\u05d4
showPreferencesPanel.size.text={0} \u05d1\u05ea\u05d9\u05dd
showPreferencesPanel.couldNotUnderstandFee=\u05d4\u05ea\u05d5\u05db\u05e0\u05d4 \u05dc\u05d0 \u05d4\u05e6\u05dc\u05d9\u05d7\u05d4 \u05dc\u05d4\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05dc\u05d4 "{0}". \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05e2\u05de\u05dc\u05d4 \u05d4\u05d9\u05e9\u05e0\u05d4.
showPreferencesPanel.aFeeMustBeSet=\u05d0\u05ea\u05d4 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d0\u05ea \u05e2\u05de\u05dc\u05ea \u05d4\u05e2\u05e1\u05e7\u05d4. \u05de\u05d7\u05d6\u05d9\u05e8 \u05dc\u05e2\u05de\u05dc\u05d4 \u05d4\u05e7\u05d5\u05d3\u05de\u05ea.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u05d4\u05e2\u05de\u05dc\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea 0.0001 BTC. \u05e9\u05d5\u05de\u05e8 \u05e2\u05dc \u05d4\u05e2\u05de\u05dc\u05d4 \u05d4\u05e7\u05d5\u05d3\u05de\u05ea.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u05d4\u05e2\u05de\u05dc\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d4 \u05de- 1 BTC. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05ea\u05d5 \u05d4\u05d4\u05e4\u05e8\u05d3\u05d4 \u05d4\u05e2\u05e9\u05e8\u05d5\u05e0\u05d9. \u05e9\u05d5\u05de\u05e8 \u05e2\u05dc \u05d4\u05e2\u05de\u05dc\u05d4 \u05d4\u05e7\u05d5\u05d3\u05de\u05ea.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u05d4\u05e2\u05de\u05dc\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea 0.0001 DOGE. \u05e9\u05d5\u05de\u05e8 \u05e2\u05dc \u05d4\u05e2\u05de\u05dc\u05d4 \u05d4\u05e7\u05d5\u05d3\u05de\u05ea.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u05d4\u05e2\u05de\u05dc\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d4 \u05de- 1 DOGE. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05ea\u05d5 \u05d4\u05d4\u05e4\u05e8\u05d3\u05d4 \u05d4\u05e2\u05e9\u05e8\u05d5\u05e0\u05d9. \u05e9\u05d5\u05de\u05e8 \u05e2\u05dc \u05d4\u05e2\u05de\u05dc\u05d4 \u05d4\u05e7\u05d5\u05d3\u05de\u05ea.
showPreferencesPanel.browserIntegrationTitle=\u05e9\u05d9\u05dc\u05d5\u05d1 \u05d3\u05e4\u05d3\u05e4\u05df
showPreferencesPanel.browserIntegration.messageText=\u05de\u05d4 \u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05e9\u05d9\u05e7\u05e8\u05d4 \u05db\u05d0\u05e9\u05e8 \u05dc\u05d5\u05d7\u05e6\u05d9\u05dd \u05e2\u05dc \u05d1\u05e7\u05e9\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05dc \u05d1\u05d9\u05d8\u05e7\u05d5\u05d9\u05df \u05d1\u05d3\u05e4\u05d3\u05e4\u05df?
showPreferencesPanel.ignoreAll=\u05dc\u05d4\u05ea\u05e2\u05dc\u05dd \u05de\u05db\u05dc \u05d1\u05e7\u05e9\u05d5\u05ea \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05dc \u05d1\u05d9\u05d8\u05e7\u05d5\u05d9\u05df
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=\u05de\u05d6\u05d4\u05d4 \u05d9\u0
showPreferencesPanel.getAppId.text=\u05e7\u05d1\u05dc\u05ea \u05de\u05d6\u05d4\u05d4 \u05d9\u05d9\u05e9\u05d5\u05dd
showPreferencesPanel.getAppId.tooltip=\u05e4\u05ea\u05d7 \u05d0\u05ea \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05d5\u05d4\u05e8\u05e9\u05dd \u05dc- OpenExchangeRates.org
showPreferencesPanel.getAppId.label=\u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df "\u05e7\u05d1\u05dc \u05d0\u05ea \u05de\u05d6\u05d4\u05d4 \u05d9\u05d9\u05e9\u05d5\u05dd" \u05dc\u05d4\u05dc\u05df
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\u05d0\u05e8\u05e0\u05e7 \u05e9\u05e0\u05d5\u05e6\u05e8 "{0}".
multiBit.openingWallet=\u05e4\u05d5\u05ea\u05d7 \u05d0\u05e8\u05e0\u05e7 "{0}"...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=... \u05d1\u05d5\u05e6\u05e2.
multiBit.closedWallet=\u05d4\u05d0\u05e8\u05e0\u05e7 "{0}" \u05e0\u05e1\u05d2\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.
multibit.userDataDirectory=\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9 \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d9\u05d0 "{0}".
multibit.installationDirectory=\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05d4\u05ea\u05e7\u05e0\u05d4 \u05d4\u05d9\u05d0 "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=\u05de\u05d0\u05d6\u05df
multiBitFrame.balanceLabel.tooltip=\u05de\u05d0\u05d6\u05df \u05db\u05d5\u05dc\u05dc \u05e2\u05e1\u05e7\u05d0\u05d5\u05ea \u05dc\u05d0 \u05de\u05d0\u05d5\u05e9\u05e8\u05d5\u05ea \u05d5\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd
multiBitFrame.ticker.show.text=\u05d4\u05e6\u05d2 \u05d8\u05d9\u05e7\u05e8 \u05de\u05d8\u05d1\u05e2
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=\u05d6\u05d5\u05d4\u05d9 \u05d8\u
multiBitFrame.availableToSpend=\u05d6\u05de\u05d9\u05df \u05dc\u05d1\u05d6\u05d1\u05d5\u05d6\: {0}
multiBitFrame.availableToSpend2=\u05d6\u05de\u05d9\u05df \u05dc\u05d1\u05d6\u05d1\u05d5\u05d6
-multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed bitcoins and change still to be returned
+multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed dogecoins and change still to be returned
-multiBitService.errorText=\u05dc\u05d0 \u05d4\u05d9\u05ea\u05d4 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc\u05e8\u05e9\u05ea Bitcoin. \u05d4\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d4\u05d9\u05ea\u05d4\: {0}
-multiBitService.errorTitleText=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05dc\u05e8\u05e9\u05ea Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=\u05d4\u05e4\u05e1\u05e7\u05ea \u05d4\u05ea\u05e7\u05e9\u05e8\u05d5\u05ea \u05dc\u05e8\u05e9\u05ea Bitcoin...
+multiBitService.errorText=\u05dc\u05d0 \u05d4\u05d9\u05ea\u05d4 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc\u05e8\u05e9\u05ea Dogecoin. \u05d4\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d4\u05d9\u05ea\u05d4\: {0}
+multiBitService.errorTitleText=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05dc\u05e8\u05e9\u05ea Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=\u05d4\u05e4\u05e1\u05e7\u05ea \u05d4\u05ea\u05e7\u05e9\u05e8\u05d5\u05ea \u05dc\u05e8\u05e9\u05ea Dogecoin...
multiBitService.couldNotLoadBlockchain=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d8\u05e2\u05d5\u05df blockchain "{0}". \u05d4\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d4\u05d9\u05ea\u05d4 "{1}.
multiBitService.replayingFromBlockCache=\u05de\u05e9\u05d7\u05d6\u05e8 \u05de\u05de\u05d8\u05de\u05d5\u05df \u05de\u05e7\u05d5\u05de\u05d9...
exitAction.text=\u05d9\u05e6\u05d9\u05d0\u05d4
-exitAction.tooltip=\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de-MultiBit
+exitAction.tooltip=\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de-MultiDoge
exitAction.mnemonicKey=x
openWalletAction.text=\u05e4\u05ea\u05d7 \u05d0\u05e8\u05e0\u05e7
@@ -173,21 +174,21 @@ openWalletView.title=\u05e4\u05ea\u05d7 \u05d0\u05e8\u05e0\u05e7
saveWalletAsView.untitled=\u05dc\u05dc\u05d0 \u05db\u05d5\u05ea\u05e8\u05ea
-helpAboutAction.text=\u05d0\u05d5\u05d3\u05d5\u05ea MultiBit
-helpAboutAction.tooltip=\u05d0\u05d5\u05d3\u05d5\u05ea MultiBit
+helpAboutAction.text=\u05d0\u05d5\u05d3\u05d5\u05ea MultiDoge
+helpAboutAction.tooltip=\u05d0\u05d5\u05d3\u05d5\u05ea MultiDoge
helpAboutAction.mnemonicKey=\u05d0
-helpAboutAction.messageBoxTitle=\u05d0\u05d5\u05d3\u05d5\u05ea MultiBit
+helpAboutAction.messageBoxTitle=\u05d0\u05d5\u05d3\u05d5\u05ea MultiDoge
helpAboutAction.versionText=\u05d2\u05d9\u05e8\u05e1\u05d4\: {0}
showHelpContentsAction.text=\u05ea\u05d5\u05db\u05df \u05d4\u05e2\u05d6\u05e8\u05d4
-showHelpContentsAction.tooltip=\u05d4\u05e6\u05d2 \u05d0\u05ea \u05d4\u05e2\u05d6\u05e8\u05d4 MultiBit
+showHelpContentsAction.tooltip=\u05d4\u05e6\u05d2 \u05d0\u05ea \u05d4\u05e2\u05d6\u05e8\u05d4 MultiDoge
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=\u05ea\u05d5\u05db\u05df \u05d4\u05e2\u05d6\u05e8\u05d4
sendBitcoinAction.text=\u05e9\u05dc\u05d7 \u05d1\u05d9\u05d8\u05e7\u05d5\u05d9\u05df
sendBitcoinAction.tooltip=\u05dc\u05e9\u05dc\u05d5\u05d7 \u05d1\u05d9\u05d8\u05e7\u05d5\u05d9\u05df \u05dc\u05de\u05d9\u05e9\u05d4\u05d5
-sendBitcoinAction.pleaseWait.tooltip=\u05e0\u05d0 \u05d4\u05de\u05ea\u05df \u05e2\u05d3 \u05e9- MultiBit \u05ea\u05e1\u05d9\u05d9\u05dd \u05dc\u05d4\u05e1\u05ea\u05e0\u05db\u05e8\u05df \u05dc\u05e4\u05e0\u05d9 \u05d1\u05d9\u05e6\u05d5\u05e2 \u05e9\u05dc\u05d9\u05d7\u05d4
+sendBitcoinAction.pleaseWait.tooltip=\u05e0\u05d0 \u05d4\u05de\u05ea\u05df \u05e2\u05d3 \u05e9- MultiDoge \u05ea\u05e1\u05d9\u05d9\u05dd \u05dc\u05d4\u05e1\u05ea\u05e0\u05db\u05e8\u05df \u05dc\u05e4\u05e0\u05d9 \u05d1\u05d9\u05e6\u05d5\u05e2 \u05e9\u05dc\u05d9\u05d7\u05d4
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=\u05e9\u05dc\u05d7
@@ -197,22 +198,22 @@ sendBitcoinConfirmAction.mnemonicKey=E
sendBitcoinNowAction.sendingBitcoin=\u05e9\u05d5\u05dc\u05d7 \u05de\u05d8\u05d1\u05e2\u05d5\u05ea...
sendBitcoinNowAction.bitcoinSentOk=\u05d4\u05d1\u05d9\u05d8\u05e7\u05d5\u05d9\u05df \u05e9\u05dc\u05da \u05e0\u05e9\u05dc\u05d7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.
sendBitcoinNowAction.bitcoinSendFailed=\u05e9\u05dc\u05d9\u05d7\u05ea \u05d4\u05d1\u05d9\u05d8\u05e7\u05d5\u05d9\u05df \u05e9\u05dc\u05da \u05e0\u05db\u05e9\u05dc\u05d4.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\u05d9\u05ea\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05df \u05d0\u05d9\u05e0\u05d4 \u05de\u05e1\u05e4\u05d9\u05e7\u05d4 \u05dc\u05e9\u05dc\u05d9\u05d7\u05d4 \u05d6\u05d5.
sendBitcoinConfirmView.sendOption=\u05e9\u05dc\u05d7
sendBitcoinConfirmView.cancelOption=\u05d1\u05d9\u05d8\u05d5\u05dc
sendBitcoinConfirmView.message=\u05e0\u05d0 \u05d0\u05e9\u05e8 \u05db\u05d9 \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d1\u05d9\u05d8\u05e7\u05d5\u05d9\u05df \u05db\u05de\u05d5\u05e6\u05d2\:
sendBitcoinConfirmView.title=\u05d0\u05d9\u05e9\u05d5\u05e8 \u05e9\u05dc\u05d9\u05d7\u05d4 \u05d1\u05d9\u05d8\u05e7\u05d5\u05d9\u05df
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d7\u05d5\u05d1\u05e8 \u05d5\u05d0\u05d5\u05df-\u05dc\u05d9\u05d9\u05df \u05dc\u05d9\u05d5\u05ea\u05e8 \u05dePEER \u05d0\u05d7\u05d3 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e9\u05dc\u05d5\u05d7 BitCoin.
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d7\u05d5\u05d1\u05e8 \u05d5\u05d0\u05d5\u05df-\u05dc\u05d9\u05d9\u05df \u05dc\u05d9\u05d5\u05ea\u05e8 \u05dePEER \u05d0\u05d7\u05d3 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e9\u05dc\u05d5\u05d7 Dogecoin.
receiveBitcoinAction.textShort=\u05d1\u05e7\u05e9\u05d4
-receiveBitcoinAction.text=\u05d1\u05e7\u05e9 BitCoin
-receiveBitcoinAction.tooltip=\u05d1\u05e7\u05e9 BitCoin \u05de\u05de\u05d9\u05e9\u05d4\u05d5
+receiveBitcoinAction.text=\u05d1\u05e7\u05e9 Dogecoin
+receiveBitcoinAction.tooltip=\u05d1\u05e7\u05e9 Dogecoin \u05de\u05de\u05d9\u05e9\u05d4\u05d5
receiveBitcoinAction.mnemonicKey=\u05e8
showPreferencesAction.text=\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea
-showPreferencesAction.tooltip=\u05e6\u05e4\u05d4 \u05d1\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea MultiBit
+showPreferencesAction.tooltip=\u05e6\u05e4\u05d4 \u05d1\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea MultiDoge
showPreferencesAction.mnemonicKey=\u05e4
showPreferencesSubmitAction.text=\u05d4\u05d7\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd
@@ -221,22 +222,22 @@ showPreferencesSubmitAction.mnemonicKey=\u05e1
sendBitcoinPanel.title=\u05e9\u05dc\u05d7 \u05d1\u05d9\u05d8\u05e7\u05d5\u05d9\u05df
sendBitcoinPanel.sendBitcoinsPanelTitle=\u05e9\u05dc\u05d7 \u05e4\u05e8\u05d8\u05d9\u05dd
-sendBitcoinPanel.helpLabel1.message=\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e9\u05dc\u05d5\u05d7 Bitcoin.
+sendBitcoinPanel.helpLabel1.message=\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e9\u05dc\u05d5\u05d7 Dogecoin.
sendBitcoinPanel.helpLabel2.message=\u05d4\u05db\u05e0\u05e1 \u05d0\u05d5 \u05d1\u05d7\u05e8 \u05db\u05ea\u05d5\u05d1\u05ea \u05dc\u05de\u05e9\u05dc\u05d5\u05d7 \u05d5\u05d0\u05ea \u05d4\u05e1\u05db\u05d5\u05dd.
sendBitcoinPanel.helpLabel3.message=\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05ea\u05d5\u05d5\u05d9\u05ea.
sendBitcoinPanel.addressLabel=\u05db\u05ea\u05d5\u05d1\u05ea
-sendBitcoinPanel.addressLabel.tooltip=\u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05dc\u05d9\u05d4 \u05d0\u05ea\u05d4 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05ea \u05d4-BitCoin
+sendBitcoinPanel.addressLabel.tooltip=\u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05dc\u05d9\u05d4 \u05d0\u05ea\u05d4 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05ea \u05d4-Dogecoin
sendBitcoinPanel.labelLabel=\u05ea\u05d5\u05d5\u05d9\u05ea
sendBitcoinPanel.labelLabel.tooltip=\u05ea\u05d5\u05d5\u05d9\u05ea \u05ea\u05d9\u05d0\u05d5\u05e8\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 \u05db\u05ea\u05d5\u05d1\u05ea \u05d6\u05d5
sendBitcoinPanel.amountLabel=\u05db\u05de\u05d5\u05ea
sendBitcoinPanel.amountLabel.tooltip=\u05db\u05de\u05d5\u05ea \u05dc\u05e9\u05dc\u05d5\u05d7
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=\u05d9\u05d7\u05d9\u05d3\u05ea BTC
-sendBitcoinPanel.sendingAddressesTitle=\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d0\u05dc\u05d9\u05d4\u05df \u05ea\u05e8\u05e6\u05d4 \u05dc\u05e9\u05dc\u05d5\u05d7 BitCoin
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=\u05d9\u05d7\u05d9\u05d3\u05ea DOGE
+sendBitcoinPanel.sendingAddressesTitle=\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d0\u05dc\u05d9\u05d4\u05df \u05ea\u05e8\u05e6\u05d4 \u05dc\u05e9\u05dc\u05d5\u05d7 Dogecoin
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05dc\u05d5\u05d7 (\u05e2\u05dc\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05d0 \u05de\u05e2\u05d5\u05d3\u05db\u05e0\u05d9\u05dd)
sendBitcoinPanel.couldNotUnderstandQRcode=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d1\u05d9\u05df \u05d0\u05ea \u05e7\u05d5\u05d3 \u05d4-QR \u05e9\u05dc "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=\u05d2\u05e8\u05d5\u05e8|\u05e7\u05d5\u05d3 QR| \u05dc\u05db\u05d0\u05df
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=\u05d2\u05e8\u05d5\u05e8 \u05e7\u05d5\u05d3 QR \u05e9\u05dc bitcoin \u05dc\u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05de\u05dc\u05d0 \u05d0\u05ea \u05d8\u05d5\u05e4\u05e1 \u05d4"\u05e9\u05dc\u05d9\u05d7\u05d4" \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=\u05d2\u05e8\u05d5\u05e8 \u05e7\u05d5\u05d3 QR \u05e9\u05dc dogecoin \u05dc\u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05de\u05dc\u05d0 \u05d0\u05ea \u05d8\u05d5\u05e4\u05e1 \u05d4"\u05e9\u05dc\u05d9\u05d7\u05d4" \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea.
sendBitcoinPanel.showMore.text=\u05d9\u05d5\u05ea\u05e8
sendBitcoinPanel.showMore.tooltip=\u05d4\u05e6\u05d2 \u05d0\u05ea \u05dc\u05d5\u05d7 \u05e6\u05d3
sendBitcoinPanel.showMore.mnemonic=\u05e1
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=\u05ea\u05d5\u05d5\u05d9\u05ea
receiveBitcoinPanel.labelLabel.tooltip=\u05ea\u05d5\u05d5\u05d9\u05ea \u05ea\u05d9\u05d0\u05d5\u05e8\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 \u05db\u05ea\u05d5\u05d1\u05ea \u05d6\u05d5
receiveBitcoinPanel.amountLabel=\u05db\u05de\u05d5\u05ea
receiveBitcoinPanel.amountLabel.tooltip=\u05db\u05de\u05d5\u05ea \u05dc\u05e7\u05d1\u05dc
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=\u05d9\u05d7\u05d9\u05d3\u05ea BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=\u05d9\u05d7\u05d9\u05d3\u05ea DOGE
receiveBitcoinPanel.receivingAddressesTitle=\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05e9\u05dc\u05da \u05dc\u05e7\u05d1\u05dc\u05d4
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=\u05d4\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05e9\u05dc\u05da \u05dc\u05e7\u05d1\u05dc\u05d4 (\u05d9\u05ea\u05db\u05df \u05d5\u05dc\u05d0 \u05de\u05e2\u05d5\u05d3\u05db\u05e0\u05d9\u05dd)
@@ -272,7 +273,7 @@ copyQRCodeImageAction.tooltip=\u05d4\u05e2\u05ea\u05e7\u05ea \u05e7\u05d5\u05d3
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=\u05d4\u05d3\u05d1\u05e7
-pasteSwatchAction.tooltip=\u05d4\u05d3\u05d1\u05e7 URI BitCoin \u05d8\u05e7\u05e1\u05d8 \u05d0\u05d5 \u05e7\u05d5\u05d3 QR \u05de\u05d4\u05dc\u05d5\u05d7
+pasteSwatchAction.tooltip=\u05d4\u05d3\u05d1\u05e7 URI Dogecoin \u05d8\u05e7\u05e1\u05d8 \u05d0\u05d5 \u05e7\u05d5\u05d3 QR \u05de\u05d4\u05dc\u05d5\u05d7
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=\u05d9\u05e6\u05d9\u05e8\u05d4
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=\u05e9\u05dc\u05d7 \u05d0\u05dc "{1}" ({
validationErrorView.title=\u05e9\u05d2\u05d9\u05d0\u05ea \u05d0\u05d9\u05de\u05d5\u05ea
validationErrorView.okOption=\u05d0\u05d9\u05e9\u05d5\u05e8
-validationErrorView.addressInvalidMessage=\u05d4\u05db\u05ea\u05d5\u05d1\u05ea "{0}" \u05d0\u05d9\u05e0\u05d4 \u05db\u05ea\u05d5\u05d1\u05ea bitcoin \u05d7\u05d5\u05e7\u05d9\u05ea.
+validationErrorView.addressInvalidMessage=\u05d4\u05db\u05ea\u05d5\u05d1\u05ea "{0}" \u05d0\u05d9\u05e0\u05d4 \u05db\u05ea\u05d5\u05d1\u05ea dogecoin \u05d7\u05d5\u05e7\u05d9\u05ea.
validationErrorView.amountIsMissingMessage=\u05e2\u05dc\u05d9\u05da \u05dc\u05e6\u05d9\u05d9\u05df \u05db\u05de\u05d5\u05ea
validationErrorView.amountInvalidMessage=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05db\u05de\u05d5\u05ea "{0}" \u05db\u05de\u05e1\u05e4\u05e8.
validationErrorView.amountIsNegativeOrZeroMessage=\u05d4\u05e1\u05db\u05d5\u05dd \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de- 0 \u05de\u05d8\u05d1\u05e2\u05d5\u05ea.
validationErrorView.amountIsTooSmallMessage=\u05d4\u05e1\u05db\u05d5\u05dd \u05e7\u05d8\u05df \u05de\u05d3\u05d9. . \u05d6\u05d4 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea {0} \u05e1\u05d8\u05d5\u05e9\u05d9.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=\u05e2\u05d6\u05e8\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea
showTransactionsAction.text=\u05e2\u05e1\u05e7\u05d0\u05d5\u05ea
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=\u05ea\u05d9\u05d0\u05d5\u05e8 \u
singleWalletPanel.dataHasChanged.text=\u05e2\u05d3\u05db\u05d5\u05e0\u05d9\u05dd \u05d4\u05d5\u05e4\u05e1\u05e7\u05d5.
singleWalletPanel.dataHasChanged.tooltip.1=\u05ea\u05d5\u05db\u05e0\u05d9\u05ea \u05d0\u05d7\u05e8\u05ea \u05e9\u05d9\u05e0\u05ea\u05d4 \u05d0\u05ea \u05d4\u05d0\u05e8\u05e0\u05e7.
-singleWalletPanel.dataHasChanged.tooltip.2=\u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea MultiBit \u05d4\u05e4\u05e1\u05d9\u05e7\u05d4 \u05d0\u05ea \u05d4\u05e2\u05d3\u05db\u05d5\u05e0\u05d9\u05dd.
+singleWalletPanel.dataHasChanged.tooltip.2=\u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea MultiDoge \u05d4\u05e4\u05e1\u05d9\u05e7\u05d4 \u05d0\u05ea \u05d4\u05e2\u05d3\u05db\u05d5\u05e0\u05d9\u05dd.
singleWalletPanel.dataHasChanged.backupFile=\u05e7\u05d5\u05d1\u05e5 \u05d4\u05d2\u05d9\u05d1\u05d5\u05d9 \u05d4\u05d5\u05d0 "{0}".
singleWalletPanel.twistyRightText=\u05dc\u05d7\u05e5 \u05db\u05d3\u05d9 \u05dc\u05d4\u05e6\u05d9\u05d2 \u05e4\u05e8\u05d8\u05d9 \u05d0\u05e8\u05e0\u05e7
singleWalletPanel.twistyDownText=\u05dc\u05d7\u05e5 \u05db\u05d3\u05d9 \u05dc\u05d4\u05e1\u05ea\u05d9\u05e8 \u05d0\u05ea \u05e4\u05e8\u05d8\u05d9 \u05d4\u05d0\u05e8\u05e0\u05e7
@@ -393,8 +394,8 @@ resetTransactionsPanel.resetDate=\u05dc\u05d0\u05e4\u05e1 \u05ea\u05d0\u05e8\u05
resetTransactionsPanel.resetFromFirstTransaction=\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e2\u05dc \u05e4\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05e2\u05d9\u05e1\u05e7\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4
resetTransactionsPanel.chooseResetDate=\u05e6\u05d9\u05d9\u05df \u05ea\u05d0\u05e8\u05d9\u05da \u05d0\u05d9\u05e4\u05d5\u05e1\: {0}
-showOpenUriView.title=Open Bitcoin URI
-showOpenUriView.message1=Another application has requested a Bitcoin payment.
+showOpenUriView.title=Open Dogecoin URI
+showOpenUriView.message1=Another application has requested a Dogecoin payment.
showOpenUriView.message2=\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05de\u05dc\u05d0 \u05d0\u05ea \u05d4\u05d8\u05d5\u05e4\u05e1 '\u05e9\u05dc\u05d7' \u05e2\u05dd \u05d4\u05d1\u05e7\u05e9\u05d4?
showOpenUriView.yesText=\u05db\u05df
showOpenUriView.noText=\u05dc\u05d0
@@ -406,7 +407,7 @@ showOpenUriViewAction.tooltip=\u05db\u05df, \u05de\u05dc\u05d0 \u05d8\u05d5\u05e
showOpenUriViewAction.mnemonic=Y
fontChooser.text=\u05d1\u05d7\u05e8 \u05d2\u05d5\u05e4\u05df \u05dc\u05ea\u05e6\u05d5\u05d2\u05d4
-fontChooser.tooltip=\u05d1\u05d7\u05e8 \u05d2\u05d5\u05e4\u05df \u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1- MultiBit
+fontChooser.tooltip=\u05d1\u05d7\u05e8 \u05d2\u05d5\u05e4\u05df \u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1- MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=\u05d0\u05d9\u05e9\u05d5\u05e8
fontChooser.cancel=\u05d1\u05d9\u05d8\u05d5\u05dc
@@ -508,7 +509,7 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=\u05d2\u05d5\u05d3\u05dc
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=\u05d4\u05e6\u05d2 \u05d1- blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=\u05d4\u05e6\u05d2 \u05d1- blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=\u05d4\u05e6\u05d2 \u05d1- dogechain.info
crudButton.new=\u05d9\u05e6\u05d9\u05e8\u05d4
crudButton.open=\u05e4\u05ea\u05d7
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=\u05d4\u05d0\u05e8\u05e0\u05e7 "{0}" \
deleteWalletConfirmDialog.walletDeleteError1=\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05de\u05d7\u05d9\u05e7\u05ea \u05d0\u05ea \u05d4\u05d0\u05e8\u05e0\u05e7.
deleteWalletConfirmDialog.walletDeleteError2=\u05d4\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d4\u05d9\u05ea\u05d4 "{0}".
deleteWalletConfirmDialog.question1=\u05db\u05d3\u05d9 \u05dc\u05d0\u05e9\u05e8 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05d4\u05db\u05e0\u05e1
-deleteWalletConfirmDialog.question2=\u05d4\u05e9\u05dd \u05e9\u05dc \u05d4\u05d9\u05d5\u05e6\u05e8 \u05e9\u05dc BitCoin.
+deleteWalletConfirmDialog.question2=\u05d4\u05e9\u05dd \u05e9\u05dc \u05d4\u05d9\u05d5\u05e6\u05e8 \u05e9\u05dc Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=\u05ea\u05e9\u05d5\u05d1\u05d4 \u05e9\u05d2\u05d5\u05d9\u05d4
deleteWalletException.walletWasReadonly=\u05d0\u05e8\u05e0\u05e7 (\u05d0\u05d5 \u05e7\u05d5\u05d1\u05e5 \u05e4\u05e8\u05d8\u05d9 \u05d4\u05d0\u05e8\u05e0\u05e7) \u05d4\u05d5\u05d0 \u05dc\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d1\u05dc\u05d1\u05d3. \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05de\u05d7\u05d5\u05e7
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=\u05e7\u05d5\u05d1\u05e5 \u05d4\u
deleteWalletConfirmDialog.newWalletCreated=\u05dc\u05d0 \u05e0\u05e9\u05d0\u05e8\u05d5 \u05dc\u05da \u05d0\u05e8\u05e0\u05e7\u05d9\u05dd, \u05d0\u05d7\u05d3 \u05e0\u05d5\u05e6\u05e8 \u05e2\u05d1\u05d5\u05e8\u05da.
welcomePanel.text=\u05d1\u05e8\u05d5\u05da \u05d4\u05d1\u05d0
-welcomePanel.title=\u05d1\u05e8\u05d5\u05da \u05d4\u05d1\u05d0 \u05dc- MultiBit
+welcomePanel.title=\u05d1\u05e8\u05d5\u05da \u05d4\u05d1\u05d0 \u05dc- MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=\u05e2\u05dd MultiBit \u05d4\u05de\u05d8\u05d1\u05e2\u05d5\u05ea \u05e9\u05dc\u05da \u05e0\u05de\u05e6\u05d0\u05d9\u05dd \u05d1\u05ea\u05d5\u05da \u05d0\u05e8\u05e0\u05e7. \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05de\u05e1\u05e4\u05e8 \u05d4\u05d0\u05e8\u05e0\u05e7\u05d9\u05dd \u05dc\u05e9\u05dd \u05e9\u05de\u05d9\u05e8\u05d4 \u05e2\u05dc \u05d0\u05e8\u05d2\u05d5\u05df \u05d5\u05e1\u05d3\u05e8. \u05db\u05dc \u05d4\u05d0\u05e8\u05e0\u05e7\u05d9\u05dd \u05e9\u05dc\u05da \u05de\u05d5\u05e6\u05d2\u05d9\u05dd \u05d1\u05dc\u05d5\u05d7 "\u05d0\u05e8\u05e0\u05e7\u05d9\u05dd" \u05d1\u05e6\u05d3 \u05e9\u05de\u05d0\u05dc.
+welcomePanel.paragraph1=\u05e2\u05dd MultiDoge \u05d4\u05de\u05d8\u05d1\u05e2\u05d5\u05ea \u05e9\u05dc\u05da \u05e0\u05de\u05e6\u05d0\u05d9\u05dd \u05d1\u05ea\u05d5\u05da \u05d0\u05e8\u05e0\u05e7. \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05de\u05e1\u05e4\u05e8 \u05d4\u05d0\u05e8\u05e0\u05e7\u05d9\u05dd \u05dc\u05e9\u05dd \u05e9\u05de\u05d9\u05e8\u05d4 \u05e2\u05dc \u05d0\u05e8\u05d2\u05d5\u05df \u05d5\u05e1\u05d3\u05e8. \u05db\u05dc \u05d4\u05d0\u05e8\u05e0\u05e7\u05d9\u05dd \u05e9\u05dc\u05da \u05de\u05d5\u05e6\u05d2\u05d9\u05dd \u05d1\u05dc\u05d5\u05d7 "\u05d0\u05e8\u05e0\u05e7\u05d9\u05dd" \u05d1\u05e6\u05d3 \u05e9\u05de\u05d0\u05dc.
welcomePanel.paragraph2=\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05ea\u05e4\u05e8\u05d9\u05d8 \u05db\u05d3\u05d9 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05d8\u05d0\u05d1\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd \u05e2\u05d1\u05d5\u05e8 \u05de\u05d4 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e2\u05e9\u05d5\u05ea. \u05d4\u05d8\u05d0\u05d1\u05d9\u05dd "\u05e9\u05dc\u05d7", "\u05dc\u05d1\u05e7\u05e9" \u05d5- "\u05e2\u05e1\u05e7\u05d0\u05d5\u05ea" \u05e4\u05ea\u05d5\u05d7\u05d9\u05dd \u05ea\u05de\u05d9\u05d3. \u05d0\u05ea \u05d4\u05d0\u05d7\u05e8\u05d9\u05dd \u05ea\u05d5\u05db\u05dc \u05dc\u05e1\u05d2\u05d5\u05e8 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d4\u05e7\u05d8\u05df "x" \u05d1\u05db\u05d5\u05ea\u05e8\u05ea \u05d4\u05d8\u05d0\u05d1.
welcomePanel.paragraph2.5=\u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d4\u05d2\u05df \u05e2\u05dc \u05d4\u05d0\u05e8\u05e0\u05e7 \u05e9\u05dc\u05da \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e1\u05d9\u05e1\u05de\u05d4 \u05e2"\u05d9 \u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1"\u05e7\u05d5\u05d1\u05e5 | \u05d4\u05d5\u05e1\u05e3 \u05e1\u05d9\u05e1\u05de\u05d4" \u05de\u05d4\u05ea\u05e4\u05e8\u05d9\u05d8.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -660,7 +661,7 @@ currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=\u05d4\u05e1\u05db\u05d5\u05dd
currencyConverter.couldNotUnderstandAmount=\u05d4\u05e1\u05db\u05d5\u05dd "{0}" \u05dc\u05d0 \u05de\u05d5\u05d1\u05df \u05db\u05de\u05e1\u05e4\u05e8
alertManagerTitle=\u05d2\u05d9\u05e8\u05e1\u05d4 \u05d7\u05d3\u05e9\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4
-alertManagerLine1=\u05d2\u05d9\u05e8\u05e1\u05d4 \u05d7\u05d3\u05e9\u05d4 "{0}" \u05e9\u05dc MultiBit \u05d6\u05de\u05d9\u05e0\u05d4 \u05e2\u05db\u05e9\u05d9\u05d5.
+alertManagerLine1=\u05d2\u05d9\u05e8\u05e1\u05d4 \u05d7\u05d3\u05e9\u05d4 "{0}" \u05e9\u05dc MultiDoge \u05d6\u05de\u05d9\u05e0\u05d4 \u05e2\u05db\u05e9\u05d9\u05d5.
alertManagerLine2=\u05d4\u05d2\u05d9\u05e8\u05e1\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea \u05e9\u05dc\u05da \u05d4\u05d9\u05d0 "{0}".
alertManagerViewRelease=\u05d4\u05e6\u05d2 \u05e2\u05d3\u05db\u05d5\u05df
diff --git a/src/main/resources/i18n/hi/viewer.properties b/src/main/resources/i18n/hi/viewer.properties
index a6b2ca68c..95b3b2f43 100755
--- a/src/main/resources/i18n/hi/viewer.properties
+++ b/src/main/resources/i18n/hi/viewer.properties
@@ -56,8 +56,8 @@ showPreferencesPanel.aFeeMustBeSet=\u0906\u092a\u0915\u094b \u090f\u0915 \u0932\
showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u0936\u0941\u0932\u094d\u0915 \u0915\u092e \u0938\u0947 \u0915\u092e .0001 \u092c\u0940\u091f\u0940\u0938\u0940 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f. \u092a\u0941\u0930\u093e\u0928\u0947 \u0936\u0941\u0932\u094d\u0915 \u0915\u0947 \u0938\u093e\u0925 \u091c\u093e\u0930\u0940.
showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u0936\u0941\u0932\u094d\u0915 1 \u092c\u0940\u091f\u0940\u0938\u0940 \u0938\u0947 \u0915\u092e \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f. \u0906\u092a\u0915\u0947 \u0926\u0936\u092e\u0932\u0935 \u0935\u093f\u092d\u093e\u091c\u0915 \u0915\u0940 \u091c\u093e\u0901\u091a \u0915\u0930\u0947\u0902. \u092a\u0941\u0930\u093e\u0928\u0947 \u0936\u0941\u0932\u094d\u0915 \u0930\u0916\u0924\u0947 \u0939\u0941\u090f.
showPreferencesPanel.browserIntegrationTitle=\u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930 \u0938\u0947 \u0909\u092a\u092f\u094b\u0917
-showPreferencesPanel.browserIntegration.messageText=\u0906\u092a \u0915\u094d\u092f\u093e \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u091c\u092c \u090f\u0915 Bitcoin \u092d\u0941\u0917\u0924\u093e\u0928 \u0905\u0928\u0941\u0930\u094b\u0927 \u092a\u0930 \u090f\u0915 \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930 \u092e\u0947\u0902 \u0915\u094d\u0932\u093f\u0915 \u0915\u093f\u092f\u093e \u091c\u093e\u092f?
-showPreferencesPanel.ignoreAll=\u0938\u092d\u0940 Bitcoin \u0905\u0928\u0941\u0930\u094b\u0927 \u0920\u0941\u0915\u0930\u093e \u0926\u0947
+showPreferencesPanel.browserIntegration.messageText=\u0906\u092a \u0915\u094d\u092f\u093e \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u091c\u092c \u090f\u0915 Dogecoin \u092d\u0941\u0917\u0924\u093e\u0928 \u0905\u0928\u0941\u0930\u094b\u0927 \u092a\u0930 \u090f\u0915 \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930 \u092e\u0947\u0902 \u0915\u094d\u0932\u093f\u0915 \u0915\u093f\u092f\u093e \u091c\u093e\u092f?
+showPreferencesPanel.ignoreAll=\u0938\u092d\u0940 Dogecoin \u0905\u0928\u0941\u0930\u094b\u0927 \u0920\u0941\u0915\u0930\u093e \u0926\u0947
showPreferencesPanel.fillAutomatically=\u0938\u094d\u0935\u091a\u093e\u0932\u093f\u0924 \u0930\u0942\u092a \u0938\u0947 send \u092b\u093e\u0930\u094d\u092e \u092d\u0930\u0947\u0902
showPreferencesPanel.askEveryTime=\u092e\u0941\u091d\u0947 \u0939\u0930 \u092c\u093e\u0930 \u092a\u0942\u091b\u0947\u0902
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=\u0926\u094d\u0935\u093f\u0924\u0940\u092f
showPreferencesPanel.ticker.showSecondRow=\u0926\u094d\u0935\u093f\u0924\u0940\u092f \u092a\u0902\u0915\u094d\u0924\u093f \u0926\u093f\u0916\u093e\u090f\u0902 \n
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=\u092e\u0941\u0926\u094d\u0930\u093e
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=bitcoin \u0915\u094b\u095e\u093f\u090f\u091f \u092e\u0941\u0926\u094d\u0930\u093e \u092e\u0947\u0902 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u093f\u0924 \u0915\u0930 \u0915\u0947 \u0926\u093f\u0916\u093e\u090f\u0902
-showPreferencesPanel.ticker.exchangeInformation=bitcoin \u0907\u0938 \u092e\u0941\u0926\u094d\u0930\u093e \u0915\u0947 \u0905\u0902\u0924\u093f\u092e \u092e\u0942\u0932\u094d\u092f \u0938\u0947 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u093f\u0924 \u0915\u0930\u0915\u0947 \u0926\u093f\u0916\u093e\u092f\u093e \u091c\u093e\u092f\u0947\u0917\u093e
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=dogecoin \u0915\u094b\u095e\u093f\u090f\u091f \u092e\u0941\u0926\u094d\u0930\u093e \u092e\u0947\u0902 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u093f\u0924 \u0915\u0930 \u0915\u0947 \u0926\u093f\u0916\u093e\u090f\u0902
+showPreferencesPanel.ticker.exchangeInformation=dogecoin \u0907\u0938 \u092e\u0941\u0926\u094d\u0930\u093e \u0915\u0947 \u0905\u0902\u0924\u093f\u092e \u092e\u0942\u0932\u094d\u092f \u0938\u0947 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u093f\u0924 \u0915\u0930\u0915\u0947 \u0926\u093f\u0916\u093e\u092f\u093e \u091c\u093e\u092f\u0947\u0917\u093e
showPreferencesPanel.oerLabel.text=OpenExchangeRates \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 ID
showPreferencesPanel.oerLabel.tooltip=OpenExchangeRates.org \u0938\u0947 App \u0906\u0908\u0921\u0940 \u092a\u0939\u0941\u0901\u091a \u0915\u094b\u0921
showPreferencesPanel.oerValidationError.text1=\u0906\u092a\u0928\u0947 \u090f\u0915 \u0905\u092e\u093e\u0928\u094d\u092f \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 id \u0926\u0930\u094d\u091c \u0915\u093f\u092f\u093e \u0939\u0948
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=\u0917\u0932\u0924 \u0905\u0928\u0
showPreferencesPanel.getAppId.text=\u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 ID \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0930\u0928\u093e
showPreferencesPanel.getAppId.tooltip=OpenExchangeRates.org \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0916\u0941\u0932\u093e \u0905\u092a\u0928\u0947 \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930 \u0914\u0930 \u0938\u093e\u0907\u0928 \u0907\u0928 \u0915\u0930\u0947\u0902
showPreferencesPanel.getAppId.label=\u0928\u0940\u091a\u0947 \u0926\u093f\u090f \u0917\u090f '\u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 ID \u092a\u093e\u090f\u0901' \u092c\u091f\u0928 \u0926\u092c\u093e\u090f\u0901
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\u092c\u091f\u0941\u0906 {0} \u0928\u093f\u0930\u094d\u092e\u093f\u0924 \u0915\u093f\u092f\u093e \u0917\u092f\u093e
multiBit.openingWallet=\u092c\u091f\u0941\u0906 {0} \u0916\u094b\u0932\u093e \u091c\u093e \u0930\u0939\u093e \u0939\u0948
@@ -147,9 +148,9 @@ multiBitFrame.availableToSpend=\u0916\u0930\u094d\u091a \u0915\u0930\u0928\u0947
multiBitFrame.availableToSpend2=\u0916\u0930\u094d\u091a \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0909\u092a\u0932\u092c\u094d\u0927
multiBitFrame.availableToSpend.tooltip=\u0936\u0947\u0937 (\u092c\u0948\u0932\u0947\u0902\u0938) \u0918\u091f\u093e\u0935 \u0905\u092a\u0941\u0937\u094d\u091f (\u0905\u0928\u0915\u0928\u092b\u0930\u094d\u092e) \u092c\u0940\u091f\u0915\u094d\u0935\u093e\u0907\u0928\u094d\u0938 \u0914\u0930 \u0916\u0941\u0926\u0930\u093e (\u091a\u0947\u0902\u091c) \u0905\u092d\u0940 \u092d\u0940 \u0932\u094c\u091f\u093e \u0939\u0948
-multiBitService.errorText=Bitcoin \u0928\u0947\u091f\u0935\u0930\u094d\u0915 \u0938\u0947 \u0915\u0928\u0947\u0915\u094d\u091f \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u093e\u0964 \u0924\u094d\u0930\u0941\u091f\u093f \u092f\u0939 \u0925\u0940\: {0}
-multiBitService.errorTitleText=Bitcoin \u0928\u0947\u091f\u0935\u0930\u094d\u0915 \u0938\u0947 \u0915\u0928\u0947\u0915\u094d\u091f \u0939\u094b\u0928\u0947 \u092e\u0947\u0902 \u0924\u094d\u0930\u0941\u091f\u093f
-multiBitService.stoppingBitcoinNetworkConnection=Bitcoin \u0928\u0947\u091f\u0935\u0930\u094d\u0915 \u0915\u0928\u0947\u0915\u094d\u0936\u0928 \u0930\u094b\u0915 \u0930\u0939\u093e \u0939\u0948...
+multiBitService.errorText=Dogecoin \u0928\u0947\u091f\u0935\u0930\u094d\u0915 \u0938\u0947 \u0915\u0928\u0947\u0915\u094d\u091f \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u093e\u0964 \u0924\u094d\u0930\u0941\u091f\u093f \u092f\u0939 \u0925\u0940\: {0}
+multiBitService.errorTitleText=Dogecoin \u0928\u0947\u091f\u0935\u0930\u094d\u0915 \u0938\u0947 \u0915\u0928\u0947\u0915\u094d\u091f \u0939\u094b\u0928\u0947 \u092e\u0947\u0902 \u0924\u094d\u0930\u0941\u091f\u093f
+multiBitService.stoppingBitcoinNetworkConnection=Dogecoin \u0928\u0947\u091f\u0935\u0930\u094d\u0915 \u0915\u0928\u0947\u0915\u094d\u0936\u0928 \u0930\u094b\u0915 \u0930\u0939\u093e \u0939\u0948...
multiBitService.couldNotLoadBlockchain=Blockchain "{0}" \u0932\u094b\u0921 \u0915\u0930\u0928\u0947 \u092e\u0947\u0902 \u0905\u0938\u092e\u0930\u094d\u0925\u0964 \u0924\u094d\u0930\u0941\u091f\u093f "{1}" \u0925\u093e\u0964
multiBitService.replayingFromBlockCache=\u0938\u094d\u0925\u093e\u0928\u0940\u092f \u0915\u0948\u0936 \u0938\u0947 replaying...
@@ -187,28 +188,28 @@ helpContentsView.messageTitle=\u0938\u0939\u093e\u092f\u0924\u093e \u0938\u0942\
sendBitcoinAction.text=\u092c\u0940\u091f\u0915\u094d\u0935\u093e\u0907\u0928 \u092d\u0947\u091c\u0947\u0902
sendBitcoinAction.tooltip=\u0915\u093f\u0938\u0940 \u0915\u094b \u092c\u0940\u091f\u0915\u094d\u0935\u093e\u0907\u0928 \u092d\u0947\u091c\u0947\u0902
-sendBitcoinAction.pleaseWait.tooltip=MultiBit synchronising \u092d\u0947\u091c\u0928\u0947 \u0938\u0947 \u092a\u0939\u0932\u0947 \u0938\u092e\u093e\u092a\u094d\u0924 \u0939\u094b\u0928\u0947 \u0924\u0915 \u0915\u0943\u092a\u092f\u093e \u092a\u094d\u0930\u0924\u0940\u0915\u094d\u0937\u093e \u0915\u0930\u0947\u0902
+sendBitcoinAction.pleaseWait.tooltip=MultiDoge synchronising \u092d\u0947\u091c\u0928\u0947 \u0938\u0947 \u092a\u0939\u0932\u0947 \u0938\u092e\u093e\u092a\u094d\u0924 \u0939\u094b\u0928\u0947 \u0924\u0915 \u0915\u0943\u092a\u092f\u093e \u092a\u094d\u0930\u0924\u0940\u0915\u094d\u0937\u093e \u0915\u0930\u0947\u0902
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=\u092d\u0947\u091c\u0947\u0902
sendBitcoinConfirmAction.tooltip=\u0915\u093f\u0938\u0940 \u0915\u094b \u092c\u0940\u091f\u0915\u094d\u0935\u093e\u0907\u0928 \u092d\u0947\u091c\u0947\u0902
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Bitcoin \u092d\u0947\u091c...
+sendBitcoinNowAction.sendingBitcoin=Dogecoin \u092d\u0947\u091c...
sendBitcoinNowAction.bitcoinSentOk=\u0906\u092a\u0915\u093e \u092c\u0940\u091f\u0915\u094d\u0935\u093e\u0907\u0928 \u0938\u092b\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u092d\u0947\u091c\u093e.
sendBitcoinNowAction.bitcoinSendFailed=\u092c\u0940\u091f\u0915\u094d\u0935\u093e\u0907\u0928 \u092d\u0947\u091c\u0928\u0947 \u092e\u0947\u0902 \u0935\u093f\u092b\u0932 \u0930\u0939\u093e.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\u0905\u092a\u0930\u094d\u092f\u093e\u092a\u094d\u0924 \u0927\u0928 \u0915\u094b \u092d\u0947\u091c\u0928\u0947 \u0915\u0947 \u0905\u092a\u0928\u0947 \u0925\u0947\u0964
sendBitcoinConfirmView.sendOption=\u092d\u0947\u091c\u0947\u0902
sendBitcoinConfirmView.cancelOption=\u0930\u0926\u094d\u0926 \u0915\u0930\u0947\u0902
sendBitcoinConfirmView.message=\u092a\u0941\u0937\u094d\u091f\u093f \u0915\u0930\u0947\u0902 \u0915\u093f \u0906\u092a \u0928\u093f\u092e\u094d\u0928\u093e\u0928\u0941\u0938\u093e\u0930 \u092c\u0940\u091f\u0915\u094d\u0935\u093e\u0907\u0928 \u092d\u0947\u091c\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902\:
sendBitcoinConfirmView.title=\u092c\u0940\u091f\u0915\u094d\u0935\u093e\u0907\u0928 \u092d\u0947\u091c\u0928\u0947 \u0915\u0940 \u092a\u0941\u0937\u094d\u091f\u093f \u0915\u0930\u0947\u0902
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit \u0911\u0928\u0932\u093e\u0907\u0928 \u0914\u0930 bitcoin \u092d\u0947\u091c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u0938\u0947 \u0905\u0927\u093f\u0915 \u0938\u0939\u0915\u0930\u094d\u092e\u0940 \u0915\u0947 \u0932\u093f\u090f \u0915\u0928\u0947\u0915\u094d\u091f\u0947\u0921 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge \u0911\u0928\u0932\u093e\u0907\u0928 \u0914\u0930 dogecoin \u092d\u0947\u091c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u0938\u0947 \u0905\u0927\u093f\u0915 \u0938\u0939\u0915\u0930\u094d\u092e\u0940 \u0915\u0947 \u0932\u093f\u090f \u0915\u0928\u0947\u0915\u094d\u091f\u0947\u0921 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964
receiveBitcoinAction.textShort=\u0928\u093f\u0935\u0947\u0926\u0928
-receiveBitcoinAction.text=BitCoin \u0905\u0928\u0941\u0930\u094b\u0927 \u0915\u0930\u0947\u0902
-receiveBitcoinAction.tooltip=\ \u0915\u093f\u0938\u0940 \u0935\u094d\u092f\u0915\u094d\u0924\u093f \u0938\u0947 BitCoin \u0905\u0928\u0941\u0930\u094b\u0927 \u0915\u0930\u0947\u0902
+receiveBitcoinAction.text=Dogecoin \u0905\u0928\u0941\u0930\u094b\u0927 \u0915\u0930\u0947\u0902
+receiveBitcoinAction.tooltip=\ \u0915\u093f\u0938\u0940 \u0935\u094d\u092f\u0915\u094d\u0924\u093f \u0938\u0947 Dogecoin \u0905\u0928\u0941\u0930\u094b\u0927 \u0915\u0930\u0947\u0902
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=\u0935\u0930\u0940\u092f\u0924\u093e\u090f\u0901
@@ -232,11 +233,11 @@ sendBitcoinPanel.amountLabel=\u0927\u0928\u0930\u093e\u0936\u093f
sendBitcoinPanel.amountLabel.tooltip=\u092d\u0947\u091c\u093e \u091c\u093e\u0928\u0947\u0935\u093e\u0932\u093e \u0927\u0928\u0930\u093e\u0936\u093f
sendBitcoinPanel.amountUnitLabel=\u092c\u0940\u091f\u0940\u0938\u0940
sendBitcoinPanel.amountUnitLabel.tooltip=\u092c\u0940\u091f\u0940\u0938\u0940 \u0915\u0940 \u0907\u0915\u093e\u0908
-sendBitcoinPanel.sendingAddressesTitle=Bitcoin \u0915\u094b \u092d\u0947\u091c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092a\u0924\u0947
+sendBitcoinPanel.sendingAddressesTitle=Dogecoin \u0915\u094b \u092d\u0947\u091c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092a\u0924\u0947
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=\u0906\u092a\u0915\u0947 \u092d\u0947\u091c\u0928\u0947 \u0915\u0947 \u092a\u0924\u0947 (\u090f\u0921\u094d\u0930\u0947\u0938\u0947\u0938)(\u0906\u092a\u0915\u0947 \u092a\u094d\u0930\u092f\u094b\u0917 \u092e\u0947\u0902 \u0928\u0939\u0940\u0902 \u092d\u0940 \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948)
sendBitcoinPanel.couldNotUnderstandQRcode=QR \u0915\u094b\u0921 \u0915\u0947 "{0}" \u0938\u092e\u091d \u0928\u0939\u0940\u0902 \u0938\u0915\u0924\u093e \u0939\u0948\u0964
sendBitcoinPanel.dragBitcoinLabelQRcode.text=QRCode|\u092f\u0939\u093e\u0901|\u0918\u0938\u0940\u091f\u0947\u0902
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=\u090f\u0915 bitcoin QR \u0915\u094b\u0921 \u092f\u0939\u093e\u0901 \u0938\u094d\u0935\u091a\u093e\u0932\u093f\u0924 \u0930\u0942\u092a \u0938\u0947 '\u092d\u0947\u091c\u0947\u0902' \u092b\u093e\u0930\u094d\u092e \u0915\u094b \u092d\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0916\u0940\u0902\u091a\u0947\u0902\u0964
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=\u090f\u0915 dogecoin QR \u0915\u094b\u0921 \u092f\u0939\u093e\u0901 \u0938\u094d\u0935\u091a\u093e\u0932\u093f\u0924 \u0930\u0942\u092a \u0938\u0947 '\u092d\u0947\u091c\u0947\u0902' \u092b\u093e\u0930\u094d\u092e \u0915\u094b \u092d\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0916\u0940\u0902\u091a\u0947\u0902\u0964
sendBitcoinPanel.showMore.text=\u0914\u0930 \u0905\u0927\u093f\u0915
sendBitcoinPanel.showMore.tooltip=\u0936\u094b \u0938\u093e\u0907\u0921 \u092a\u0948\u0928\u0932
sendBitcoinPanel.showMore.mnemonic=S
@@ -268,11 +269,11 @@ copyQRCodeTextAction.tooltip=\u092c\u0940\u091f\u0915\u094d\u0935\u093e\u0907\u0
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=\u0915\u093e\u0901\u092a\u0940
-copyQRCodeImageAction.tooltip=Bitcoin QR \u0915\u094b\u0921 \u0915\u094d\u0932\u093f\u092a\u092c\u094b\u0930\u094d\u0921 \u092a\u0930 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u092c\u0928\u093e\u090f\u0901
+copyQRCodeImageAction.tooltip=Dogecoin QR \u0915\u094b\u0921 \u0915\u094d\u0932\u093f\u092a\u092c\u094b\u0930\u094d\u0921 \u092a\u0930 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u092c\u0928\u093e\u090f\u0901
copyQRCodeImageAction.mnemonicKey=\u0915\u094d\u092f\u0942
pasteSwatchAction.text=\u092a\u0947\u0938\u094d\u091f
-pasteSwatchAction.tooltip=Bitcoin URI \u092a\u093e\u0920 \u092f\u093e QR \u0915\u094b\u0921 \u0915\u094d\u0932\u093f\u092a\u092c\u094b\u0930\u094d\u0921 \u0938\u0947 \u091a\u093f\u092a\u0915\u093e\u0928\u093e
+pasteSwatchAction.tooltip=Dogecoin URI \u092a\u093e\u0920 \u092f\u093e QR \u0915\u094b\u0921 \u0915\u094d\u0932\u093f\u092a\u092c\u094b\u0930\u094d\u0921 \u0938\u0947 \u091a\u093f\u092a\u0915\u093e\u0928\u093e
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=\u0928\u0908
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=\u0928\u090f \u092a\u0924\u094
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=\u0928\u0908
-createOrEditAddressAction.createSending.tooltip=Bitcoin \u0915\u094b \u092d\u0947\u091c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u0928\u092f\u093e \u092a\u0924\u093e \u091c\u094b\u0921\u093c\u0947\u0902
+createOrEditAddressAction.createSending.tooltip=Dogecoin \u0915\u094b \u092d\u0947\u091c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u0928\u092f\u093e \u092a\u0924\u093e \u091c\u094b\u0921\u093c\u0947\u0902
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=\u0938\u094d\u0935\u0940\u0915\u093e\u0930 \u0939\u0948
@@ -332,8 +333,8 @@ validationErrorView.amountIsMissingMessage=\u0906\u092a\u0915\u094b \u090f\u0915
validationErrorView.amountInvalidMessage=\u0927\u0928\u0930\u0936\u093f "{0}" \u090f\u0915 \u0938\u0902\u0916\u094d\u092f\u093e \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0928\u0939\u0940\u0902 \u0938\u092e\u091d\u093e \u0938\u0915\u0924\u093e \u0939\u0948.
validationErrorView.amountIsNegativeOrZeroMessage=\u0927\u0928\u0930\u0936\u093f 0 \u092c\u0940\u091f\u0940\u0938\u0940 \u0938\u0947 \u0905\u0927\u093f\u0915 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f.
validationErrorView.amountIsTooSmallMessage=\u0930\u093e\u0936\u093f \u092c\u0939\u0941\u0924 \u0915\u092e \u0939\u0948. \u092f\u0939 \u0915\u092e \u0938\u0947 \u0915\u092e {0} \u0938\u093e\u0924\u094b\u0936\u0940 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=\u0914\u0930 \u0905\u0927\u093f\u0915 \u092e\u0926\u0926
showTransactionsAction.text=\u0932\u0947\u0928\u0926\u0947\u0928\u094b\u0902 (\u091f\u094d\u0930\u093e\u0902\u0938\u0947\u0915\u094d\u0936\u0928\u094d\u0938)
@@ -393,13 +394,13 @@ resetTransactionsPanel.resetDate=\u0924\u093e\u0930\u0940\u0916 \u0930\u0940\u09
resetTransactionsPanel.resetFromFirstTransaction=\u092a\u0939\u0932\u093e \u0932\u0947\u0928\u0926\u0947\u0928 \u0915\u0940 \u0924\u093e\u0930\u0940\u0916 \u0938\u0947 \u0930\u0940\u0938\u0947\u091f\u0915\u0930\u0947
resetTransactionsPanel.chooseResetDate=\u0924\u093e\u0930\u0940\u0916 \u0930\u0940\u0938\u0947\u091f \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u0930\u0947\u0902\: {0}
-showOpenUriView.title=Bitcoin URI \u0916\u094b\u0932\u0947\u0902
-showOpenUriView.message1=\u090f\u0915 \u0905\u0928\u094d\u092f Application \u0928\u0947 \u090f\u0915 Bitcoin \u092d\u0941\u0917\u0924\u093e\u0928 \u0915\u093e \u0905\u0928\u0941\u0930\u094b\u0927 \u0915\u093f\u092f\u093e \u0939\u0948.
+showOpenUriView.title=Dogecoin URI \u0916\u094b\u0932\u0947\u0902
+showOpenUriView.message1=\u090f\u0915 \u0905\u0928\u094d\u092f Application \u0928\u0947 \u090f\u0915 Dogecoin \u092d\u0941\u0917\u0924\u093e\u0928 \u0915\u093e \u0905\u0928\u0941\u0930\u094b\u0927 \u0915\u093f\u092f\u093e \u0939\u0948.
showOpenUriView.message2=\u0915\u094d\u092f\u093e \u0906\u092a \u0905\u0928\u0941\u0930\u094b\u0927 \u0915\u0947 \u0938\u093e\u0925 'send' \u092b\u093e\u0930\u094d\u092e \u092d\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?
showOpenUriView.yesText=\u0939\u093e\u0901
showOpenUriView.noText=\u0928\u0939\u0940\u0902
showOpenUriView.rememberMyDecision=\u092e\u0947\u0930\u093e \u0928\u093f\u0930\u094d\u0923\u092f \u092f\u093e\u0926 \u0930\u0916\u0947\u0902
-showOpenUriViewSubmitAction.tooltip=Bitcoin \u092d\u0941\u0917\u0924\u093e\u0928 \u0905\u0928\u0941\u0930\u094b\u0927 \u0915\u0947 \u0938\u093e\u0925 send \u092b\u093e\u0930\u094d\u092e \u092d\u0930\u0947\u0902
+showOpenUriViewSubmitAction.tooltip=Dogecoin \u092d\u0941\u0917\u0924\u093e\u0928 \u0905\u0928\u0941\u0930\u094b\u0927 \u0915\u0947 \u0938\u093e\u0925 send \u092b\u093e\u0930\u094d\u092e \u092d\u0930\u0947\u0902
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=\u092d\u0941\u0917\u0924\u093e\u0928 \u0905\u0928\u0941\u0930\u094b\u0927 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0939\u0941\u0906 \u0932\u0947\u0915\u093f\u0928 \u0935\u0930\u0940\u092f\u0924\u093e\u0913\u0902 \u0915\u0947 \u0915\u093e\u0930\u0923 \u0928\u091c\u0930\u0905\u0902\u0926\u093e\u091c \u0915\u0930 \u0926\u093f\u092f\u093e \u0917\u092f\u093e
showOpenUriViewAction.tooltip=\u0939\u093e\u0901, \u092d\u0941\u0917\u0924\u093e\u0928 \u0905\u0928\u0941\u0930\u094b\u0927 \u0915\u0947 \u0938\u093e\u0925 \u092b\u093e\u0930\u094d\u092e \u092d\u0947\u091c \u092d\u0930\u0928\u0947
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=\u092a\u093e\u0938\u0935\u0930\u094d\u0921
showExportPrivateKeysPanel.repeatPasswordPrompt=\u092a\u093e\u0938\u0935\u0930\u094d\u0921 \u0926\u094b\u0939\u0930\u093e\u090f\u0901
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=\u0906\u0915\u093e\u0930
transactionDetailsDialog.sizeLabel.tooltip=\u092c\u093e\u0907\u091f\u094d\u0938 \u092e\u0947\u0902 \u0907\u0938 \u0939\u0938\u094d\u0924\u093e\u0902\u0924\u0930\u0923 \u0915\u093e \u0906\u0915\u093e\u0930
transactionDetailsDialog.viewAtBlockExplorer=Blockexplorer.com \u092a\u0930 \u0926\u0947\u0916\u0947\u0902
-transactionDetailsDialog.viewAtBlockChainInfo=Blockchain.info \u092a\u0930 \u0926\u0947\u0916\u0947\u0902
+transactionDetailsDialog.viewAtBlockChainInfo=dogechain.info \u092a\u0930 \u0926\u0947\u0916\u0947\u0902
crudButton.new=\u0928\u0908
crudButton.open=\u0916\u094b\u0932\u0947\u0902
crudButton.delete=\u0939\u091f\u093e\u090f\u0901
closeWalletAction.text=\u092c\u091f\u0941\u0906 \u092c\u0902\u0926 \u0915\u0930\u0947\u0902
-closeWalletAction.tooltip=\u092c\u091f\u0941\u090f \u0915\u094b \u092c\u0902\u0926 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0905\u092c \u092f\u0939 MultiBit \u092e\u0947\u0902 \u092a\u094d\u0930\u0926\u0930\u094d\u0936\u093f\u0924 \u0915\u0930\u0947\u0902\u0964
+closeWalletAction.tooltip=\u092c\u091f\u0941\u090f \u0915\u094b \u092c\u0902\u0926 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0905\u092c \u092f\u0939 MultiDoge \u092e\u0947\u0902 \u092a\u094d\u0930\u0926\u0930\u094d\u0936\u093f\u0924 \u0915\u0930\u0947\u0902\u0964
closeWalletAction.mnemonicText=C
deleteWalletAction.text=\u092c\u091f\u0941\u0906 \u0939\u091f\u093e\u090f\u0901
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=\u092c\u091f\u0941\u090f "{0}" \u0938\
deleteWalletConfirmDialog.walletDeleteError1=\u092c\u091f\u0941\u0906 \u0939\u091f\u093e\u0928\u0947 \u092e\u0947\u0902 \u090f\u0915 \u0924\u094d\u0930\u0941\u091f\u093f \u0925\u0940\u0964
deleteWalletConfirmDialog.walletDeleteError2=\u0924\u094d\u0930\u0941\u091f\u093f "{0}" \u0925\u093e\u0964
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=\u0917\u0932\u0924 \u091c\u0935\u093e\u092c
deleteWalletException.walletWasReadonly=\u092c\u091f\u0941\u0906 (\u092f\u093e \u092c\u091f\u0941\u090f \u091c\u093e\u0928\u0915\u093e\u0930\u0940 \u092b\u093c\u093e\u0907\u0932) \u0915\u0947\u0935\u0932 \u092a\u0922\u0928\u0947 \u092f\u094b\u0917\u094d\u092f \u0939\u0948\u0964 \u0939\u091f\u093e \u0928\u0939\u0940\u0902 \u0938\u0915\u0924\u093e
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=\u092c\u091f\u0941\u0906 \u091c\u
deleteWalletConfirmDialog.newWalletCreated=\u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0906\u092a \u0915\u094b\u0908 \u091c\u0947\u092c \u091b\u094b\u0921\u093c \u0926\u093f\u092f\u093e \u0925\u093e, \u090f\u0915 \u0906\u092a \u0915\u0947 \u0932\u093f\u090f \u092c\u0928\u093e\u092f\u093e \u0917\u092f\u093e \u0939\u0948\u0964
welcomePanel.text=\u0938\u094d\u0935\u093e\u0917\u0924 \u0939\u0948
-welcomePanel.title=MultiBit \u092e\u0947\u0902 \u0906\u092a\u0915\u093e \u0938\u094d\u0935\u093e\u0917\u0924 \u0939\u0948
+welcomePanel.title=MultiDoge \u092e\u0947\u0902 \u0906\u092a\u0915\u093e \u0938\u094d\u0935\u093e\u0917\u0924 \u0939\u0948
welcomePanel.mnemonic=\u0921\u092c\u094d\u0932\u094d\u092f\u0942
-welcomePanel.paragraph1=MultiBit \u0915\u0947 \u0938\u093e\u0925 \u0905\u092a\u0928\u0947 bitcoin \u090f\u0915 \u092c\u091f\u0941\u0906 \u092e\u0947\u0902 \u0928\u093f\u0939\u093f\u0924 \u0939\u0948\u0964 \u0906\u092a \u0938\u0902\u0917\u0920\u093f\u0924 \u0930\u0916\u0928\u0947 \u092e\u0947\u0902 \u092e\u0926\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u0908 \u091c\u0947\u092c \u0939\u0948 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092f\u0947 \u0938\u092c '\u091c\u0947\u092c' \u092a\u0948\u0928\u0932 \u092c\u093e\u0908\u0902 \u0913\u0930 \u0926\u093f\u0916\u093e\u0908 \u0939\u0948\u0902\u0964
+welcomePanel.paragraph1=MultiDoge \u0915\u0947 \u0938\u093e\u0925 \u0905\u092a\u0928\u0947 dogecoin \u090f\u0915 \u092c\u091f\u0941\u0906 \u092e\u0947\u0902 \u0928\u093f\u0939\u093f\u0924 \u0939\u0948\u0964 \u0906\u092a \u0938\u0902\u0917\u0920\u093f\u0924 \u0930\u0916\u0928\u0947 \u092e\u0947\u0902 \u092e\u0926\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u0908 \u091c\u0947\u092c \u0939\u0948 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092f\u0947 \u0938\u092c '\u091c\u0947\u092c' \u092a\u0948\u0928\u0932 \u092c\u093e\u0908\u0902 \u0913\u0930 \u0926\u093f\u0916\u093e\u0908 \u0939\u0948\u0902\u0964
welcomePanel.paragraph2=\u0915\u094d\u092f\u093e \u0906\u092a \u0915\u094d\u092f\u093e \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0915\u0947 \u0932\u093f\u090f \u0928\u092f\u093e \u091f\u0948\u092c \u0916\u094b\u0932\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092e\u0947\u0928\u0942 \u0935\u093f\u0915\u0932\u094d\u092a \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0902\u0964 "\u092d\u0947\u091c\u0947\u0902", "\u0905\u0928\u0941\u0930\u094b\u0927" \u0914\u0930 "\u0932\u0947\u0928\u0926\u0947\u0928" \u091f\u0948\u092c \u0939\u092e\u0947\u0936\u093e \u0916\u0941\u0932\u0947 \u0939\u0948\u0902\u0964 \u0926\u0942\u0938\u0930\u094b\u0902 \u0906\u092a \u091f\u0948\u092c \u0915\u0947 \u0936\u0940\u0930\u094d\u0937\u0915 \u092e\u0947\u0902 \u091b\u094b\u091f\u0947 "x" \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0915\u0947 \u092c\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964
welcomePanel.paragraph2.5=\u0906\u092a \u092a\u093e\u0938\u0935\u0930\u094d\u0921 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0915\u0947 \u0938\u093e\u0925 \u0914\u0930 \u0905\u0927\u093f\u0915 \u0938\u0941\u0930\u0915\u094d\u0937\u093e \u0915\u0947 \u0932\u093f\u090f \u0905\u092a\u0928\u0947 \u092c\u091f\u0941\u090f \u0915\u0940 \u0930\u0915\u094d\u0937\u093e "\u092b\u093c\u093e\u0907\u0932 | \u092a\u093e\u0938\u0935\u0930\u094d\u0921 \u091c\u094b\u0921\u093c\u0947\u0902"\u092e\u0947\u0928\u0942 \u0935\u093f\u0915\u0932\u094d\u092a\u0964
welcomePanel.paragraph3=\u0938\u094d\u0915\u094d\u0930\u0940\u0928 \u092a\u0930 \u0915\u0908 \u0906\u0907\u091f\u092e\u094d\u0938 \u090f\u0915 tooltip \u092e\u0947\u0902 \u0935\u0930\u094d\u0923\u0928 \u0939\u0948\u0964 Tooltip \u0915\u094b \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0905\u092a\u0928\u0947 \u092e\u093e\u0909\u0938 \u0915\u0947 \u0938\u093e\u0925 \u090f\u0915 \u0906\u0907\u091f\u092e \u092a\u0930 \u0939\u094b\u0935\u0930 \u0915\u0930\u0947\u0902\u0964
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=\u092a\u093e\u0938\u0935\u0930\u094d\u0921
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=\u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\
changePasswordPanel.newPasswordPrompt=\u0928\u092f\u093e \u092a\u093e\u0938\u0935\u0930\u094d\u0921
changePasswordPanel.repeatNewPasswordPrompt=\u0928\u092f\u093e \u092a\u093e\u0938\u0935\u0930\u094d\u0921 \u0926\u094b\u0939\u0930\u093e\u090f\u0901
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=\u0935\u0930\u094d\u0924\u092e\u093e\u0928 \u092a\u093e\u0938\u0935\u0930\u094d\u0921 \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=\u090a\u0902\u091a\u093e\u0908 {0} \u092a\u0930 \u0938\u092c\u0938\u0947 \u0905\u091a\u094d\u091b\u0940 \u0936\u094d\u0930\u0943\u0902\u0916\u0932\u093e \u092e\u0947\u0902 \u0926\u093f\u0916\u093e\u0908 \u0926\u093f\u092f\u093e\u0964
transactionConfidence.seenByUnknownNumberOfPeers=\ \u0907\u0938 \u0932\u0947\u0928-\u0926\u0947\u0928 \u0915\u094b \u0926\u0947\u0916\u0928\u0947 \u0935\u093e\u0932\u0947 \u0938\u093e\u0925\u093f\u092f\u094b\u0902 (\u092a\u0940\u0905\u0930\u094d\u0938 ) \u0915\u0940 \u0938\u0902\u0916\u094d\u092f\u093e \u0905\u091c\u094d\u091e\u093e\u0924 \u0939\u0948
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=\u090f\u0915 bitcoin \u0930\u093e\u0936\u093f \u092e\u0947\u0902 \u0915\u0947\u0935\u0932 8 \u0926\u0936\u092e\u0932\u0935 \u0938\u094d\u0925\u093e\u0928 \u0939\u094b \u0938\u0915\u0924\u0947 \u0939\u0948\u0902
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=\u090f\u0915 dogecoin \u0930\u093e\u0936\u093f \u092e\u0947\u0902 \u0915\u0947\u0935\u0932 8 \u0926\u0936\u092e\u0932\u0935 \u0938\u094d\u0925\u093e\u0928 \u0939\u094b \u0938\u0915\u0924\u0947 \u0939\u0948\u0902
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces="{0}" \u092e\u0947\u0902 \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0930\u093e\u0936\u093f \u092e\u0947\u0902 \u0915\u0947\u0935\u0932 {1} \u0926\u0936\u092e\u0932\u0935 \u0938\u094d\u0925\u093e\u0928 \u0939\u094b \u0938\u0915\u0924\u0947 \u0939\u0948\u0902
currencyConverter.couldNotUnderstandAmount=\u0930\u093e\u0936\u093f "{0}" \u0915\u094b \u090f\u0915 \u0938\u0902\u0916\u094d\u092f\u093e \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0928\u0939\u0940\u0902 \u0938\u092e\u091d\u093e \u091c\u093e \u0938\u0915\u093e
alertManagerTitle=\u0928\u092f\u093e \u0938\u0902\u0938\u094d\u0915\u0930\u0923 \u0909\u092a\u0932\u092c\u094d\u0927 \u0939\u0948
-alertManagerLine1="{0}" MultiBit \u0915\u093e \u090f\u0915 \u0928\u092f\u093e \u0938\u0902\u0938\u094d\u0915\u0930\u0923 \u0909\u092a\u0932\u092c\u094d\u0927 \u0939\u0948\u0964
+alertManagerLine1="{0}" MultiDoge \u0915\u093e \u090f\u0915 \u0928\u092f\u093e \u0938\u0902\u0938\u094d\u0915\u0930\u0923 \u0909\u092a\u0932\u092c\u094d\u0927 \u0939\u0948\u0964
alertManagerLine2=\u0905\u092a\u0928\u0947 \u0935\u0930\u094d\u0924\u092e\u093e\u0928 \u0938\u0902\u0938\u094d\u0915\u0930\u0923 "{0}" \u0939\u0948\u0964
alertManagerViewRelease=\u0926\u0943\u0936\u094d\u092f \u0935\u093f\u091c\u094d\u091e\u092a\u094d\u0924\u093f
diff --git a/src/main/resources/i18n/hr/viewer.properties b/src/main/resources/i18n/hr/viewer.properties
index 9d894016a..605fbcbcf 100755
--- a/src/main/resources/i18n/hr/viewer.properties
+++ b/src/main/resources/i18n/hr/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbian
showPreferencesPanel.feeTitle=Nakandu
showPreferencesPanel.feeLabel.text=Pristojba
showPreferencesPanel.size.text={0} bitova
-showPreferencesPanel.couldNotUnderstandFee=MultiBit nije mogao razumjeti naknadu od "{0}". Imaju\u0107i staru naknadu.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge nije mogao razumjeti naknadu od "{0}". Imaju\u0107i staru naknadu.
showPreferencesPanel.aFeeMustBeSet=Morate postaviti pristojbu transakcije. Imaju\u0107i staru naknadu.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Naknada mora biti najmanje 0,0001 BTC. Imaju\u0107i staru naknadu.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Naknada mora biti manji od 1 BTC. Provjerite svoj decimalne oznake. Imaju\u0107i staru naknadu.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Naknada mora biti najmanje 0,0001 DOGE. Imaju\u0107i staru naknadu.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Naknada mora biti manji od 1 DOGE. Provjerite svoj decimalne oznake. Imaju\u0107i staru naknadu.
showPreferencesPanel.browserIntegrationTitle=Integracija u preglednik
-showPreferencesPanel.browserIntegration.messageText=\u0160to biste \u017eeljeli da se dogodi kada se zahtjev Bitcoin pla\u0107anje kliknuli u pregledniku?
-showPreferencesPanel.ignoreAll=Zanemari sve Bitcoin zahtjeve za pla\u0107anje
+showPreferencesPanel.browserIntegration.messageText=\u0160to biste \u017eeljeli da se dogodi kada se zahtjev Dogecoin pla\u0107anje kliknuli u pregledniku?
+showPreferencesPanel.ignoreAll=Zanemari sve Dogecoin zahtjeve za pla\u0107anje
showPreferencesPanel.fillAutomatically=Ispunite obrazac za slanje automatski
showPreferencesPanel.askEveryTime=Pitaj me svaki put
@@ -78,7 +78,7 @@ showPreferencesPanel.ticker.showSecondRow=Pokazati drugi red
showPreferencesPanel.ticker.exchange=Razmjena
showPreferencesPanel.ticker.currency=Valuta
showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Pokazati Bitcoinove pretvorene u Fiat valutu
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin \u0107e biti prikazan konvertiran koriste\u0107i zadnju cjenu ove valute.
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin \u0107e biti prikazan konvertiran koriste\u0107i zadnju cjenu ove valute.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=App ID pristupni kod sa OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Unijeli ste neto\u010dan App ID.\u00a0
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Neto\u010dan App ID
showPreferencesPanel.getAppId.text=Primiti ID Aplikacije
showPreferencesPanel.getAppId.tooltip=Otvorite browser i prijavite se na OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Pritisnite "Primiti ID Aplikacije"
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Nov\u010danik "{0}" napravljen.
multiBit.openingWallet=Nov\u010danik "{0}" se otvara...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=... gotovo.
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=Datoteke korisnika su "{0}".
multibit.installationDirectory=Data instalacije je u "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Iznos
multiBitFrame.balanceLabel.tooltip=Iznos sadr\u017ei nepotvr\u0111ene bitcoine i promjene
multiBitFrame.ticker.show.text=Prika\u017ei valutni ticker
@@ -147,14 +148,14 @@ multiBitFrame.availableToSpend=Raspolo\u017eivo za potro\u0161nju \: {0}
multiBitFrame.availableToSpend2=Raspolo\u017eivo za potro\u0161nju
multiBitFrame.availableToSpend.tooltip=Iznos manje nepotvr\u0111enih bitcoina i iznos za povrat
-multiBitService.errorText=Nije mogu\u0107e spajanje na Bitcoin mre\u017eu. Gre\u0161ka je \: {0}
-multiBitService.errorTitleText=Gre\u0161ka spajanja na Bitcoin mre\u017eu
-multiBitService.stoppingBitcoinNetworkConnection=Zaustavljanje spajanje na Bitcoin mre\u017eu...
+multiBitService.errorText=Nije mogu\u0107e spajanje na Dogecoin mre\u017eu. Gre\u0161ka je \: {0}
+multiBitService.errorTitleText=Gre\u0161ka spajanja na Dogecoin mre\u017eu
+multiBitService.stoppingBitcoinNetworkConnection=Zaustavljanje spajanje na Dogecoin mre\u017eu...
multiBitService.couldNotLoadBlockchain=Nemogu\u0107e je u\u010ditati blokchain "{0}". Gre\u0161ka "{1}".
multiBitService.replayingFromBlockCache=Ponovni poku\u0161aj sa lokalnog cache-a...
exitAction.text=Izlaz
-exitAction.tooltip=Iza\u0111i iz MultiBit
+exitAction.tooltip=Iza\u0111i iz MultiDoge
exitAction.mnemonicKey=x
openWalletAction.text=Otvori nov\u010danik
@@ -173,70 +174,70 @@ openWalletView.title=Otvori nov\u010danik
saveWalletAsView.untitled=Bez naslova
-helpAboutAction.text=About MultiBit
-helpAboutAction.tooltip=About MultiBit
+helpAboutAction.text=About MultiDoge
+helpAboutAction.tooltip=About MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=About MultiBit
+helpAboutAction.messageBoxTitle=About MultiDoge
helpAboutAction.versionText=Version \: {0}
showHelpContentsAction.text=Help Contents
-showHelpContentsAction.tooltip=Show the MultiBit help
+showHelpContentsAction.tooltip=Show the MultiDoge help
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Help Contents
-sendBitcoinAction.text=Send Bitcoin
+sendBitcoinAction.text=Send Dogecoin
sendBitcoinAction.tooltip=Poslati bitkoin netkome
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Send
sendBitcoinConfirmAction.tooltip=Poslati bitkoin netkome
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Sending bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=Your bitcoin were sent successfully.
-sendBitcoinNowAction.bitcoinSendFailed=The send of your bitcoin failed.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Sending dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=Your dogecoin were sent successfully.
+sendBitcoinNowAction.bitcoinSendFailed=The send of your dogecoin failed.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=There were insufficient funds for your send.
sendBitcoinConfirmView.sendOption=Send
sendBitcoinConfirmView.cancelOption=Cancel
-sendBitcoinConfirmView.message=Please confirm that you want to send bitcoin as follows\:
-sendBitcoinConfirmView.title=Confirm Send Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit must be online and connected to more than one peer to send bitcoin.
+sendBitcoinConfirmView.message=Please confirm that you want to send dogecoin as follows\:
+sendBitcoinConfirmView.title=Confirm Send Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge must be online and connected to more than one peer to send dogecoin.
receiveBitcoinAction.textShort=Request
-receiveBitcoinAction.text=Request Bitcoin
-receiveBitcoinAction.tooltip=Request bitcoin from someone
+receiveBitcoinAction.text=Request Dogecoin
+receiveBitcoinAction.tooltip=Request dogecoin from someone
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Prioriteti
-showPreferencesAction.tooltip=View MultiBit preferences
+showPreferencesAction.tooltip=View MultiDoge preferences
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Apply changes
showPreferencesSubmitAction.tooltip=Apply changes
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Send Bitcoin
+sendBitcoinPanel.title=Send Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Send details
-sendBitcoinPanel.helpLabel1.message=You want to send bitcoin.
+sendBitcoinPanel.helpLabel1.message=You want to send dogecoin.
sendBitcoinPanel.helpLabel2.message=Enter or choose an address to send to and an amount.
sendBitcoinPanel.helpLabel3.message=Optionally add a label.
sendBitcoinPanel.addressLabel=Address
-sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send bitcoin to
+sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send dogecoin to
sendBitcoinPanel.labelLabel=Label
sendBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
sendBitcoinPanel.amountLabel=Amount
sendBitcoinPanel.amountLabel.tooltip=Amount to send
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
-sendBitcoinPanel.sendingAddressesTitle=Addresses to send bitcoin to
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
+sendBitcoinPanel.sendingAddressesTitle=Addresses to send dogecoin to
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Your sending addresses (May be out of date)
sendBitcoinPanel.couldNotUnderstandQRcode=Could not understand QR code of "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Drag|QR code|here
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a bitcoin QR code here to automatically fill the 'Send' form.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a dogecoin QR code here to automatically fill the 'Send' form.
sendBitcoinPanel.showMore.text=More
sendBitcoinPanel.showMore.tooltip=Show side panel
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Less
sendBitcoinPanel.showLess.tooltip=Hide side panel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Receive Bitcoin
-receiveBitcoinPanel.helpLabel1.message=\u017delite primiti bitcoin.
+receiveBitcoinPanel.title=Receive Dogecoin
+receiveBitcoinPanel.helpLabel1.message=\u017delite primiti dogecoin.
receiveBitcoinPanel.helpLabel2.message=Odaberite jednu od svojih adresa za primanje.
receiveBitcoinPanel.helpLabel3.message=Opcionalno unesi oznaku i koli\u010dinu.
receiveBitcoinPanel.addressLabel=Va\u0161a adresa
-receiveBitcoinPanel.addressLabel.tooltip=Adresa na koju \u017eelite primiti bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=Adresa na koju \u017eelite primiti dogecoin
receiveBitcoinPanel.labelLabel=Label
receiveBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
receiveBitcoinPanel.amountLabel=Amount
receiveBitcoinPanel.amountLabel.tooltip=Suma za primanje
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
receiveBitcoinPanel.receivingAddressesTitle=Adresa za primanje
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Adresa za primanje (mo\u017ee biti stara)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Label
addressBookTableModel.addressColumnHeader=Address
copyQRCodeTextAction.text=Kopiraj tekst
-copyQRCodeTextAction.tooltip=Kopiraj bitcoin URI tekst u clipboard
+copyQRCodeTextAction.tooltip=Kopiraj dogecoin URI tekst u clipboard
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kopiraj
-copyQRCodeImageAction.tooltip=Kopiraj bitcoin QR kod u clipboard
+copyQRCodeImageAction.tooltip=Kopiraj dogecoin QR kod u clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Zalijepi
-pasteSwatchAction.tooltip=Zalijepi bitcoin URI teks ili QR kod sa clipboard-a
+pasteSwatchAction.tooltip=Zalijepi dogecoin URI teks ili QR kod sa clipboard-a
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=New
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Poslano "{1}" ({0})
validationErrorView.title=Gre\u0161ka provjere
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=Adresa "{0}" nije va\u017ee\u0107a bitcoin adresa.
+validationErrorView.addressInvalidMessage=Adresa "{0}" nije va\u017ee\u0107a dogecoin adresa.
validationErrorView.amountIsMissingMessage=Morate odrediti koli\u010dinu
validationErrorView.amountInvalidMessage=Koli\u010dina "{0}" se ne mo\u017ee protuma\u010diti kao broj.
-validationErrorView.amountIsNegativeOrZeroMessage=Iznos mora biti ve\u0107i od 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Iznos mora biti ve\u0107i od 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=Nema dovoljno sredstava u ovom nov\u010danika za slanje {0} BTC.\nNapomena\: mo\u017eete tro\u0161iti samo potvr\u0111ene informacije.\nZapamtite da po\u0161iljatelj pla\u0107a proviziju.
-validationErrorView.notEnoughFundsMessage2=Nema dovoljno sredstava u ovom nov\u010danika za slanje {0} BTC.\nNapomena\: mo\u017eete tro\u0161iti samo iznos "Dozvoljeno za tro\u0161iti".\nZapamtite da po\u0161iljatelj pla\u0107a proviziju.
+validationErrorView.notEnoughFundsMessage=Nema dovoljno sredstava u ovom nov\u010danika za slanje {0} DOGE.\nNapomena\: mo\u017eete tro\u0161iti samo potvr\u0111ene informacije.\nZapamtite da po\u0161iljatelj pla\u0107a proviziju.
+validationErrorView.notEnoughFundsMessage2=Nema dovoljno sredstava u ovom nov\u010danika za slanje {0} DOGE.\nNapomena\: mo\u017eete tro\u0161iti samo iznos "Dozvoljeno za tro\u0161iti".\nZapamtite da po\u0161iljatelj pla\u0107a proviziju.
validationErrorView.moreHelp=Vi\u0161e pomo\u0107i
showTransactionsAction.text=Transakcije
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Your wallet description
singleWalletPanel.dataHasChanged.text=A\u017euriranje zaustavljeno.
singleWalletPanel.dataHasChanged.tooltip.1=Another program has changed this wallet.
-singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiBit has stopped updates.
+singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiDoge has stopped updates.
singleWalletPanel.dataHasChanged.backupFile=Sigurnosna kopija je "{0}".
singleWalletPanel.twistyRightText=Click to show wallet details
singleWalletPanel.twistyDownText=Click to hide wallet details
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Reset date
resetTransactionsPanel.resetFromFirstTransaction=Reset from date of first transaction
resetTransactionsPanel.chooseResetDate=Specify reset date\: {0}
-showOpenUriView.title=Open Bitcoin URI
-showOpenUriView.message1=Another application has requested a Bitcoin payment.
+showOpenUriView.title=Open Dogecoin URI
+showOpenUriView.message1=Another application has requested a Dogecoin payment.
showOpenUriView.message2=Do you want to fill the 'Send' form with the request ?
showOpenUriView.yesText=Yes
showOpenUriView.noText=No
showOpenUriView.rememberMyDecision=Remember my decision
-showOpenUriViewSubmitAction.tooltip=Fill send form with bitcoin payment request
+showOpenUriViewSubmitAction.tooltip=Fill send form with dogecoin payment request
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Payment request received but ignored due to preferences
showOpenUriViewAction.tooltip=Yes, fill send form with payment request
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Choose display font
-fontChooser.tooltip=Choose font to use in MultiBit
+fontChooser.tooltip=Choose font to use in MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Cancel
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=Password
showExportPrivateKeysPanel.repeatPasswordPrompt=Repeat password
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=View at blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=View at blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=View at dogechain.info
crudButton.new=New
crudButton.open=Otvori
crudButton.delete=Delete
closeWalletAction.text=Close Wallet
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Delete Wallet
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=The wallet "{0}" was deleted successfu
deleteWalletConfirmDialog.walletDeleteError1=There was an error deleting the wallet.
deleteWalletConfirmDialog.walletDeleteError2=The error was "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Wrong answer
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Welcome
-welcomePanel.title=Welcome to MultiBit
+welcomePanel.title=Welcome to MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Password
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet\:
changePasswordPanel.newPasswordPrompt=New password
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Enter the current password
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/hu/viewer.properties b/src/main/resources/i18n/hu/viewer.properties
index 5d70e118b..9aebcb3f8 100755
--- a/src/main/resources/i18n/hu/viewer.properties
+++ b/src/main/resources/i18n/hu/viewer.properties
@@ -51,10 +51,10 @@ showPreferencesPanel.language.37=Szerb
showPreferencesPanel.feeTitle=Tranzakci\u00f3s d\u00edj
showPreferencesPanel.feeLabel.text=D\u00edj
showPreferencesPanel.size.text={0} b\u00e1jt
-showPreferencesPanel.couldNotUnderstandFee=A MultiBit nem tudta \u00e9rtelmezni a "{0}" tranzakci\u00f3s d\u00edjat. R\u00e9gi d\u00edj megtartva.
+showPreferencesPanel.couldNotUnderstandFee=A MultiDoge nem tudta \u00e9rtelmezni a "{0}" tranzakci\u00f3s d\u00edjat. R\u00e9gi d\u00edj megtartva.
showPreferencesPanel.aFeeMustBeSet=Meg kell hat\u00e1roznod egy \u00f6sszeget a tranzakci\u00f3s d\u00edjhoz. R\u00e9gi d\u00edj megtartva.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=A tranzakci\u00f3s d\u00edj minim\u00e1lis \u00f6sszege 0,0001 BTC. R\u00e9gi d\u00edj megtartva.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Az illet\u00e9knek kisebbnek kell lennie, mint 1 BTC. Ellen\u0151rizd a tizedesjelet. R\u00e9gi d\u00edj megtartva.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=A tranzakci\u00f3s d\u00edj minim\u00e1lis \u00f6sszege 0,0001 DOGE. R\u00e9gi d\u00edj megtartva.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Az illet\u00e9knek kisebbnek kell lennie, mint 1 DOGE. Ellen\u0151rizd a tizedesjelet. R\u00e9gi d\u00edj megtartva.
showPreferencesPanel.browserIntegrationTitle=B\u00f6ng\u00e9sz\u0151 integr\u00e1ci\u00f3
showPreferencesPanel.browserIntegration.messageText=Mi t\u00f6rt\u00e9njen, ha r\u00e1kattintasz egy bitcoinos fizet\u00e9si k\u00e9relemre a b\u00f6ng\u00e9sz\u0151dben?
showPreferencesPanel.ignoreAll=Minden bitcoinos fizet\u00e9si k\u00e9relem figyelmen k\u00edv\u00fcl hagy\u00e1sa
@@ -78,7 +78,7 @@ showPreferencesPanel.ticker.showSecondRow=M\u00e1sodik sor megjelen\u00edt\u00e9
showPreferencesPanel.ticker.exchange=V\u00e1lt\u00e1s
showPreferencesPanel.ticker.currency=P\u00e9nznem
showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Mutasd a Bitcoint a bev\u00e1ltani k\u00edv\u00e1nt p\u00e9nznemre
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin \u00e1tv\u00e1lt\u00f3 seg\u00edts\u00e9g\u00e9vel az utols\u00f3 \u00e1rfolyam alapj\u00e1n, ebben a p\u00e9nznemben fog megjelenni.
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin \u00e1tv\u00e1lt\u00f3 seg\u00edts\u00e9g\u00e9vel az utols\u00f3 \u00e1rfolyam alapj\u00e1n, ebben a p\u00e9nznemben fog megjelenni.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=Az App ID hozz\u00e1f\u00e9r\u00e9si k\u00f3d-b\u00f3l OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=A megadott alkalmaz\u00e1s azonos\u00edt\u00f3 \u00e9rv\u00e9nytelen.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Helytelen alkalmaz\u00e1s azonos\u
showPreferencesPanel.getAppId.text=App azonos\u00edt\u00f3 k\u00e9r\u00e9s
showPreferencesPanel.getAppId.tooltip=Open your browser and sign up to OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Nyomja meg a lenti "App azonos\u00edt\u00f3 k\u00e9r\u00e9s" gombot
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet="{0}" t\u00e1rca l\u00e9trehozva.
multiBit.openingWallet="{0}" t\u00e1rca megnyit\u00e1sa ...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=... k\u00e9sz.
multiBit.closedWallet=T\u00e1rca "{0}" sikeresen bez\u00e1rva.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=The installation directory is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Egyenleg
multiBitFrame.balanceLabel.tooltip=Egyenleg meger\u0151s\u00edtetlen bitcoinokkal \u00e9s apr\u00f3val egy\u00fctt
multiBitFrame.ticker.show.text=\u00c1rfolyam kijelz\u0151 megjelen\u00edt\u00e9se.
@@ -147,14 +148,14 @@ multiBitFrame.availableToSpend=Elk\u00f6lthet\u0151\: {0}
multiBitFrame.availableToSpend2=Elk\u00f6lthet\u0151
multiBitFrame.availableToSpend.tooltip=Egyenleg m\u00e9g meger\u0151s\u00edtetlen bitcoinok \u00e9s a m\u00e9g visszaj\u00e1r\u00f3 apr\u00f3 n\u00e9lk\u00fcl
-multiBitService.errorText=Nem siker\u00fclt csatlakozni a Bitcoin h\u00e1l\u00f3zathoz. A k\u00f6vetkez\u0151 hiba t\u00f6rt\u00e9nt\: {0}
-multiBitService.errorTitleText=Hiba a Bitcoin h\u00e1l\u00f3zathoz val\u00f3 kapcsol\u00f3d\u00e1sban
-multiBitService.stoppingBitcoinNetworkConnection=Bitcoin h\u00e1l\u00f3zati kapcsolat le\u00e1ll\u00edt\u00e1sa...
+multiBitService.errorText=Nem siker\u00fclt csatlakozni a Dogecoin h\u00e1l\u00f3zathoz. A k\u00f6vetkez\u0151 hiba t\u00f6rt\u00e9nt\: {0}
+multiBitService.errorTitleText=Hiba a Dogecoin h\u00e1l\u00f3zathoz val\u00f3 kapcsol\u00f3d\u00e1sban
+multiBitService.stoppingBitcoinNetworkConnection=Dogecoin h\u00e1l\u00f3zati kapcsolat le\u00e1ll\u00edt\u00e1sa...
multiBitService.couldNotLoadBlockchain=Nem lehet bet\u00f6lteni a "{0}" blockchain-t. "{1}" hiba t\u00f6rt\u00e9nt.
multiBitService.replayingFromBlockCache=Replaying from local cache...
exitAction.text=Kil\u00e9p\u00e9s
-exitAction.tooltip=Kil\u00e9p\u00e9s a MultiBitb\u0151l
+exitAction.tooltip=Kil\u00e9p\u00e9s a MultiDogeb\u0151l
exitAction.mnemonicKey=X
openWalletAction.text=T\u00e1rca megnyit\u00e1sa
@@ -173,53 +174,53 @@ openWalletView.title=T\u00e1rca megnyit\u00e1sa
saveWalletAsView.untitled=N\u00e9vtelen
-helpAboutAction.text=A MultiBitr\u0151l
-helpAboutAction.tooltip=A MultiBitr\u0151l
+helpAboutAction.text=A MultiDoger\u0151l
+helpAboutAction.tooltip=A MultiDoger\u0151l
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=A MultiBitr\u0151l
+helpAboutAction.messageBoxTitle=A MultiDoger\u0151l
helpAboutAction.versionText=Verzi\u00f3\: {0}
showHelpContentsAction.text=S\u00fag\u00f3 tartalomjegyz\u00e9k
-showHelpContentsAction.tooltip=MultiBit S\u00fag\u00f3 megjelen\u00edt\u00e9se
+showHelpContentsAction.tooltip=MultiDoge S\u00fag\u00f3 megjelen\u00edt\u00e9se
showHelpContentsAction.mnemonicKey=S
helpContentsView.messageTitle=S\u00fag\u00f3 tartalomjegyz\u00e9k
-sendBitcoinAction.text=Bitcoin k\u00fcld\u00e9s
-sendBitcoinAction.tooltip=Bitcoin k\u00fcld\u00e9s valakinek
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=Dogecoin k\u00fcld\u00e9s
+sendBitcoinAction.tooltip=Dogecoin k\u00fcld\u00e9s valakinek
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=K\u00fcld\u00e9s
-sendBitcoinConfirmAction.tooltip=Bitcoin k\u00fcld\u00e9s valakinek
+sendBitcoinConfirmAction.tooltip=Dogecoin k\u00fcld\u00e9s valakinek
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Bitcoin k\u00fcld\u00e9se...
-sendBitcoinNowAction.bitcoinSentOk=Bitcoin sikeresen elk\u00fcldve.
-sendBitcoinNowAction.bitcoinSendFailed=Bitcoin k\u00fcld\u00e9s sikertelen.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Dogecoin k\u00fcld\u00e9se...
+sendBitcoinNowAction.bitcoinSentOk=Dogecoin sikeresen elk\u00fcldve.
+sendBitcoinNowAction.bitcoinSendFailed=Dogecoin k\u00fcld\u00e9s sikertelen.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Nincs elegend\u0151 fedezet a tranzakci\u00f3hoz.
sendBitcoinConfirmView.sendOption=K\u00fcld\u00e9s
sendBitcoinConfirmView.cancelOption=M\u00e9gsem
sendBitcoinConfirmView.message=K\u00e9rlek, er\u0151s\u00edtsd meg, hogy val\u00f3ban a k\u00f6vetkez\u0151knek megfelel\u0151en szeretn\u00e9l-e bitcoint k\u00fcldeni\:
-sendBitcoinConfirmView.title=Bitcoin k\u00fcld\u00e9s meger\u0151s\u00edt\u00e9se
-sendBitcoinConfirmView.multibitMustBeOnline=A MultiBitnek legal\u00e1bb egy klienshez kell kapcsol\u00f3dnia a bitcoinok k\u00fcld\u00e9s\u00e9hez.
+sendBitcoinConfirmView.title=Dogecoin k\u00fcld\u00e9s meger\u0151s\u00edt\u00e9se
+sendBitcoinConfirmView.multibitMustBeOnline=A MultiDogenek legal\u00e1bb egy klienshez kell kapcsol\u00f3dnia a bitcoinok k\u00fcld\u00e9s\u00e9hez.
receiveBitcoinAction.textShort=K\u00e9relem
-receiveBitcoinAction.text=Bitcoin k\u00e9r\u00e9s
-receiveBitcoinAction.tooltip=Bitcoin k\u00e9relem valakit\u0151l
+receiveBitcoinAction.text=Dogecoin k\u00e9r\u00e9s
+receiveBitcoinAction.tooltip=Dogecoin k\u00e9relem valakit\u0151l
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Be\u00e1ll\u00edt\u00e1sok
-showPreferencesAction.tooltip=MultiBit be\u00e1ll\u00edt\u00e1sok megtekint\u00e9se
+showPreferencesAction.tooltip=MultiDoge be\u00e1ll\u00edt\u00e1sok megtekint\u00e9se
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=V\u00e1ltoztat\u00e1sok \u00e9rv\u00e9nyes\u00edt\u00e9se
showPreferencesSubmitAction.tooltip=V\u00e1ltoztat\u00e1sok \u00e9rv\u00e9nyes\u00edt\u00e9se
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Bitcoin k\u00fcld\u00e9s
+sendBitcoinPanel.title=Dogecoin k\u00fcld\u00e9s
sendBitcoinPanel.sendBitcoinsPanelTitle=R\u00e9szletek elk\u00fcld\u00e9se
sendBitcoinPanel.helpLabel1.message=Bitcoint szeretn\u00e9l k\u00fcldeni.
sendBitcoinPanel.helpLabel2.message=\u00cdrj be vagy v\u00e1lassz egy \u00f6sszeget \u00e9s egy c\u00edmet a k\u00fcld\u00e9shez.
@@ -230,13 +231,13 @@ sendBitcoinPanel.labelLabel=C\u00edmke
sendBitcoinPanel.labelLabel.tooltip=Egy c\u00edmke err\u0151l a c\u00edmr\u0151l
sendBitcoinPanel.amountLabel=\u00d6sszeg
sendBitcoinPanel.amountLabel.tooltip=Elk\u00fcldend\u0151 \u00f6sszeg
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=BTC-egys\u00e9g
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=DOGE-egys\u00e9g
sendBitcoinPanel.sendingAddressesTitle=C\u00edmek, ahova bitcoint k\u00fcldhetsz
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=A k\u00fcld\u0151 c\u00edmeid (ezek m\u00e1r elavulhattak)
sendBitcoinPanel.couldNotUnderstandQRcode=A QR k\u00f3d nem \u00e9rtelmezhet\u0151\: "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=H\u00fazza ide a QR k\u00f3dot.
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=H\u00fazz ide egy bitcoin QR k\u00f3dot a "K\u00fcld\u00e9s" \u0171rlap automatikus kit\u00f6lt\u00e9s\u00e9\u00e9rt.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=H\u00fazz ide egy dogecoin QR k\u00f3dot a "K\u00fcld\u00e9s" \u0171rlap automatikus kit\u00f6lt\u00e9s\u00e9\u00e9rt.
sendBitcoinPanel.showMore.text=T\u00f6bb
sendBitcoinPanel.showMore.tooltip=Oldals\u00f3 panel megjelen\u00edt\u00e9se
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,7 +246,7 @@ sendBitcoinPanel.showLess.text=Kevesebb
sendBitcoinPanel.showLess.tooltip=Oldals\u00f3 panel elrejt\u00e9se
sendBitcoinPanel.showLess.mnemonic=S
-receiveBitcoinPanel.title=Bitcoin fogad\u00e1s
+receiveBitcoinPanel.title=Dogecoin fogad\u00e1s
receiveBitcoinPanel.helpLabel1.message=Bitcoint szeretn\u00e9l fogadni.
receiveBitcoinPanel.helpLabel2.message=V\u00e1lassz ki egyet a fogad\u00f3 c\u00edmeid k\u00f6z\u00fcl.
receiveBitcoinPanel.helpLabel3.message=Opcion\u00e1lisan adj meg egy c\u00edmk\u00e9t \u00e9s egy \u00f6sszeget.
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=C\u00edmke
receiveBitcoinPanel.labelLabel.tooltip=Egy c\u00edmke err\u0151l a c\u00edmr\u0151l
receiveBitcoinPanel.amountLabel=\u00d6sszeg
receiveBitcoinPanel.amountLabel.tooltip=Fogadand\u00f3 \u00f6sszeg
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=BTC-egys\u00e9g
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=DOGE-egys\u00e9g
receiveBitcoinPanel.receivingAddressesTitle=A fogad\u00f3 c\u00edmeid
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=A fogad\u00f3 c\u00edmeid (m\u00e1r elavulhattak)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=C\u00edmke
addressBookTableModel.addressColumnHeader=C\u00edm
copyQRCodeTextAction.text=Sz\u00f6veg m\u00e1sol\u00e1sa
-copyQRCodeTextAction.tooltip=Bitcoin URI sz\u00f6veg v\u00e1g\u00f3lapra m\u00e1sol\u00e1sa
+copyQRCodeTextAction.tooltip=Dogecoin URI sz\u00f6veg v\u00e1g\u00f3lapra m\u00e1sol\u00e1sa
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=M\u00e1sol\u00e1s
-copyQRCodeImageAction.tooltip=Bitcoin QR-k\u00f3d m\u00e1sol\u00e1sa a v\u00e1g\u00f3lapra
+copyQRCodeImageAction.tooltip=Dogecoin QR-k\u00f3d m\u00e1sol\u00e1sa a v\u00e1g\u00f3lapra
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Beilleszt
-pasteSwatchAction.tooltip=Illessze be a bitcoin URI sz\u00f6veget vagy QR-k\u00f3dot a v\u00e1g\u00f3lapb\u00f3l
+pasteSwatchAction.tooltip=Illessze be a dogecoin URI sz\u00f6veget vagy QR-k\u00f3dot a v\u00e1g\u00f3lapb\u00f3l
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=\u00daj
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Elk\u00fcldve erre a c\u00edmre\: "{1}"
validationErrorView.title=\u00c9rv\u00e9nyes\u00edt\u00e9si hiba
validationErrorView.okOption=OK
-validationErrorView.addressInvalidMessage=A "{0}" Bitcoin-c\u00edm \u00e9rv\u00e9nytelen.
+validationErrorView.addressInvalidMessage=A "{0}" Dogecoin-c\u00edm \u00e9rv\u00e9nytelen.
validationErrorView.amountIsMissingMessage=Meg kell adnod egy \u00f6sszeget
validationErrorView.amountInvalidMessage=A "{0}" \u00f6sszeg nem \u00e9rtelmethet\u0151 sz\u00e1mk\u00e9nt.
-validationErrorView.amountIsNegativeOrZeroMessage=Az \u00f6sszegnek 0 BTC-n\u00e9l nagyobbnak kell lennie.
+validationErrorView.amountIsNegativeOrZeroMessage=Az \u00f6sszegnek 0 DOGE-n\u00e9l nagyobbnak kell lennie.
validationErrorView.amountIsTooSmallMessage=Az \u00f6sszegnek legal\u00e1bb {0} satoshinak kell lennie.
-validationErrorView.notEnoughFundsMessage=Nincs elegend\u0151 \u00f6sszeg a walletban, hogy {0} BTC-t k\u00fcldj\u00f6n.\nVegye figyelembe, hogy csak meger\u0151s\u00edtett tranzakci\u00f3val k\u00fcldhet.\nNe feledje, hogy a k\u00fcld\u0151 tranzakci\u00f3s d\u00edjat fizet.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=Nincs elegend\u0151 \u00f6sszeg a walletban, hogy {0} DOGE-t k\u00fcldj\u00f6n.\nVegye figyelembe, hogy csak meger\u0151s\u00edtett tranzakci\u00f3val k\u00fcldhet.\nNe feledje, hogy a k\u00fcld\u0151 tranzakci\u00f3s d\u00edjat fizet.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=Tov\u00e1bbi seg\u00edts\u00e9g
showTransactionsAction.text=Tranzakci\u00f3k
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=A t\u00e1rc\u00e1d le\u00edr\u00e
singleWalletPanel.dataHasChanged.text=Friss\u00edt\u00e9sek le\u00e1ll\u00edtva.
singleWalletPanel.dataHasChanged.tooltip.1=Egy m\u00e1sik program megv\u00e1ltoztatta ezt a t\u00e1rc\u00e1t.
-singleWalletPanel.dataHasChanged.tooltip.2=A MultiBit le\u00e1ll\u00edtotta a friss\u00edt\u00e9seket a hib\u00e1k elker\u00fcl\u00e9se \u00e9rdek\u00e9ben.
+singleWalletPanel.dataHasChanged.tooltip.2=A MultiDoge le\u00e1ll\u00edtotta a friss\u00edt\u00e9seket a hib\u00e1k elker\u00fcl\u00e9se \u00e9rdek\u00e9ben.
singleWalletPanel.dataHasChanged.backupFile=A biztons\u00e1gi m\u00e1solat-f\u00e1jl "{0}".
singleWalletPanel.twistyRightText=Kattints a t\u00e1rca r\u00e9szleteinek megjelen\u00edt\u00e9s\u00e9\u00e9rt
singleWalletPanel.twistyDownText=Kattints a t\u00e1rca r\u00e9szleteinek elrejt\u00e9s\u00e9\u00e9rt
@@ -393,7 +394,7 @@ resetTransactionsPanel.resetDate=Helyre\u00e1ll\u00edt\u00e1s id\u0151ponja
resetTransactionsPanel.resetFromFirstTransaction=T\u00f6rl\u00e9s az els\u0151 tranzakci\u00f3 d\u00e1tum\u00e1t\u00f3l
resetTransactionsPanel.chooseResetDate=Adja meg a vissza\u00e1ll\u00edt\u00e1si d\u00e1tumot\: {0}
-showOpenUriView.title=Bitcoin URI megnyit\u00e1sa
+showOpenUriView.title=Dogecoin URI megnyit\u00e1sa
showOpenUriView.message1=Egy m\u00e1sik alkalmaz\u00e1s k\u00e9rt bitcoinos fizet\u00e9st.
showOpenUriView.message2=Szeretn\u00e9d kit\u00f6lteni a k\u00fcld\u00e9si \u0171rlapot a k\u00e9relemmel?
showOpenUriView.yesText=Igen
@@ -406,7 +407,7 @@ showOpenUriViewAction.tooltip=Igen, t\u00f6ltse ki a fizet\u00e9si k\u00e9relem
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Haszn\u00e1lt bet\u0171t\u00edpus kiv\u00e1laszt\u00e1sa
-fontChooser.tooltip=V\u00e1laszd ki a MultiBitben haszn\u00e1land\u00f3 bet\u0171t\u00edpust
+fontChooser.tooltip=V\u00e1laszd ki a MultiDogeben haszn\u00e1land\u00f3 bet\u0171t\u00edpust
fontChooser.mnemonic=F
fontChooser.ok=OK
fontChooser.cancel=M\u00e9gsem
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=A tranzakci\u00f3s d\u00edj hozz\u00e1
transactionDetailsDialog.sizeLabel.text=M\u00e9ret
transactionDetailsDialog.sizeLabel.tooltip=Ennek a tranzakci\u00f3nak a m\u00e9rete b\u00e1jtokban\:
transactionDetailsDialog.viewAtBlockExplorer=Megtekint\u00e9s a blockexplorer.com c\u00edmen
-transactionDetailsDialog.viewAtBlockChainInfo=Megtekint\u00e9s a blockchain.info c\u00edmen
+transactionDetailsDialog.viewAtBlockChainInfo=Megtekint\u00e9s a dogechain.info c\u00edmen
crudButton.new=\u00daj
crudButton.open=Megnyit\u00e1s
crudButton.delete=T\u00f6rl\u00e9s
closeWalletAction.text=T\u00e1rca bez\u00e1r\u00e1sa
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=T\u00e1rca t\u00f6rl\u00e9se
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=A wallet "{0}" sikeresen t\u00f6r\u00f
deleteWalletConfirmDialog.walletDeleteError1=A wallet t\u00f6rl\u00e9se k\u00f6zben hiba l\u00e9pett fel.
deleteWalletConfirmDialog.walletDeleteError2=A hiba "{0}" volt.
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Rossz v\u00e1lasz
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=\u00dcdv\u00f6zlet
-welcomePanel.title=\u00dcdv\u00f6z\u00f6llek a MultiBit-en
+welcomePanel.title=\u00dcdv\u00f6z\u00f6llek a MultiDoge-en
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Jelsz\u00f3
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Tartsd biztons\u00e1gban a jelszavadat.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=Ha elveszett, nem lehet vissza\u00e1ll\u00edtani.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=Jelsz\u00f3 sikeresen hozz\u00e1adva.
@@ -584,7 +585,7 @@ changePasswordPanel.text=Az al\u00e1bbi t\u00e1rca jelszava fog megv\u00e1ltozni
changePasswordPanel.newPasswordPrompt=\u00daj jelsz\u00f3
changePasswordPanel.repeatNewPasswordPrompt=\u00daj jelsz\u00f3 ism\u00e9t
changePasswordPanel.reminder1=Tartsd biztons\u00e1gban a jelszavadat.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=Ha elveszett, nem lehet vissza\u00e1ll\u00edtani.
changePasswordPanel.enterPasswords=Add meg ennek a t\u00e1rc\u00e1nak az \u00faj jelszav\u00e1t
changePasswordPanel.enterCurrentPassword=\u00cdrja be a jelenlegi jelsz\u00f3t
@@ -655,12 +656,12 @@ transactionConfidence.pending=F\u00fcgg\u0151ben l\u00e9v\u0151/ nem meger\u0151
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/id/viewer.properties b/src/main/resources/i18n/id/viewer.properties
index faac02043..43927e229 100755
--- a/src/main/resources/i18n/id/viewer.properties
+++ b/src/main/resources/i18n/id/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbia
showPreferencesPanel.feeTitle=Biaya transaksi
showPreferencesPanel.feeLabel.text=Biaya
showPreferencesPanel.size.text=byte {0}
-showPreferencesPanel.couldNotUnderstandFee=MultiBit tidak dapat mengerti biaya "{0}". Memakai biaya yang terdahulu.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge tidak dapat mengerti biaya "{0}". Memakai biaya yang terdahulu.
showPreferencesPanel.aFeeMustBeSet=Anda harus menetapkan biaya transaksi. Memakai biaya yang terdahulu.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Besarnya biaya setidaknya 0,0001 BTC. Memakai biaya yang terdahulu.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Abaikan semua permintaan pembayaran Bitcoin
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Besarnya biaya setidaknya 0,0001 DOGE. Memakai biaya yang terdahulu.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Abaikan semua permintaan pembayaran Dogecoin
showPreferencesPanel.browserIntegrationTitle=Integrasi peramban
-showPreferencesPanel.browserIntegration.messageText=Apa yang Anda inginkan ketika permintaan pembayaran Bitcoin yang di klik di peramban?
-showPreferencesPanel.ignoreAll=Mengabaikan semua permintaan pembayaran Bitcoin
+showPreferencesPanel.browserIntegration.messageText=Apa yang Anda inginkan ketika permintaan pembayaran Dogecoin yang di klik di peramban?
+showPreferencesPanel.ignoreAll=Mengabaikan semua permintaan pembayaran Dogecoin
showPreferencesPanel.fillAutomatically=Mengisi formulir kiriman secara otomatis
showPreferencesPanel.askEveryTime=Tanya saya setiap kali
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Baris kedua
showPreferencesPanel.ticker.showSecondRow=Tampilkan baris kedua
showPreferencesPanel.ticker.exchange=Pertukaran
showPreferencesPanel.ticker.currency=Mata uang
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Tampilkan bitcoin yang dikonversi ke mata uang
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin akan ditampilkan menggunakan nilai terakhir mata uang ini.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Tampilkan dogecoin yang dikonversi ke mata uang
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin akan ditampilkan menggunakan nilai terakhir mata uang ini.
showPreferencesPanel.oerLabel.text=ID Aplikasi OpenExchangeRates
showPreferencesPanel.oerLabel.tooltip=Kode akses Aplikasi dari OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Anda telah memasukkan ID Aplikasi yang salah.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=ID Aplikasi salah
showPreferencesPanel.getAppId.text=Dapatkan ID Aplikasi
showPreferencesPanel.getAppId.tooltip=Buka peramban Anda dan daftar di OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Tekan tombol "Dapatkan ID Aplikasi" di bawah ini
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Dompet terbuat "{0}".
multiBit.openingWallet=Membuka dompet "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... selesai.
multiBit.closedWallet=Dompet "{0}" sudah berhasil ditutup.
multibit.userDataDirectory=Direktori data pengguna adalah "{0}".
multibit.installationDirectory=Direktori Instalasi adalah "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo
-multiBitFrame.balanceLabel.tooltip=Saldo termasuk bitcoin yang belum dikonfirmasi dan perubahan
+multiBitFrame.balanceLabel.tooltip=Saldo termasuk dogecoin yang belum dikonfirmasi dan perubahan
multiBitFrame.ticker.show.text=Tampilkan Ticker mata uang
multiBitFrame.ticker.hide.text=Sembunyikan Ticker mata uang
multiBitFrame.statusBar.tooltip1=Pesan.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=Ini adalah transaksi coinbase yan
multiBitFrame.availableToSpend=Tersedia untuk digunakan\: {0}
multiBitFrame.availableToSpend2=Tersedia untuk digunakan
-multiBitFrame.availableToSpend.tooltip=Saldo belum termasuk bitcoins yang belum di konfirmasi dan perubahan masih akan ada
+multiBitFrame.availableToSpend.tooltip=Saldo belum termasuk dogecoins yang belum di konfirmasi dan perubahan masih akan ada
-multiBitService.errorText=Tidak dapat terhubung ke jaringan Bitcoin. Kesalahannya\: {0}
-multiBitService.errorTitleText=Terjadi kesalahan sambungan dalam menghubungi jaringan Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=Menghentikan sambungan ke jaringan Bitcoin...
+multiBitService.errorText=Tidak dapat terhubung ke jaringan Dogecoin. Kesalahannya\: {0}
+multiBitService.errorTitleText=Terjadi kesalahan sambungan dalam menghubungi jaringan Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=Menghentikan sambungan ke jaringan Dogecoin...
multiBitService.couldNotLoadBlockchain=Tidak dapat memuat blockchain "{0}". Kesalahan adalah "{1}".
multiBitService.replayingFromBlockCache=Memutar ulang dari cache lokal...
exitAction.text=Keluar
-exitAction.tooltip=Keluar dari MultiBit
+exitAction.tooltip=Keluar dari MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=Buka Dompet
@@ -173,70 +174,70 @@ openWalletView.title=Buka Dompet
saveWalletAsView.untitled=Tanpa judul
-helpAboutAction.text=Tentang MultiBit
-helpAboutAction.tooltip=Tentang MultiBit
+helpAboutAction.text=Tentang MultiDoge
+helpAboutAction.tooltip=Tentang MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=Tentang MultiBit
+helpAboutAction.messageBoxTitle=Tentang MultiDoge
helpAboutAction.versionText=Versi\: {0}
showHelpContentsAction.text=Daftar Isi Bantuan
-showHelpContentsAction.tooltip=Menampilkan Bantuan MultiBit
+showHelpContentsAction.tooltip=Menampilkan Bantuan MultiDoge
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Daftar Isi Bantuan
-sendBitcoinAction.text=Mengirim Bitcoin
-sendBitcoinAction.tooltip=Mengirim bitcoin kepada seseorang
-sendBitcoinAction.pleaseWait.tooltip=Harap tunggu sampai MultiBit selesai sinkronisasi sebelum mengirim
+sendBitcoinAction.text=Mengirim Dogecoin
+sendBitcoinAction.tooltip=Mengirim dogecoin kepada seseorang
+sendBitcoinAction.pleaseWait.tooltip=Harap tunggu sampai MultiDoge selesai sinkronisasi sebelum mengirim
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Kirim
-sendBitcoinConfirmAction.tooltip=Mengirim bitcoin kepada seseorang
+sendBitcoinConfirmAction.tooltip=Mengirim dogecoin kepada seseorang
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Mengirim bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=Bitcoin Anda berhasil dikirim.
-sendBitcoinNowAction.bitcoinSendFailed=Kiriman bitcoin Anda gagal.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Mengirim dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=Dogecoin Anda berhasil dikirim.
+sendBitcoinNowAction.bitcoinSendFailed=Kiriman dogecoin Anda gagal.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Tidak cukup dana untuk mengirim.
sendBitcoinConfirmView.sendOption=Kirim
sendBitcoinConfirmView.cancelOption=Batal
-sendBitcoinConfirmView.message=Silakan konfirmasi bahwa Anda ingin mengirim bitcoin sebagai berikut\:
-sendBitcoinConfirmView.title=Mengkonfirmasi Pengiriman Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit harus online dan terhubung ke lebih dari satu rekan untuk mengirim bitcoin.
+sendBitcoinConfirmView.message=Silakan konfirmasi bahwa Anda ingin mengirim dogecoin sebagai berikut\:
+sendBitcoinConfirmView.title=Mengkonfirmasi Pengiriman Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge harus online dan terhubung ke lebih dari satu rekan untuk mengirim dogecoin.
receiveBitcoinAction.textShort=Permintaan
-receiveBitcoinAction.text=Permintaan Bitcoin
-receiveBitcoinAction.tooltip=Meminta bitcoin dari seseorang
+receiveBitcoinAction.text=Permintaan Dogecoin
+receiveBitcoinAction.tooltip=Meminta dogecoin dari seseorang
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Preferensi
-showPreferencesAction.tooltip=Lihat preferensi MultiBit
+showPreferencesAction.tooltip=Lihat preferensi MultiDoge
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Menerapkan perubahan
showPreferencesSubmitAction.tooltip=Menerapkan perubahan
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Mengirim Bitcoin
+sendBitcoinPanel.title=Mengirim Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Rincian pengiriman
-sendBitcoinPanel.helpLabel1.message=Anda ingin mengirim bitcoin.
+sendBitcoinPanel.helpLabel1.message=Anda ingin mengirim dogecoin.
sendBitcoinPanel.helpLabel2.message=Masukkan atau pilih alamat tujuan untuk mengirim sejumlah dana.
sendBitcoinPanel.helpLabel3.message=Opsional menambahkan label.
sendBitcoinPanel.addressLabel=Alamat
-sendBitcoinPanel.addressLabel.tooltip=Alamat yang ingin Anda kirimi bitcoin
+sendBitcoinPanel.addressLabel.tooltip=Alamat yang ingin Anda kirimi dogecoin
sendBitcoinPanel.labelLabel=Label
sendBitcoinPanel.labelLabel.tooltip=Label deskriptif untuk alamat ini
sendBitcoinPanel.amountLabel=Jumlah
sendBitcoinPanel.amountLabel.tooltip=Jumlah yang di kirim
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Satuan BTC
-sendBitcoinPanel.sendingAddressesTitle=Alamat untuk mengirim bitcoin
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Satuan DOGE
+sendBitcoinPanel.sendingAddressesTitle=Alamat untuk mengirim dogecoin
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Alamat pengiriman Anda (ada kemungkinan kadaluarsa)
sendBitcoinPanel.couldNotUnderstandQRcode=Tidak bisa memahami kode QR dari "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Tarik|kode QR|di sini
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Tarik kode QR bitcoin di sini untuk secara otomatis mengisi formulir 'Kirim'.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Tarik kode QR dogecoin di sini untuk secara otomatis mengisi formulir 'Kirim'.
sendBitcoinPanel.showMore.text=Lebih banyak
sendBitcoinPanel.showMore.tooltip=Menampilkan panel samping
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Kurang
sendBitcoinPanel.showLess.tooltip=Sembunyikan panel sebelah
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Menerima Bitcoin
-receiveBitcoinPanel.helpLabel1.message=Anda ingin menerima bitcoin.
+receiveBitcoinPanel.title=Menerima Dogecoin
+receiveBitcoinPanel.helpLabel1.message=Anda ingin menerima dogecoin.
receiveBitcoinPanel.helpLabel2.message=Pilih salah satu alamat penerimaan Anda.
receiveBitcoinPanel.helpLabel3.message=Opsional masukkan label dan jumlah.
receiveBitcoinPanel.addressLabel=Alamat Anda
-receiveBitcoinPanel.addressLabel.tooltip=Alamat penerima dimana Anda ingin menerima bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=Alamat penerima dimana Anda ingin menerima dogecoin
receiveBitcoinPanel.labelLabel=Label
receiveBitcoinPanel.labelLabel.tooltip=Label deskriptif untuk alamat ini
receiveBitcoinPanel.amountLabel=Jumlah
receiveBitcoinPanel.amountLabel.tooltip=Jumlah yang akan di terima
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Satuan BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Satuan DOGE
receiveBitcoinPanel.receivingAddressesTitle=Alamat penerimaan Anda
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Alamat penerima Anda (ada kemungkinan kadaluarsa)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Label
addressBookTableModel.addressColumnHeader=Alamat
copyQRCodeTextAction.text=Menyalin teks
-copyQRCodeTextAction.tooltip=Salin teks bitcoin URI ke clipboard
+copyQRCodeTextAction.tooltip=Salin teks dogecoin URI ke clipboard
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Salinan
-copyQRCodeImageAction.tooltip=Salin kode QR bitcoin ke clipboard
+copyQRCodeImageAction.tooltip=Salin kode QR dogecoin ke clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Tempel
-pasteSwatchAction.tooltip=Tempel teks bitcoin URI atau kode QR dari clipboard
+pasteSwatchAction.tooltip=Tempel teks dogecoin URI atau kode QR dari clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Baru
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Membuat alamat penerima baru
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Baru
-createOrEditAddressAction.createSending.tooltip=Menambahkan alamat baru untuk mengirim bitcoin
+createOrEditAddressAction.createSending.tooltip=Menambahkan alamat baru untuk mengirim dogecoin
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Oke
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Dikirim ke "{1}" ({0})
validationErrorView.title=Kesalahan validasi
validationErrorView.okOption=Oke
-validationErrorView.addressInvalidMessage=Alamat "{0}" adalah bukan alamat bitcoin yang sah.
+validationErrorView.addressInvalidMessage=Alamat "{0}" adalah bukan alamat dogecoin yang sah.
validationErrorView.amountIsMissingMessage=Anda harus menentukan jumlah
validationErrorView.amountInvalidMessage=Jumlah "{0}" tidak dapat dipahami sebagai angka.
-validationErrorView.amountIsNegativeOrZeroMessage=Jumlah harus lebih besar dari 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Jumlah harus lebih besar dari 0 DOGE.
validationErrorView.amountIsTooSmallMessage=Jumlahnya terlalu kecil. Minimum harus {0} satoshi.
-validationErrorView.notEnoughFundsMessage=Di dompet ini tidak memiliki dana yang cukup untuk mengirim {0} BTC.\nPerlu dicatat bahwa Anda hanya bisa menggunakan transaksi yang sudah terkonfirmasi.\nIngat bahwa pengirim membayar biaya.
-validationErrorView.notEnoughFundsMessage2=Di dompet ini tidak memiliki dana yang cukup untuk mengirim {0} BTC.\nAnda hanya bisa menggunakan saldo "Dapat digunakan".\nIngat bahwa pengirim membayar biaya.
+validationErrorView.notEnoughFundsMessage=Di dompet ini tidak memiliki dana yang cukup untuk mengirim {0} DOGE.\nPerlu dicatat bahwa Anda hanya bisa menggunakan transaksi yang sudah terkonfirmasi.\nIngat bahwa pengirim membayar biaya.
+validationErrorView.notEnoughFundsMessage2=Di dompet ini tidak memiliki dana yang cukup untuk mengirim {0} DOGE.\nAnda hanya bisa menggunakan saldo "Dapat digunakan".\nIngat bahwa pengirim membayar biaya.
validationErrorView.moreHelp=Bantuan lebih lanjut
showTransactionsAction.text=Transaksi
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Deskripsi dompet Anda
singleWalletPanel.dataHasChanged.text=Pembaruan berhenti.
singleWalletPanel.dataHasChanged.tooltip.1=Program lain telah mengubah dompet ini.
-singleWalletPanel.dataHasChanged.tooltip.2=Untuk menghindari kesalahan MultiBit ini telah menghentikan pembaruan.
+singleWalletPanel.dataHasChanged.tooltip.2=Untuk menghindari kesalahan MultiDoge ini telah menghentikan pembaruan.
singleWalletPanel.dataHasChanged.backupFile=File cadangan adalah "{0}".
singleWalletPanel.twistyRightText=Klik untuk menampilkan rincian dompet
singleWalletPanel.twistyDownText=Klik untuk menyembunyikan rincian dompet
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Setel ulang Tanggal
resetTransactionsPanel.resetFromFirstTransaction=Setel ulang dari tanggal transaksi pertama
resetTransactionsPanel.chooseResetDate=Tentukan tanggal setel ulang\: {0}
-showOpenUriView.title=Buka Bitcoin URI
-showOpenUriView.message1=Aplikasi lain telah meminta pembayaran Bitcoin.
+showOpenUriView.title=Buka Dogecoin URI
+showOpenUriView.message1=Aplikasi lain telah meminta pembayaran Dogecoin.
showOpenUriView.message2=Apakah Anda ingin mengisi formulir 'Pengiriman' dengan permintaan?
showOpenUriView.yesText=Ya
showOpenUriView.noText=Tidak
showOpenUriView.rememberMyDecision=Ingat keputusan saya
-showOpenUriViewSubmitAction.tooltip=Mengisi formulir dengan permintaan pembayaran bitcoin
+showOpenUriViewSubmitAction.tooltip=Mengisi formulir dengan permintaan pembayaran dogecoin
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Permintaan pembayaran diterima tetapi diabaikan karena preferensi
showOpenUriViewAction.tooltip=Ya, isi formulir dengan permintaan pembayaran
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Memilih tampilan font
-fontChooser.tooltip=Pilih font yang digunakan dalam MultiBit
+fontChooser.tooltip=Pilih font yang digunakan dalam MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Oke
fontChooser.cancel=Batal
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Pilih file dimana kunci privat ingin
showExportPrivateKeysPanel.password.title=Sandi dari file ekspor
showExportPrivateKeysPanel.passwordProtect=Lindungi file ekspor dengan sandi\:
showExportPrivateKeysPanel.doNotPasswordProtect=Jangan lindungi file ekspor dengan sandi.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Siapa pun yang dapat membaca file ekspor Anda dapat menghabiskan bitcoin Anda.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Siapa pun yang dapat membaca file ekspor Anda dapat menghabiskan dogecoin Anda.
showExportPrivateKeysPanel.walletPasswordPrompt=Kata sandi dompet
showExportPrivateKeysPanel.passwordPrompt=Sandi
showExportPrivateKeysPanel.repeatPasswordPrompt=Ulangi sandi
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=Biaya yang telah ditambahkan ke transa
transactionDetailsDialog.sizeLabel.text=ukuran
transactionDetailsDialog.sizeLabel.tooltip=Ukuran transaksi ini dalam byte
transactionDetailsDialog.viewAtBlockExplorer=Melihat di blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Melihat di blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Melihat di dogechain.info
crudButton.new=Baru
crudButton.open=Buka
crudButton.delete=Hapus
closeWalletAction.text=Tutup dompet
-closeWalletAction.tooltip=Tutup dompet dan tidak di ditampilkan lagi di MultiBit.
+closeWalletAction.tooltip=Tutup dompet dan tidak di ditampilkan lagi di MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Hapus dompet
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=Dompet "{0}" telah berhasil dihapus.
deleteWalletConfirmDialog.walletDeleteError1=Ada kesalahan menghapus dompet.
deleteWalletConfirmDialog.walletDeleteError2=Kesalahan adalah "{0}".
deleteWalletConfirmDialog.question1=Untuk mengkonfirmasi tindakan ini
-deleteWalletConfirmDialog.question2=nama pencipta Bitcoin.
+deleteWalletConfirmDialog.question2=nama pencipta Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Jawaban salah
deleteWalletException.walletWasReadonly=dompet (atau berkas info dompet) adalah readonly. Tidak dapat dihapus
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Berkas info dompet tidak berhasil
deleteWalletConfirmDialog.newWalletCreated=Karena Anda tidak mempunyai dompet lagi, satu dompet telah dibuat untuk Anda.
welcomePanel.text=Selamat datang
-welcomePanel.title=Selamat datang di MultiBit
+welcomePanel.title=Selamat datang di MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=Dengan MultiBit bitcoin Anda disimpan dalam sebuah dompet. Anda dapat memiliki beberapa dompet untuk membantu pengaturan. Semua dompet ditampilkan di panel "Dompet" di sebelah kiri.
+welcomePanel.paragraph1=Dengan MultiDoge dogecoin Anda disimpan dalam sebuah dompet. Anda dapat memiliki beberapa dompet untuk membantu pengaturan. Semua dompet ditampilkan di panel "Dompet" di sebelah kiri.
welcomePanel.paragraph2=Gunakan menu pilihan untuk membuka tab baru untuk apa yang ingin Anda lakukan. "Kirim", "Permintaan" dan "Transaksi" tab selalu terbuka. Yang lainnya Anda dapat menutup dengan mengklik tanda "x" pada judul tab.
welcomePanel.paragraph2.5=Anda dapat melindungi dompet Anda dengan sandi agar lebih aman pada menu pilihan "File | Tambahkan Password".
welcomePanel.paragraph3=Banyak item pada layar memiliki deskripsi dalam tooltip. Gerakan kursor di atas item dengan mouse Anda untuk melihat tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Sandi
addPasswordPanel.text=Dompet berikut akan dilindungi kata sandi\:
addPasswordPanel.reminder1=Pastikan keamanan kata sandi Anda.
-addPasswordPanel.reminder2=Anda perlu sandi ini untuk menggunakan bitcoin Anda.
+addPasswordPanel.reminder2=Anda perlu sandi ini untuk menggunakan dogecoin Anda.
addPasswordPanel.reminder3=Tidak dapat dipulihkan jika hilang.
addPasswordPanel.enterPasswords=Masukkan sandi yang ingin Anda gunakan untuk dompet ini
addPasswordPanel.addPasswordSuccess=Sandi berhasil ditambahkan.
@@ -584,7 +585,7 @@ changePasswordPanel.text=Kata sandi akan berubah untuk dompet berikut\:
changePasswordPanel.newPasswordPrompt=Kata sandi baru
changePasswordPanel.repeatNewPasswordPrompt=Ulangi kata sandi baru
changePasswordPanel.reminder1=Pastikan keamanan kata sandi Anda.
-changePasswordPanel.reminder2=Anda perlu sandi ini untuk menggunakan bitcoin Anda.
+changePasswordPanel.reminder2=Anda perlu sandi ini untuk menggunakan dogecoin Anda.
changePasswordPanel.reminder3=Tidak dapat dipulihkan jika hilang.
changePasswordPanel.enterPasswords=Masukkan sandi baru yang ingin Anda gunakan untuk dompet ini
changePasswordPanel.enterCurrentPassword=Masukkan sandi saat ini
@@ -655,12 +656,12 @@ transactionConfidence.pending=Tertunda/belum terkonfirmasi.
transactionConfidence.appearedInBestChain=Muncul di rangkaian terbaik di urutan {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Tidak diketahui berapa banyak rekan-rekan telah melihat transaksi ini.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Nilai bitcoin hanya dapat memiliki 8 angka desimal
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Nilai dogecoin hanya dapat memiliki 8 angka desimal
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=Jumlah yang ditentukan dalam "{0}" hanya dapat memiliki {1} angka desimal()
currencyConverter.couldNotUnderstandAmount=Jumlah "{0}" tidak dapat dipahami sebagai angka
alertManagerTitle=Versi baru tersedia
-alertManagerLine1=Ada versi baru "{0}" MultiBit yang tersedia.
+alertManagerLine1=Ada versi baru "{0}" MultiDoge yang tersedia.
alertManagerLine2=Versi Anda saat ini adalah "{0}".
alertManagerViewRelease=Lihat rilis
diff --git a/src/main/resources/i18n/it/viewer.properties b/src/main/resources/i18n/it/viewer.properties
index 4714f4d8c..4e89b3968 100755
--- a/src/main/resources/i18n/it/viewer.properties
+++ b/src/main/resources/i18n/it/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbo
showPreferencesPanel.feeTitle=Tassa di transazione
showPreferencesPanel.feeLabel.text=Tassa
showPreferencesPanel.size.text={0} byte
-showPreferencesPanel.couldNotUnderstandFee=MultiBit non riusciva a capire la tassa di "{0}". Mantenendo il vecchio canone.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge non riusciva a capire la tassa di "{0}". Mantenendo il vecchio canone.
showPreferencesPanel.aFeeMustBeSet=\u00c8 necessario impostare una tassa di transazione. Mantenendo il vecchio canone.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=La tassa deve essere almeno 0.0001 BTC. Mantenendo il vecchio canone.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=La tassa deve essere pi\u00f9 piccola di 1 BTC. Controllare il separatore decimale. Mantenendo la vecchia tassa.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=La tassa deve essere almeno 0.0001 DOGE. Mantenendo il vecchio canone.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=La tassa deve essere pi\u00f9 piccola di 1 DOGE. Controllare il separatore decimale. Mantenendo la vecchia tassa.
showPreferencesPanel.browserIntegrationTitle=Integrazione Browser
-showPreferencesPanel.browserIntegration.messageText=Cosa ti piacerebbe che accada quando una richiesta di pagamento Bitcoin viene fatta tramite un browser ?
-showPreferencesPanel.ignoreAll=Ignora tutti i pagamenti con Bitcoin richiesti
+showPreferencesPanel.browserIntegration.messageText=Cosa ti piacerebbe che accada quando una richiesta di pagamento Dogecoin viene fatta tramite un browser ?
+showPreferencesPanel.ignoreAll=Ignora tutti i pagamenti con Dogecoin richiesti
showPreferencesPanel.fillAutomatically=Compila automaticamente il modulo di invio
showPreferencesPanel.askEveryTime=Chiedimi ogni volta
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Seconda riga
showPreferencesPanel.ticker.showSecondRow=Visualizza la seconda riga
showPreferencesPanel.ticker.exchange=Scambio
showPreferencesPanel.ticker.currency=Valuta
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Visualizza i bitcoin convertiti nella valuta fiat
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin verr\u00e0 visualizzato convertito utilizzando l'ultimo prezzo di questa moneta.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Visualizza i dogecoin convertiti nella valuta fiat
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin verr\u00e0 visualizzato convertito utilizzando l'ultimo prezzo di questa moneta.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=Il codice di accesso App ID da OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Hai inserito un App ID non valido.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=App ID errata
showPreferencesPanel.getAppId.text=Ottieni App ID
showPreferencesPanel.getAppId.tooltip=Apri il tuo browser e iscriviti a OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Premere il pulsante "Ottieni App ID" qui sotto
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Creato portafoglio "{0}".
multiBit.openingWallet=Apertura del portafoglio "{0}" in corso...
@@ -97,7 +98,7 @@ multibit.userDataDirectory=La cartella dei dati utente \u00e8 "{0}".
multibit.installationDirectory=La cartella di installazione \u00e8 "{0}".
multiBitFrame.title=Multibit
multiBitFrame.balanceLabel=Saldo
-multiBitFrame.balanceLabel.tooltip=Saldo tra cui bitcoins non confermate e cambiare
+multiBitFrame.balanceLabel.tooltip=Saldo tra cui dogecoins non confermate e cambiare
multiBitFrame.ticker.show.text=Visualizza valuta Ticker
multiBitFrame.ticker.hide.text=Nascondi valuta Ticker
multiBitFrame.statusBar.tooltip1=Messaggi.
@@ -145,11 +146,11 @@ multiBitFrame.status.beingConfirmedAndCoinbase=Questa \u00e8 una transazione coi
multiBitFrame.availableToSpend=Disponibile a spendere\: {0}
multiBitFrame.availableToSpend2=Disponibilit\u00e1
-multiBitFrame.availableToSpend.tooltip=Saldo che meno non confermato bitcoins e cambiamento ancora da restituire
+multiBitFrame.availableToSpend.tooltip=Saldo che meno non confermato dogecoins e cambiamento ancora da restituire
-multiBitService.errorText=Non \u00e8 stato possibile connettersi alla rete Bitcoin. L'errore \u00e8 stato\: {0}
-multiBitService.errorTitleText=Errore di connessione alla rete bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=Ferma le connessioni al network Bitcoin...
+multiBitService.errorText=Non \u00e8 stato possibile connettersi alla rete Dogecoin. L'errore \u00e8 stato\: {0}
+multiBitService.errorTitleText=Errore di connessione alla rete dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=Ferma le connessioni al network Dogecoin...
multiBitService.couldNotLoadBlockchain=Impossibile caricare blockchain {0}". L'errore \u00e8 stato {1}".
multiBitService.replayingFromBlockCache=Riproduzione dalla cache locale...
@@ -173,70 +174,70 @@ openWalletView.title=Portafoglio aperto
saveWalletAsView.untitled=Senza titolo
-helpAboutAction.text=Circa MultiBit
-helpAboutAction.tooltip=Circa MultiBit
+helpAboutAction.text=Circa MultiDoge
+helpAboutAction.tooltip=Circa MultiDoge
helpAboutAction.mnemonicKey=C
-helpAboutAction.messageBoxTitle=Circa MultiBit
+helpAboutAction.messageBoxTitle=Circa MultiDoge
helpAboutAction.versionText=Versione\: {0}
showHelpContentsAction.text=Sommario della guida
-showHelpContentsAction.tooltip=Visualizza la guida per MultiBit
+showHelpContentsAction.tooltip=Visualizza la guida per MultiDoge
showHelpContentsAction.mnemonicKey=G
helpContentsView.messageTitle=Sommario della guida
-sendBitcoinAction.text=Invia Bitcoin
-sendBitcoinAction.tooltip=Invia bitcoin a qualcuno
-sendBitcoinAction.pleaseWait.tooltip=Prego, attendi che MultiBit finisca di sincronizzare prima dell'invio
+sendBitcoinAction.text=Invia Dogecoin
+sendBitcoinAction.tooltip=Invia dogecoin a qualcuno
+sendBitcoinAction.pleaseWait.tooltip=Prego, attendi che MultiDoge finisca di sincronizzare prima dell'invio
sendBitcoinAction.mnemonicKey=I
sendBitcoinConfirmAction.text=Invia
-sendBitcoinConfirmAction.tooltip=Invia bitcoin a qualcuno
+sendBitcoinConfirmAction.tooltip=Invia dogecoin a qualcuno
sendBitcoinConfirmAction.mnemonicKey=I
-sendBitcoinNowAction.sendingBitcoin=Sto spedendo bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=Tuo bitcoin furono inviati con successo.
-sendBitcoinNowAction.bitcoinSendFailed=Invia di tuo bitcoin non riuscita.
-sendBitcoinNowAction.pingFailure=Tutti i nodi hanno fallito il test di rete. Controlla la connessione di rete, quindi riapri MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Sto spedendo dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=Tuo dogecoin furono inviati con successo.
+sendBitcoinNowAction.bitcoinSendFailed=Invia di tuo dogecoin non riuscita.
+sendBitcoinNowAction.pingFailure=Tutti i nodi hanno fallito il test di rete. Controlla la connessione di rete, quindi riapri MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Non c'erano fondi sufficienti per l'invio.
sendBitcoinConfirmView.sendOption=Invia
sendBitcoinConfirmView.cancelOption=Annulla
-sendBitcoinConfirmView.message=Si prega di confermare che si desidera inviare bitcoin come segue\:
-sendBitcoinConfirmView.title=Confermare Invia Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit deve essere online e collegato a pi\u00f9 di un nodo per inviare bitcoin.
+sendBitcoinConfirmView.message=Si prega di confermare che si desidera inviare dogecoin come segue\:
+sendBitcoinConfirmView.title=Confermare Invia Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge deve essere online e collegato a pi\u00f9 di un nodo per inviare dogecoin.
receiveBitcoinAction.textShort=Richiesta
-receiveBitcoinAction.text=Richiesta Bitcoin
-receiveBitcoinAction.tooltip=Richiedi bitcoin da qualcuno
+receiveBitcoinAction.text=Richiesta Dogecoin
+receiveBitcoinAction.tooltip=Richiedi dogecoin da qualcuno
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Preferenze
-showPreferencesAction.tooltip=Vista MultiBit preferenze
+showPreferencesAction.tooltip=Vista MultiDoge preferenze
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Applica i cambiamenti
showPreferencesSubmitAction.tooltip=Applica i cambiamenti
showPreferencesSubmitAction.mnemonicKey=P
-sendBitcoinPanel.title=Invia Bitcoin
+sendBitcoinPanel.title=Invia Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Inviare i dettagli
-sendBitcoinPanel.helpLabel1.message=Vuoi inviare bitcoin.
+sendBitcoinPanel.helpLabel1.message=Vuoi inviare dogecoin.
sendBitcoinPanel.helpLabel2.message=Immettere o scegliere un indirizzo per inviare a e un importo.
sendBitcoinPanel.helpLabel3.message=Facoltativamente, aggiungere un'etichetta.
sendBitcoinPanel.addressLabel=Indirizzo
-sendBitcoinPanel.addressLabel.tooltip=L'indirizzo a cui si desidera inviare bitcoin a
+sendBitcoinPanel.addressLabel.tooltip=L'indirizzo a cui si desidera inviare dogecoin a
sendBitcoinPanel.labelLabel=Etichetta
sendBitcoinPanel.labelLabel.tooltip=Un'etichetta descrittiva per questo indirizzo
sendBitcoinPanel.amountLabel=Importo
sendBitcoinPanel.amountLabel.tooltip=Importo da inviare
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unit\u00e0 di BTC
-sendBitcoinPanel.sendingAddressesTitle=Indirizzi bitcoin da inviare a
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unit\u00e0 di DOGE
+sendBitcoinPanel.sendingAddressesTitle=Indirizzi dogecoin da inviare a
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Vostri indirizzi mittente (pu\u00f2 essere scaduto)
sendBitcoinPanel.couldNotUnderstandQRcode=Codice QR non riconosciuto di {0}.
sendBitcoinPanel.dragBitcoinLabelQRcode.text=trascina|codice QR|qui
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Trascinare un bitcoin QR code qui per compilare automaticamente il modulo 'Invia'.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Trascinare un dogecoin QR code qui per compilare automaticamente il modulo 'Invia'.
sendBitcoinPanel.showMore.text=Pi\u00f9
sendBitcoinPanel.showMore.tooltip=Visualizza il pannello laterale
sendBitcoinPanel.showMore.mnemonic=P
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Meno
sendBitcoinPanel.showLess.tooltip=Nascondi pannello laterale
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Ricevere Bitcoin
-receiveBitcoinPanel.helpLabel1.message=Vuoi ricevere bitcoin.
+receiveBitcoinPanel.title=Ricevere Dogecoin
+receiveBitcoinPanel.helpLabel1.message=Vuoi ricevere dogecoin.
receiveBitcoinPanel.helpLabel2.message=Scegli uno dei tuoi indirizzi riceventi.
receiveBitcoinPanel.helpLabel3.message=Facoltativamente immettere un'etichetta e un importo.
receiveBitcoinPanel.addressLabel=Il tuo indirizzo
-receiveBitcoinPanel.addressLabel.tooltip=L'indirizzo a cui si desidera ricevere bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=L'indirizzo a cui si desidera ricevere dogecoin
receiveBitcoinPanel.labelLabel=Etichetta
receiveBitcoinPanel.labelLabel.tooltip=Un'etichetta descrittiva per questo indirizzo
receiveBitcoinPanel.amountLabel=Importo
receiveBitcoinPanel.amountLabel.tooltip=Importo da ricevere
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unit\u00e0 di BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unit\u00e0 di DOGE
receiveBitcoinPanel.receivingAddressesTitle=Gli indirizzi di ricezione
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Gli indirizzi di ricezione (pu\u00f2 essere scaduto)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Etichetta
addressBookTableModel.addressColumnHeader=Indirizzo
copyQRCodeTextAction.text=Copiare il testo
-copyQRCodeTextAction.tooltip=Copiare testo URI bitcoin appunti
+copyQRCodeTextAction.tooltip=Copiare testo URI dogecoin appunti
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Copia
-copyQRCodeImageAction.tooltip=Copia il codice QR bitcoin negli appunti
+copyQRCodeImageAction.tooltip=Copia il codice QR dogecoin negli appunti
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Incollare
-pasteSwatchAction.tooltip=Incolla il testo in formato URI dei bitcoin o il codice QR dagli appunti
+pasteSwatchAction.tooltip=Incolla il testo in formato URI dei dogecoin o il codice QR dagli appunti
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Nuovo
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Crea nuovi indirizzi riceventi
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Nuovo
-createOrEditAddressAction.createSending.tooltip=Aggiungere un nuovo indirizzo per l'invio di bitcoin a
+createOrEditAddressAction.createSending.tooltip=Aggiungere un nuovo indirizzo per l'invio di dogecoin a
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Inviato a "{1}" ({0})
validationErrorView.title=Errore di convalida
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=L'indirizzo "{0}" non \u00e8 un indirizzo valido bitcoin.
+validationErrorView.addressInvalidMessage=L'indirizzo "{0}" non \u00e8 un indirizzo valido dogecoin.
validationErrorView.amountIsMissingMessage=\u00c8 necessario specificare un importo
validationErrorView.amountInvalidMessage=L'importo "{0}" non potrebbe essere inteso come un numero.
-validationErrorView.amountIsNegativeOrZeroMessage=L'importo deve essere maggiore di 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=L'importo deve essere maggiore di 0 DOGE.
validationErrorView.amountIsTooSmallMessage=L'importo \u00e8 troppo basso. Deve essere almeno di {0} satoshi.
-validationErrorView.notEnoughFundsMessage=Non ci sono abbastanza fondi in questo wallet per inviare {0} BTC.\nSi noti che si possono spendere solo transazioni confermate.\nRicorda che il mittente paga una tassa.
-validationErrorView.notEnoughFundsMessage2=Non ci sono fondi sufficienti in questo portafoglio di inviare {0} BTC.\nSi pu\u00f2 spendere solo fino alla "Disponibilit\u00e0".\nRicorda che il mittente paga una tassa.
+validationErrorView.notEnoughFundsMessage=Non ci sono abbastanza fondi in questo wallet per inviare {0} DOGE.\nSi noti che si possono spendere solo transazioni confermate.\nRicorda che il mittente paga una tassa.
+validationErrorView.notEnoughFundsMessage2=Non ci sono fondi sufficienti in questo portafoglio di inviare {0} DOGE.\nSi pu\u00f2 spendere solo fino alla "Disponibilit\u00e0".\nRicorda che il mittente paga una tassa.
validationErrorView.moreHelp=Pi\u00f9 aiuto
showTransactionsAction.text=Transazioni
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Descrizione del tuo portafoglio
singleWalletPanel.dataHasChanged.text=Gli aggiornamenti si ferm\u00f2.
singleWalletPanel.dataHasChanged.tooltip.1=Un altro programma ha cambiato questo portafoglio.
-singleWalletPanel.dataHasChanged.tooltip.2=Per evitare errori di questo MultiBit ha smesso di aggiornamenti.
+singleWalletPanel.dataHasChanged.tooltip.2=Per evitare errori di questo MultiDoge ha smesso di aggiornamenti.
singleWalletPanel.dataHasChanged.backupFile=File di backup \u00e8 "{0}".
singleWalletPanel.twistyRightText=Clicca per vedere i dettagli del portafoglio
singleWalletPanel.twistyDownText=Clicca per nascondere i dettagli del portafoglio
@@ -393,13 +394,13 @@ resetTransactionsPanel.resetDate=Azzerare dati
resetTransactionsPanel.resetFromFirstTransaction=Reimposta dalla data della prima transazione
resetTransactionsPanel.chooseResetDate=Specificare la data del reset\: {0}
-showOpenUriView.title=Apri Bitcoin URI
-showOpenUriView.message1=Un'altra persona ha richiesto il pagamento Bitcoin.
+showOpenUriView.title=Apri Dogecoin URI
+showOpenUriView.message1=Un'altra persona ha richiesto il pagamento Dogecoin.
showOpenUriView.message2=Vuoi compilare il modulo 'Send' con la richiesta?
showOpenUriView.yesText=S\u00ec
showOpenUriView.noText=No
showOpenUriView.rememberMyDecision=Ricorda la mia decisione
-showOpenUriViewSubmitAction.tooltip=Compilare il modulo di invio con richiesta di pagamento di bitcoin
+showOpenUriViewSubmitAction.tooltip=Compilare il modulo di invio con richiesta di pagamento di dogecoin
showOpenUriViewSubmitAction.mnemonicKey=A
showOpenUriView.paymentRequestIgnored=Richiesta di pagamento ricevuta, ma ignorata a causa delle preferenze
showOpenUriViewAction.tooltip=Si, riempire il modulo d'invio con la richiesta di pagamento
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Scegli il file da cui vuoi esportare
showExportPrivateKeysPanel.password.title=Password del file di esportazione
showExportPrivateKeysPanel.passwordProtect=Password per la protezione del file di esportazione\:
showExportPrivateKeysPanel.doNotPasswordProtect=Non proteggere con password i file di esportazione.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Chiunque che pu\u00f2 leggere il file di esportazione pu\u00f2 spendere il tuo bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Chiunque che pu\u00f2 leggere il file di esportazione pu\u00f2 spendere il tuo dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Password del portafoglio
showExportPrivateKeysPanel.passwordPrompt=password
showExportPrivateKeysPanel.repeatPasswordPrompt=ripetere la password
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=La tassa che \u00e8 stata aggiunta a q
transactionDetailsDialog.sizeLabel.text=Dimensione
transactionDetailsDialog.sizeLabel.tooltip=Le dimensioni di questa transazione in byte
transactionDetailsDialog.viewAtBlockExplorer=Vedi su blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Vedi su blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Vedi su dogechain.info
crudButton.new=Nuovo
crudButton.open=Aperto
crudButton.delete=Cancella
closeWalletAction.text=Chiudere il portafoglio
-closeWalletAction.tooltip=Chiudere il portafoglio e non pi\u00f9 visualizzarlo in MultiBit.
+closeWalletAction.tooltip=Chiudere il portafoglio e non pi\u00f9 visualizzarlo in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Cancella portafoglio
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=Il portafoglio "{0}" \u00e8 stato canc
deleteWalletConfirmDialog.walletDeleteError1=C'\u00e8 stato un errore nella cancellazione del portafoglio.
deleteWalletConfirmDialog.walletDeleteError2=L'errore era "{0}".
deleteWalletConfirmDialog.question1=Per confermare questa azione inserisci
-deleteWalletConfirmDialog.question2=il nome del creatore di Bitcoin.
+deleteWalletConfirmDialog.question2=il nome del creatore di Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Risposta sbagliata
deleteWalletException.walletWasReadonly=portafoglio (o file infor del portafoglio) \u00e8 di sola lettura. Impossibile eliminarlo
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Il file info del portafoglio non
deleteWalletConfirmDialog.newWalletCreated=Visto che non ancora un portafoglio, ne \u00e8 stato creato uno per voi.
welcomePanel.text=Benvenuto
-welcomePanel.title=Benvenuto su MultiBit
+welcomePanel.title=Benvenuto su MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=Con multibit i tuoi bitcoin sono contenuti nel portafoglio. \u00c8 possibile avere diversi portafogli per organizzarti meglio. I portafogli sono tutti mostrati nel pannello "Portafogli" a sinistra.
+welcomePanel.paragraph1=Con multibit i tuoi dogecoin sono contenuti nel portafoglio. \u00c8 possibile avere diversi portafogli per organizzarti meglio. I portafogli sono tutti mostrati nel pannello "Portafogli" a sinistra.
welcomePanel.paragraph2=Utilizzare il men\u00f9 opzioni per aprire nuove schede. Le schede "Inviare", "Richiesta" e "Transazioni" sono sempre aperte. Le altre puoi chiuderle cliccando su "x" nel titolo della scheda.
welcomePanel.paragraph2.5=Puoi proteggere il tuo portafoglio con una password per maggiore sicurezza con il "File | Aggiungi Password" dal men\u00f9 opzioni.
welcomePanel.paragraph3=Molti elementi sullo schermo hanno una descrizione nella tooltip. Posiziona il mouse sopra un elemento per vedere la descrizione dei comandi.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=C
addPasswordPanel.password.title=password
addPasswordPanel.text=Il seguente portafoglio sar\u00e0 protetto da password\:
addPasswordPanel.reminder1=Mantieni la tua password sicura.
-addPasswordPanel.reminder2=Hai bisogno di questa password per spendere i tuoi bitcoin.
+addPasswordPanel.reminder2=Hai bisogno di questa password per spendere i tuoi dogecoin.
addPasswordPanel.reminder3=Non pu\u00f2 essere recuperato se perso.
addPasswordPanel.enterPasswords=Digita la password per usare questo portafoglio
addPasswordPanel.addPasswordSuccess=La password \u00e8 stata aggiunta con successo.
@@ -584,7 +585,7 @@ changePasswordPanel.text=La password verr\u00e0 modificata per i seguenti portaf
changePasswordPanel.newPasswordPrompt=Nuova password
changePasswordPanel.repeatNewPasswordPrompt=Ripeti la nuova password
changePasswordPanel.reminder1=Mantieni la tua password sicura.
-changePasswordPanel.reminder2=Hai bisogno di questa password per spendere i tuoi bitcoin.
+changePasswordPanel.reminder2=Hai bisogno di questa password per spendere i tuoi dogecoin.
changePasswordPanel.reminder3=Non pu\u00f2 essere recuperato se perso.
changePasswordPanel.enterPasswords=Immettere la nuova password che si desidera usare per questo portafoglio
changePasswordPanel.enterCurrentPassword=Digitare la password corrente
@@ -655,12 +656,12 @@ transactionConfidence.pending=In sospeso/non confermato.
transactionConfidence.appearedInBestChain=Apparso nel miglior catena all'altezza {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Non si conoscono quanti nodi hanno visto questa transazione.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Una quantit\u00e0 di bitcoin pu\u00f2 avere solo 8 cifre decimali
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Una quantit\u00e0 di dogecoin pu\u00f2 avere solo 8 cifre decimali
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=Una quantit\u00e0 specificata in "{0}" pu\u00f2 avere solo {1} decimali
currencyConverter.couldNotUnderstandAmount=La quantit\u00e0 "{0}" non pu\u00f2 essere intesa come numero
alertManagerTitle=Nuova versione disponibile
-alertManagerLine1=E' disponibile la nuova versione "{0}" di MultiBit.
+alertManagerLine1=E' disponibile la nuova versione "{0}" di MultiDoge.
alertManagerLine2=La tua versione corrente \u00e8 "{0}".
alertManagerViewRelease=Vedi comunicato
diff --git a/src/main/resources/i18n/ja/viewer.properties b/src/main/resources/i18n/ja/viewer.properties
index 8ddbc2f70..c550d029b 100755
--- a/src/main/resources/i18n/ja/viewer.properties
+++ b/src/main/resources/i18n/ja/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=\u30bb\u30eb\u30d3\u30a2\u8a9e
showPreferencesPanel.feeTitle=\u9001\u91d1\u624b\u6570\u6599
showPreferencesPanel.feeLabel.text=\u624b\u6570\u6599
showPreferencesPanel.size.text={0} \u30d0\u30a4\u30c8
-showPreferencesPanel.couldNotUnderstandFee=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u306f\u624b\u6570\u6599"{0}"\u3092\u8a8d\u8b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4ee5\u524d\u306e\u624b\u6570\u6599\u3092\u7d99\u7d9a\u3057\u307e\u3059\u3002
+showPreferencesPanel.couldNotUnderstandFee=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u306f\u624b\u6570\u6599"{0}"\u3092\u8a8d\u8b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4ee5\u524d\u306e\u624b\u6570\u6599\u3092\u7d99\u7d9a\u3057\u307e\u3059\u3002
showPreferencesPanel.aFeeMustBeSet=\u53d6\u5f15\u624b\u6570\u6599\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u4ee5\u524d\u306e\u624b\u6570\u6599\u3092\u7d99\u7d9a\u3057\u307e\u3059\u3002
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u624b\u6570\u6599\u306f\u5c11\u306a\u304f\u3068\u3082 0.0001 BTC \u304c\u5fc5\u8981\u3067\u3059\u3002\u4ee5\u524d\u306e\u624b\u6570\u6599\u3092\u7dad\u6301\u3057\u3066\u3044\u307e\u3059\u3002
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u5c0f\u6570\u70b9\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3001\u624b\u6570\u6599\u306f\uff11\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3088\u308a\u5c11\u306a\u304f\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u53e4\u3044\u624b\u6570\u6599\u3092\u7dad\u6301\u3057\u307e\u3059\u3002
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u624b\u6570\u6599\u306f\u5c11\u306a\u304f\u3068\u3082 0.0001 DOGE \u304c\u5fc5\u8981\u3067\u3059\u3002\u4ee5\u524d\u306e\u624b\u6570\u6599\u3092\u7dad\u6301\u3057\u3066\u3044\u307e\u3059\u3002
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u5c0f\u6570\u70b9\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3001\u624b\u6570\u6599\u306f\uff11\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3088\u308a\u5c11\u306a\u304f\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u53e4\u3044\u624b\u6570\u6599\u3092\u7dad\u6301\u3057\u307e\u3059\u3002
showPreferencesPanel.browserIntegrationTitle=\u30d6\u30e9\u30a6\u30b6\u7d71\u5408
-showPreferencesPanel.browserIntegration.messageText=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u652f\u6255\u3044\u8981\u6c42\u304c\u30d6\u30e9\u30a6\u30b6\u5185\u3067\u30af\u30ea\u30c3\u30af\u3055\u308c\u305f\u3068\u304d\u306e\u52d5\u4f5c\u306f\u3069\u306e\u3088\u3046\u306b\u3057\u307e\u3059\u304b\uff1f
-showPreferencesPanel.ignoreAll=\u3059\u3079\u3066\u306e\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u652f\u6255\u3044\u8acb\u6c42\u3092\u7121\u8996\u3059\u308b\u3002
+showPreferencesPanel.browserIntegration.messageText=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u652f\u6255\u3044\u8981\u6c42\u304c\u30d6\u30e9\u30a6\u30b6\u5185\u3067\u30af\u30ea\u30c3\u30af\u3055\u308c\u305f\u3068\u304d\u306e\u52d5\u4f5c\u306f\u3069\u306e\u3088\u3046\u306b\u3057\u307e\u3059\u304b\uff1f
+showPreferencesPanel.ignoreAll=\u3059\u3079\u3066\u306e\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u652f\u6255\u3044\u8acb\u6c42\u3092\u7121\u8996\u3059\u308b\u3002
showPreferencesPanel.fillAutomatically=\u9001\u4fe1\u30d5\u30a9\u30fc\u30e0\u3092\u81ea\u52d5\u7684\u306b\u5165\u529b\u3057\u307e\u3059\u3002
showPreferencesPanel.askEveryTime=\u6bce\u56de\u78ba\u8a8d\u3059\u308b
@@ -78,7 +78,7 @@ showPreferencesPanel.ticker.showSecondRow=2 \u756a\u76ee\u306e\u884c\u3092\u8868
showPreferencesPanel.ticker.exchange=\u53d6\u5f15\u6240
showPreferencesPanel.ticker.currency=\u901a\u8ca8
showPreferencesPanel.ticker.showBitcoinConvertedToFiat=\u6cd5\u5b9a\u8ca8\u5e63\u3092\u8868\u793a
-showPreferencesPanel.ticker.exchangeInformation=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u306f\u3053\u306e\u901a\u8ca8\u306e\u6700\u65b0\u30ec\u30fc\u30c8\u3092\u5229\u7528\u3057\u3001\u5909\u63db\u8868\u793a\u3055\u308c\u307e\u3059\u3002
+showPreferencesPanel.ticker.exchangeInformation=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u306f\u3053\u306e\u901a\u8ca8\u306e\u6700\u65b0\u30ec\u30fc\u30c8\u3092\u5229\u7528\u3057\u3001\u5909\u63db\u8868\u793a\u3055\u308c\u307e\u3059\u3002
showPreferencesPanel.oerLabel.text=OpenExchangeRates \u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 ID
showPreferencesPanel.oerLabel.tooltip=OpenExchangeRates.org \u304b\u3089\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 ID \u30a2\u30af\u30bb\u30b9\u30b3\u30fc\u30c9
showPreferencesPanel.oerValidationError.text1=\u7121\u52b9\u306a\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 ID \u3092\u5165\u529b\u3057\u307e\u3057\u305f\u3002
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=\u4e0d\u9069\u5207\u306a\u30a2\u30
showPreferencesPanel.getAppId.text=\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 ID \u3092\u53d6\u5f97\u3057\u307e\u3059\u3002
showPreferencesPanel.getAppId.tooltip=OpenExchangeRates.org\u3000\u306e\u767b\u9332
showPreferencesPanel.getAppId.label=\u300c\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 ID \u306e\u53d6\u5f97\u300d\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\u8ca1\u5e03"{0}"\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002
multiBit.openingWallet=\u30a6\u30a9\u30ec\u30c3\u30c8"{0}"\u3092\u958b\u3044\u3066\u3044\u307e\u3059\u3002
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... \u5b8c\u4e86\u3002
multiBit.closedWallet=\u8ca1\u5e03"{0}"\u304c\u6b63\u5e38\u306b\u9589\u3058\u3089\u308c\u307e\u3057\u305f\u3002
multibit.userDataDirectory=\u30e6\u30fc\u30b6\u30fc \u30c7\u30fc\u30bf \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f"{0}"\u3067\u3059\u3002
multibit.installationDirectory=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f"{0}"\u3067\u3059\u3002
-multiBitFrame.title=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8
+multiBitFrame.title=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8
multiBitFrame.balanceLabel=\u6b8b\u9ad8
-multiBitFrame.balanceLabel.tooltip=\u672a\u78ba\u8a8d\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u304a\u3088\u3073\u5909\u66f4\u3092\u542b\u3080\u6b8b\u9ad8\u3067\u3059\u3002
+multiBitFrame.balanceLabel.tooltip=\u672a\u78ba\u8a8d\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u304a\u3088\u3073\u5909\u66f4\u3092\u542b\u3080\u6b8b\u9ad8\u3067\u3059\u3002
multiBitFrame.ticker.show.text=\u901a\u8ca8\u30c6\u30a3\u30c3\u30ab\u30fc\u3092\u8868\u793a
multiBitFrame.ticker.hide.text=\u901a\u8ca8\u30c6\u30a3\u30c3\u30ab\u30fc\u3092\u96a0\u3059
multiBitFrame.statusBar.tooltip1=\u30e1\u30c3\u30bb\u30fc\u30b8\u3002
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=\u3053\u306e\u30b3\u30a4\u30f3\u3
multiBitFrame.availableToSpend=\u9001\u91d1\u3067\u304d\u308b\u6b8b\u9ad8\: {0}
multiBitFrame.availableToSpend2=\u9001\u91d1\u3067\u304d\u308b\u6b8b\u9ad8
-multiBitFrame.availableToSpend.tooltip=\u6b8b\u9ad8\u3088\u308a\u6e1b\u5c11\u3057\u305f\u672a\u78ba\u8a8d\u306e\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u304a\u3088\u3073\u5909\u66f4\u306f\u8fd4\u5374\u3055\u308c\u307e\u3059
+multiBitFrame.availableToSpend.tooltip=\u6b8b\u9ad8\u3088\u308a\u6e1b\u5c11\u3057\u305f\u672a\u78ba\u8a8d\u306e\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u304a\u3088\u3073\u5909\u66f4\u306f\u8fd4\u5374\u3055\u308c\u307e\u3059
-multiBitService.errorText=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3078\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30a8\u30e9\u30fc\u306f\:{0}
-multiBitService.errorTitleText=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3078\u306e\u63a5\u7d9a\u30a8\u30e9\u30fc\u767a\u751f
-multiBitService.stoppingBitcoinNetworkConnection=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u63a5\u7d9a\u3092\u505c\u6b62\u3057\u3066\u3044\u307e\u3059...
+multiBitService.errorText=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3078\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30a8\u30e9\u30fc\u306f\:{0}
+multiBitService.errorTitleText=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3078\u306e\u63a5\u7d9a\u30a8\u30e9\u30fc\u767a\u751f
+multiBitService.stoppingBitcoinNetworkConnection=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u63a5\u7d9a\u3092\u505c\u6b62\u3057\u3066\u3044\u307e\u3059...
multiBitService.couldNotLoadBlockchain=\u30d6\u30ed\u30c3\u30af\u30c1\u30a7\u30a4\u30f3"{0}"\u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30a8\u30e9\u30fc\u306f"{1}"\u3067\u3057\u305f\u3002
multiBitService.replayingFromBlockCache=\u30ed\u30fc\u30ab\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u3088\u308a\u518d\u751f\u3057\u3066\u3044\u307e\u3059\u3002
exitAction.text=\u9000\u51fa\u3059\u308b
-exitAction.tooltip=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u304b\u3089\u9000\u51fa\u3057\u307e\u3059
+exitAction.tooltip=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u304b\u3089\u9000\u51fa\u3057\u307e\u3059
exitAction.mnemonicKey=X
openWalletAction.text=\u8ca1\u5e03\u3092\u958b\u304f
@@ -173,70 +174,70 @@ openWalletView.title=\u8ca1\u5e03\u3092\u958b\u304f
saveWalletAsView.untitled=\u7121\u540d
-helpAboutAction.text=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u306b\u3064\u3044\u3066
-helpAboutAction.tooltip=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u306b\u3064\u3044\u3066
+helpAboutAction.text=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u306b\u3064\u3044\u3066
+helpAboutAction.tooltip=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u306b\u3064\u3044\u3066
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u306b\u3064\u3044\u3066
+helpAboutAction.messageBoxTitle=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u306b\u3064\u3044\u3066
helpAboutAction.versionText=\u30d0\u30fc\u30b8\u30e7\u30f3\: {0}
showHelpContentsAction.text=\u30d8\u30eb\u30d7\u306e\u76ee\u6b21
-showHelpContentsAction.tooltip=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u30d8\u30eb\u30d7\u3092\u8868\u793a
+showHelpContentsAction.tooltip=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u30d8\u30eb\u30d7\u3092\u8868\u793a
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=\u30d8\u30eb\u30d7\u306e\u76ee\u6b21
-sendBitcoinAction.text=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u3057\u307e\u3059\u3002
-sendBitcoinAction.tooltip=\u76f8\u624b\u306b\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u3057\u307e\u3059
-sendBitcoinAction.pleaseWait.tooltip=\u9001\u4fe1\u3059\u308b\u524d\u306bMultiBit\u304c\u540c\u671f\u5b8c\u4e86\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
+sendBitcoinAction.text=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u3057\u307e\u3059\u3002
+sendBitcoinAction.tooltip=\u76f8\u624b\u306b\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u3057\u307e\u3059
+sendBitcoinAction.pleaseWait.tooltip=\u9001\u4fe1\u3059\u308b\u524d\u306bMultiDoge\u304c\u540c\u671f\u5b8c\u4e86\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=\u9001\u91d1
-sendBitcoinConfirmAction.tooltip=\u76f8\u624b\u306b\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u3059\u308b
+sendBitcoinConfirmAction.tooltip=\u76f8\u624b\u306b\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u3059\u308b
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u4e2d...
-sendBitcoinNowAction.bitcoinSentOk=\u3042\u306a\u305f\u306e\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u306f\u6b63\u5e38\u306b\u9001\u91d1\u3055\u308c\u307e\u3057\u305f\u3002
-sendBitcoinNowAction.bitcoinSendFailed=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u306e\u9001\u91d1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-sendBitcoinNowAction.pingFailure=\u3059\u3079\u3066\u306e\u30d4\u30a2\u304c\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30c6\u30b9\u30c8\u3092\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u63a5\u7d9a\u3092\u78ba\u8a8d\u3057\u3066\u3001MultiBit\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
+sendBitcoinNowAction.sendingBitcoin=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u4e2d...
+sendBitcoinNowAction.bitcoinSentOk=\u3042\u306a\u305f\u306e\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u306f\u6b63\u5e38\u306b\u9001\u91d1\u3055\u308c\u307e\u3057\u305f\u3002
+sendBitcoinNowAction.bitcoinSendFailed=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u306e\u9001\u91d1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
+sendBitcoinNowAction.pingFailure=\u3059\u3079\u3066\u306e\u30d4\u30a2\u304c\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30c6\u30b9\u30c8\u3092\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u63a5\u7d9a\u3092\u78ba\u8a8d\u3057\u3066\u3001MultiDoge\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\u4e0d\u5341\u5206\u306a\u8cc7\u91d1\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f\u3002
sendBitcoinConfirmView.sendOption=\u9001\u91d1
sendBitcoinConfirmView.cancelOption=\u30ad\u30e3\u30f3\u30bb\u30eb
sendBitcoinConfirmView.message=\u9001\u91d1\u5185\u5bb9\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\uff1a
-sendBitcoinConfirmView.title=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u306e\u9001\u91d1\u3092\u78ba\u8a8d
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit \u3067\u306e\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u9001\u91d1\u306f 1 \u3064\u4ee5\u4e0a\u306e\u30d4\u30a2\u306b\u63a5\u7d9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
+sendBitcoinConfirmView.title=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u306e\u9001\u91d1\u3092\u78ba\u8a8d
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge \u3067\u306e\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u9001\u91d1\u306f 1 \u3064\u4ee5\u4e0a\u306e\u30d4\u30a2\u306b\u63a5\u7d9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
receiveBitcoinAction.textShort=\u8acb\u6c42
-receiveBitcoinAction.text=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u8acb\u6c42\u3059\u308b
-receiveBitcoinAction.tooltip=\u76f8\u624b\u304b\u3089\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u8acb\u6c42\u3057\u307e\u3059\u3002
+receiveBitcoinAction.text=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u8acb\u6c42\u3059\u308b
+receiveBitcoinAction.tooltip=\u76f8\u624b\u304b\u3089\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u8acb\u6c42\u3057\u307e\u3059\u3002
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=\u8a2d\u5b9a
-showPreferencesAction.tooltip=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u306e\u8a2d\u5b9a\u3092\u8868\u793a\u3057\u307e\u3059\u3002
+showPreferencesAction.tooltip=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u306e\u8a2d\u5b9a\u3092\u8868\u793a\u3057\u307e\u3059\u3002
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=\u5909\u66f4\u3092\u9069\u7528\u3057\u307e\u3059
showPreferencesSubmitAction.tooltip=\u5909\u66f4\u3092\u9069\u7528\u3057\u307e\u3059
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u3057\u307e\u3059\u3002
+sendBitcoinPanel.title=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u3057\u307e\u3059\u3002
sendBitcoinPanel.sendBitcoinsPanelTitle=\u8a73\u7d30\u3092\u9001\u4fe1\u3057\u307e\u3059\u3002
-sendBitcoinPanel.helpLabel1.message=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u3057\u305f\u3044\u3067\u3059\u3002
+sendBitcoinPanel.helpLabel1.message=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u9001\u91d1\u3057\u305f\u3044\u3067\u3059\u3002
sendBitcoinPanel.helpLabel2.message=\u9001\u91d1\u5148\u30a2\u30c9\u30ec\u30b9\u304a\u3088\u3073\u9001\u91d1\u91d1\u984d\u3092\u5165\u529b\u307e\u305f\u306f\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
sendBitcoinPanel.helpLabel3.message=\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u30e9\u30d9\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002
sendBitcoinPanel.addressLabel=\u9001\u91d1\u5148\u30a2\u30c9\u30ec\u30b9
-sendBitcoinPanel.addressLabel.tooltip=\u3053\u306e\u30a2\u30c9\u30ec\u30b9\u306b\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u304c\u9001\u91d1\u3055\u308c\u307e\u3059
+sendBitcoinPanel.addressLabel.tooltip=\u3053\u306e\u30a2\u30c9\u30ec\u30b9\u306b\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u304c\u9001\u91d1\u3055\u308c\u307e\u3059
sendBitcoinPanel.labelLabel=\u30e9\u30d9\u30eb
sendBitcoinPanel.labelLabel.tooltip=\u3053\u306e\u30a2\u30c9\u30ec\u30b9\u306e\u8aac\u660e
sendBitcoinPanel.amountLabel=\u91d1\u984d
sendBitcoinPanel.amountLabel.tooltip=\u9001\u91d1\u91d1\u984d
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=BTC\u306e\u5358\u4f4d
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=DOGE\u306e\u5358\u4f4d
sendBitcoinPanel.sendingAddressesTitle=\u9001\u91d1\u5148\u30a2\u30c9\u30ec\u30b9
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=\u3042\u306a\u305f\u306e\u9001\u4fe1\u30a2\u30c9\u30ec\u30b9\u306f(\u671f\u9650\u5207\u308c\u304b\u3082\u3057\u308c\u307e\u305b\u3093)
sendBitcoinPanel.couldNotUnderstandQRcode=QR\u30b3\u30fc\u30c9"{0}"\u3092\u7406\u89e3\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
sendBitcoinPanel.dragBitcoinLabelQRcode.text=QR\u30b3\u30fc\u30c9\u3092|\u3053\u3053\u306b|\u30c9\u30e9\u30c3\u30b0\u3057\u3066\u304f\u3060\u3055\u3044
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip="\u9001\u4fe1"\u30d5\u30a9\u30fc\u30e0\u3092\u81ea\u52d5\u7684\u306b\u5165\u529b\u3059\u308b\u306b\u306f\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3QR\u30b3\u30fc\u30c9\u3092\u3053\u3053\u306b\u30c9\u30e9\u30c3\u30b0\u3057\u3066\u304f\u3060\u3055\u3044\u3002
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip="\u9001\u4fe1"\u30d5\u30a9\u30fc\u30e0\u3092\u81ea\u52d5\u7684\u306b\u5165\u529b\u3059\u308b\u306b\u306f\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3QR\u30b3\u30fc\u30c9\u3092\u3053\u3053\u306b\u30c9\u30e9\u30c3\u30b0\u3057\u3066\u304f\u3060\u3055\u3044\u3002
sendBitcoinPanel.showMore.text=\u3082\u3063\u3068
sendBitcoinPanel.showMore.tooltip=\u30b5\u30a4\u30c9\u30d1\u30cd\u30eb\u3092\u8868\u793a\u3057\u307e\u3059
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=\u5c11\u306a\u304f
sendBitcoinPanel.showLess.tooltip=\u30b5\u30a4\u30c9\u30d1\u30cd\u30eb\u3092\u96a0\u3059
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059
-receiveBitcoinPanel.helpLabel1.message=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u53d7\u3051\u53d6\u308a\u305f\u3044\u3067\u3059\u3002
+receiveBitcoinPanel.title=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059
+receiveBitcoinPanel.helpLabel1.message=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u53d7\u3051\u53d6\u308a\u305f\u3044\u3067\u3059\u3002
receiveBitcoinPanel.helpLabel2.message=\u53d7\u3051\u53d6\u308a\u30a2\u30c9\u30ec\u30b9\u306e1\u3064\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
receiveBitcoinPanel.helpLabel3.message=\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u3057\u3066\u30e9\u30d9\u30eb\u304a\u3088\u3073\u91d1\u984d\u3092\u5165\u529b\u3059\u308b\u3002
receiveBitcoinPanel.addressLabel=\u3042\u306a\u305f\u306e\u53d7\u3051\u53d6\u308a\u30a2\u30c9\u30ec\u30b9\u3067\u3059
-receiveBitcoinPanel.addressLabel.tooltip=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u53d7\u3051\u53d6\u308b\u305f\u3081\u306e\u30a2\u30c9\u30ec\u30b9
+receiveBitcoinPanel.addressLabel.tooltip=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u53d7\u3051\u53d6\u308b\u305f\u3081\u306e\u30a2\u30c9\u30ec\u30b9
receiveBitcoinPanel.labelLabel=\u30e9\u30d9\u30eb
receiveBitcoinPanel.labelLabel.tooltip=\u3053\u306e\u30a2\u30c9\u30ec\u30b9\u306e\u8aac\u660e
receiveBitcoinPanel.amountLabel=\u91d1\u984d
receiveBitcoinPanel.amountLabel.tooltip=\u53d7\u3051\u53d6\u308b\u91d1\u984d
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=BTC\u306e\u5358\u4f4d
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=DOGE\u306e\u5358\u4f4d
receiveBitcoinPanel.receivingAddressesTitle=\u3042\u306a\u305f\u306e\u53d7\u3051\u53d6\u308a\u30a2\u30c9\u30ec\u30b9\u3067\u3059
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=\u3042\u306a\u305f\u306e\u53d7\u3051\u53d6\u308a\u30a2\u30c9\u30ec\u30b9(\u53e4\u304f\u306a\u3063\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=\u30e9\u30d9\u30eb
addressBookTableModel.addressColumnHeader=\u9001\u91d1\u5148\u30a2\u30c9\u30ec\u30b9
copyQRCodeTextAction.text=\u30c6\u30ad\u30b9\u30c8\u3092\u30b3\u30d4\u30fc\u3059\u308b
-copyQRCodeTextAction.tooltip=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3URI\u30c6\u30ad\u30b9\u30c8\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3059\u308b
+copyQRCodeTextAction.tooltip=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3URI\u30c6\u30ad\u30b9\u30c8\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3059\u308b
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=\u30b3\u30d4\u30fc
-copyQRCodeImageAction.tooltip=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3QR\u30b3\u30fc\u30c9\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u3078\u30b3\u30d4\u30fc\u3059\u308b
+copyQRCodeImageAction.tooltip=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3QR\u30b3\u30fc\u30c9\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u3078\u30b3\u30d4\u30fc\u3059\u308b
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=\u5f35\u308a\u4ed8\u3051\u308b
-pasteSwatchAction.tooltip=\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u304b\u3089\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3URI\u30c6\u30ad\u30b9\u30c8\u3082\u3057\u304f\u306fQR\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\u3059\u308b
+pasteSwatchAction.tooltip=\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u304b\u3089\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3URI\u30c6\u30ad\u30b9\u30c8\u3082\u3057\u304f\u306fQR\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\u3059\u308b
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=\u65b0\u898f
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel="{1}"\u3078\u9001\u91d1\u3057\u307e\u305
validationErrorView.title=\u8a8d\u8a3c\u30a8\u30e9\u30fc
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=\u30a2\u30c9\u30ec\u30b9"{0}"\u306f\u6709\u52b9\u306a\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u30a2\u30c9\u30ec\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
+validationErrorView.addressInvalidMessage=\u30a2\u30c9\u30ec\u30b9"{0}"\u306f\u6709\u52b9\u306a\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u30a2\u30c9\u30ec\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
validationErrorView.amountIsMissingMessage=\u91d1\u984d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
validationErrorView.amountInvalidMessage=\u91d1\u984d"{0}"\u3092\u6570\u5b57\u3068\u3057\u3066\u8a8d\u8b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-validationErrorView.amountIsNegativeOrZeroMessage=0 BTC\u3088\u308a\u5927\u304d\u3044\u91d1\u984d\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
+validationErrorView.amountIsNegativeOrZeroMessage=0 DOGE\u3088\u308a\u5927\u304d\u3044\u91d1\u984d\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
validationErrorView.amountIsTooSmallMessage=\u91d1\u984d\u304c\u5c0f\u3055\u3059\u304e\u307e\u3059\u3002\u305d\u308c\u306f\u5c11\u306a\u304f\u3068\u3082 {0} \u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
-validationErrorView.notEnoughFundsMessage={0} BTC \u3092\u9001\u4fe1\u3059\u308b\u3053\u306e\u8ca1\u5e03\u306b\u5341\u5206\u306a\u8cc7\u91d1\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u78ba\u8a8d\u3055\u308c\u305f\u53d6\u5f15\u984d\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u306a\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u9001\u4fe1\u8005\u304c\u624b\u6570\u6599\u3092\u652f\u6255\u3046\u3053\u3068\u3092\u899a\u3048\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002
-validationErrorView.notEnoughFundsMessage2={0} BTC \u3092\u9001\u4fe1\u3059\u308b\u3053\u306e\u8ca1\u5e03\u306b\u5341\u5206\u306a\u8cc7\u91d1\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n\u3042\u306a\u305f\u306f\u300c\u5229\u7528\u53ef\u80fd\u306a\u6599\u91d1\u300d\u30d0\u30e9\u30f3\u30b9\u307e\u3067\u6700\u5927\u9650\u8cbb\u3084\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\n\u9001\u4fe1\u8005\u304c\u624b\u6570\u6599\u3092\u652f\u6255\u3046\u3053\u3068\u3092\u899a\u3048\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002
+validationErrorView.notEnoughFundsMessage={0} DOGE \u3092\u9001\u4fe1\u3059\u308b\u3053\u306e\u8ca1\u5e03\u306b\u5341\u5206\u306a\u8cc7\u91d1\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u78ba\u8a8d\u3055\u308c\u305f\u53d6\u5f15\u984d\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u306a\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u9001\u4fe1\u8005\u304c\u624b\u6570\u6599\u3092\u652f\u6255\u3046\u3053\u3068\u3092\u899a\u3048\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002
+validationErrorView.notEnoughFundsMessage2={0} DOGE \u3092\u9001\u4fe1\u3059\u308b\u3053\u306e\u8ca1\u5e03\u306b\u5341\u5206\u306a\u8cc7\u91d1\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n\u3042\u306a\u305f\u306f\u300c\u5229\u7528\u53ef\u80fd\u306a\u6599\u91d1\u300d\u30d0\u30e9\u30f3\u30b9\u307e\u3067\u6700\u5927\u9650\u8cbb\u3084\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\n\u9001\u4fe1\u8005\u304c\u624b\u6570\u6599\u3092\u652f\u6255\u3046\u3053\u3068\u3092\u899a\u3048\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002
validationErrorView.moreHelp=\u8a73\u7d30\u306a\u30d8\u30eb\u30d7
showTransactionsAction.text=\u53d6\u5f15
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=\u7121\u540d\u8ca1\u5e03
singleWalletPanel.dataHasChanged.text=\u66f4\u65b0\u306f\u505c\u6b62\u3055\u308c\u307e\u3057\u305f\u3002
singleWalletPanel.dataHasChanged.tooltip.1=\u5225\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u304c\u3053\u306e\u30a6\u30a9\u30ec\u30c3\u30c8\u3092\u5909\u66f4\u3057\u307e\u3057\u305f\u3002
-singleWalletPanel.dataHasChanged.tooltip.2=\u30a8\u30e9\u30fc\u56de\u907f\u306e\u305f\u3081\u3001\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u306e\u66f4\u65b0\u3092\u505c\u6b62\u3057\u307e\u3057\u305f\u3002
+singleWalletPanel.dataHasChanged.tooltip.2=\u30a8\u30e9\u30fc\u56de\u907f\u306e\u305f\u3081\u3001\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u306e\u66f4\u65b0\u3092\u505c\u6b62\u3057\u307e\u3057\u305f\u3002
singleWalletPanel.dataHasChanged.backupFile=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u306f"{0}"\u3002
singleWalletPanel.twistyRightText=\u30a6\u30a9\u30ec\u30c3\u30c8\u306e\u8a73\u7d30\u3092\u8868\u793a\u3059\u308b\u306b\u306f\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044
singleWalletPanel.twistyDownText=\u30a6\u30a9\u30ec\u30c3\u30c8\u306e\u8a73\u7d30\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u306b\u306f\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=\u65e5\u4ed8\u3092\u30ea\u30bb\u30c3\u30c8\u305
resetTransactionsPanel.resetFromFirstTransaction=\u6700\u521d\u306e\u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3\u306e\u65e5\u4ed8\u304b\u3089\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002
resetTransactionsPanel.chooseResetDate=\u30ea\u30bb\u30c3\u30c8\u3059\u308b\u65e5\u4ed8\u3092\u6307\u5b9a\u3057\u307e\u3059\: {0}
-showOpenUriView.title=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3URI\u3092\u958b\u304f
-showOpenUriView.message1=\u4ed6\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u306e\u652f\u6255\u3044\u3092\u8acb\u6c42\u3057\u307e\u3057\u305f\u3002
+showOpenUriView.title=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3URI\u3092\u958b\u304f
+showOpenUriView.message1=\u4ed6\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u306e\u652f\u6255\u3044\u3092\u8acb\u6c42\u3057\u307e\u3057\u305f\u3002
showOpenUriView.message2=\u8981\u6c42\u3068\u5171\u306b'\u9001\u4fe1'\u30d5\u30a9\u30fc\u30e0\u306b\u8a18\u5165\u3057\u307e\u3059\u304b\uff1f
showOpenUriView.yesText=\u306f\u3044
showOpenUriView.noText=\u3044\u3044\u3048
showOpenUriView.rememberMyDecision=\u81ea\u5206\u306e\u6c7a\u5b9a\u3092\u8a18\u61b6\u3057\u307e\u3059\u3002
-showOpenUriViewSubmitAction.tooltip=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u652f\u6255\u3044\u8acb\u6c42\u3092\u30d5\u30a9\u30fc\u30e0\u306b\u5165\u529b\u3057\u307e\u3059
+showOpenUriViewSubmitAction.tooltip=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u652f\u6255\u3044\u8acb\u6c42\u3092\u30d5\u30a9\u30fc\u30e0\u306b\u5165\u529b\u3057\u307e\u3059
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=\u652f\u6255\u3044\u8acb\u6c42\u3092\u53d7\u4fe1\u3057\u307e\u3057\u305f\u304c\u74b0\u5883\u8a2d\u5b9a\u306b\u3088\u308a\u7121\u5730\u3055\u308c\u307e\u3059\u3002
showOpenUriViewAction.tooltip=\u306f\u3044\u3001\u652f\u6255\u3044\u8acb\u6c42\u3092\u30d5\u30a9\u30fc\u30e0\u306b\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044
showOpenUriViewAction.mnemonic=Y
fontChooser.text=\u8868\u793a\u30d5\u30a9\u30f3\u30c8\u3092\u9078\u629e\u3057\u307e\u3059
-fontChooser.tooltip=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u3067\u4f7f\u7528\u3059\u308b\u30d5\u30a9\u30f3\u30c8\u3092\u9078\u629e\u3057\u307e\u3059
+fontChooser.tooltip=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u3067\u4f7f\u7528\u3059\u308b\u30d5\u30a9\u30f3\u30c8\u3092\u9078\u629e\u3057\u307e\u3059
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8
showExportPrivateKeysPanel.password.title=\u66f8\u304d\u51fa\u3059\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u30ef\u30fc\u30c9
showExportPrivateKeysPanel.passwordProtect=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u4fdd\u8b77\u3059\u308b\:
showExportPrivateKeysPanel.doNotPasswordProtect=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u4fdd\u8b77\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=\u3042\u306a\u305f\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3081\u308b\u4eba\u306f\u8ab0\u3067\u3082\u3042\u306a\u305f\u306e\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u76d7\u3093\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u3066\u3057\u307e\u3044\u307e\u3059\u3002
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=\u3042\u306a\u305f\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3081\u308b\u4eba\u306f\u8ab0\u3067\u3082\u3042\u306a\u305f\u306e\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u76d7\u3093\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u3066\u3057\u307e\u3044\u307e\u3059\u3002
showExportPrivateKeysPanel.walletPasswordPrompt=\u8ca1\u5e03\u306e\u30d1\u30b9\u30ef\u30fc\u30c9
showExportPrivateKeysPanel.passwordPrompt=\u30d1\u30b9\u30ef\u30fc\u30c9
showExportPrivateKeysPanel.repeatPasswordPrompt=\u78ba\u8a8d
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=\u3053\u306e\u30c8\u30e9\u30f3\u30b6\u
transactionDetailsDialog.sizeLabel.text=\u30b5\u30a4\u30ba
transactionDetailsDialog.sizeLabel.tooltip=\u3053\u306e\u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3\u306e\u30b5\u30a4\u30ba\uff08\u30d0\u30a4\u30c8\uff09
transactionDetailsDialog.viewAtBlockExplorer=Blockexplorer.com\u3067\u8868\u793a
-transactionDetailsDialog.viewAtBlockChainInfo=Blockchain.info\u3067\u8868\u793a
+transactionDetailsDialog.viewAtBlockChainInfo=dogechain.info\u3067\u8868\u793a
crudButton.new=\u65b0\u898f
crudButton.open=\u958b\u304f
crudButton.delete=\u524a\u9664
closeWalletAction.text=\u30a6\u30a9\u30ec\u30c3\u30c8\u3092\u9589\u3058\u308b
-closeWalletAction.tooltip=\u8ca1\u5e03\u3092\u9589\u3058\u3055\u305b\u3001\u4eca\u5f8c\u3053\u306e\u8ca1\u5e03\u3092MultiBit\u306b\u8868\u793a\u3055\u305b\u307e\u305b\u3093\u3002
+closeWalletAction.tooltip=\u8ca1\u5e03\u3092\u9589\u3058\u3055\u305b\u3001\u4eca\u5f8c\u3053\u306e\u8ca1\u5e03\u3092MultiDoge\u306b\u8868\u793a\u3055\u305b\u307e\u305b\u3093\u3002
closeWalletAction.mnemonicText=C
deleteWalletAction.text=\u8ca1\u5e03\u3092\u524a\u9664
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=\u8ca1\u5e03"{0}"\u306f\u6b63\u3057\u3
deleteWalletConfirmDialog.walletDeleteError1=\u8ca1\u5e03\u306e\u524a\u9664\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
deleteWalletConfirmDialog.walletDeleteError2=\u30a8\u30e9\u30fc\u306f"{0}"\u3067\u3057\u305f\u3002
deleteWalletConfirmDialog.question1=\u3053\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u78ba\u8a8d\u3059\u308b\u306b\u306f
-deleteWalletConfirmDialog.question2=Bitcoin \u306e\u5275\u9020\u8005\u306e\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
+deleteWalletConfirmDialog.question2=\u30C9\u30FC\u30B8\u30B3\u30A4\u30F3\u306e\u5275\u9020\u8005\u306e\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
deleteWalletConfirmDialog.wrongAnswer=\u8aa4\u3063\u305f\u7b54\u3048
deleteWalletException.walletWasReadonly=\u8ca1\u5e03\u53c8\u306f\u8ca1\u5e03\u60c5\u5831\u30d5\u30a1\u30a4\u30eb\u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3059\u306e\u3067\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=\u8ca1\u5e03\u60c5\u5831\u30d5\u3
deleteWalletConfirmDialog.newWalletCreated=\u30a6\u30a9\u30ec\u30c3\u30c8\u304c\u6b8b\u3063\u3066\u3044\u306a\u304b\u3063\u305f\u305f\u3081\u3001\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002
welcomePanel.text=\u3088\u3046\u3053\u305d
-welcomePanel.title=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u3078\u3088\u3046\u3053\u305d
+welcomePanel.title=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u3078\u3088\u3046\u3053\u305d
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=\u30de\u30eb\u30c1\u30d3\u30c3\u30c8\u3067\u306f\u3042\u306a\u305f\u306e\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u306f\u30a6\u30a9\u30ec\u30c3\u30c8\u306b\u53ce\u3081\u3089\u308c\u3066\u3044\u307e\u3059\u3002\u6574\u7406\u6574\u9813\u306e\u305f\u3081\u306b\u8907\u6570\u306e\u30a6\u30a9\u30ec\u30c3\u30c8\u3092\u4fdd\u6301\u3067\u304d\u307e\u3059\u3002\u3053\u308c\u3089\u306f\u5de6\u306e\u30a6\u30a9\u30ec\u30c3\u30c8\u30d1\u30cd\u30eb\u306b\u3059\u3079\u3066\u8868\u793a\u3055\u308c\u3066\u3044\u307e\u3059\u3002
+welcomePanel.paragraph1=\u30de\u30eb\u30c1\u30c9\u30fC\u30b8\u3067\u306f\u3042\u306a\u305f\u306e\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u306f\u30a6\u30a9\u30ec\u30c3\u30c8\u306b\u53ce\u3081\u3089\u308c\u3066\u3044\u307e\u3059\u3002\u6574\u7406\u6574\u9813\u306e\u305f\u3081\u306b\u8907\u6570\u306e\u30a6\u30a9\u30ec\u30c3\u30c8\u3092\u4fdd\u6301\u3067\u304d\u307e\u3059\u3002\u3053\u308c\u3089\u306f\u5de6\u306e\u30a6\u30a9\u30ec\u30c3\u30c8\u30d1\u30cd\u30eb\u306b\u3059\u3079\u3066\u8868\u793a\u3055\u308c\u3066\u3044\u307e\u3059\u3002
welcomePanel.paragraph2=\u30e1\u30cb\u30e5\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u3066\u76ee\u7684\u306b\u6cbf\u3063\u305f\u65b0\u898f\u30bf\u30d6\u3092\u958b\u3044\u3066\u304f\u3060\u3055\u3044\u3002"\u9001\u91d1"\u3001"\u8acb\u6c42"\u3001\u305d\u3057\u3066"\u53d6\u5f15"\u30bf\u30d6\u306f\u5e38\u306b\u958b\u3044\u3066\u3044\u307e\u3059\u3002\u305d\u306e\u307b\u304b\u306f\u30bf\u30d6\u30bf\u30a4\u30c8\u30eb\u306b\u3042\u308b\u5c0f\u3055\u306a"x"\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3060\u3051\u3067\u9589\u3058\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
welcomePanel.paragraph2.5=\u30e1\u30cb\u30e5\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3\u306e"\u30d5\u30a1\u30a4\u30eb | \u30d1\u30b9\u30ef\u30fc\u30c9\u8ffd\u52a0"\u3088\u308a\u3042\u306a\u305f\u306e\u30a6\u30a9\u30ec\u30c3\u30c8\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u3088\u308a\u5f37\u56fa\u306b\u4fdd\u8b77\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
welcomePanel.paragraph3=\u591a\u304f\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u4e0a\u306e\u30a2\u30a4\u30c6\u30e0\u306b\u306f\u30c4\u30fc\u30eb\u30d2\u30f3\u30c8\u5185\u306e\u8a73\u7d30\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30d2\u30f3\u30c8\u3092\u898b\u308b\u306b\u306f\u30a2\u30a4\u30c6\u30e0\u306e\u4e0a\u306b\u30de\u30a6\u30b9\u30ab\u30fc\u30bd\u30eb\u3092\u5408\u308f\u305b\u3066\u304f\u3060\u3055\u3044\u3002
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=\u30d1\u30b9\u30ef\u30fc\u30c9
addPasswordPanel.text=\u6b21\u306e\u30a6\u30a9\u30ec\u30c3\u30c8\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u4fdd\u8b77\u3055\u308c\u307e\u3059\u3002
addPasswordPanel.reminder1=\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u5b89\u5168\u306b\u7ba1\u7406\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-addPasswordPanel.reminder2=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059\u3002
+addPasswordPanel.reminder2=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059\u3002
addPasswordPanel.reminder3=\u5931\u308f\u308c\u305f\u5834\u5408\u306f\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3002
addPasswordPanel.enterPasswords=\u3053\u306e\u30a6\u30a9\u30ec\u30c3\u30c8\u306b\u4f7f\u7528\u3057\u305f\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044
addPasswordPanel.addPasswordSuccess=\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u6b63\u5e38\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f\u3002
@@ -584,7 +585,7 @@ changePasswordPanel.text=\u3053\u306e\u8ca1\u5e03\u306e\u30d1\u30b9\u30ef\u30fc\
changePasswordPanel.newPasswordPrompt=\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9
changePasswordPanel.repeatNewPasswordPrompt=\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u78ba\u8a8d
changePasswordPanel.reminder1=\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u5b89\u5168\u306b\u7ba1\u7406\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-changePasswordPanel.reminder2=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059\u3002
+changePasswordPanel.reminder2=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059\u3002
changePasswordPanel.reminder3=\u5931\u308f\u308c\u305f\u5834\u5408\u306f\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3002
changePasswordPanel.enterPasswords=\u3053\u306e\u30a6\u30a9\u30ec\u30c3\u30c8\u306b\u4f7f\u7528\u3057\u305f\u3044\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044
changePasswordPanel.enterCurrentPassword=\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
@@ -655,12 +656,12 @@ transactionConfidence.pending=\u4fdd\u7559\u4e2d/\u672a\u78ba\u8a8d
transactionConfidence.appearedInBestChain=\u6700\u826f\u306e\u30c1\u30a7\u30a4\u30f3\u306e\u884c{0}\u306b\u51fa\u73fe\u3057\u307e\u3057\u305f\u3002
transactionConfidence.seenByUnknownNumberOfPeers=\u3053\u306e\u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3\u304c\u898b\u3064\u304b\u3063\u305f\u30d4\u30a2\u306e\u6570\u306f\u4e0d\u660e\u3067\u3059\u3002
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=\u30d3\u30c3\u30c8\u30b3\u30a4\u30f3\u306e\u91d1\u984d\u306f\u5c0f\u6570\u70b9\u4ee5\u4e0b8 \u6841\u307e\u3067\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=\u30c9\u30fc\u30b8\u30b3\u30a4\u30f3\u306e\u91d1\u984d\u306f\u5c0f\u6570\u70b9\u4ee5\u4e0b8 \u6841\u307e\u3067\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=\u300c{0}\u300d\u3067\u6307\u5b9a\u3055\u308c\u305f\u91d1\u984d\u306f\u5c0f\u6570\u70b9\u4ee5\u4e0b{1}\u6841\u3092\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
currencyConverter.couldNotUnderstandAmount=\u300c{0}\u300d\u3092\u6570\u5024\u3068\u3057\u3066\u7406\u89e3\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
alertManagerTitle=\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u5229\u7528\u53ef\u80fd
-alertManagerLine1=MultiBit \u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u300c{0}\u300d\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059\u3002
+alertManagerLine1=MultiDoge \u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u300c{0}\u300d\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059\u3002
alertManagerLine2=\u3054\u5229\u7528\u4e2d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u300c{0}\u300d\u3067\u3059\u3002
alertManagerViewRelease=\ \u30ea\u30ea\u30fc\u30b9\u4e00\u89a7
diff --git a/src/main/resources/i18n/ko/viewer.properties b/src/main/resources/i18n/ko/viewer.properties
index 308e16420..994a353dd 100755
--- a/src/main/resources/i18n/ko/viewer.properties
+++ b/src/main/resources/i18n/ko/viewer.properties
@@ -53,8 +53,8 @@ showPreferencesPanel.feeLabel.text=\uc218\uc218\ub8cc
showPreferencesPanel.size.text={0} \ubc14\uc774\ud2b8
showPreferencesPanel.couldNotUnderstandFee=Multibit\ub294 "{0}" \uc218\uc218\ub8cc\ub97c \ubc1b\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc608\uc804 \uc218\uc218\ub8cc\ub97c \uc720\uc9c0\ud558\uc138\uc694.
showPreferencesPanel.aFeeMustBeSet=\uac70\ub798 \uc218\uc218\ub8cc\ub97c \uc124\uc815 \ud574\uc57c \ud569\ub2c8\ub2e4. \uc5d0\uc804 \uc694\uae08\uc744 \uc720\uc9c0.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\uc218\uc218\ub8cc\uc5d0\ub294 0.0001 BTC\uc785\ub2c8\ub2e4. \uae30\uc874 \uc694\uae08\uc744 \uc720\uc9c0\ud558\uc138\uc694.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\uc218\uc218\ub8cc\ub294 1 BTC\ubcf4\ub2e4 \uc791\uc544\uc57c \ud569\ub2c8\ub2e4. \uc18c\uc218\uc810\uc744 \ud655\uc778\ud558\uc138\uc694. \uc774\uc804 \uc218\uc218\ub8cc\ub97c \uc720\uc9c0\ud569\ub2c8\ub2e4.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\uc218\uc218\ub8cc\uc5d0\ub294 0.0001 DOGE\uc785\ub2c8\ub2e4. \uae30\uc874 \uc694\uae08\uc744 \uc720\uc9c0\ud558\uc138\uc694.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\uc218\uc218\ub8cc\ub294 1 DOGE\ubcf4\ub2e4 \uc791\uc544\uc57c \ud569\ub2c8\ub2e4. \uc18c\uc218\uc810\uc744 \ud655\uc778\ud558\uc138\uc694. \uc774\uc804 \uc218\uc218\ub8cc\ub97c \uc720\uc9c0\ud569\ub2c8\ub2e4.
showPreferencesPanel.browserIntegrationTitle=\ube0c\ub77c\uc6b0\uc800 \ud1b5\ud569
showPreferencesPanel.browserIntegration.messageText=\ube44\ud2b8\ucf54\uc778 \uc9c0\ubd88 \uc694\uccad\uc740 \ube0c\ub77c\uc6b0\uc800\ub97c \ud074\ub9ad\ud588\uc744 \ub54c \ubc1c\uc0dd\ud558\ub294 \uac83\uc73c\ub85c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
showPreferencesPanel.ignoreAll=\ubaa8\ub4e0 \ube44\ud2b8\ucf54\uc778 \uc9c0\ubd88 \uc694\uccad \ubb34\uc2dc
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=\uc798\ubabb\ub41c \uc571 \uc544\u
showPreferencesPanel.getAppId.text=meritdol
showPreferencesPanel.getAppId.tooltip=\ube0c\ub77c\uc6b0\uc800\ub97c \uc5f4\uace0 OpenExchangeRates.org\uc5d0 \uac00\uc785\ud558\uc2dc\uc624
showPreferencesPanel.getAppId.label=\uc544\ub798\uc758 "Get App ID" \ubc84\ud2bc\uc744 \ub204\ub974\uc2dc\uc624
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\uc9c0\uac11 \uc0dd\uc131\ud558\uae30 "[0}"
multiBit.openingWallet=\uc624\ud504\ub2dd \uc9c0\uac11 "{0}"...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=...\uc2e4\ud589.
multiBit.closedWallet=\uc9c0\uac11 "{0}" \uc744 \uc131\uacf5\uc801\uc73c\ub85c \ub2eb\uc558\uc2b5\ub2c8\ub2e4.
multibit.userDataDirectory=\uc0ac\uc6a9\uc790 \uc815\ubcf4 \ub514\ub809\ud1a0\ub9ac\ub294 "{0}"\uc785\ub2c8\ub2e4.
multibit.installationDirectory=\uc124\uce58 \ub514\ub809\ud1a0\ub9ac\ub294 "{0}"\uc785\ub2c8\ub2e4.
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=\ucc28\uc561
multiBitFrame.balanceLabel.tooltip=\ubbf8\ud655\uc778\ub41c \ube44\ud2b8\ucf54\uc778\ub97c \ud3ec\ud568\ud558\uc5ec \uc794\uace0\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4
multiBitFrame.ticker.show.text=\ud1b5\ud654 \uc2dc\uc138 \ubcf4\uae30
@@ -180,14 +181,14 @@ helpAboutAction.messageBoxTitle=Multibit\uc5d0 \ub300\ud558\uc5ec
helpAboutAction.versionText=\ubc84\uc804 \: {0}
showHelpContentsAction.text=\ub3c4\uc6c0\ub9d0 \ubaa9\ucc28
-showHelpContentsAction.tooltip=MultiBit \ub3c4\uc6c0\ub9d0 \ud45c\uc2dc
+showHelpContentsAction.tooltip=MultiDoge \ub3c4\uc6c0\ub9d0 \ud45c\uc2dc
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=\ub3c4\uc6c0\ub9d0 \ubaa9\ucc28
sendBitcoinAction.text=\ube44\ud2b8\ucf54\uc778 \ubcf4\ub0b4\uae30
sendBitcoinAction.tooltip=\ub204\uad70\uac00\uc5d0\uac8c \ube44\ud2b8\ucf54\uc778 \ubcf4\ub0b4\uae30
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=\ubcf4\ub0b4\uae30
@@ -197,14 +198,14 @@ sendBitcoinConfirmAction.mnemonicKey=E
sendBitcoinNowAction.sendingBitcoin=\ube44\ud2b8\ucf54\uc778\uc744 \ubcf4\ub0b4\ub294 \uc911
sendBitcoinNowAction.bitcoinSentOk=\ube44\ud2b8\ucf54\uc778\uc744 \uc131\uacf5\uc801\uc73c\ub85c \ubcf4\ub0c8\uc2b5\ub2c8\ub2e4.
sendBitcoinNowAction.bitcoinSendFailed=\ube44\ud2b8\ucf54\uc778 \ubcf4\ub0b4\uae30 \uc2e4\ud328.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\ubcf4\ub0b4\ub824\uba74 \uc794\uace0\uac00 \ubd80\uc871\ud569\ub2c8\ub2e4.
sendBitcoinConfirmView.sendOption=\ubcf4\ub0b4\uae30
sendBitcoinConfirmView.cancelOption=\ucde8\uc18c
sendBitcoinConfirmView.message=\uc544\ub798\uc640 \uac19\uc774 \ube44\ud2b8\ucf54\uc778\uc744 \ubcf4\ub0b4\ub824\ub294 \uac83\uc744 \ud655\uc778\ud558\uc138\uc694\:
sendBitcoinConfirmView.title=\ube44\ud2b8\ucf54\uc778 \ubcf4\ub0b4\uae30 \ud655\uc778
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit\ub85c \ube44\ud2b8\ucf54\uc778\uc744 \uac70\ub798\ud558\uae30 \uc704\ud574\uc11c\ub294 \ud55c \uac1c \uc774\uc0c1\uc758 \ub124\ud2b8\uc6cc\ud06c\uc5d0 \uc5f0\uacb0\ud574\uc57c \ud569\ub2c8\ub2e4.
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge\ub85c \ube44\ud2b8\ucf54\uc778\uc744 \uac70\ub798\ud558\uae30 \uc704\ud574\uc11c\ub294 \ud55c \uac1c \uc774\uc0c1\uc758 \ub124\ud2b8\uc6cc\ud06c\uc5d0 \uc5f0\uacb0\ud574\uc57c \ud569\ub2c8\ub2e4.
receiveBitcoinAction.textShort=\uc694\uad6c
receiveBitcoinAction.text=\ube44\ud2b8\ucf54\uc778 \uc694\uccad
@@ -212,7 +213,7 @@ receiveBitcoinAction.tooltip=\ub204\uad70\uac00\ub85c\ubd80\ud130 \ube44\ud2b8\u
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=\uc120\ud638\ub3c4
-showPreferencesAction.tooltip=MultiBit \uc124\uc815 \ubcf4\uae30
+showPreferencesAction.tooltip=MultiDoge \uc124\uc815 \ubcf4\uae30
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=\ubcc0\uacbd\ub0b4\uc6a9 \uc801\uc6a9
@@ -230,8 +231,8 @@ sendBitcoinPanel.labelLabel=\ub77c\ubca8
sendBitcoinPanel.labelLabel.tooltip=\uc774 \uc8fc\uc18c\uc5d0 \ub300\ud55c \uc124\uba85 \ub77c\ubca8
sendBitcoinPanel.amountLabel=\uae08\uc561
sendBitcoinPanel.amountLabel.tooltip=\ubcf4\ub0bc \uae08\uc561
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=BTC\uc758 \ub2e8\uc704
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=DOGE\uc758 \ub2e8\uc704
sendBitcoinPanel.sendingAddressesTitle=\ube44\ud2b8\ucf54\uc778\uc744 \ubcf4\ub0bc \uc8fc\uc18c
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=\ubcf4\ub0b4\ub294 \uc8fc\uc18c (\ub9cc\ub8cc \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4)
sendBitcoinPanel.couldNotUnderstandQRcode="{0}" QR \ucf54\ub4dc\ub97c \uc774\ud574\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=\ub77c\ubca8
receiveBitcoinPanel.labelLabel.tooltip=\uc774 \uc8fc\uc18c\uc5d0 \ub300\ud55c \uc124\uba85 \ub77c\ubca8
receiveBitcoinPanel.amountLabel=\uae08\uc561
receiveBitcoinPanel.amountLabel.tooltip=\ubc1b\uc740 \uae08\uc561
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=BTC\uc758 \ub2e8\uc704
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=DOGE\uc758 \ub2e8\uc704
receiveBitcoinPanel.receivingAddressesTitle=\uc218\uc2e0 \uc8fc\uc18c
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=\ubc1b\ub294 \uc8fc\uc18c (\ub9cc\ub8cc \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4)
@@ -330,10 +331,10 @@ validationErrorView.okOption=OK
validationErrorView.addressInvalidMessage=\uc8fc\uc18c "{0}"\uc740 \uc720\ud6a8\ud55c \ube44\ud2b8\ucf54\uc778 \uc8fc\uc18c\uac00 \uc544\ub2d9\ub2c8\ub2e4.
validationErrorView.amountIsMissingMessage=\uc9c0\uc815 \uae08\uc561
validationErrorView.amountInvalidMessage=\uc22b\uc790\ub85c \uae08\uc561 "{0}"\ub97c \uc774\ud574\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-validationErrorView.amountIsNegativeOrZeroMessage=\uae08\uc561 0 BTC \ubcf4\ub2e4 \ucee4\uc57c \ud569\ub2c8\ub2e4.
+validationErrorView.amountIsNegativeOrZeroMessage=\uae08\uc561 0 DOGE \ubcf4\ub2e4 \ucee4\uc57c \ud569\ub2c8\ub2e4.
validationErrorView.amountIsTooSmallMessage=\uc591\uc774 \ub108\ubb34 \uc791\uc2b5\ub2c8\ub2e4. {0} \uc0ac\ud1a0\uc2dc \uc774\uc0c1\uc774 \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4 .
-validationErrorView.notEnoughFundsMessage={0} BTC\ub97c \ubcf4\ub0bc\ub9cc\ud55c \uc790\uae08\uc774 \uc9c0\uac11\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \ud655\uc778\ub41c \uac70\ub798\ub9cc\ud07c\ub9cc \uc0ac\uc6a9 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf4\ub0b4\ub294 \ucabd\uc5d0\uc11c \uc218\uc218\ub8cc\ub97c \uc9c0\ubd88\ud558\ub294 \uac83\uc744 \uc720\ub150\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-validationErrorView.notEnoughFundsMessage2={0} BTC\ub97c \ubcf4\ub0bc\ub9cc\ud55c \uc790\uae08\uc774 \uc9c0\uac11\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9 \uac00\ub2a5\ud55c \uae08\uc561\ub9cc\ud07c\ub9cc \ubcf4\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf4\ub0b4\ub294 \ucabd\uc5d0\uc11c \uc218\uc218\ub8cc\ub97c \uc9c0\ubd88\ud558\ub294 \uac83\uc744 \uc720\ub150\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
+validationErrorView.notEnoughFundsMessage={0} DOGE\ub97c \ubcf4\ub0bc\ub9cc\ud55c \uc790\uae08\uc774 \uc9c0\uac11\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \ud655\uc778\ub41c \uac70\ub798\ub9cc\ud07c\ub9cc \uc0ac\uc6a9 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf4\ub0b4\ub294 \ucabd\uc5d0\uc11c \uc218\uc218\ub8cc\ub97c \uc9c0\ubd88\ud558\ub294 \uac83\uc744 \uc720\ub150\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
+validationErrorView.notEnoughFundsMessage2={0} DOGE\ub97c \ubcf4\ub0bc\ub9cc\ud55c \uc790\uae08\uc774 \uc9c0\uac11\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9 \uac00\ub2a5\ud55c \uae08\uc561\ub9cc\ud07c\ub9cc \ubcf4\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf4\ub0b4\ub294 \ucabd\uc5d0\uc11c \uc218\uc218\ub8cc\ub97c \uc9c0\ubd88\ud558\ub294 \uac83\uc744 \uc720\ub150\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
validationErrorView.moreHelp=\ub354 \ub9ce\uc740 \ub3c4\uc6c0\ub9d0
showTransactionsAction.text=\uac70\ub798
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=\uc9c0\uac11 \uc124\uba85
singleWalletPanel.dataHasChanged.text=\uc5c5\ub370\uc774\ud2b8\ub97c \uc911\uc9c0\ud569\ub2c8\ub2e4.
singleWalletPanel.dataHasChanged.tooltip.1=\ub2e4\ub978 \ud504\ub85c\uadf8\ub7a8\uc774 \uc9c0\uac11\uc744 \ubcc0\uacbd\ud558\uc600\uc2b5\ub2c8\ub2e4.
-singleWalletPanel.dataHasChanged.tooltip.2=MultiBit\ub294 \uc624\ub958\ub97c \ud53c\ud558\uae30 \uc704\ud574 \uc5c5\ub370\uc774\ud2b8\ub97c \uc911\uc9c0\ud558\uc600\uc2b5\ub2c8\ub2e4.
+singleWalletPanel.dataHasChanged.tooltip.2=MultiDoge\ub294 \uc624\ub958\ub97c \ud53c\ud558\uae30 \uc704\ud574 \uc5c5\ub370\uc774\ud2b8\ub97c \uc911\uc9c0\ud558\uc600\uc2b5\ub2c8\ub2e4.
singleWalletPanel.dataHasChanged.backupFile=\ubc31\uc5c5 \ud30c\uc77c\uc740 "{0}".
singleWalletPanel.twistyRightText=\uc9c0\uac11 \uc138\ubd80 \uc815\ubcf4\ub97c \ubcf4\ub824\uba74 \ud074\ub9ad
singleWalletPanel.twistyDownText=\uc9c0\uac11 \uc138\ubd80 \uc815\ubcf4\ub97c \uc228\uae30\ub824\uba74 \ud074\ub9ad
@@ -393,7 +394,7 @@ resetTransactionsPanel.resetDate=\uc790\ub8cc \uc7ac\uc124\uc815
resetTransactionsPanel.resetFromFirstTransaction=\uccab \uac70\ub798 \uc790\ub8cc \uc7ac\uc124\uc815
resetTransactionsPanel.chooseResetDate=\uc7ac\uc124\uc815 \ub0a0\uc9dc \uc9c0\uc815\: {0}
-showOpenUriView.title=\uc624\ud508 Bitcoin URI
+showOpenUriView.title=\uc624\ud508 Dogecoin URI
showOpenUriView.message1=\ub2e4\ub978 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc774 \ube44\ud2b8\ucf54\uc778 \uc9c0\ubd88\uc744 \uc694\uccad\ud588\uc2b5\ub2c8\ub2e4.
showOpenUriView.message2='\ubcf4\ub0b4\uae30' \uc591\uc2dd\uc744 \uc791\uc131 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
showOpenUriView.yesText=Yes
@@ -515,7 +516,7 @@ crudButton.open=\uc624\ud508
crudButton.delete=\uc9c0\uc6b0\uae30
closeWalletAction.text=\uc9c0\uac11 \ub2eb\uae30
-closeWalletAction.tooltip=\uc9c0\uac11\uc744 \ub2eb\uace0 \ub354 \uc774\uc0c1 MultiBit\uc5d0 \ud45c\uc2dc \ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
+closeWalletAction.tooltip=\uc9c0\uac11\uc744 \ub2eb\uace0 \ub354 \uc774\uc0c1 MultiDoge\uc5d0 \ud45c\uc2dc \ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=\uc9c0\uac11 \uc9c0\uc6b0\uae30
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=\uc9c0\uac11 "{0}"\ub97c \uc0ad\uc81c\
deleteWalletConfirmDialog.walletDeleteError1=\uc9c0\uac11 \uc0ad\uc81c\uc5d0 \uc2e4\ud328.
deleteWalletConfirmDialog.walletDeleteError2=\uc624\ub958 "{0}".
deleteWalletConfirmDialog.question1=\uc791\uc5c5 \uc785\ub825 \ud655\uc778
-deleteWalletConfirmDialog.question2=Bitcoin \uc791\uc131\uc790\uc758 \uc774\ub984\uc785\ub2c8\ub2e4.
+deleteWalletConfirmDialog.question2=Dogecoin \uc791\uc131\uc790\uc758 \uc774\ub984\uc785\ub2c8\ub2e4.
deleteWalletConfirmDialog.wrongAnswer=\uc798\ubabb \ub41c \ub2f5\ubcc0
deleteWalletException.walletWasReadonly=\uc9c0\uac11 (\ub610\ub294 \uc9c0\uac11 \uc815\ubcf4 \ud30c\uc77c) \uc77d\uae30 \uc804\uc6a9\uc785\ub2c8\ub2e4. \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
@@ -537,7 +538,7 @@ deleteWalletException.couldNotDeleteWalletInfo=\uc9c0\uac11 \uc815\ubcf4 \ud30c\
deleteWalletConfirmDialog.newWalletCreated=\uc67c\ucabd\uc5d0 \uc9c0\uac11\uc744 \ub9cc\ub4e4\uc5c8\uc2b5\ub2c8\ub2e4.
welcomePanel.text=\ud658\uc601\ud569\ub2c8\ub2e4.
-welcomePanel.title=MultiBit\uc5d0 \uc624\uc2e0 \uac78 \ud658\uc601\ud569\ub2c8\ub2e4.
+welcomePanel.title=MultiDoge\uc5d0 \uc624\uc2e0 \uac78 \ud658\uc601\ud569\ub2c8\ub2e4.
welcomePanel.mnemonic=W
welcomePanel.paragraph1=\ub2f9\uc2e0\uc758 \ube44\ud2b8\ucf54\uc778\uc744 \uc9c0\uac11\uc5d0 \ud3ec\ud568\ub418\uc5b4 \uc788\ub2e4. \uc815\ub9ac\ub97c \uc720\uc9c0 \ud558\ub294 \ub370 \uc5ec\ub7ec \uc9c0\uac11\uc744 \uac00\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ubaa8\ub4e0 \uac83\uc740 \uc67c\ucabd \ud328\ub110\uc758 "\uc9c0\uac11"\uc5d0 \ud45c\uc2dc \ub429\ub2c8\ub2e4.
welcomePanel.paragraph2=\uc0c8 \ud0ed\uc744 \uc5f4\ub824\uba74 \uba54\ub274 \uc635\uc158\uc744 \uc0ac\uc6a9 \ud569\ub2c8\ub2e4. "\ubcf4\ub0b4\uae30", "\uc694\uccad" \ubc0f "\uac70\ub798" \ud0ed \ud56d\uc0c1 \uc5f4\ub824 \uc788\uc2b5\ub2c8\ub2e4. \ud0ed \uc81c\ubaa9\uc5d0 \uc791\uc740 "x"\ub97c \ud074\ub9ad\ud558\uc5ec \ub2eb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4
@@ -655,12 +656,12 @@ transactionConfidence.pending=\ubcf4\ub958/\ubbf8\ud655\uc778.
transactionConfidence.appearedInBestChain=\ucd5c\uace0\uc758 \uccb4\uc778\uc758 {0}\uc5d0\uc11c \ubcf4\uc5ec\uc9d1\ub2c8\ub2e4.
transactionConfidence.seenByUnknownNumberOfPeers=\uc5bc\ub9c8\ub098 \ub9ce\uc740 \uc0c1\ub300\ubc29\uc774 \uc774 \uac70\ub798\ub97c \ubcf4\uc558\ub294\uc9c0 \ubd84\uba85\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Bitcoin \uae08\uc561\uc740 8\uac1c\uc758 \uc18c\uc218 \uc790\ub9bf\uc218\uae4c\uc9c0\ub9cc \ud3ec\ud568\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Dogecoin \uae08\uc561\uc740 8\uac1c\uc758 \uc18c\uc218 \uc790\ub9bf\uc218\uae4c\uc9c0\ub9cc \ud3ec\ud568\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces="{0}"\uc5d0 \uc9c0\uc815 \ub41c \uc591\uc740 \uc18c\uc218\uc810 {1} \uc790\ub9bf\uc218\ub9cc \uac00\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
currencyConverter.couldNotUnderstandAmount=\uae08\uc561 "{0}"\uc744 \uc22b\uc790\ub85c \uc778\uc2dd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
alertManagerTitle=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc0c8 \ubc84\uc804
-alertManagerLine1=\uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 MultiBit\uc758 \uc0c8\ub85c\uc6b4 \ubc84\uc804 "{0}"\uc774 \uc788\uc2b5\ub2c8\ub2e4.
+alertManagerLine1=\uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 MultiDoge\uc758 \uc0c8\ub85c\uc6b4 \ubc84\uc804 "{0}"\uc774 \uc788\uc2b5\ub2c8\ub2e4.
alertManagerLine2=\ud604\uc7ac \ubc84\uc804\uc740 "{0}"\uc785\ub2c8\ub2e4.
alertManagerViewRelease=\ub9b4\ub9ac\uc988 \ubcf4\uae30
diff --git a/src/main/resources/i18n/language.properties b/src/main/resources/i18n/language.properties
index 3f8d896c8..954fc2123 100644
--- a/src/main/resources/i18n/language.properties
+++ b/src/main/resources/i18n/language.properties
@@ -1,4 +1,4 @@
-# Language localisation properties file for MultiBit.
+# Language localisation properties file for MultiDoge.
# This file is used for all languages.
showPreferencesPanel.numberOfLanguages=37
showPreferencesPanel.languageCode.1=en
diff --git a/src/main/resources/i18n/lv/viewer.properties b/src/main/resources/i18n/lv/viewer.properties
index d07bf2d9a..6d479f328 100755
--- a/src/main/resources/i18n/lv/viewer.properties
+++ b/src/main/resources/i18n/lv/viewer.properties
@@ -53,11 +53,11 @@ showPreferencesPanel.feeLabel.text=Maksa
showPreferencesPanel.size.text={0} bytes
showPreferencesPanel.couldNotUnderstandFee=Multibit nevar\u0113ja saprast maksas veidu "{0}". Tiek izmantota iepriek\u0161\u0113j\u0101 maksa.
showPreferencesPanel.aFeeMustBeSet=Jums ir j\u0101iestata p\u0101rskait\u012bjuma maksa. Tiek izmantota iepriek\u0161\u0113j\u0101 maksa.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Maksai j\u0101b\u016bt vismaz 0.0001 BTC. Tiek izmantota iepriek\u0161\u0113j\u0101 maksa.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 BTC. Check your decimal separator. Keeping the old fee.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Maksai j\u0101b\u016bt vismaz 0.0001 DOGE. Tiek izmantota iepriek\u0161\u0113j\u0101 maksa.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 DOGE. Check your decimal separator. Keeping the old fee.
showPreferencesPanel.browserIntegrationTitle=Browser integration
-showPreferencesPanel.browserIntegration.messageText=What would you like to happen when a Bitcoin payment request is clicked on in a browser ?
-showPreferencesPanel.ignoreAll=Ignore all Bitcoin payment requests
+showPreferencesPanel.browserIntegration.messageText=What would you like to happen when a Dogecoin payment request is clicked on in a browser ?
+showPreferencesPanel.ignoreAll=Ignore all Dogecoin payment requests
showPreferencesPanel.fillAutomatically=Fill out the send form automatically
showPreferencesPanel.askEveryTime=Ask me every time
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Second row
showPreferencesPanel.ticker.showSecondRow=Show second row
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=Currency
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show bitcoin converted to fiat currency
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin will be shown converted using the last price of this currency.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show dogecoin converted to fiat currency
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin will be shown converted using the last price of this currency.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=The App ID access code from OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=You have entered an invalid App ID.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Incorrect App ID
showPreferencesPanel.getAppId.text=Get App ID
showPreferencesPanel.getAppId.tooltip=Open your browser and sign up to OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Press "Get App ID" button below
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Created wallet "{0}".
multiBit.openingWallet=Opening wallet "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... done.
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=The installation directory is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Bilance
-multiBitFrame.balanceLabel.tooltip=Bilance, ieskaitot neapstiprin\u0101to bitcoin naudu un izmai\u0146as
+multiBitFrame.balanceLabel.tooltip=Bilance, ieskaitot neapstiprin\u0101to dogecoin naudu un izmai\u0146as
multiBitFrame.ticker.show.text=Show Currency Ticker
multiBitFrame.ticker.hide.text=Hide Currency Ticker
multiBitFrame.statusBar.tooltip1=Messages.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=This is a coinbase transaction th
multiBitFrame.availableToSpend=Pieejamais apjoms t\u0113ri\u0146iem\: {0}
multiBitFrame.availableToSpend2=Pieejamais apjoms t\u0113ri\u0146iem
-multiBitFrame.availableToSpend.tooltip=Atlikums, kam tiks pieskait\u012bta neapstiprin\u0101t\u0101 bitcoin nauda un izmai\u0146as
+multiBitFrame.availableToSpend.tooltip=Atlikums, kam tiks pieskait\u012bta neapstiprin\u0101t\u0101 dogecoin nauda un izmai\u0146as
-multiBitService.errorText=Could not connect to Bitcoin network. The error was \: {0}
-multiBitService.errorTitleText=Error connecting to Bitcoin network
-multiBitService.stoppingBitcoinNetworkConnection=Stopping Bitcoin network connection...
+multiBitService.errorText=Could not connect to Dogecoin network. The error was \: {0}
+multiBitService.errorTitleText=Error connecting to Dogecoin network
+multiBitService.stoppingBitcoinNetworkConnection=Stopping Dogecoin network connection...
multiBitService.couldNotLoadBlockchain=Unable to load blockchain "{0}". The error was "{1}".
multiBitService.replayingFromBlockCache=Replaying from local cache...
exitAction.text=Iziet
-exitAction.tooltip=Iziet no MultiBit
+exitAction.tooltip=Iziet no MultiDoge
exitAction.mnemonicKey=Z
openWalletAction.text=Atv\u0113rt maku
@@ -173,70 +174,70 @@ openWalletView.title=Open Wallet
saveWalletAsView.untitled=Nenosaukts
-helpAboutAction.text=Par MultiBit
-helpAboutAction.tooltip=Par MultiBit
+helpAboutAction.text=Par MultiDoge
+helpAboutAction.tooltip=Par MultiDoge
helpAboutAction.mnemonicKey=R
-helpAboutAction.messageBoxTitle=Par MultiBit
+helpAboutAction.messageBoxTitle=Par MultiDoge
helpAboutAction.versionText=Versija\: {0}
showHelpContentsAction.text=Pal\u012bdz\u012bbas rokasgr\u0101mata
-showHelpContentsAction.tooltip=Par\u0101d\u012bt MultiBit pal\u012bdz\u012bbu
+showHelpContentsAction.tooltip=Par\u0101d\u012bt MultiDoge pal\u012bdz\u012bbu
showHelpContentsAction.mnemonicKey=P
helpContentsView.messageTitle=Pal\u012bdz\u012bbas rokasgr\u0101mata
-sendBitcoinAction.text=Nos\u016bt\u012bt Bitcoin naudu
-sendBitcoinAction.tooltip=Nos\u016bt\u012bt k\u0101dam bitcoin naudu
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=Nos\u016bt\u012bt Dogecoin naudu
+sendBitcoinAction.tooltip=Nos\u016bt\u012bt k\u0101dam dogecoin naudu
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=N
sendBitcoinConfirmAction.text=Nos\u016bt\u012bt
-sendBitcoinConfirmAction.tooltip=Nos\u016bt\u012bt k\u0101dam bitcoin naudu
+sendBitcoinConfirmAction.tooltip=Nos\u016bt\u012bt k\u0101dam dogecoin naudu
sendBitcoinConfirmAction.mnemonicKey=N
-sendBitcoinNowAction.sendingBitcoin=Sending bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=J\u016bsu bitcoin nauda tika veiksm\u012bgi nos\u016bt\u012bta.
-sendBitcoinNowAction.bitcoinSendFailed=J\u016bsu bitcoin naudas nos\u016bt\u012b\u0161ana neizdev\u0101s.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Sending dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=J\u016bsu dogecoin nauda tika veiksm\u012bgi nos\u016bt\u012bta.
+sendBitcoinNowAction.bitcoinSendFailed=J\u016bsu dogecoin naudas nos\u016bt\u012b\u0161ana neizdev\u0101s.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=There were insufficient funds for your send.
sendBitcoinConfirmView.sendOption=Nos\u016bt\u012bt
sendBitcoinConfirmView.cancelOption=Atcelt
-sendBitcoinConfirmView.message=L\u016bdzu apstipriniet, ka v\u0113laties veikt \u0161\u0101du bitcoin naudas p\u0101rskait\u012bjumu\:
-sendBitcoinConfirmView.title=Apstiprin\u0101t bitcoin nos\u016bt\u012b\u0161anu
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit must be online and connected to more than one peer to send bitcoin.
+sendBitcoinConfirmView.message=L\u016bdzu apstipriniet, ka v\u0113laties veikt \u0161\u0101du dogecoin naudas p\u0101rskait\u012bjumu\:
+sendBitcoinConfirmView.title=Apstiprin\u0101t dogecoin nos\u016bt\u012b\u0161anu
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge must be online and connected to more than one peer to send dogecoin.
receiveBitcoinAction.textShort=Request
-receiveBitcoinAction.text=Request Bitcoin
-receiveBitcoinAction.tooltip=Request bitcoin from someone
+receiveBitcoinAction.text=Request Dogecoin
+receiveBitcoinAction.tooltip=Request dogecoin from someone
receiveBitcoinAction.mnemonicKey=S
showPreferencesAction.text=Iestat\u012bjumi
-showPreferencesAction.tooltip=Apskat\u012bt MultiBit iestat\u012bjumus
+showPreferencesAction.tooltip=Apskat\u012bt MultiDoge iestat\u012bjumus
showPreferencesAction.mnemonicKey=I
showPreferencesSubmitAction.text=Apply changes
showPreferencesSubmitAction.tooltip=Apply changes
showPreferencesSubmitAction.mnemonicKey=G
-sendBitcoinPanel.title=Nos\u016bt\u012bt Bitcoin naudu
+sendBitcoinPanel.title=Nos\u016bt\u012bt Dogecoin naudu
sendBitcoinPanel.sendBitcoinsPanelTitle=Nos\u016btiet inform\u0101ciju
-sendBitcoinPanel.helpLabel1.message=J\u016bs v\u0113laties nos\u016bt\u012bt bitcoin naudu.
+sendBitcoinPanel.helpLabel1.message=J\u016bs v\u0113laties nos\u016bt\u012bt dogecoin naudu.
sendBitcoinPanel.helpLabel2.message=Ievadiet vai izv\u0113lieties sa\u0146\u0113m\u0113ja adresi un summu.
sendBitcoinPanel.helpLabel3.message=Ja nepiecie\u0161ams, pievienojiet eti\u0137eti.
sendBitcoinPanel.addressLabel=Adrese
-sendBitcoinPanel.addressLabel.tooltip=Adrese, uz kuru v\u0113laties nos\u016bt\u012bt bitcoin naudu
+sendBitcoinPanel.addressLabel.tooltip=Adrese, uz kuru v\u0113laties nos\u016bt\u012bt dogecoin naudu
sendBitcoinPanel.labelLabel=Eti\u0137ete
sendBitcoinPanel.labelLabel.tooltip=Adreses apraksto\u0161\u0101 eti\u0137ete
sendBitcoinPanel.amountLabel=Summa
sendBitcoinPanel.amountLabel.tooltip=Summa, kas j\u0101nos\u016bta
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=BTC vien\u012bba
-sendBitcoinPanel.sendingAddressesTitle=Addresses to send bitcoin to
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=DOGE vien\u012bba
+sendBitcoinPanel.sendingAddressesTitle=Addresses to send dogecoin to
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=S\u016bt\u012b\u0161anas adreses (var b\u016bt novecoju\u0161as)
sendBitcoinPanel.couldNotUnderstandQRcode=Could not understand QR code of "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Drag|QR code|here
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a bitcoin QR code here to automatically fill the 'Send' form.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a dogecoin QR code here to automatically fill the 'Send' form.
sendBitcoinPanel.showMore.text=More
sendBitcoinPanel.showMore.tooltip=Show side panel
sendBitcoinPanel.showMore.mnemonic=G
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Less
sendBitcoinPanel.showLess.tooltip=Hide side panel
sendBitcoinPanel.showLess.mnemonic=P
-receiveBitcoinPanel.title=Sa\u0146emt Bitcoin naudu
-receiveBitcoinPanel.helpLabel1.message=J\u016bs v\u0113laties sa\u0146emt bitcoin naudu.
+receiveBitcoinPanel.title=Sa\u0146emt Dogecoin naudu
+receiveBitcoinPanel.helpLabel1.message=J\u016bs v\u0113laties sa\u0146emt dogecoin naudu.
receiveBitcoinPanel.helpLabel2.message=Izv\u0113lieties vienu no sa\u0146em\u0161anas adres\u0113m.
receiveBitcoinPanel.helpLabel3.message=Ja nepiecie\u0161ams, ievadiet eti\u0137eti un summu.
receiveBitcoinPanel.addressLabel=J\u016bsu adrese
-receiveBitcoinPanel.addressLabel.tooltip=Adrese, kur\u0101 v\u0113laties sa\u0146emt bitcoin naudu
+receiveBitcoinPanel.addressLabel.tooltip=Adrese, kur\u0101 v\u0113laties sa\u0146emt dogecoin naudu
receiveBitcoinPanel.labelLabel=Eti\u0137ete
receiveBitcoinPanel.labelLabel.tooltip=Adreses apraksto\u0161\u0101 eti\u0137ete
receiveBitcoinPanel.amountLabel=Summa
receiveBitcoinPanel.amountLabel.tooltip=Sa\u0146emam\u0101 summa
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=BTC vien\u012bba
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=DOGE vien\u012bba
receiveBitcoinPanel.receivingAddressesTitle=Sa\u0146em\u0161anas adreses
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Sa\u0146em\u0161anas adreses (var b\u016bt novecoju\u0161as)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Eti\u0137ete
addressBookTableModel.addressColumnHeader=Adrese
copyQRCodeTextAction.text=Kop\u0113t tekstu
-copyQRCodeTextAction.tooltip=Kop\u0113t bitcoin adreses tekstu starpliktuv\u0113
+copyQRCodeTextAction.tooltip=Kop\u0113t dogecoin adreses tekstu starpliktuv\u0113
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kop\u0113t
-copyQRCodeImageAction.tooltip=Copy bitcoin QR code to clipboard
+copyQRCodeImageAction.tooltip=Copy dogecoin QR code to clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Iel\u012bm\u0113t
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=New
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Create new receiving addresses
createOrEditAddressAction.createReceiving.mnemonicKey=J
createOrEditAddressAction.createSending.text=New
-createOrEditAddressAction.createSending.tooltip=Add a new address to send bitcoin to
+createOrEditAddressAction.createSending.tooltip=Add a new address to send dogecoin to
createOrEditAddressAction.createSending.mnemonicKey=J
createOrEditAddressSubmitAction.text=Labi
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Nos\u016bt\u012bts "{1}" ({0})
validationErrorView.title=Apstiprin\u0101\u0161anas k\u013c\u016bda
validationErrorView.okOption=Labi
-validationErrorView.addressInvalidMessage="{0}" nav der\u012bga bitcoin adrese.
+validationErrorView.addressInvalidMessage="{0}" nav der\u012bga dogecoin adrese.
validationErrorView.amountIsMissingMessage=Jums ir j\u0101nor\u0101da summa
validationErrorView.amountInvalidMessage=Summu "{0}" nevar atpaz\u012bt k\u0101 skaitli.
-validationErrorView.amountIsNegativeOrZeroMessage=Summai j\u0101b\u016bt liel\u0101kai par 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Summai j\u0101b\u016bt liel\u0101kai par 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=More Help
showTransactionsAction.text=P\u0101rskait\u012bjumi
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Maka apraksts
singleWalletPanel.dataHasChanged.text=Atjaunin\u0101jumi p\u0101rtraukti.
singleWalletPanel.dataHasChanged.tooltip.1=Cita programma ir main\u012bjusi \u0161o maku.
-singleWalletPanel.dataHasChanged.tooltip.2=Lai izvair\u012btos no k\u013c\u016bd\u0101m, \u0161is MultiBit klients ir p\u0101rtraucis atjaunin\u0101jumus.
+singleWalletPanel.dataHasChanged.tooltip.2=Lai izvair\u012btos no k\u013c\u016bd\u0101m, \u0161is MultiDoge klients ir p\u0101rtraucis atjaunin\u0101jumus.
singleWalletPanel.dataHasChanged.backupFile=Dubl\u0113juma fails ir "{0}".
singleWalletPanel.twistyRightText=Click to show wallet details
singleWalletPanel.twistyDownText=Click to hide wallet details
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Reset date
resetTransactionsPanel.resetFromFirstTransaction=Reset from date of first transaction
resetTransactionsPanel.chooseResetDate=Specify reset date\: {0}
-showOpenUriView.title=Open Bitcoin URI
-showOpenUriView.message1=Another application has requested a Bitcoin payment.
+showOpenUriView.title=Open Dogecoin URI
+showOpenUriView.message1=Another application has requested a Dogecoin payment.
showOpenUriView.message2=Do you want to fill the 'Send' form with the request ?
showOpenUriView.yesText=Yes
showOpenUriView.noText=No
showOpenUriView.rememberMyDecision=Remember my decision
-showOpenUriViewSubmitAction.tooltip=Fill send form with bitcoin payment request
+showOpenUriViewSubmitAction.tooltip=Fill send form with dogecoin payment request
showOpenUriViewSubmitAction.mnemonicKey=A
showOpenUriView.paymentRequestIgnored=Payment request received but ignored due to preferences
showOpenUriViewAction.tooltip=Yes, fill send form with payment request
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Choose display font
-fontChooser.tooltip=Choose font to use in MultiBit
+fontChooser.tooltip=Choose font to use in MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Labi
fontChooser.cancel=Atcelt
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=Password
showExportPrivateKeysPanel.repeatPasswordPrompt=Repeat password
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=View at blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=View at blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=View at dogechain.info
crudButton.new=New
crudButton.open=Atv\u0113rt
crudButton.delete=Delete
closeWalletAction.text=Close Wallet
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Delete Wallet
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=The wallet "{0}" was deleted successfu
deleteWalletConfirmDialog.walletDeleteError1=There was an error deleting the wallet.
deleteWalletConfirmDialog.walletDeleteError2=The error was "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Wrong answer
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Welcome
-welcomePanel.title=Welcome to MultiBit
+welcomePanel.title=Welcome to MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=R
addPasswordPanel.password.title=Password
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet\:
changePasswordPanel.newPasswordPrompt=New password
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Enter the current password
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/nl/viewer.properties b/src/main/resources/i18n/nl/viewer.properties
index 88695c325..ea7c977a8 100755
--- a/src/main/resources/i18n/nl/viewer.properties
+++ b/src/main/resources/i18n/nl/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Servisch
showPreferencesPanel.feeTitle=Transactiekosten
showPreferencesPanel.feeLabel.text=Vergoeding
showPreferencesPanel.size.text={0} bytes
-showPreferencesPanel.couldNotUnderstandFee=MultiBit kan het bedrag "{0}" niet begrijpen. Oude bedrag blijft behouden.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge kan het bedrag "{0}" niet begrijpen. Oude bedrag blijft behouden.
showPreferencesPanel.aFeeMustBeSet=Je moet een bedrag voor de transactie vergoeding instellen. Oude bedrag blijft behouden.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=De vergoeding voor verzending is minimaal 0.0001 BTC. Het oude bedrag blijft behouden.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=De vergoeding moet kleiner zijn dan 1 BTC. Controleer de komma. Het oude bedrag blijft behouden.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=De vergoeding voor verzending is minimaal 0.0001 DOGE. Het oude bedrag blijft behouden.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=De vergoeding moet kleiner zijn dan 1 DOGE. Controleer de komma. Het oude bedrag blijft behouden.
showPreferencesPanel.browserIntegrationTitle=Browser integratie
-showPreferencesPanel.browserIntegration.messageText=Wat wil je dat er gebeurt als in de browser een Bitcoin betaling wordt gekozen?
-showPreferencesPanel.ignoreAll=Negeer elk verzoek tot een Bitcoin betaling
+showPreferencesPanel.browserIntegration.messageText=Wat wil je dat er gebeurt als in de browser een Dogecoin betaling wordt gekozen?
+showPreferencesPanel.ignoreAll=Negeer elk verzoek tot een Dogecoin betaling
showPreferencesPanel.fillAutomatically=Vul het verzendformulier automatisch in
showPreferencesPanel.askEveryTime=Vraag het mij elke keer
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Tweede rij
showPreferencesPanel.ticker.showSecondRow=De tweede rij weergeven
showPreferencesPanel.ticker.exchange=Ruilen
showPreferencesPanel.ticker.currency=Valuta
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Waarde van bitcoins in fiat valuta uitdrukken
-showPreferencesPanel.ticker.exchangeInformation=De weergegeven waarde van bitcoins wordt gebaseerd op de laatst bekende koers ten opzichte van deze valuta.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Waarde van dogecoins in fiat valuta uitdrukken
+showPreferencesPanel.ticker.exchangeInformation=De weergegeven waarde van dogecoins wordt gebaseerd op de laatst bekende koers ten opzichte van deze valuta.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=De App ID toegangscode van OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=U hebt een ongeldige App ID ingevoerd.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Ongeldige App ID
showPreferencesPanel.getAppId.text=App ID ophalen
showPreferencesPanel.getAppId.tooltip=Open uw browser en maak een account aan op OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Druk hieronder op "Get App ID"
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Aangemaakte portemonnee "{0}".
multiBit.openingWallet=Portemonnee "{0}" wordt geopend ...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... klaar.
multiBit.closedWallet=De portemonnee "{0}" werd correct afgesloten.
multibit.userDataDirectory=De map met gebruiker gegevens is "{0}".
multibit.installationDirectory=De installatiemap is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo
-multiBitFrame.balanceLabel.tooltip=Saldo inclusief onbevestigde bitcoins en wisselgeld
+multiBitFrame.balanceLabel.tooltip=Saldo inclusief onbevestigde dogecoins en wisselgeld
multiBitFrame.ticker.show.text=Weergeef Valuta Ticker
multiBitFrame.ticker.hide.text=Verberg Valuta Ticker
multiBitFrame.statusBar.tooltip1=Berichten.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=Dit is een coinbase transactie di
multiBitFrame.availableToSpend=Te besteden \: {0}
multiBitFrame.availableToSpend2=Vrij te besteden
-multiBitFrame.availableToSpend.tooltip=Saldo verminderd met onbevestigde bitcoins en wisselgeld dat nog moet worden teruggegeven
+multiBitFrame.availableToSpend.tooltip=Saldo verminderd met onbevestigde dogecoins en wisselgeld dat nog moet worden teruggegeven
-multiBitService.errorText=Kon niet verbinden met het Bitcoin netwerk. De foutmelding was\: "{0}"
-multiBitService.errorTitleText=Fout tijdens het verbinden met het Bitcoin netwerk
-multiBitService.stoppingBitcoinNetworkConnection=Bitcoin netwerk connectie wordt gestopt...
+multiBitService.errorText=Kon niet verbinden met het Dogecoin netwerk. De foutmelding was\: "{0}"
+multiBitService.errorTitleText=Fout tijdens het verbinden met het Dogecoin netwerk
+multiBitService.stoppingBitcoinNetworkConnection=Dogecoin netwerk connectie wordt gestopt...
multiBitService.couldNotLoadBlockchain=Het is niet mogelijk om de blockchain in te laden "{0}". De foutmelding was "{1}".
multiBitService.replayingFromBlockCache=Nogmaals afspelen vanuit lokale cache...
exitAction.text=Stoppen
-exitAction.tooltip=MultiBit Afsluiten
+exitAction.tooltip=MultiDoge Afsluiten
exitAction.mnemonicKey=A
openWalletAction.text=Open Portemonnee
@@ -173,70 +174,70 @@ openWalletView.title=Open Portemonnee
saveWalletAsView.untitled=Naamloos
-helpAboutAction.text=Over MultiBit
-helpAboutAction.tooltip=Over MultiBit
+helpAboutAction.text=Over MultiDoge
+helpAboutAction.tooltip=Over MultiDoge
helpAboutAction.mnemonicKey=O
-helpAboutAction.messageBoxTitle=Over MultiBit
+helpAboutAction.messageBoxTitle=Over MultiDoge
helpAboutAction.versionText=Versie \: {0}
showHelpContentsAction.text=Help Inhoud
-showHelpContentsAction.tooltip=Toon MultiBit hulp
+showHelpContentsAction.tooltip=Toon MultiDoge hulp
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Help Inhoud
-sendBitcoinAction.text=Verzend Bitcoins
-sendBitcoinAction.tooltip=Verzend bitcoins naar iemand
-sendBitcoinAction.pleaseWait.tooltip=Wacht even tot MultiBit klaar is met synchroniseren vooraleer te verzenden
+sendBitcoinAction.text=Verzend Dogecoins
+sendBitcoinAction.tooltip=Verzend dogecoins naar iemand
+sendBitcoinAction.pleaseWait.tooltip=Wacht even tot MultiDoge klaar is met synchroniseren vooraleer te verzenden
sendBitcoinAction.mnemonicKey=S
sendBitcoinConfirmAction.text=Verzenden
-sendBitcoinConfirmAction.tooltip=Verzend bitcoins naar iemand
+sendBitcoinConfirmAction.tooltip=Verzend dogecoins naar iemand
sendBitcoinConfirmAction.mnemonicKey=S
-sendBitcoinNowAction.sendingBitcoin=Bitcoins worden verstuurd...
-sendBitcoinNowAction.bitcoinSentOk=Je bitcoins zijn succesvol verzonden.
-sendBitcoinNowAction.bitcoinSendFailed=Het verzenden van je bitcoins is mislukt.
-sendBitcoinNowAction.pingFailure=Netwerktest mislukt bij alle peers. Controleer je netwerkverbinding en start MultiBit opnieuw op.
+sendBitcoinNowAction.sendingBitcoin=Dogecoins worden verstuurd...
+sendBitcoinNowAction.bitcoinSentOk=Je dogecoins zijn succesvol verzonden.
+sendBitcoinNowAction.bitcoinSendFailed=Het verzenden van je dogecoins is mislukt.
+sendBitcoinNowAction.pingFailure=Netwerktest mislukt bij alle peers. Controleer je netwerkverbinding en start MultiDoge opnieuw op.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Er is onvoldoende krediet voor uw verzending.
sendBitcoinConfirmView.sendOption=Verzenden
sendBitcoinConfirmView.cancelOption=Afbreken
-sendBitcoinConfirmView.message=Bevestig dat je bitcoins als volgt wil verzenden\:
-sendBitcoinConfirmView.title=Bevestig Verzending Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit moet online zijn en met anderen verbonden zijn om bitcoins te kunnen verzenden.
+sendBitcoinConfirmView.message=Bevestig dat je dogecoins als volgt wil verzenden\:
+sendBitcoinConfirmView.title=Bevestig Verzending Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge moet online zijn en met anderen verbonden zijn om dogecoins te kunnen verzenden.
receiveBitcoinAction.textShort=Ontvangen
-receiveBitcoinAction.text=Bitcoins ontvangen
-receiveBitcoinAction.tooltip=Ontvang bitcoins van iemand
+receiveBitcoinAction.text=Dogecoins ontvangen
+receiveBitcoinAction.tooltip=Ontvang dogecoins van iemand
receiveBitcoinAction.mnemonicKey=O
showPreferencesAction.text=Voorkeuren
-showPreferencesAction.tooltip=Bekijk MultiBit voorkeuren
+showPreferencesAction.tooltip=Bekijk MultiDoge voorkeuren
showPreferencesAction.mnemonicKey=V
showPreferencesSubmitAction.text=Wijzigingen toepassen
showPreferencesSubmitAction.tooltip=Wijzigingen toepassen
showPreferencesSubmitAction.mnemonicKey=O
-sendBitcoinPanel.title=Verzend Bitcoins
+sendBitcoinPanel.title=Verzend Dogecoins
sendBitcoinPanel.sendBitcoinsPanelTitle=Details verzending
-sendBitcoinPanel.helpLabel1.message=Je wil bitcoins versturen.
+sendBitcoinPanel.helpLabel1.message=Je wil dogecoins versturen.
sendBitcoinPanel.helpLabel2.message=Voer adres in of kies adres om naar te versturen en voer bedrag in.
sendBitcoinPanel.helpLabel3.message=Geef eventueel een naam.
sendBitcoinPanel.addressLabel=Adressen
-sendBitcoinPanel.addressLabel.tooltip=De adressen waar je bitcoins naartoe wil versturen
+sendBitcoinPanel.addressLabel.tooltip=De adressen waar je dogecoins naartoe wil versturen
sendBitcoinPanel.labelLabel=Naam
sendBitcoinPanel.labelLabel.tooltip=Een naam die dit adres beschrijft
sendBitcoinPanel.amountLabel=Bedrag
sendBitcoinPanel.amountLabel.tooltip=Bedrag te versturen
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=BTC Eenheid
-sendBitcoinPanel.sendingAddressesTitle=Adressen om Bitcoins naar te verzenden
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=DOGE Eenheid
+sendBitcoinPanel.sendingAddressesTitle=Adressen om Dogecoins naar te verzenden
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Jouw verzend adressen (Mogelijk verouderd)
sendBitcoinPanel.couldNotUnderstandQRcode=Kan de QR code van "{0}" niet inlezen.
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Sleep een QR code |hier|
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Sleep een bitcoin QR code hier naar toe om het "Verzend" formulier automatisch in te vullen.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Sleep een dogecoin QR code hier naar toe om het "Verzend" formulier automatisch in te vullen.
sendBitcoinPanel.showMore.text=Meer
sendBitcoinPanel.showMore.tooltip=Weergeef zijpaneel
sendBitcoinPanel.showMore.mnemonic=O
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Minder
sendBitcoinPanel.showLess.tooltip=Verberg zijpaneel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Ontvang Bitcoins
-receiveBitcoinPanel.helpLabel1.message=Je wil bitcoins ontangen.
+receiveBitcoinPanel.title=Ontvang Dogecoins
+receiveBitcoinPanel.helpLabel1.message=Je wil dogecoins ontangen.
receiveBitcoinPanel.helpLabel2.message=Kies \u00e9\u00e9n van je adressen om te ontvangen.
receiveBitcoinPanel.helpLabel3.message=Geef eventueel een naam en bedrag.
receiveBitcoinPanel.addressLabel=Jouw adressen
-receiveBitcoinPanel.addressLabel.tooltip=Het adres waarmee je bitcoins wil ontvangen
+receiveBitcoinPanel.addressLabel.tooltip=Het adres waarmee je dogecoins wil ontvangen
receiveBitcoinPanel.labelLabel=Naam
receiveBitcoinPanel.labelLabel.tooltip=Een naam die dit adres beschrijft
receiveBitcoinPanel.amountLabel=Bedrag
receiveBitcoinPanel.amountLabel.tooltip=Bedrag te ontvangen
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=BTC Eenheid
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=DOGE Eenheid
receiveBitcoinPanel.receivingAddressesTitle=Jouw ontvangstadressen
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Jouw ontvangstadressen (Mogelijk verouderd)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Naam
addressBookTableModel.addressColumnHeader=Adressen
copyQRCodeTextAction.text=Kopieer Text
-copyQRCodeTextAction.tooltip=Kopieer bitcoin URI text naar klipbord
+copyQRCodeTextAction.tooltip=Kopieer dogecoin URI text naar klipbord
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kopieer
-copyQRCodeImageAction.tooltip=Kopieer bitcoin QR code naar klembord
+copyQRCodeImageAction.tooltip=Kopieer dogecoin QR code naar klembord
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Plakken
-pasteSwatchAction.tooltip=Plak bitcoin URI tekst of QR code vanuit klembord
+pasteSwatchAction.tooltip=Plak dogecoin URI tekst of QR code vanuit klembord
pasteSwatchAction.mnemonicKey=W
createOrEditAddressAction.createReceiving.text=Nieuw
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Maak nieuw ontvangstadres aan
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Nieuw
-createOrEditAddressAction.createSending.tooltip=Voeg een nieuw adres toe om bitcoins te versturen
+createOrEditAddressAction.createSending.tooltip=Voeg een nieuw adres toe om dogecoins te versturen
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Verzonden naar "{1}" ({0})
validationErrorView.title=Fout tijdens valideren
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=Het adres "{0}" is geen valide bitcoin adres.
+validationErrorView.addressInvalidMessage=Het adres "{0}" is geen valide dogecoin adres.
validationErrorView.amountIsMissingMessage=Je moet een bedrag specificeren
validationErrorView.amountInvalidMessage=Het bedrag "{0}" kan niet worden begrepen als een getal.
-validationErrorView.amountIsNegativeOrZeroMessage=Het bedrag moet meer zijn dan 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Het bedrag moet meer zijn dan 0 DOGE.
validationErrorView.amountIsTooSmallMessage=Het bedrag is te laag. Het moet ten minste {0} satoshi zijn.
-validationErrorView.notEnoughFundsMessage=Er is niet genoeg geld in deze wallet om {0} BTC te versturen.\nLet wel dat alleen gecontroleerde transacties kunnen worden uitgegeven.\nOnthoud dat de verstuurder een commisie betaald.
-validationErrorView.notEnoughFundsMessage2=Er is onvoldoende geld in deze wallet om {0} BTC te versturen.\nJe kan niet meer verzenden dan jouw "beschikbaar om uit te geven" krediet.\nOnthoudt dat de verstuurder een commissie betaald.
+validationErrorView.notEnoughFundsMessage=Er is niet genoeg geld in deze wallet om {0} DOGE te versturen.\nLet wel dat alleen gecontroleerde transacties kunnen worden uitgegeven.\nOnthoud dat de verstuurder een commisie betaald.
+validationErrorView.notEnoughFundsMessage2=Er is onvoldoende geld in deze wallet om {0} DOGE te versturen.\nJe kan niet meer verzenden dan jouw "beschikbaar om uit te geven" krediet.\nOnthoudt dat de verstuurder een commissie betaald.
validationErrorView.moreHelp=Meer Hulp
showTransactionsAction.text=Transacties
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Datum opnieuw instellen
resetTransactionsPanel.resetFromFirstTransaction=Datum opnieuw instellen van de eerste transactie
resetTransactionsPanel.chooseResetDate=Geef reset date op\: {0}
-showOpenUriView.title=Open Bitcoin URI
-showOpenUriView.message1=Een andere applicatie verzoekt een Bitcoin betaling.
+showOpenUriView.title=Open Dogecoin URI
+showOpenUriView.message1=Een andere applicatie verzoekt een Dogecoin betaling.
showOpenUriView.message2=Wil je het verzendformulier met het betalingsverzoek invullen?
showOpenUriView.yesText=Ja
showOpenUriView.noText=Nee
showOpenUriView.rememberMyDecision=Onthoud mijn keuze
-showOpenUriViewSubmitAction.tooltip=Vul het verzendformulier in met het Bitcoin betalingsverzoek
+showOpenUriViewSubmitAction.tooltip=Vul het verzendformulier in met het Dogecoin betalingsverzoek
showOpenUriViewSubmitAction.mnemonicKey=L
showOpenUriView.paymentRequestIgnored=Verzoek om betaling ontvangen maar genegeerd als gevolg van voorkeuren
showOpenUriViewAction.tooltip=Ja, vul verzend formulier in met het betalings verzoek
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Kies weer te geven lettertype
-fontChooser.tooltip=Kies een lettertype om te gebruiken in MultiBit
+fontChooser.tooltip=Kies een lettertype om te gebruiken in MultiDoge
fontChooser.mnemonic=B
fontChooser.ok=Ok
fontChooser.cancel=Afbreken
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Kies het bestand waar naar u de priv
showExportPrivateKeysPanel.password.title=Wachtwoord van exportbestand
showExportPrivateKeysPanel.passwordProtect=Bescherm exportbestand met wachtwoord\:
showExportPrivateKeysPanel.doNotPasswordProtect=Bescherm uw exportbestand niet met een wachtwoord.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Iedereen die uw exportbestand kan lezen kan uw bitcoins uitgeven.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Iedereen die uw exportbestand kan lezen kan uw dogecoins uitgeven.
showExportPrivateKeysPanel.walletPasswordPrompt=Portemonnee wachtwoord
showExportPrivateKeysPanel.passwordPrompt=Wachtwoord
showExportPrivateKeysPanel.repeatPasswordPrompt=Herhaal wachtwoord
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=De commissie is aan de transactie toeg
transactionDetailsDialog.sizeLabel.text=Grootte
transactionDetailsDialog.sizeLabel.tooltip=De grootte van deze transactie in bytes
transactionDetailsDialog.viewAtBlockExplorer=Bekijken via blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Blockchain.info bekijken
+transactionDetailsDialog.viewAtBlockChainInfo=dogechain.info bekijken
crudButton.new=Nieuw
crudButton.open=Openen
crudButton.delete=Verwijder
closeWalletAction.text=Portemonnee sluiten
-closeWalletAction.tooltip=Sluit de portemonnee en toon deze niet langer in MultiBit.
+closeWalletAction.tooltip=Sluit de portemonnee en toon deze niet langer in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Verwijder Portemonnee
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=De portemonnee "{0}" is succesvol verw
deleteWalletConfirmDialog.walletDeleteError1=Er ging iets mis tijdens het verwijderen van de portemonnee.
deleteWalletConfirmDialog.walletDeleteError2=De foutmelding was "{0}".
deleteWalletConfirmDialog.question1=Toets 'enter' om deze transactie te bevestigen
-deleteWalletConfirmDialog.question2=de naam van de maker van Bitcoin.
+deleteWalletConfirmDialog.question2=de naam van de maker van Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Fout antwoord
deleteWalletException.walletWasReadonly=Kan het portemonnee bestand niet verwijderen. Het portemonnee bestand (of het portemonnee informatie bestand) heeft "Alleen lezen" rechten
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Het verwijderen van het portemonn
deleteWalletConfirmDialog.newWalletCreated=Aangezien er geen portemonnee bestond, is er een aangemaakt voor u.
welcomePanel.text=Welkom
-welcomePanel.title=Welkom bij MultiBit
+welcomePanel.title=Welkom bij MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=Met Multibit worden je bitcoins opgeslagen in een portemonnee. Het is mogelijk om meerdere portemonnees aan te maken om zo alles overzichtelijk te houden. Al je portemonnees zullen in het linker zijpaneel getoond worden.
+welcomePanel.paragraph1=Met Multibit worden je dogecoins opgeslagen in een portemonnee. Het is mogelijk om meerdere portemonnees aan te maken om zo alles overzichtelijk te houden. Al je portemonnees zullen in het linker zijpaneel getoond worden.
welcomePanel.paragraph2=Gebruik het opties menu om nieuwe tabbladen te openen voor hetgeen u wilt doen. De tabbladen "Versturen", "Ontvangen" en "Transacties" staan altijd open. Alle andere tabs kunt u sluiten door op de "x" te klikken op de tab.
welcomePanel.paragraph2.5=Voor meer veiligheid kan je een wachtwoord toevoegen aan je portemonnee door in het menu voor "Bestand|Wachtwoord toevoegen" te kiezen.
welcomePanel.paragraph3=Veel onderdelen op het scherm hebben een omschrijving in een zogenaamde "tooltip". Beweeg uw muis over een onderdeel om de tooltip te zien.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=O
addPasswordPanel.password.title=Wachtwoord
addPasswordPanel.text=De volgende portemonnee zal beveiligd zijn met een wachtwoord\:
addPasswordPanel.reminder1=Hou uw wachtwoord geheim.
-addPasswordPanel.reminder2=U heeft dit wachtwoord nodig om bitcoins uit te geven.
+addPasswordPanel.reminder2=U heeft dit wachtwoord nodig om dogecoins uit te geven.
addPasswordPanel.reminder3=Het kan niet worden hersteld indien verloren.
addPasswordPanel.enterPasswords=Voer het wachtwoord in dat u wilt gebruiken voor deze portemonnee
addPasswordPanel.addPasswordSuccess=Het wachtwoord is met succes toegevoegd.
@@ -584,7 +585,7 @@ changePasswordPanel.text=Het wachtwoord zal worden gewijzigd voor de volgende po
changePasswordPanel.newPasswordPrompt=Nieuw wachtwoord
changePasswordPanel.repeatNewPasswordPrompt=Herhaal nieuw wachtwoord
changePasswordPanel.reminder1=Hou uw wachtwoord geheim.
-changePasswordPanel.reminder2=U heeft dit wachtwoord nodig om bitcoins uit te geven.
+changePasswordPanel.reminder2=U heeft dit wachtwoord nodig om dogecoins uit te geven.
changePasswordPanel.reminder3=Het kan niet worden hersteld indien verloren.
changePasswordPanel.enterPasswords=Voer het wachtwoord in dat u wilt gebruiken voor deze portemonnee
changePasswordPanel.enterCurrentPassword=Voer het huidige wachtwoord in
@@ -655,12 +656,12 @@ transactionConfidence.pending=Onderweg/onbevestigd.
transactionConfidence.appearedInBestChain=Voorgekomen in beste keten op hoogte {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Het is onbekend hoeveel anderen deze transactie hebben gezien.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Een bedrag in bitcoin mag niet meer dan 8 acht cijfers achter de komma hebben
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Een bedrag in dogecoin mag niet meer dan 8 acht cijfers achter de komma hebben
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=Een bedrag dat is opgegeven in "{0}" mag niet meer dan {1} cijfers achter de komma hebben
currencyConverter.couldNotUnderstandAmount=Het bedrag "{0}" is geen geldig getal
alertManagerTitle=Nieuwe versie beschikbaar
-alertManagerLine1=Er is een nieuwe versie "{0}" van MultiBit beschikbaar.
+alertManagerLine1=Er is een nieuwe versie "{0}" van MultiDoge beschikbaar.
alertManagerLine2=Uw huidige versie is "{0}".
alertManagerViewRelease=Toon release
diff --git a/src/main/resources/i18n/no/viewer.properties b/src/main/resources/i18n/no/viewer.properties
index ec4985818..3f885be38 100755
--- a/src/main/resources/i18n/no/viewer.properties
+++ b/src/main/resources/i18n/no/viewer.properties
@@ -51,12 +51,12 @@ showPreferencesPanel.language.37=Serbian
showPreferencesPanel.feeTitle=Transaksjonsavgift
showPreferencesPanel.feeLabel.text=Avgift
showPreferencesPanel.size.text={0} byte
-showPreferencesPanel.couldNotUnderstandFee=MultiBit kunne ikke forst\u00e5 avgiften p\u00e5 "{0}". Den gamle avgiften vil bli brukt.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge kunne ikke forst\u00e5 avgiften p\u00e5 "{0}". Den gamle avgiften vil bli brukt.
showPreferencesPanel.aFeeMustBeSet=Du m\u00e5 sette en betalingsavgift. Den gamle avgiften vil bli brukt.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Minimumsavgiften er mist 0.0001 BTC. Den gamle avgiften vil bli brukt.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Gebyret m\u00e5 v\u00e6re mindre enn 1 BTC. Sjekk desimalskilletegnet. Det gamle gebyret vil bli brukt.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Minimumsavgiften er mist 0.0001 DOGE. Den gamle avgiften vil bli brukt.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Gebyret m\u00e5 v\u00e6re mindre enn 1 DOGE. Sjekk desimalskilletegnet. Det gamle gebyret vil bli brukt.
showPreferencesPanel.browserIntegrationTitle=Nettleserintegrasjon
-showPreferencesPanel.browserIntegration.messageText=Hvordan skal oppf\u00f8rselen i nettleseren din v\u00e6re n\u00e5r du klikker p\u00e5 en Bitcoin betalingslenke?
+showPreferencesPanel.browserIntegration.messageText=Hvordan skal oppf\u00f8rselen i nettleseren din v\u00e6re n\u00e5r du klikker p\u00e5 en Dogecoin betalingslenke?
showPreferencesPanel.ignoreAll=Ignorere betalings lenken
showPreferencesPanel.fillAutomatically=Fyll ut send skjemaet automatisk
showPreferencesPanel.askEveryTime=Sp\u00f8r meg hver gang
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Andre rad
showPreferencesPanel.ticker.showSecondRow=Vis andre rad
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=Valuta
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Vis Bitcoin utregnet i fiat-penger
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin will be shown converted using the last price of this currency.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Vis Dogecoin utregnet i fiat-penger
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin will be shown converted using the last price of this currency.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=The App ID access code from OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=You have entered an invalid App ID.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Incorrect App ID
showPreferencesPanel.getAppId.text=Get App ID
showPreferencesPanel.getAppId.tooltip=Open your browser and sign up to OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Press "Get App ID" button below
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Opprettet lommebok {0}.
multiBit.openingWallet=\u00c5pner lommebok {0}...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=... gjort.
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=The installation directory is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo
multiBitFrame.balanceLabel.tooltip=Saldo inkludert transaksjoner som ikke har blitt bekreftet og veksel som ikke har blitt returnert
multiBitFrame.ticker.show.text=Vis valuta ticker
@@ -147,14 +148,14 @@ multiBitFrame.availableToSpend=Tilgjengelig \u00e5 bruke\: {0}
multiBitFrame.availableToSpend2=Tilgjengelig \u00e5 bruke
multiBitFrame.availableToSpend.tooltip=Disponibel saldo som kun inneholder motatt bekreftede transaksjoner og veksel som har blitt returnert
-multiBitService.errorText=Could not connect to Bitcoin network. The error was \: {0}
-multiBitService.errorTitleText=Error connecting to Bitcoin network
-multiBitService.stoppingBitcoinNetworkConnection=Stopping Bitcoin network connection...
+multiBitService.errorText=Could not connect to Dogecoin network. The error was \: {0}
+multiBitService.errorTitleText=Error connecting to Dogecoin network
+multiBitService.stoppingBitcoinNetworkConnection=Stopping Dogecoin network connection...
multiBitService.couldNotLoadBlockchain=Unable to load blockchain "{0}". The error was "{1}".
multiBitService.replayingFromBlockCache=Avspilling fra lokale hurtigbufferen...
exitAction.text=Avslutt
-exitAction.tooltip=Avslutt MultiBit
+exitAction.tooltip=Avslutt MultiDoge
exitAction.mnemonicKey=A
openWalletAction.text=\u00c5pne lommebok
@@ -173,70 +174,70 @@ openWalletView.title=\u00c5pne lommebok
saveWalletAsView.untitled=Uten navn
-helpAboutAction.text=Om MultiBit
-helpAboutAction.tooltip=Om MultiBit
+helpAboutAction.text=Om MultiDoge
+helpAboutAction.tooltip=Om MultiDoge
helpAboutAction.mnemonicKey=O
-helpAboutAction.messageBoxTitle=Om MultiBit
+helpAboutAction.messageBoxTitle=Om MultiDoge
helpAboutAction.versionText=Versjon \: {0}
showHelpContentsAction.text=Manual
-showHelpContentsAction.tooltip=Vis MultiBit sin hjelpemanual
+showHelpContentsAction.tooltip=Vis MultiDoge sin hjelpemanual
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Manual
-sendBitcoinAction.text=Send Bitcoin
-sendBitcoinAction.tooltip=Send Bitcoin til en annen
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=Send Dogecoin
+sendBitcoinAction.tooltip=Send Dogecoin til en annen
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Send
-sendBitcoinConfirmAction.tooltip=Send Bitcoin til en annen
+sendBitcoinConfirmAction.tooltip=Send Dogecoin til en annen
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Sender bitcoin...
+sendBitcoinNowAction.sendingBitcoin=Sender dogecoin...
sendBitcoinNowAction.bitcoinSentOk=Bitcoinoverf\u00f8ringen ble sendt.
sendBitcoinNowAction.bitcoinSendFailed=Bitcoinoverf\u00f8ringen mislyktes.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=There were insufficient funds for your send.
sendBitcoinConfirmView.sendOption=Send
sendBitcoinConfirmView.cancelOption=Avbryt
-sendBitcoinConfirmView.message=Bekreft at du vil sende f\u00f8lgende Bitcoin\:
-sendBitcoinConfirmView.title=Bekreft sending av Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit must be online and connected to more than one peer to send bitcoin.
+sendBitcoinConfirmView.message=Bekreft at du vil sende f\u00f8lgende Dogecoin\:
+sendBitcoinConfirmView.title=Bekreft sending av Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge must be online and connected to more than one peer to send dogecoin.
receiveBitcoinAction.textShort=Foresp\u00f8rsel
-receiveBitcoinAction.text=Be om Bitcoin
-receiveBitcoinAction.tooltip=Be om Bitcoin fra noen
+receiveBitcoinAction.text=Be om Dogecoin
+receiveBitcoinAction.tooltip=Be om Dogecoin fra noen
receiveBitcoinAction.mnemonicKey=M
showPreferencesAction.text=Innstillinger
-showPreferencesAction.tooltip=Vis instillinger for MultiBit
+showPreferencesAction.tooltip=Vis instillinger for MultiDoge
showPreferencesAction.mnemonicKey=I
showPreferencesSubmitAction.text=Bruk endringer
showPreferencesSubmitAction.tooltip=Bruk endringer
showPreferencesSubmitAction.mnemonicKey=L
-sendBitcoinPanel.title=Send Bitcoin
+sendBitcoinPanel.title=Send Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Detailjer for sending
-sendBitcoinPanel.helpLabel1.message=Du \u00f8nsker \u00e5 sende Bitcoin.
+sendBitcoinPanel.helpLabel1.message=Du \u00f8nsker \u00e5 sende Dogecoin.
sendBitcoinPanel.helpLabel2.message=Enter or choose an address to send to and an amount.
sendBitcoinPanel.helpLabel3.message=Legg til ett valgfritt navn.
sendBitcoinPanel.addressLabel=Adresse
-sendBitcoinPanel.addressLabel.tooltip=Bitcoinadressen du \u00f8nsker \u00e5 sende Bitcoin til
+sendBitcoinPanel.addressLabel.tooltip=Bitcoinadressen du \u00f8nsker \u00e5 sende Dogecoin til
sendBitcoinPanel.labelLabel=Merkelapp
sendBitcoinPanel.labelLabel.tooltip=Du kan gi adressene navn slik at det er letter du slipper \u00e5 huske adressen senere
sendBitcoinPanel.amountLabel=Bel\u00f8p
-sendBitcoinPanel.amountLabel.tooltip=Antall Bitcoin du \u00f8nsker \u00e5 sende
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Enhet av BTC
-sendBitcoinPanel.sendingAddressesTitle=Adresser for \u00e5 sende bitcoin til
+sendBitcoinPanel.amountLabel.tooltip=Antall Dogecoin du \u00f8nsker \u00e5 sende
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Enhet av DOGE
+sendBitcoinPanel.sendingAddressesTitle=Adresser for \u00e5 sende dogecoin til
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Din sendeadresser (kan v\u00e6re utdatert)
sendBitcoinPanel.couldNotUnderstandQRcode=Kunne ikke forst\u00e5 QR-koden {0}.
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Dra|QR-kode|hit
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Dra en bitcoin QR-kode hit for \u00e5 automatisk fylle ut skjemaet 'Send'.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Dra en dogecoin QR-kode hit for \u00e5 automatisk fylle ut skjemaet 'Send'.
sendBitcoinPanel.showMore.text=Mer
sendBitcoinPanel.showMore.tooltip=Show side panel
sendBitcoinPanel.showMore.mnemonic=L
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Mindre
sendBitcoinPanel.showLess.tooltip=Skjul sidepanel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Motta Bitcoin
-receiveBitcoinPanel.helpLabel1.message=You want to receive bitcoin.
+receiveBitcoinPanel.title=Motta Dogecoin
+receiveBitcoinPanel.helpLabel1.message=You want to receive dogecoin.
receiveBitcoinPanel.helpLabel2.message=Choose one of your receiving addresses.
receiveBitcoinPanel.helpLabel3.message=Optionally enter a label and an amount.
receiveBitcoinPanel.addressLabel=Din adresse
-receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to send bitcoin to
+receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to send dogecoin to
receiveBitcoinPanel.labelLabel=Merkelapp
receiveBitcoinPanel.labelLabel.tooltip=Du kan gi adressene navn slik at det er letter du slipper \u00e5 huske adressen senere
receiveBitcoinPanel.amountLabel=Bel\u00f8p
receiveBitcoinPanel.amountLabel.tooltip=Amount to send
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Enhet av BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Enhet av DOGE
receiveBitcoinPanel.receivingAddressesTitle=Dine mottageradresser
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Your receiving addresses (May be out of date)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Merkelapp
addressBookTableModel.addressColumnHeader=Adresse
copyQRCodeTextAction.text=Kopier tekst
-copyQRCodeTextAction.tooltip=Kopier bitcoin URI tekst til utklippstavlen
+copyQRCodeTextAction.tooltip=Kopier dogecoin URI tekst til utklippstavlen
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kopier
-copyQRCodeImageAction.tooltip=Copy bitcoin QR code to clipboard
+copyQRCodeImageAction.tooltip=Copy dogecoin QR code to clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Lim inn
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Ny
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Opprett ny mottaker adresse
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Ny
-createOrEditAddressAction.createSending.tooltip=Add a new address to send bitcoin to
+createOrEditAddressAction.createSending.tooltip=Add a new address to send dogecoin to
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Sendt til {1} ({0})
validationErrorView.title=Valideringsfeil
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=Adressen {0} er ikke en gyldig bitcoin-adresse.
+validationErrorView.addressInvalidMessage=Adressen {0} er ikke en gyldig dogecoin-adresse.
validationErrorView.amountIsMissingMessage=Du m\u00e5 angi et bel\u00f8p
validationErrorView.amountInvalidMessage=Bel\u00f8pet {0} kan ikke forst\u00e5s som et tall.
-validationErrorView.amountIsNegativeOrZeroMessage=Bel\u00f8pet m\u00e5 v\u00e6re st\u00f8rre enn 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Bel\u00f8pet m\u00e5 v\u00e6re st\u00f8rre enn 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=Mer hjelp
showTransactionsAction.text=Transaksjoner
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Din lommebokbeskrivelse
singleWalletPanel.dataHasChanged.text=Oppdateringer har blitt stoppet.
singleWalletPanel.dataHasChanged.tooltip.1=Et annet program har endret denne lommeboken.
-singleWalletPanel.dataHasChanged.tooltip.2=MultiBit har stoppet oppdateringer for \u00e5 unng\u00e5 feil.
+singleWalletPanel.dataHasChanged.tooltip.2=MultiDoge har stoppet oppdateringer for \u00e5 unng\u00e5 feil.
singleWalletPanel.dataHasChanged.backupFile=Sikkerhetskopifilen er {0}.
singleWalletPanel.twistyRightText=Klikk for \u00e5 vise lommebok detaljer
singleWalletPanel.twistyDownText=Klikk for \u00e5 skjule lommebok detaljer
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Tilbakestill dato
resetTransactionsPanel.resetFromFirstTransaction=Reset from date of first transaction
resetTransactionsPanel.chooseResetDate=Specify reset date\: {0}
-showOpenUriView.title=\u00c5pne Bitcoin-URI
-showOpenUriView.message1=Another application has requested a Bitcoin payment.
+showOpenUriView.title=\u00c5pne Dogecoin-URI
+showOpenUriView.message1=Another application has requested a Dogecoin payment.
showOpenUriView.message2=Do you want to fill the 'Send' form with the request ?
showOpenUriView.yesText=Ja
showOpenUriView.noText=Nei
showOpenUriView.rememberMyDecision=Husk min beslutning
-showOpenUriViewSubmitAction.tooltip=Fill send form with bitcoin payment request
+showOpenUriViewSubmitAction.tooltip=Fill send form with dogecoin payment request
showOpenUriViewSubmitAction.mnemonicKey=\u00c5
showOpenUriView.paymentRequestIgnored=Payment request received but ignored due to preferences
showOpenUriViewAction.tooltip=Yes, fill send form with payment request
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Choose display font
-fontChooser.tooltip=Choose font to use in MultiBit
+fontChooser.tooltip=Choose font to use in MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Avbryt
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Lommebok passord
showExportPrivateKeysPanel.passwordPrompt=Passord
showExportPrivateKeysPanel.repeatPasswordPrompt=Gjenta passord
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=Se p\u00e5 blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Se p\u00e5 blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Se p\u00e5 dogechain.info
crudButton.new=Ny
crudButton.open=\u00c5pne
crudButton.delete=Slett
closeWalletAction.text=Close Wallet
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Slett lommebok
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=The wallet "{0}" was deleted successfu
deleteWalletConfirmDialog.walletDeleteError1=There was an error deleting the wallet.
deleteWalletConfirmDialog.walletDeleteError2=Feilen var {0}.
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Wrong answer
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Velkommen
-welcomePanel.title=Velkommen til MultiBit
+welcomePanel.title=Velkommen til MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=O
addPasswordPanel.password.title=Passord
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=Passordet vil bli endret for f\u00f8lgende lommebok\:
changePasswordPanel.newPasswordPrompt=Nytt passord
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Angi gjeldende passord
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/pl/viewer.properties b/src/main/resources/i18n/pl/viewer.properties
index 03d80bb28..be7c39cda 100755
--- a/src/main/resources/i18n/pl/viewer.properties
+++ b/src/main/resources/i18n/pl/viewer.properties
@@ -53,11 +53,11 @@ showPreferencesPanel.feeLabel.text=Op\u0142ata
showPreferencesPanel.size.text={0} bajty
showPreferencesPanel.couldNotUnderstandFee=Op\u0142ata "{0}" jest b\u0142\u0119dna. Powr\u00f3t do poprzedniej op\u0142aty.
showPreferencesPanel.aFeeMustBeSet=Nale\u017cy ustawi\u0107 op\u0142at\u0119 transakcyjn\u0105. Poprzednia op\u0142ata zostaje zachowana.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Op\u0142ata musi wynosi\u0107 co najmniej 0,0001 BTC. Zostaje zachowana poprzednia op\u0142ata.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Op\u0142ata musi by\u0107 mniejsza ni\u017c 1 BTC. Sprawd\u017a czy separator liczb dziesi\u0119tnych jest poprawny. Op\u0142ata nie zosta\u0142a zmieniona.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Op\u0142ata musi wynosi\u0107 co najmniej 0,0001 DOGE. Zostaje zachowana poprzednia op\u0142ata.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Op\u0142ata musi by\u0107 mniejsza ni\u017c 1 DOGE. Sprawd\u017a czy separator liczb dziesi\u0119tnych jest poprawny. Op\u0142ata nie zosta\u0142a zmieniona.
showPreferencesPanel.browserIntegrationTitle=Integracja z przegl\u0105dark\u0105
-showPreferencesPanel.browserIntegration.messageText=Co ma si\u0119 zdarzy\u0107, kiedy w przegl\u0105darce zostanie klikni\u0119ta p\u0142atno\u015b\u0107 Bitcoin?
-showPreferencesPanel.ignoreAll=Ignoruj wszystkie \u017c\u0105dania p\u0142atno\u015bci Bitcoin
+showPreferencesPanel.browserIntegration.messageText=Co ma si\u0119 zdarzy\u0107, kiedy w przegl\u0105darce zostanie klikni\u0119ta p\u0142atno\u015b\u0107 Dogecoin?
+showPreferencesPanel.ignoreAll=Ignoruj wszystkie \u017c\u0105dania p\u0142atno\u015bci Dogecoin
showPreferencesPanel.fillAutomatically=Automatycznie wype\u0142nij wysy\u0142any formularz
showPreferencesPanel.askEveryTime=Pytaj za ka\u017cdym razem
@@ -78,7 +78,7 @@ showPreferencesPanel.ticker.showSecondRow=Poka\u017c drugi wiersz
showPreferencesPanel.ticker.exchange=Kantor
showPreferencesPanel.ticker.currency=Waluta
showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Poka\u017c bitcoiny w walucie
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin zostanie przekonwertowany przy u\u017cyciu ostatniej ceny dla tej waluty.
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin zostanie przekonwertowany przy u\u017cyciu ostatniej ceny dla tej waluty.
showPreferencesPanel.oerLabel.text=Kantor
showPreferencesPanel.oerLabel.tooltip=Kod dost\u0119pu App ID od OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Poda\u0142e\u015b nieprawid\u0142owy identyfikator.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Niepoprawny App ID
showPreferencesPanel.getAppId.text=Uzyskaj App ID
showPreferencesPanel.getAppId.tooltip=Otw\u00f3rz przegl\u0105dark\u0119 i zarejestruj si\u0119 na OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Naci\u015bnij przycisk "Uzyskaj App ID"
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Stworzono portfel "{0}".
multiBit.openingWallet=Otwieranie portfela "{0}"...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=...gotowe.
multiBit.closedWallet=Portfel {0} zosta\u0142 prawid\u0142owo zamkni\u0119ty.
multibit.userDataDirectory=Katalog danych u\u017cytkownika to "{0}".
multibit.installationDirectory=Katalog instalacji to "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo
multiBitFrame.balanceLabel.tooltip=Saldo razem z niepotwierdzonymi wp\u0142atami
multiBitFrame.ticker.show.text=Poka\u017c kursy walut
@@ -147,14 +148,14 @@ multiBitFrame.availableToSpend=Dost\u0119pne \u015brodki\: {0}
multiBitFrame.availableToSpend2=Dost\u0119pnych do wydania
multiBitFrame.availableToSpend.tooltip=Saldo bez niepotwierdzonych transakcji
-multiBitService.errorText=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z sieci\u0105 Bitcoin. B\u0142\u0105d\: {0}
-multiBitService.errorTitleText=Wystapi\u0142 b\u0142\u0105d podczas \u0142\u0105czenia si\u0119 z sieci\u0105 Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=Zatrzymywanie po\u0142\u0105czenia z sieci\u0105 Bitcoin...
+multiBitService.errorText=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z sieci\u0105 Dogecoin. B\u0142\u0105d\: {0}
+multiBitService.errorTitleText=Wystapi\u0142 b\u0142\u0105d podczas \u0142\u0105czenia si\u0119 z sieci\u0105 Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=Zatrzymywanie po\u0142\u0105czenia z sieci\u0105 Dogecoin...
multiBitService.couldNotLoadBlockchain=Nie mo\u017cna za\u0142adowa\u0107 \u0142a\u0144cucha blok\u00f3w "{0}". B\u0142\u0105d\: "{1}".
multiBitService.replayingFromBlockCache=Odtwarzanie z lokalnej pami\u0119ci podr\u0119cznej...
exitAction.text=Zako\u0144cz
-exitAction.tooltip=Zako\u0144cz prac\u0119 z MultiBit
+exitAction.tooltip=Zako\u0144cz prac\u0119 z MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=Otw\u00f3rz portfel
@@ -173,10 +174,10 @@ openWalletView.title=Otw\u00f3rz Portfel
saveWalletAsView.untitled=Bez tytu\u0142u
-helpAboutAction.text=O programie MultiBit
-helpAboutAction.tooltip=O programie MultiBit
+helpAboutAction.text=O programie MultiDoge
+helpAboutAction.tooltip=O programie MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=O programie MultiBit
+helpAboutAction.messageBoxTitle=O programie MultiDoge
helpAboutAction.versionText=Wersja\: {0}
showHelpContentsAction.text=Zawarto\u015b\u0107 pomocy
@@ -187,32 +188,32 @@ helpContentsView.messageTitle=Zawarto\u015b\u0107 pomocy
sendBitcoinAction.text=Wy\u015blij bitcoiny
sendBitcoinAction.tooltip=Wy\u015blij komu\u015b bitcoiny
-sendBitcoinAction.pleaseWait.tooltip=Poczekaj, a\u017c MultiBit zako\u0144czy synchronizacj\u0119 przed wys\u0142aniem
+sendBitcoinAction.pleaseWait.tooltip=Poczekaj, a\u017c MultiDoge zako\u0144czy synchronizacj\u0119 przed wys\u0142aniem
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Wy\u015blij
sendBitcoinConfirmAction.tooltip=Wy\u015blij komu\u015b bitcoiny
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Wysy\u0142anie bitcoin...
+sendBitcoinNowAction.sendingBitcoin=Wysy\u0142anie dogecoin...
sendBitcoinNowAction.bitcoinSentOk=Twoje bitcoiny zosta\u0142y wys\u0142ane.
-sendBitcoinNowAction.bitcoinSendFailed=Wys\u0142anie bitcoin\u00f3w nie powiod\u0142o si\u0119.
-sendBitcoinNowAction.pingFailure=\u017baden z dost\u0119pnych w\u0119z\u0142\u00f3w nie dzia\u0142a. Sprawd\u017a po\u0142\u0105czenie z internetem po czym uruchom ponownie MultiBit.
+sendBitcoinNowAction.bitcoinSendFailed=Wys\u0142anie dogecoin\u00f3w nie powiod\u0142o si\u0119.
+sendBitcoinNowAction.pingFailure=\u017baden z dost\u0119pnych w\u0119z\u0142\u00f3w nie dzia\u0142a. Sprawd\u017a po\u0142\u0105czenie z internetem po czym uruchom ponownie MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=By\u0142a niewystarczaj\u0105ca ilo\u015b\u0107 funduszy dla twojej wysy\u0142ki.
sendBitcoinConfirmView.sendOption=Wy\u015blij
sendBitcoinConfirmView.cancelOption=Anuluj
-sendBitcoinConfirmView.message=Potwierd\u017a wys\u0142anie bitcoin\u00f3w oraz poprawno\u015b\u0107 poni\u017cszych danych\:
-sendBitcoinConfirmView.title=Potwierdzenie wysy\u0142ki bitcoin\u00f3w
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit musi by\u0107 online i pod\u0142\u0105czone do wi\u0119cej ni\u017c jednego peera, by wys\u0142a\u0107 bitcoiny.
+sendBitcoinConfirmView.message=Potwierd\u017a wys\u0142anie dogecoin\u00f3w oraz poprawno\u015b\u0107 poni\u017cszych danych\:
+sendBitcoinConfirmView.title=Potwierdzenie wysy\u0142ki dogecoin\u00f3w
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge musi by\u0107 online i pod\u0142\u0105czone do wi\u0119cej ni\u017c jednego peera, by wys\u0142a\u0107 bitcoiny.
receiveBitcoinAction.textShort=\u017b\u0105danie
-receiveBitcoinAction.text=Za\u017c\u0105daj bitcoin\u00f3w
-receiveBitcoinAction.tooltip=Za\u017c\u0105daj od kogo\u015b bitcoin\u00f3w
+receiveBitcoinAction.text=Za\u017c\u0105daj dogecoin\u00f3w
+receiveBitcoinAction.tooltip=Za\u017c\u0105daj od kogo\u015b dogecoin\u00f3w
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Ustawienia
-showPreferencesAction.tooltip=Wy\u015bwietl ustawienia MultiBit
+showPreferencesAction.tooltip=Wy\u015bwietl ustawienia MultiDoge
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Zastosuj zmiany
@@ -221,7 +222,7 @@ showPreferencesSubmitAction.mnemonicKey=S
sendBitcoinPanel.title=Wy\u015blij bitcoiny
sendBitcoinPanel.sendBitcoinsPanelTitle=Szczeg\u00f3\u0142y wysy\u0142ania
-sendBitcoinPanel.helpLabel1.message=Wysy\u0142anie bitcoin\u00f3w.
+sendBitcoinPanel.helpLabel1.message=Wysy\u0142anie dogecoin\u00f3w.
sendBitcoinPanel.helpLabel2.message=Wprowad\u017a lub wybierz adres docelowy oraz kwot\u0119.
sendBitcoinPanel.helpLabel3.message=Opcjonalnie dodaj etykiet\u0119.
sendBitcoinPanel.addressLabel=Adres
@@ -230,13 +231,13 @@ sendBitcoinPanel.labelLabel=Etykieta
sendBitcoinPanel.labelLabel.tooltip=Kr\u00f3tki opis dla tego adresu
sendBitcoinPanel.amountLabel=Kwota
sendBitcoinPanel.amountLabel.tooltip=Kwota do wys\u0142ania
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Jednostka BTC
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Jednostka DOGE
sendBitcoinPanel.sendingAddressesTitle=Adresy, do kt\u00f3rych chcesz wys\u0142a\u0107 bitcoiny
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Adresy docelowe (mog\u0105 by\u0107 nieaktualne)
sendBitcoinPanel.couldNotUnderstandQRcode=Nie mo\u017cna by\u0142o odczyta\u0107 kodu QR z "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Przeci\u0105gnij |kod QR| tutaj
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Przeci\u0105gnij tutaj kod QR p\u0142atno\u015bci Bitcoin aby automatycznie wype\u0142ni\u0107 formularz 'Wy\u015blij'.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Przeci\u0105gnij tutaj kod QR p\u0142atno\u015bci Dogecoin aby automatycznie wype\u0142ni\u0107 formularz 'Wy\u015blij'.
sendBitcoinPanel.showMore.text=Wi\u0119cej
sendBitcoinPanel.showMore.tooltip=Poka\u017c panel boczny
sendBitcoinPanel.showMore.mnemonic=S
@@ -246,7 +247,7 @@ sendBitcoinPanel.showLess.tooltip=Ukryj panel boczny
sendBitcoinPanel.showLess.mnemonic=H
receiveBitcoinPanel.title=Odbierz bitcoiny
-receiveBitcoinPanel.helpLabel1.message=Otrzymywanie bitcoin\u00f3w.
+receiveBitcoinPanel.helpLabel1.message=Otrzymywanie dogecoin\u00f3w.
receiveBitcoinPanel.helpLabel2.message=Wybierz jeden z adres\u00f3w odbiorczych.
receiveBitcoinPanel.helpLabel3.message=Opcjonalnie wprowad\u017a etykiet\u0119 oraz kwot\u0119.
receiveBitcoinPanel.addressLabel=Tw\u00f3j adres
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=Etykieta
receiveBitcoinPanel.labelLabel.tooltip=Kr\u00f3tki opis dla tego adresu
receiveBitcoinPanel.amountLabel=Kwota
receiveBitcoinPanel.amountLabel.tooltip=Kwota, kt\u00f3r\u0105 chcesz otrzyma\u0107
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Jednostka BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Jednostka DOGE
receiveBitcoinPanel.receivingAddressesTitle=Twoje adresy odbiorcze
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Adresy odbiorcze (mog\u0105 by\u0107 nieaktualne)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Etykieta
addressBookTableModel.addressColumnHeader=Adres
copyQRCodeTextAction.text=Kopiuj tekst
-copyQRCodeTextAction.tooltip=Skopiuj bitcoin URI do Schowka
+copyQRCodeTextAction.tooltip=Skopiuj dogecoin URI do Schowka
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kopiuj
-copyQRCodeImageAction.tooltip=Skopiuj kod QR p\u0142atno\u015bci bitcoin do schowka
+copyQRCodeImageAction.tooltip=Skopiuj kod QR p\u0142atno\u015bci dogecoin do schowka
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Wklej
-pasteSwatchAction.tooltip=Wklej Bitcoin URI lub kod QR ze schowka
+pasteSwatchAction.tooltip=Wklej Dogecoin URI lub kod QR ze schowka
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Nowy
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Wys\u0142ano pod "{1}"({0})
validationErrorView.title=Niepoprawne dane
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=Adres "{0}" jest nieprawid\u0142owym adresem bitcoin.
+validationErrorView.addressInvalidMessage=Adres "{0}" jest nieprawid\u0142owym adresem dogecoin.
validationErrorView.amountIsMissingMessage=Nale\u017cy okre\u015bli\u0107 kwot\u0119
validationErrorView.amountInvalidMessage=Kwota "{0}" nie jest prawid\u0142ow\u0105 liczb\u0105.
-validationErrorView.amountIsNegativeOrZeroMessage=Kwota musi by\u0107 wi\u0119ksza ni\u017c 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Kwota musi by\u0107 wi\u0119ksza ni\u017c 0 DOGE.
validationErrorView.amountIsTooSmallMessage=Zbyt ma\u0142a warto\u015b\u0107. Wymagane minimum {0} satoshi.
-validationErrorView.notEnoughFundsMessage=W tym portfelu nie ma wystarczaj\u0105cej ilo\u015bci \u015brodk\u00f3w do wys\u0142ania {0} BTC. \nZwr\u00f3\u0107 uwag\u0119, \u017ce u\u017cy\u0107 mo\u017cna jedynie \u015brodk\u00f3w, kt\u00f3re zosta\u0142y potwierdzone.\nNale\u017cy pami\u0119ta\u0107, \u017ce wysy\u0142aj\u0105cy uiszcza op\u0142at\u0119.
-validationErrorView.notEnoughFundsMessage2=S\u0105 nie tyle funduszy w tym portfelu odprawi\u0107 {0} BTC. Mo\u017cna wyda\u0107 tylko do "Dost\u0119pnego po\u015bwi\u0119ci\u0107" r\u00f3wnowagi. Pami\u0119taj, \u017ce nadawca p\u0142aci op\u0142at\u0119.
+validationErrorView.notEnoughFundsMessage=W tym portfelu nie ma wystarczaj\u0105cej ilo\u015bci \u015brodk\u00f3w do wys\u0142ania {0} DOGE. \nZwr\u00f3\u0107 uwag\u0119, \u017ce u\u017cy\u0107 mo\u017cna jedynie \u015brodk\u00f3w, kt\u00f3re zosta\u0142y potwierdzone.\nNale\u017cy pami\u0119ta\u0107, \u017ce wysy\u0142aj\u0105cy uiszcza op\u0142at\u0119.
+validationErrorView.notEnoughFundsMessage2=S\u0105 nie tyle funduszy w tym portfelu odprawi\u0107 {0} DOGE. Mo\u017cna wyda\u0107 tylko do "Dost\u0119pnego po\u015bwi\u0119ci\u0107" r\u00f3wnowagi. Pami\u0119taj, \u017ce nadawca p\u0142aci op\u0142at\u0119.
validationErrorView.moreHelp=Dowiedz si\u0119 wi\u0119cej
showTransactionsAction.text=Transakcje
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Opis portfela
singleWalletPanel.dataHasChanged.text=Aktualizacje zatrzymane.
singleWalletPanel.dataHasChanged.tooltip.1=Ten portfel zosta\u0142 zmieniony przez inny program.
-singleWalletPanel.dataHasChanged.tooltip.2=MultiBit zatrzyma\u0142 aktualizacje aby unikn\u0105\u0107 b\u0142\u0119d\u00f3w.
+singleWalletPanel.dataHasChanged.tooltip.2=MultiDoge zatrzyma\u0142 aktualizacje aby unikn\u0105\u0107 b\u0142\u0119d\u00f3w.
singleWalletPanel.dataHasChanged.backupFile=Nazwa pliku kopii zapasowej to "{0}".
singleWalletPanel.twistyRightText=Kliknij, aby wy\u015bwietli\u0107 szczeg\u00f3\u0142y portfela
singleWalletPanel.twistyDownText=Kliknij, aby ukry\u0107 szczeg\u00f3\u0142y portfela
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Resetuj dat\u0119
resetTransactionsPanel.resetFromFirstTransaction=Zresetuj od daty pierwszej transakcji
resetTransactionsPanel.chooseResetDate=Okre\u015bl dat\u0119 do zresetowania\: {0}
-showOpenUriView.title=Otw\u00f3rz URI Bitcoin
-showOpenUriView.message1=Inna aplikacja za\u017c\u0105da\u0142a p\u0142atno\u015bci Bitcoin.
+showOpenUriView.title=Otw\u00f3rz URI Dogecoin
+showOpenUriView.message1=Inna aplikacja za\u017c\u0105da\u0142a p\u0142atno\u015bci Dogecoin.
showOpenUriView.message2=Czy chcesz wype\u0142ni\u0107 formularz 'Wy\u015blij'?
showOpenUriView.yesText=Tak
showOpenUriView.noText=Nie
showOpenUriView.rememberMyDecision=Zapami\u0119taj m\u00f3j wyb\u00f3r
-showOpenUriViewSubmitAction.tooltip=Wype\u0142nij formularz z wnioskiem o p\u0142atno\u015b\u0107 bitcoin
+showOpenUriViewSubmitAction.tooltip=Wype\u0142nij formularz z wnioskiem o p\u0142atno\u015b\u0107 dogecoin
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Otrzymany wniosek o p\u0142atno\u015b\u0107 zosta\u0142 zignorowany ze wzgl\u0119du na preferencje
showOpenUriViewAction.tooltip=Tak, prosz\u0119 wype\u0142ni\u0107 formularz 'Wy\u015blij" z wnioskiem o p\u0142atno\u015b\u0107
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Wybierz czcionk\u0119
-fontChooser.tooltip=Wybierz czcionk\u0119 do u\u017cycia w MultiBit
+fontChooser.tooltip=Wybierz czcionk\u0119 do u\u017cycia w MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Anuluj
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=Op\u0142ata dodana do tej transakcji
transactionDetailsDialog.sizeLabel.text=Rozmiar
transactionDetailsDialog.sizeLabel.tooltip=Rozmiar tej transakcji w bajtach
transactionDetailsDialog.viewAtBlockExplorer=Sprawd\u017a na blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Sprawd\u017a na blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Sprawd\u017a na dogechain.info
crudButton.new=Nowy
crudButton.open=Otw\u00f3rz
crudButton.delete=Usu\u0144
closeWalletAction.text=Zamknij portfel
-closeWalletAction.tooltip=Zamknij portfel i nie wy\u015bwietlaj wi\u0119cej w MultiBit.
+closeWalletAction.tooltip=Zamknij portfel i nie wy\u015bwietlaj wi\u0119cej w MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Usu\u0144 portfel
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=Portfel "{0}" zosta\u0142 pomy\u015bln
deleteWalletConfirmDialog.walletDeleteError1=Wyst\u0105pi\u0142 b\u0142\u0105d podczas usuwania portfela.
deleteWalletConfirmDialog.walletDeleteError2=B\u0142\u0105d\: "{0}".
deleteWalletConfirmDialog.question1=Aby potwierdzi\u0107 t\u0105 czynno\u015b\u0107 podaj
-deleteWalletConfirmDialog.question2=nazw\u0119 tw\u00f3rcy Bitcoin.
+deleteWalletConfirmDialog.question2=nazw\u0119 tw\u00f3rcy Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=B\u0142\u0119dna odpowied\u017a
deleteWalletException.walletWasReadonly=Portfel (lub jego plik info) jest w trybie tylko do odczytu. Nie mo\u017cna go usun\u0105\u0107
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Plik info portfela nie zosta\u014
deleteWalletConfirmDialog.newWalletCreated=Jako, \u017ce nie posiadasz \u017cadnego portfela, jeden zostanie stworzony dla Ciebie.
welcomePanel.text=Witamy
-welcomePanel.title=Witaj w MultiBit
+welcomePanel.title=Witaj w MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=Z MultiBit Twoje bitcoiny s\u0105 odk\u0142adane w portfelu. Dla lepszej organizacji mo\u017cesz posiada\u0107 wiele portfeli, kt\u00f3re s\u0105 dost\u0119pne w panelu "Portfele" po lewej stronie.
+welcomePanel.paragraph1=Z MultiDoge Twoje bitcoiny s\u0105 odk\u0142adane w portfelu. Dla lepszej organizacji mo\u017cesz posiada\u0107 wiele portfeli, kt\u00f3re s\u0105 dost\u0119pne w panelu "Portfele" po lewej stronie.
welcomePanel.paragraph2=U\u017cyj opcji w menu, aby otworzy\u0107 nowe karty. Karty "Wy\u015blij", "\u017b\u0105danie" i "Transakcje" s\u0105 zawsze otwarte. Pozosta\u0142e mo\u017cna zamkn\u0105\u0107 za pomoc\u0105 X w tytule karty.
welcomePanel.paragraph2.5=Dla wi\u0119kszego bezpiecze\u0144stwa mo\u017cesz zabezpieczy\u0107 sw\u00f3j portfel has\u0142em u\u017cywaj\u0105c opcji w menu "Plik | Dodaj has\u0142o".
welcomePanel.paragraph3=Wiele element\u00f3w na ekranie ma dodatkowy opis lub podpowied\u017a. Przesu\u0144 kursor myszy nad interesuj\u0105cy ci\u0119 element, aby zobaczy\u0107 wskaz\u00f3wk\u0119.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Has\u0142o
addPasswordPanel.text=Nast\u0119puj\u0105cy portfel b\u0119dzie zabezpieczony has\u0142em\:
addPasswordPanel.reminder1=Trzymaj has\u0142o w bezpiecznym miejscu.
-addPasswordPanel.reminder2=To has\u0142o jest niezb\u0119dne do wydawania twoich bitcoin\u00f3w.
+addPasswordPanel.reminder2=To has\u0142o jest niezb\u0119dne do wydawania twoich dogecoin\u00f3w.
addPasswordPanel.reminder3=Nie da si\u0119 odzyska\u0107 utraconego has\u0142a.
addPasswordPanel.enterPasswords=Wprowad\u017a nowe has\u0142o, kt\u00f3re chcesz u\u017cywa\u0107 dla tego portfela
addPasswordPanel.addPasswordSuccess=Has\u0142o zosta\u0142o pomy\u015blnie dodane.
@@ -584,7 +585,7 @@ changePasswordPanel.text=Has\u0142o zostanie zmienione dla nast\u0119puj\u0105ce
changePasswordPanel.newPasswordPrompt=Nowe has\u0142o
changePasswordPanel.repeatNewPasswordPrompt=Powt\u00f3rz nowe has\u0142o
changePasswordPanel.reminder1=Trzymaj has\u0142o w bezpiecznym miejscu.
-changePasswordPanel.reminder2=To has\u0142o jest niezb\u0119dne do wydawania twoich bitcoin\u00f3w.
+changePasswordPanel.reminder2=To has\u0142o jest niezb\u0119dne do wydawania twoich dogecoin\u00f3w.
changePasswordPanel.reminder3=Nie da si\u0119 odzyska\u0107 utraconego has\u0142a.
changePasswordPanel.enterPasswords=Wprowad\u017a nowe has\u0142o, kt\u00f3re chcesz u\u017cywa\u0107 dla tego portfela
changePasswordPanel.enterCurrentPassword=Wprowad\u017a bie\u017c\u0105ce has\u0142o
@@ -655,12 +656,12 @@ transactionConfidence.pending=Oczekuj\u0105cych/niepotwierdzonych.
transactionConfidence.appearedInBestChain=Pojawi\u0142 si\u0119 w najlepszym \u0142a\u0144cuchu na wysoko\u015bci {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Nie wiadomo ilu peer\u00f3w zaobserwowa\u0142o t\u0105 transakcj\u0119.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Kwota bitcoin mo\u017ce mie\u0107 tylko 8 miejsc po przecinku
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Kwota dogecoin mo\u017ce mie\u0107 tylko 8 miejsc po przecinku
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=Kwota okre\u015blona w "{0}" mo\u017ce mie\u0107 tylko {1} miejsc(e) po przecinku
currencyConverter.couldNotUnderstandAmount="{0}" nie mo\u017ce by\u0107 rozpoznana jako warto\u015b\u0107 liczbowa
alertManagerTitle=Nowa wersja dost\u0119pna
-alertManagerLine1=Dost\u0119pna jest nowa wersja "{0}" portfela MultiBit.
+alertManagerLine1=Dost\u0119pna jest nowa wersja "{0}" portfela MultiDoge.
alertManagerLine2=Bie\u017c\u0105ca wersja "{0}".
alertManagerViewRelease=Widok wydania
diff --git a/src/main/resources/i18n/pt/viewer.properties b/src/main/resources/i18n/pt/viewer.properties
index 6aea58f06..e67999ef4 100755
--- a/src/main/resources/i18n/pt/viewer.properties
+++ b/src/main/resources/i18n/pt/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=S\u00e9rvio
showPreferencesPanel.feeTitle=Taxa de transac\u00e7\u00e3o
showPreferencesPanel.feeLabel.text=Taxa
showPreferencesPanel.size.text={0} bytes
-showPreferencesPanel.couldNotUnderstandFee=MultiBit n\u00e3o entendeu a taxa de "{0}". Mantendo a taxa antiga.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge n\u00e3o entendeu a taxa de "{0}". Mantendo a taxa antiga.
showPreferencesPanel.aFeeMustBeSet=Tem de definir uma taxa de transac\u00e7\u00e3o. Mantendo a taxa antiga.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=A taxa tem de ser no m\u00ednimo de 0.0001 BTC. Mantendo a taxa antiga.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=A taxa deve ser menor do que 1 BTC. Verifique se o separador decimal. Mantendo a taxa antiga.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=A taxa tem de ser no m\u00ednimo de 0.0001 DOGE. Mantendo a taxa antiga.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=A taxa deve ser menor do que 1 DOGE. Verifique se o separador decimal. Mantendo a taxa antiga.
showPreferencesPanel.browserIntegrationTitle=Integra\u00e7\u00e3o com o navegador
-showPreferencesPanel.browserIntegration.messageText=O que voc\u00ea gostaria de fazer quando um pedido de pagamento de Bitcoin \u00e9 clicado em um navegador?
-showPreferencesPanel.ignoreAll=Ignorar todos os pedidos de pagamento de Bitcoin
+showPreferencesPanel.browserIntegration.messageText=O que voc\u00ea gostaria de fazer quando um pedido de pagamento de Dogecoin \u00e9 clicado em um navegador?
+showPreferencesPanel.ignoreAll=Ignorar todos os pedidos de pagamento de Dogecoin
showPreferencesPanel.fillAutomatically=Preencha o formul\u00e1rio de envio automaticamente
showPreferencesPanel.askEveryTime=Pergunte-me cada vez
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Segunda linha
showPreferencesPanel.ticker.showSecondRow=Mostrar segunda linha
showPreferencesPanel.ticker.exchange=C\u00e2mbio
showPreferencesPanel.ticker.currency=Moeda
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Mostrar bitcoin convertido em moeda fiduci\u00e1ria
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin ira aparecer convertido usando o \u00faltimo pre\u00e7o registrado da moeda.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Mostrar dogecoin convertido em moeda fiduci\u00e1ria
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin ira aparecer convertido usando o \u00faltimo pre\u00e7o registrado da moeda.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=O c\u00f3digo de acesso do App ID de OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Voc\u00ea inseriu uma identifica\u00e7\u00e3o de aplicativo inv\u00e1lido.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=ID de aplicativo incorreto
showPreferencesPanel.getAppId.text=Obter ID do aplicativo
showPreferencesPanel.getAppId.tooltip=Abra seu navegador e entre na sua conta em OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Pressione o bot\u00e3o "Get App ID" abaixo
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Carteira "{0}" criada.
multiBit.openingWallet=Abrindo carteira "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... feito.
multiBit.closedWallet=A carteira {0} estava prosperamente fechada.
multibit.userDataDirectory=O diret\u00f3rio de dados do usu\u00e1rio \u00e9 "{0}".
multibit.installationDirectory=O diret\u00f3rio de instala\u00e7\u00e3o \u00e9 "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo
-multiBitFrame.balanceLabel.tooltip=Saldo incluindo bitcoins n\u00e3o confirmados e trocos
+multiBitFrame.balanceLabel.tooltip=Saldo incluindo dogecoins n\u00e3o confirmados e trocos
multiBitFrame.ticker.show.text=Mostrar Ticker de Moeda
multiBitFrame.ticker.hide.text=Esconder Ticker de Moeda
multiBitFrame.statusBar.tooltip1=Mensagens.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=Esta \u00e9 uma transa\u00e7\u00e
multiBitFrame.availableToSpend=Dispon\u00edvel para gastar\: {0}
multiBitFrame.availableToSpend2=Dispon\u00edvel para gastar
-multiBitFrame.availableToSpend.tooltip=Saldo menos os bitcoins que n\u00e3o foram confirmados e os trocos que ainda n\u00e3o foram devolvidos
+multiBitFrame.availableToSpend.tooltip=Saldo menos os dogecoins que n\u00e3o foram confirmados e os trocos que ainda n\u00e3o foram devolvidos
-multiBitService.errorText=N\u00e3o foi poss\u00edvel conectar a rede Bitcoin. O erro foi\: {0}
-multiBitService.errorTitleText=Erro ao conectar-se a rede Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=Interrompendo conex\u00e3o com a rede Bitcoin...
+multiBitService.errorText=N\u00e3o foi poss\u00edvel conectar a rede Dogecoin. O erro foi\: {0}
+multiBitService.errorTitleText=Erro ao conectar-se a rede Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=Interrompendo conex\u00e3o com a rede Dogecoin...
multiBitService.couldNotLoadBlockchain=Incapaz de baixar a cadeia de blocos "{0}". O erro foi "{1}".
multiBitService.replayingFromBlockCache=Repetindo a partir do cache local...
exitAction.text=Sair
-exitAction.tooltip=Sair do MultiBit
+exitAction.tooltip=Sair do MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=Abrir carteira
@@ -173,70 +174,70 @@ openWalletView.title=Carteira aberta
saveWalletAsView.untitled=Sem t\u00edtulo
-helpAboutAction.text=Sobre MultiBit
-helpAboutAction.tooltip=Sobre MultiBit
+helpAboutAction.text=Sobre MultiDoge
+helpAboutAction.tooltip=Sobre MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=Sobre MultiBit
+helpAboutAction.messageBoxTitle=Sobre MultiDoge
helpAboutAction.versionText=Vers\u00e3o\: {0}
showHelpContentsAction.text=Conte\u00fado da ajuda
-showHelpContentsAction.tooltip=Mostra a ajuda do MultiBit
+showHelpContentsAction.tooltip=Mostra a ajuda do MultiDoge
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Conte\u00fado da ajuda
-sendBitcoinAction.text=Enviar Bitcoin
-sendBitcoinAction.tooltip=Enviar bitcoins para algu\u00e9m
-sendBitcoinAction.pleaseWait.tooltip=Por favor aguarde enquanto MultiBit conclui a sincroniza\u00e7\u00e3o antes de enviar
+sendBitcoinAction.text=Enviar Dogecoin
+sendBitcoinAction.tooltip=Enviar dogecoins para algu\u00e9m
+sendBitcoinAction.pleaseWait.tooltip=Por favor aguarde enquanto MultiDoge conclui a sincroniza\u00e7\u00e3o antes de enviar
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Enviar
-sendBitcoinConfirmAction.tooltip=Enviar bitcoins para algu\u00e9m
+sendBitcoinConfirmAction.tooltip=Enviar dogecoins para algu\u00e9m
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=A enviar bitcoins...
-sendBitcoinNowAction.bitcoinSentOk=Bitcoins enviados com sucesso.
-sendBitcoinNowAction.bitcoinSendFailed=Falhou o envio de bitcoins.
-sendBitcoinNowAction.pingFailure=Todos as tentativas de contacto falharam no teste de rede. Verifique sua conex\u00e3o de rede, em seguida, reinicie o MultiBit.
+sendBitcoinNowAction.sendingBitcoin=A enviar dogecoins...
+sendBitcoinNowAction.bitcoinSentOk=Dogecoins enviados com sucesso.
+sendBitcoinNowAction.bitcoinSendFailed=Falhou o envio de dogecoins.
+sendBitcoinNowAction.pingFailure=Todos as tentativas de contacto falharam no teste de rede. Verifique sua conex\u00e3o de rede, em seguida, reinicie o MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=N\u00e3o havia fundos suficientes para o seu envio.
sendBitcoinConfirmView.sendOption=Enviar
sendBitcoinConfirmView.cancelOption=Cancelar
-sendBitcoinConfirmView.message=Por favor confirme se quer enviar bitcoins da seguinte forma\:
-sendBitcoinConfirmView.title=Confirmar envio de bitcoins
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit deve estar on-line e ligado a mais de um ponto para enviar bitcoin.
+sendBitcoinConfirmView.message=Por favor confirme se quer enviar dogecoins da seguinte forma\:
+sendBitcoinConfirmView.title=Confirmar envio de dogecoins
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge deve estar on-line e ligado a mais de um ponto para enviar dogecoin.
receiveBitcoinAction.textShort=Solicitar
-receiveBitcoinAction.text=Solicitar Bitcoin
-receiveBitcoinAction.tooltip=Requisitar bitcoins de algu\u00e9m
+receiveBitcoinAction.text=Solicitar Dogecoin
+receiveBitcoinAction.tooltip=Requisitar dogecoins de algu\u00e9m
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Prefer\u00eancias
-showPreferencesAction.tooltip=Ver prefer\u00eancias do MultiBit
+showPreferencesAction.tooltip=Ver prefer\u00eancias do MultiDoge
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Aplicar altera\u00e7\u00f5es
showPreferencesSubmitAction.tooltip=Aplicar altera\u00e7\u00f5es
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Enviar bitcoins
+sendBitcoinPanel.title=Enviar dogecoins
sendBitcoinPanel.sendBitcoinsPanelTitle=Detalhes de envio
-sendBitcoinPanel.helpLabel1.message=Deseja enviar bitcoins.
+sendBitcoinPanel.helpLabel1.message=Deseja enviar dogecoins.
sendBitcoinPanel.helpLabel2.message=Digite ou escolha um endere\u00e7o para envio de um montante.
sendBitcoinPanel.helpLabel3.message=Adicione uma etiqueta, opcionalmente.
sendBitcoinPanel.addressLabel=Endere\u00e7o
-sendBitcoinPanel.addressLabel.tooltip=O endere\u00e7o para onde deseja enviar bitcoins
+sendBitcoinPanel.addressLabel.tooltip=O endere\u00e7o para onde deseja enviar dogecoins
sendBitcoinPanel.labelLabel=Etiqueta
sendBitcoinPanel.labelLabel.tooltip=Uma etiqueta descritiva para este endere\u00e7o
sendBitcoinPanel.amountLabel=Montante
sendBitcoinPanel.amountLabel.tooltip=Montante a enviar
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unidade de BTC
-sendBitcoinPanel.sendingAddressesTitle=Endere\u00e7os para enviar bitcoins
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unidade de DOGE
+sendBitcoinPanel.sendingAddressesTitle=Endere\u00e7os para enviar dogecoins
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=O teu endere\u00e7o de envio (Pode estar desactualizado)
sendBitcoinPanel.couldNotUnderstandQRcode=N\u00e3o foi poss\u00edvel entender o c\u00f3digo QR de "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Arraste|um c\u00f3digo QR|aqui
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Arraste um c\u00f3digo QR bitcoin aqui para automaticamente preencher o formul\u00e1rio "Enviar".
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Arraste um c\u00f3digo QR dogecoin aqui para automaticamente preencher o formul\u00e1rio "Enviar".
sendBitcoinPanel.showMore.text=Mais
sendBitcoinPanel.showMore.tooltip=Mostrar painel lateral
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Menos
sendBitcoinPanel.showLess.tooltip=Esconder painel lateral
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Receber bitcoins
-receiveBitcoinPanel.helpLabel1.message=Deseja receber bitcoins.
+receiveBitcoinPanel.title=Receber dogecoins
+receiveBitcoinPanel.helpLabel1.message=Deseja receber dogecoins.
receiveBitcoinPanel.helpLabel2.message=Escolha um endere\u00e7o para receber.
receiveBitcoinPanel.helpLabel3.message=Opcionalmente, digite uma etiqueta e um montante.
receiveBitcoinPanel.addressLabel=O seu endere\u00e7o
-receiveBitcoinPanel.addressLabel.tooltip=Endere\u00e7o para os quais quer receber os bitcoins
+receiveBitcoinPanel.addressLabel.tooltip=Endere\u00e7o para os quais quer receber os dogecoins
receiveBitcoinPanel.labelLabel=Etiqueta
receiveBitcoinPanel.labelLabel.tooltip=Uma etiqueta descritiva para este endere\u00e7o
receiveBitcoinPanel.amountLabel=Montante
receiveBitcoinPanel.amountLabel.tooltip=Montante a receber
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unidade de BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unidade de DOGE
receiveBitcoinPanel.receivingAddressesTitle=Endere\u00e7os de receber
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Os endere\u00e7os para receber (Podem estar desactualizados)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Etiqueta
addressBookTableModel.addressColumnHeader=Endere\u00e7o
copyQRCodeTextAction.text=Copiar texto
-copyQRCodeTextAction.tooltip=Copiar para a \u00e1rea de transfer\u00eancia o texto do bitcoin URI
+copyQRCodeTextAction.tooltip=Copiar para a \u00e1rea de transfer\u00eancia o texto do dogecoin URI
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Copiar
-copyQRCodeImageAction.tooltip=Copiar c\u00f3digo QR bitcoin
+copyQRCodeImageAction.tooltip=Copiar c\u00f3digo QR dogecoin
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Colar
-pasteSwatchAction.tooltip=Cole um texto URI bitcoin ou c\u00f3digo QR
+pasteSwatchAction.tooltip=Cole um texto URI dogecoin ou c\u00f3digo QR
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Novo
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Criar novos endere\u00e7os de
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Novo
-createOrEditAddressAction.createSending.tooltip=Adicionar um novo endere\u00e7o para enviar bitcoins
+createOrEditAddressAction.createSending.tooltip=Adicionar um novo endere\u00e7o para enviar dogecoins
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Aprovado
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Enviado para "{1}" ({0})
validationErrorView.title=Erro de valida\u00e7\u00e3o
validationErrorView.okOption=Aprovado
-validationErrorView.addressInvalidMessage=O endere\u00e7o "{0}" n\u00e3o \u00e9 um endere\u00e7o v\u00e1lido de bitcoin.
+validationErrorView.addressInvalidMessage=O endere\u00e7o "{0}" n\u00e3o \u00e9 um endere\u00e7o v\u00e1lido de dogecoin.
validationErrorView.amountIsMissingMessage=Deve especificar um montante
validationErrorView.amountInvalidMessage=O montante "{0}" n\u00e3o poder\u00e1 ser entendida como um n\u00famero.
-validationErrorView.amountIsNegativeOrZeroMessage=O montante deve ser maior que 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=O montante deve ser maior que 0 DOGE.
validationErrorView.amountIsTooSmallMessage=A quantia \u00e9 muito pequena. Deve ser pelo menos {0} satoshi.
-validationErrorView.notEnoughFundsMessage=N\u00e3o h\u00e1 fundos suficientes nesta carteira para enviar {0} BTC. Note que tu somente podes gastar transa\u00e7\u00f5es confirmadas. Lembre-se de que o remetente paga uma taxa.
-validationErrorView.notEnoughFundsMessage2=N\u00e3o h\u00e1 fundos suficientes nesta carteira para enviar {0} BTC. \nVoc\u00ea s\u00f3 pode gastar at\u00e9 seu "dispon\u00edvel para gastar" estar equilibrado. \nLembre-se de que o remetente paga uma taxa.
+validationErrorView.notEnoughFundsMessage=N\u00e3o h\u00e1 fundos suficientes nesta carteira para enviar {0} DOGE. Note que tu somente podes gastar transa\u00e7\u00f5es confirmadas. Lembre-se de que o remetente paga uma taxa.
+validationErrorView.notEnoughFundsMessage2=N\u00e3o h\u00e1 fundos suficientes nesta carteira para enviar {0} DOGE. \nVoc\u00ea s\u00f3 pode gastar at\u00e9 seu "dispon\u00edvel para gastar" estar equilibrado. \nLembre-se de que o remetente paga uma taxa.
validationErrorView.moreHelp=Mais Ajuda
showTransactionsAction.text=Transac\u00e7\u00f5es
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Descri\u00e7\u00e3o da tua cartei
singleWalletPanel.dataHasChanged.text=As actualiza\u00e7\u00f5es pararam.
singleWalletPanel.dataHasChanged.tooltip.1=Outro programa alterou esta carteira.
-singleWalletPanel.dataHasChanged.tooltip.2=Para evitar erros o MultiBit parou as actualiza\u00e7\u00f5es.
+singleWalletPanel.dataHasChanged.tooltip.2=Para evitar erros o MultiDoge parou as actualiza\u00e7\u00f5es.
singleWalletPanel.dataHasChanged.backupFile=O ficheiro de copia de seguran\u00e7a \u00e9 "{0}".
singleWalletPanel.twistyRightText=Clique para visualizar detalhes de carteira
singleWalletPanel.twistyDownText=Clique para ocultar os detalhes de carteira
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Redefinir data
resetTransactionsPanel.resetFromFirstTransaction=Redefinir a partir da data da primeira transa\u00e7\u00e3o
resetTransactionsPanel.chooseResetDate=Especificar data de rein\u00edcio\: {0}
-showOpenUriView.title=Abrir URI Bitcoin
-showOpenUriView.message1=Outro aplicativo solicitou um pagamento de Bitcoin.
+showOpenUriView.title=Abrir URI Dogecoin
+showOpenUriView.message1=Outro aplicativo solicitou um pagamento de Dogecoin.
showOpenUriView.message2=Voc\u00ea deseja preencher o formul\u00e1rio de 'Envio' com o pedido?
showOpenUriView.yesText=Sim
showOpenUriView.noText=N\u00e3o
showOpenUriView.rememberMyDecision=Lembrar a minha decis\u00e3o
-showOpenUriViewSubmitAction.tooltip=Preencher formul\u00e1rio enviar com o pedido de pagamento de bitcoin
+showOpenUriViewSubmitAction.tooltip=Preencher formul\u00e1rio enviar com o pedido de pagamento de dogecoin
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Pedido de pagamento recebido mas ignorado devido \u00e0s prefer\u00eancias
showOpenUriViewAction.tooltip=Sim, preencha o formul\u00e1rio de envio com o pedido de pagamento
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Escolha a fonte de exibi\u00e7\u00e3o
-fontChooser.tooltip=Escolher tipo de letra para usar em MultiBit
+fontChooser.tooltip=Escolher tipo de letra para usar em MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Aprovado
fontChooser.cancel=Cancelar
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Escolha o arquivo para qual voc\u00e
showExportPrivateKeysPanel.password.title=Senha do arquivo de exporta\u00e7\u00e3o
showExportPrivateKeysPanel.passwordProtect=Proteja com senha o arquivo de exporta\u00e7\u00e3o\:
showExportPrivateKeysPanel.doNotPasswordProtect=N\u00e3o proteja com senha o arquivo de exporta\u00e7\u00e3o.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Qualquer um que pode ler seu arquivo de exporta\u00e7\u00e3o pode gastar seus bitcoins.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Qualquer um que pode ler seu arquivo de exporta\u00e7\u00e3o pode gastar seus dogecoins.
showExportPrivateKeysPanel.walletPasswordPrompt=Senha da carteira
showExportPrivateKeysPanel.passwordPrompt=Palavra passe
showExportPrivateKeysPanel.repeatPasswordPrompt=Repetir palavra passe
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=A taxa que foi adicionada a esta opera
transactionDetailsDialog.sizeLabel.text=Tamanho
transactionDetailsDialog.sizeLabel.tooltip=O tamanho desta transa\u00e7\u00e3o em bytes
transactionDetailsDialog.viewAtBlockExplorer=Veja em blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Veja em blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Veja em dogechain.info
crudButton.new=Novo
crudButton.open=Abrir
crudButton.delete=Excluir
closeWalletAction.text=Carteira fechada
-closeWalletAction.tooltip=Fechar a carteira e n\u00e3o exibi-lo em MultiBit.
+closeWalletAction.tooltip=Fechar a carteira e n\u00e3o exibi-lo em MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Excluir Carteira
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=A carteira "{0}" foi deletada com suce
deleteWalletConfirmDialog.walletDeleteError1=Houve um erro deletando a carteira.
deleteWalletConfirmDialog.walletDeleteError2=O erro foi "{0}".
deleteWalletConfirmDialog.question1=Para confirmar esta a\u00e7\u00e3o entrar
-deleteWalletConfirmDialog.question2=o nome do criador do Bitcoin.
+deleteWalletConfirmDialog.question2=o nome do criador do Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Resposta errada
deleteWalletException.walletWasReadonly=A carteira (ou o arquivo de informa\u00e7\u00f5es da carteira) \u00e9 somente leitura. N\u00e3o foi poss\u00edvel deletar
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=O arquivo de informa\u00e7\u00e3o
deleteWalletConfirmDialog.newWalletCreated=Como voc\u00ea n\u00e3o tinha carteiras sobrando, uma foi criada para voc\u00ea.
welcomePanel.text=Bem-vindo
-welcomePanel.title=Bem-vindo ao MultiBit
+welcomePanel.title=Bem-vindo ao MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=Com MultiBit seus bitcoin est\u00e3o contidos em uma carteira. Voc\u00ea pode ter v\u00e1rias carteiras para ajudar a se manter organizado. Esses s\u00e3o todos mostrados no painel "Carteiras" \u00e0 esquerda.
+welcomePanel.paragraph1=Com MultiDoge seus dogecoin est\u00e3o contidos em uma carteira. Voc\u00ea pode ter v\u00e1rias carteiras para ajudar a se manter organizado. Esses s\u00e3o todos mostrados no painel "Carteiras" \u00e0 esquerda.
welcomePanel.paragraph2=Use o menu de op\u00e7\u00f5es para abrir novas abas para o que deseja fazer. As abas "Enviar", "Solicitar" e "Transa\u00e7\u00f5es" est\u00e3o sempre abertas. Os outros voc\u00ea pode fechar clicando no pequeno "x" no t\u00edtulo da aba.
welcomePanel.paragraph2.5=Para mais seguran\u00e7a, voc\u00ea pode proteger sua carteira com uma senha usando a op\u00e7\u00e3o "Arquivo | Adicionar senha" no menu.
welcomePanel.paragraph3=Muitos itens na tela tem a descri\u00e7\u00e3o em uma tooltip. Mantenha o mouse sobre um item para ver a tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Palavra passe
addPasswordPanel.text=A seguinte carteira ser\u00e1 protegida por senha\:
addPasswordPanel.reminder1=Guarde sua senha.
-addPasswordPanel.reminder2=Voc\u00ea precisa dessa senha para gastar seus bitcoins.
+addPasswordPanel.reminder2=Voc\u00ea precisa dessa senha para gastar seus dogecoins.
addPasswordPanel.reminder3=Isso n\u00e3o pode ser recuperado se for perdido.
addPasswordPanel.enterPasswords=Digite a senha que voc\u00ea quer usar para essa carteira
addPasswordPanel.addPasswordSuccess=A senha foi adicionada com sucesso.
@@ -584,7 +585,7 @@ changePasswordPanel.text=A senha ser\u00e1 alterada para a seguinte carteira\:
changePasswordPanel.newPasswordPrompt=Nova senha
changePasswordPanel.repeatNewPasswordPrompt=Repetir nova senha
changePasswordPanel.reminder1=Guarde sua senha.
-changePasswordPanel.reminder2=Voc\u00ea precisa dessa senha para gastar seus bitcoins.
+changePasswordPanel.reminder2=Voc\u00ea precisa dessa senha para gastar seus dogecoins.
changePasswordPanel.reminder3=Isso n\u00e3o pode ser recuperado se for perdido.
changePasswordPanel.enterPasswords=Digite uma nova senha que voc\u00ea deseja usar para essa carteira
changePasswordPanel.enterCurrentPassword=Digite a senha atual
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pendente/n\u00e3o confirmados.
transactionConfidence.appearedInBestChain=Apareceu na melhor cadeia na altura {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Quantos peers viram essa transa\u00e7\u00e3o \u00e9 desconhecido.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A quantidade de bitcoin pode ter apenas 8 casas decimais
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A quantidade de dogecoin pode ter apenas 8 casas decimais
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=Uma quantidade especificada em "{0}" s\u00f3 pode ter {1} casa decimal(is)
currencyConverter.couldNotUnderstandAmount=A quantidade "{0}" n\u00e3o pode ser entendida como um n\u00famero
alertManagerTitle=Nova vers\u00e3o dispon\u00edvel
-alertManagerLine1=H\u00e1 uma nova vers\u00e3o "{0}" do MultiBit dispon\u00edvel.
+alertManagerLine1=H\u00e1 uma nova vers\u00e3o "{0}" do MultiDoge dispon\u00edvel.
alertManagerLine2=Sua vers\u00e3o atual \u00e9 "{0}".
alertManagerViewRelease=Veja notas do lan\u00e7amento
diff --git a/src/main/resources/i18n/ro/viewer.properties b/src/main/resources/i18n/ro/viewer.properties
index c10d4f8b1..5026343cc 100755
--- a/src/main/resources/i18n/ro/viewer.properties
+++ b/src/main/resources/i18n/ro/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=S\u00eerb\u0103
showPreferencesPanel.feeTitle=Taxa pe tranzac\u0163ie
showPreferencesPanel.feeLabel.text=Tax\u0103
showPreferencesPanel.size.text={0} bytes
-showPreferencesPanel.couldNotUnderstandFee=MultiBit nu \u00een\u0163elege taxa "{0}". Se p\u0103streaz\u0103 vechea tax\u0103.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge nu \u00een\u0163elege taxa "{0}". Se p\u0103streaz\u0103 vechea tax\u0103.
showPreferencesPanel.aFeeMustBeSet=Trebuie s\u0103 stabili\u0163i o tax\u0103 pe tranzac\u0163ie. Se p\u0103streaz\u0103 vechea tax\u0103.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Taxa trebuie s\u0103 fie de cel pu\u0163in 0,0001 BTC. Se p\u0103streaz\u0103 vechea tax\u0103.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Taxa trebuie s\u0103 fie mai mic\u0103 de 1 BTC. Verifica\u0163i separatorul zecimal. Se p\u0103streaz\u0103 taxa veche.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Taxa trebuie s\u0103 fie de cel pu\u0163in 0,0001 DOGE. Se p\u0103streaz\u0103 vechea tax\u0103.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Taxa trebuie s\u0103 fie mai mic\u0103 de 1 DOGE. Verifica\u0163i separatorul zecimal. Se p\u0103streaz\u0103 taxa veche.
showPreferencesPanel.browserIntegrationTitle=Integrare cu browser-ul
-showPreferencesPanel.browserIntegration.messageText=Ce dori\u0163i s\u0103 se \u00eent\u00e2mple la selectarea unei cereri de plat\u0103 Bitcoin \u00eentr-un browser?
-showPreferencesPanel.ignoreAll=Ignor\u0103 cererile de plat\u0103 Bitcoin
+showPreferencesPanel.browserIntegration.messageText=Ce dori\u0163i s\u0103 se \u00eent\u00e2mple la selectarea unei cereri de plat\u0103 Dogecoin \u00eentr-un browser?
+showPreferencesPanel.ignoreAll=Ignor\u0103 cererile de plat\u0103 Dogecoin
showPreferencesPanel.fillAutomatically=Compleaz\u0103 automat formularul de trimitere
showPreferencesPanel.askEveryTime=\u00centreab\u0103-m\u0103 de fiecare dat\u0103
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Al doilea r\u00e2nd
showPreferencesPanel.ticker.showSecondRow=Arat\u0103 al doilea r\u00e2nd
showPreferencesPanel.ticker.exchange=Bursa
showPreferencesPanel.ticker.currency=Moneda
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Arat\u0103 bitcoin convertit \u00een moned\u0103 fiat
-showPreferencesPanel.ticker.exchangeInformation=Suma \u00een Bitcoin va fi convertit\u0103 folosind ultimul pre\u0163 al acestei monede.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Arat\u0103 dogecoin convertit \u00een moned\u0103 fiat
+showPreferencesPanel.ticker.exchangeInformation=Suma \u00een Dogecoin va fi convertit\u0103 folosind ultimul pre\u0163 al acestei monede.
showPreferencesPanel.oerLabel.text=App ID OpenExchangeRates
showPreferencesPanel.oerLabel.tooltip=Codul de acces App ID de la OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=A\u0163i introdus un App ID nevalid.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=App ID incorect
showPreferencesPanel.getAppId.text=Ob\u0163ine App ID
showPreferencesPanel.getAppId.tooltip=Deschide\u0163i browser-ul \u015fi \u00eenscrie\u0163i-v\u0103 la OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Ap\u0103sa\u0163i butonul \u201eOb\u0163ine App ID\u201d de mai jos
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Portofel creat "{0}".
multiBit.openingWallet=Deschidere portofel "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... f\u0103cut.
multiBit.closedWallet=Portofelul "{0}" a fost \u00eenchis cu succes.
multibit.userDataDirectory=Folderul date utilizator este "{0}".
multibit.installationDirectory=Folderul de instalare este "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Sold
-multiBitFrame.balanceLabel.tooltip=Sold inclusiv bitcoin-uri neconfirmate \u015fi rest
+multiBitFrame.balanceLabel.tooltip=Sold inclusiv dogecoin-uri neconfirmate \u015fi rest
multiBitFrame.ticker.show.text=Arat\u0103 ticker moned\u0103
multiBitFrame.ticker.hide.text=Ascunde ticker moned\u0103
multiBitFrame.statusBar.tooltip1=Mesaje.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=Aceasta este o tranzac\u0163ie co
multiBitFrame.availableToSpend=Sold disponibil\: {0}
multiBitFrame.availableToSpend2=Sold disponibil
-multiBitFrame.availableToSpend.tooltip=Soldul f\u0103r\u0103 sumele bitcoin neconfirmate \u015fi restul ce urmeaz\u0103 a fi returnat
+multiBitFrame.availableToSpend.tooltip=Soldul f\u0103r\u0103 sumele dogecoin neconfirmate \u015fi restul ce urmeaz\u0103 a fi returnat
-multiBitService.errorText=\u00cencercare e\u015fuat\u0103 de conectare la re\u0163eaua Bitcoin. Eroarea a fost\: {0}
-multiBitService.errorTitleText=Eroare de conectare la re\u0163eaua Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=\u00cenchidere conexiune la re\u0163eaua Bitcoin...
+multiBitService.errorText=\u00cencercare e\u015fuat\u0103 de conectare la re\u0163eaua Dogecoin. Eroarea a fost\: {0}
+multiBitService.errorTitleText=Eroare de conectare la re\u0163eaua Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=\u00cenchidere conexiune la re\u0163eaua Dogecoin...
multiBitService.couldNotLoadBlockchain=Nu s-a putut \u00eenc\u0103rca blockchain "{0}". Eroarea a fost "{1}".
multiBitService.replayingFromBlockCache=Reluare din cache-ul local...
exitAction.text=Ie\u015fire
-exitAction.tooltip=Ie\u015fire din MultiBit
+exitAction.tooltip=Ie\u015fire din MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=Deschide portofel
@@ -173,70 +174,70 @@ openWalletView.title=Deschide portofel
saveWalletAsView.untitled=F\u0103r\u0103 titlu
-helpAboutAction.text=Despre MultiBit
-helpAboutAction.tooltip=Despre MultiBit
+helpAboutAction.text=Despre MultiDoge
+helpAboutAction.tooltip=Despre MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=Despre MultiBit
+helpAboutAction.messageBoxTitle=Despre MultiDoge
helpAboutAction.versionText=Versiunea\: {0}
showHelpContentsAction.text=Cuprins Ajutor
-showHelpContentsAction.tooltip=Arat\u0103 ajutor MultiBit
+showHelpContentsAction.tooltip=Arat\u0103 ajutor MultiDoge
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Cuprins Ajutor
-sendBitcoinAction.text=Trimite Bitcoin
-sendBitcoinAction.tooltip=Trimite bitcoin c\u0103tre cineva
+sendBitcoinAction.text=Trimite Dogecoin
+sendBitcoinAction.tooltip=Trimite dogecoin c\u0103tre cineva
sendBitcoinAction.pleaseWait.tooltip=V\u0103 rug\u0103m s\u0103 a\u015ftepta\u0163i p\u00een\u0103 c\u00e2nd Multibit termin\u0103 sincronizarea, \u00eenainte de a trimite
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Trimite
-sendBitcoinConfirmAction.tooltip=Trimite bitcoin c\u0103tre cineva
+sendBitcoinConfirmAction.tooltip=Trimite dogecoin c\u0103tre cineva
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Se trimite bitcoin...
+sendBitcoinNowAction.sendingBitcoin=Se trimite dogecoin...
sendBitcoinNowAction.bitcoinSentOk=Suma a fost trimis\u0103.
-sendBitcoinNowAction.bitcoinSendFailed=Transferul bitcoin a e\u015fuat.
-sendBitcoinNowAction.pingFailure=To\u0163i colegii nu a reu\u015fit testul de re\u0163ea. Verifica\u0163i conexiunea la re\u0163ea, apoi reporni\u0163i MultiBit.
+sendBitcoinNowAction.bitcoinSendFailed=Transferul dogecoin a e\u015fuat.
+sendBitcoinNowAction.pingFailure=To\u0163i colegii nu a reu\u015fit testul de re\u0163ea. Verifica\u0163i conexiunea la re\u0163ea, apoi reporni\u0163i MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Fonduri insuficiente pentru acest transfer.
sendBitcoinConfirmView.sendOption=Trimite
sendBitcoinConfirmView.cancelOption=Anulare
-sendBitcoinConfirmView.message=V\u0103 rug\u0103m s\u0103 confirma\u0163i c\u0103 dori\u0163i s\u0103 trimite\u0163i bitcoin dup\u0103 cum urmeaz\u0103\:
-sendBitcoinConfirmView.title=Confirmare trimitere Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit trebuie s\u0103 fie online \u015fi conectat la mai mult de un coleg pentru a trimite bitcoin.
+sendBitcoinConfirmView.message=V\u0103 rug\u0103m s\u0103 confirma\u0163i c\u0103 dori\u0163i s\u0103 trimite\u0163i dogecoin dup\u0103 cum urmeaz\u0103\:
+sendBitcoinConfirmView.title=Confirmare trimitere Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge trebuie s\u0103 fie online \u015fi conectat la mai mult de un coleg pentru a trimite dogecoin.
receiveBitcoinAction.textShort=Cere
-receiveBitcoinAction.text=Cere Bitcoin
-receiveBitcoinAction.tooltip=Cere bitcoin de la cineva
+receiveBitcoinAction.text=Cere Dogecoin
+receiveBitcoinAction.tooltip=Cere dogecoin de la cineva
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Preferin\u0163e
-showPreferencesAction.tooltip=Vizualizare preferin\u0163e MultiBit
+showPreferencesAction.tooltip=Vizualizare preferin\u0163e MultiDoge
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Aplic\u0103 modific\u0103rile
showPreferencesSubmitAction.tooltip=Aplic\u0103 modific\u0103rile
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Trimite Bitcoin
+sendBitcoinPanel.title=Trimite Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Trimite detalii
-sendBitcoinPanel.helpLabel1.message=Dori\u0163i s\u0103 trimite\u0163i bitcoin.
+sendBitcoinPanel.helpLabel1.message=Dori\u0163i s\u0103 trimite\u0163i dogecoin.
sendBitcoinPanel.helpLabel2.message=Introduce\u0163i sau selecta\u0163i adresa beneficiarului \u015fi suma.
sendBitcoinPanel.helpLabel3.message=Op\u0163ional ad\u0103uga\u0163i o etichet\u0103.
sendBitcoinPanel.addressLabel=Adres\u0103
-sendBitcoinPanel.addressLabel.tooltip=Adresa la care dori\u0163i s\u0103 trimite\u0163i bitcoin
+sendBitcoinPanel.addressLabel.tooltip=Adresa la care dori\u0163i s\u0103 trimite\u0163i dogecoin
sendBitcoinPanel.labelLabel=Etichet\u0103
sendBitcoinPanel.labelLabel.tooltip=O etichet\u0103 descriptiv\u0103 pentru aceast\u0103 adres\u0103
sendBitcoinPanel.amountLabel=Suma
sendBitcoinPanel.amountLabel.tooltip=Suma de trimis
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unitate de BTC
-sendBitcoinPanel.sendingAddressesTitle=Adresele c\u0103tre care trimite\u0163i bitcoin
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unitate de DOGE
+sendBitcoinPanel.sendingAddressesTitle=Adresele c\u0103tre care trimite\u0163i dogecoin
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Adresele dvs. de expediere (pot fi nevalide)
sendBitcoinPanel.couldNotUnderstandQRcode=Codul QR pentru "{0}" nu poate fi citit.
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Trage\u0163i|cod QR|aici
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Trage\u0163i un cod QR bitcoin aici pentru a completa automat formularul de trimitere.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Trage\u0163i un cod QR dogecoin aici pentru a completa automat formularul de trimitere.
sendBitcoinPanel.showMore.text=Mai mult
sendBitcoinPanel.showMore.tooltip=Arat\u0103 panoul lateral
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Mai pu\u0163in
sendBitcoinPanel.showLess.tooltip=Ascunde panoul lateral
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Primire Bitcoin
-receiveBitcoinPanel.helpLabel1.message=Dori\u0163i s\u0103 primi\u0163i bitcoin.
+receiveBitcoinPanel.title=Primire Dogecoin
+receiveBitcoinPanel.helpLabel1.message=Dori\u0163i s\u0103 primi\u0163i dogecoin.
receiveBitcoinPanel.helpLabel2.message=Alege\u0163i una din adresele dvs. de primire.
receiveBitcoinPanel.helpLabel3.message=Op\u0163ional, introduce\u0163i o etichet\u0103 \u015fi o sum\u0103.
receiveBitcoinPanel.addressLabel=Adresa dvs.
-receiveBitcoinPanel.addressLabel.tooltip=Adresa la care dori\u0163i s\u0103 primi\u0163i bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=Adresa la care dori\u0163i s\u0103 primi\u0163i dogecoin
receiveBitcoinPanel.labelLabel=Etichet\u0103
receiveBitcoinPanel.labelLabel.tooltip=O etichet\u0103 descriptiv\u0103 pentru aceast\u0103 adres\u0103
receiveBitcoinPanel.amountLabel=Suma
receiveBitcoinPanel.amountLabel.tooltip=Suma de primit
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unitate de BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unitate de DOGE
receiveBitcoinPanel.receivingAddressesTitle=Adresele de primire
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Adresele dvs. de primire (pot fi nevalide)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Etichet\u0103
addressBookTableModel.addressColumnHeader=Adres\u0103
copyQRCodeTextAction.text=Copiere text
-copyQRCodeTextAction.tooltip=Copia\u0163i URI bitcoin \u00een clipboard
+copyQRCodeTextAction.tooltip=Copia\u0163i URI dogecoin \u00een clipboard
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Copiere
-copyQRCodeImageAction.tooltip=Copia\u0163i codul QR bitcoin \u00een clipboard
+copyQRCodeImageAction.tooltip=Copia\u0163i codul QR dogecoin \u00een clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Lipe\u015fte
-pasteSwatchAction.tooltip=Lipe\u015fte URI bitcoin sau cod QR din clipboard
+pasteSwatchAction.tooltip=Lipe\u015fte URI dogecoin sau cod QR din clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Nou
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Creare adrese noi de primire
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Nou
-createOrEditAddressAction.createSending.tooltip=Ad\u0103uga\u0163i \u00eenc\u0103 o adres\u0103 c\u0103tre care trimite\u0163i bitcoin
+createOrEditAddressAction.createSending.tooltip=Ad\u0103uga\u0163i \u00eenc\u0103 o adres\u0103 c\u0103tre care trimite\u0163i dogecoin
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Trimis la "{1}" ({0})
validationErrorView.title=Eroare de validare
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=Adresa "{0}" nu este o adres\u0103 valid\u0103 bitcoin.
+validationErrorView.addressInvalidMessage=Adresa "{0}" nu este o adres\u0103 valid\u0103 dogecoin.
validationErrorView.amountIsMissingMessage=Trebuie s\u0103 specifica\u021bi o sum\u0103
validationErrorView.amountInvalidMessage=Suma "{0}" nu a putut fi \u00een\u0163eleas\u0103 ca un num\u0103r.
-validationErrorView.amountIsNegativeOrZeroMessage=Suma trebuie s\u0103 fie mai mare dec\u00eet 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Suma trebuie s\u0103 fie mai mare dec\u00eet 0 DOGE.
validationErrorView.amountIsTooSmallMessage=Suma este prea mic\u0103. Trebuie s\u0103 fie cel pu\u0163in {0} satoshi.
-validationErrorView.notEnoughFundsMessage=Nu exist\u0103 fonduri suficiente \u00een acest portofel pentru a trimite {0} BTC.\nRe\u0163ine\u0163i c\u0103 pute\u0163i cheltui doar tranzac\u0163iile confirmate.\nAminti\u0163i-v\u0103 s\u0103 expeditorul pl\u0103te\u015fte o tax\u0103.
-validationErrorView.notEnoughFundsMessage2=Nu exist\u0103 fonduri suficiente \u00een acest portofel pentru a trimite {0} BTC.\nPute\u0163i cheltui p\u00een\u0103 la "Disponibil de cheltuit".\nAminti\u0163i-v\u0103 s\u0103 expeditorul pl\u0103te\u015fte o tax\u0103.
+validationErrorView.notEnoughFundsMessage=Nu exist\u0103 fonduri suficiente \u00een acest portofel pentru a trimite {0} DOGE.\nRe\u0163ine\u0163i c\u0103 pute\u0163i cheltui doar tranzac\u0163iile confirmate.\nAminti\u0163i-v\u0103 s\u0103 expeditorul pl\u0103te\u015fte o tax\u0103.
+validationErrorView.notEnoughFundsMessage2=Nu exist\u0103 fonduri suficiente \u00een acest portofel pentru a trimite {0} DOGE.\nPute\u0163i cheltui p\u00een\u0103 la "Disponibil de cheltuit".\nAminti\u0163i-v\u0103 s\u0103 expeditorul pl\u0103te\u015fte o tax\u0103.
validationErrorView.moreHelp=Mai multe informa\u0163ii
showTransactionsAction.text=Tranzac\u0163ii
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Descriere portofel
singleWalletPanel.dataHasChanged.text=Actualizare oprit\u0103.
singleWalletPanel.dataHasChanged.tooltip.1=Un alt program a modificat acest portofel.
-singleWalletPanel.dataHasChanged.tooltip.2=Pentru a evita eventuale erori, MultiBit a \u00eentrerupt actualiz\u0103rile.
+singleWalletPanel.dataHasChanged.tooltip.2=Pentru a evita eventuale erori, MultiDoge a \u00eentrerupt actualiz\u0103rile.
singleWalletPanel.dataHasChanged.backupFile=Copia de rezerv\u0103 a fi\u015fierului este "{0}".
singleWalletPanel.twistyRightText=Clic pentru afi\u015fare detalii portofel
singleWalletPanel.twistyDownText=Clic pentru a ascunde detalii portofel
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Data de resetare
resetTransactionsPanel.resetFromFirstTransaction=Resetare la data primei tranzac\u0163ii
resetTransactionsPanel.chooseResetDate=Preciza\u0163i data de resetare\: {0}
-showOpenUriView.title=Acceseaz\u0103 URI Bitcoin
-showOpenUriView.message1=O alt\u0103 aplica\u0163ie a cerut o plat\u0103 Bitcoin.
+showOpenUriView.title=Acceseaz\u0103 URI Dogecoin
+showOpenUriView.message1=O alt\u0103 aplica\u0163ie a cerut o plat\u0103 Dogecoin.
showOpenUriView.message2=Dori\u0163i s\u0103 completa\u0163i formularul de trimitere conform cererii?
showOpenUriView.yesText=Da
showOpenUriView.noText=Nu
showOpenUriView.rememberMyDecision=\u0162ine minte r\u0103spunsul
-showOpenUriViewSubmitAction.tooltip=Completeaz\u0103 formularul de trimitere cu cererea de plat\u0103 bitcoin
+showOpenUriViewSubmitAction.tooltip=Completeaz\u0103 formularul de trimitere cu cererea de plat\u0103 dogecoin
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Solicitare de plat\u0103 primit\u0103, dar ignorat\u0103 datorit\u0103 preferin\u0163elor
showOpenUriViewAction.tooltip=Da, completeaz\u0103 formularul de trimitere cu cererea de plat\u0103
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Alege\u0163i fontul pentru afi\u015fare
-fontChooser.tooltip=Alege\u0163i fontul utilizat \u00een MultiBit
+fontChooser.tooltip=Alege\u0163i fontul utilizat \u00een MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Anulare
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Alege\u0163i fi\u015fierul \u00een c
showExportPrivateKeysPanel.password.title=Parola fi\u015fierului de export
showExportPrivateKeysPanel.passwordProtect=Protejeaz\u0103 cu parol\u0103 fi\u015fierul de export\:
showExportPrivateKeysPanel.doNotPasswordProtect=Nu protejeaz\u0103 cu parol\u0103 fi\u015fierul de export.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Oricine are acces la fi\u015fierul de export poate cheltui suma de bitcoin pe care o de\u0163ine\u0163i.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Oricine are acces la fi\u015fierul de export poate cheltui suma de dogecoin pe care o de\u0163ine\u0163i.
showExportPrivateKeysPanel.walletPasswordPrompt=Parol\u0103 portofel
showExportPrivateKeysPanel.passwordPrompt=Parol\u0103
showExportPrivateKeysPanel.repeatPasswordPrompt=Repetare parol\u0103
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=Taxa care s-a ad\u0103ugat la aceast\u
transactionDetailsDialog.sizeLabel.text=M\u0103rime
transactionDetailsDialog.sizeLabel.tooltip=M\u0103rimea acestei tranzac\u0163ii \u00een octe\u0163i
transactionDetailsDialog.viewAtBlockExplorer=Vizualizare la blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Vizualizare la blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Vizualizare la dogechain.info
crudButton.new=Nou
crudButton.open=Deschide
crudButton.delete=\u015etergere
closeWalletAction.text=\u00cenchide portofel
-closeWalletAction.tooltip=\u00cenchide portofelul \u015fi nu-l mai ar\u0103ta \u00een MultiBit.
+closeWalletAction.tooltip=\u00cenchide portofelul \u015fi nu-l mai ar\u0103ta \u00een MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=\u015eterge portofel
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=Portofelul "{0}" a fost \u015fters.
deleteWalletConfirmDialog.walletDeleteError1=Eroare la \u015ftergerea portofelului.
deleteWalletConfirmDialog.walletDeleteError2=Eroarea a fost "{0}".
deleteWalletConfirmDialog.question1=Pentru a confirma aceast\u0103 ac\u0163iune tasta\u0163i
-deleteWalletConfirmDialog.question2=numele creatorului Bitcoin.
+deleteWalletConfirmDialog.question2=numele creatorului Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=R\u0103spuns gre\u015fit
deleteWalletException.walletWasReadonly=portofelul (sau fi\u015fierul cu informa\u0163iile portofelului) poate fi doar citit. Nu poate fi \u015fters
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Fi\u015fierul informa\u0163ii por
deleteWalletConfirmDialog.newWalletCreated=Pentru c\u0103 nu a\u0163i mai avut nici un portofel r\u0103mas, unul a fost creat pentru dvs.
welcomePanel.text=Bun venit
-welcomePanel.title=Bine a\u0163i venit la MultiBit
+welcomePanel.title=Bine a\u0163i venit la MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=Cu MultiBit, sumele pe care le de\u0163ine\u0163i \u00een bitcoin sunt con\u0163inute \u00eentr-un portofel. V\u0103 pute\u0163i repartiza soldul \u00een mai multe portofele. Acestea vor fi afi\u015fate \u00een panoul \u201ePortofele\u201d din partea st\u00e2ng\u0103.
+welcomePanel.paragraph1=Cu MultiDoge, sumele pe care le de\u0163ine\u0163i \u00een dogecoin sunt con\u0163inute \u00eentr-un portofel. V\u0103 pute\u0163i repartiza soldul \u00een mai multe portofele. Acestea vor fi afi\u015fate \u00een panoul \u201ePortofele\u201d din partea st\u00e2ng\u0103.
welcomePanel.paragraph2=Utiliza\u0163i op\u0163iunile din meniu pentru a deschide file noi pentru ceea ce dori\u0163i s\u0103 face\u0163i. Filele \u201eTrimite\u201d, \u201eCere\u201d \u015fi \u201eTranzac\u0163ii\u201d sunt mereu deschise. Pe celelalte le pute\u0163i \u00eenchide ap\u0103s\u00e2nd pe cruciuli\u0163a (\u201ex\u201d) de l\u00e2ng\u0103 titlul filei.
welcomePanel.paragraph2.5=Pute\u0163i proteja portofelul cu parol\u0103 pentru o securitate mai mare cu op\u0163iunea din meniu \u201eFi\u015fier | Adaug\u0103 parol\u0103\u201d.
welcomePanel.paragraph3=Multe elemente de pe ecran au o descriere \u00eentr-o bul\u0103. Duce\u0163i cursorul mouse-ului deasupra unui element pentru a vedea bula.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Parol\u0103
addPasswordPanel.text=Portofelul urm\u0103tor va fi protejat cu parol\u0103\:
addPasswordPanel.reminder1=P\u0103stra\u0163i parola \u00een siguran\u0163\u0103.
-addPasswordPanel.reminder2=Ave\u0163i nevoie de aceast\u0103 parol\u0103 pentru a cheltui bitcoin-urile dvs.
+addPasswordPanel.reminder2=Ave\u0163i nevoie de aceast\u0103 parol\u0103 pentru a cheltui dogecoin-urile dvs.
addPasswordPanel.reminder3=Dac\u0103 o pierde\u0163i, nu poate fi recuperat\u0103.
addPasswordPanel.enterPasswords=Introduce\u0163i parola pe care dori\u0163i s\u0103 o folosi\u0163i pentru acest portofel
addPasswordPanel.addPasswordSuccess=Parola a fost ad\u0103ugat\u0103.
@@ -584,7 +585,7 @@ changePasswordPanel.text=Parola va fi schimbat\u0103 pentru urm\u0103torul porto
changePasswordPanel.newPasswordPrompt=Noua parol\u0103
changePasswordPanel.repeatNewPasswordPrompt=Repeta\u0163i noua parol\u0103
changePasswordPanel.reminder1=P\u0103stra\u0163i parola \u00een siguran\u0163\u0103.
-changePasswordPanel.reminder2=Ave\u0163i nevoie de aceast\u0103 parol\u0103 pentru a cheltui bitcoin-urile dvs.
+changePasswordPanel.reminder2=Ave\u0163i nevoie de aceast\u0103 parol\u0103 pentru a cheltui dogecoin-urile dvs.
changePasswordPanel.reminder3=Dac\u0103 o pierde\u0163i, nu poate fi recuperat\u0103.
changePasswordPanel.enterPasswords=Introduce\u0163i noua parola pe care dori\u0163i s\u0103 o folosi\u0163i pentru acest portofel
changePasswordPanel.enterCurrentPassword=Introduce\u0163i parola curent\u0103
@@ -655,12 +656,12 @@ transactionConfidence.pending=\u00cen a\u015fteptare/neconfirmate.
transactionConfidence.appearedInBestChain=Tranzac\u0163ia a ap\u0103rut \u00een blockchain-ul principal la pozi\u0163ia {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Nu se cunoa\u015fte c\u00e2\u0163i colegi au v\u0103zut aceast\u0103 tranzac\u0163ie.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=O sum\u0103 \u00een bitcoin poate avea cel mult 8 zecimale
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=O sum\u0103 \u00een dogecoin poate avea cel mult 8 zecimale
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=O sum\u0103 specificat\u0103 \u00een "{0}" poate avea cel mult {1} zecimale
currencyConverter.couldNotUnderstandAmount=Suma "{0}" nu a putut fi recunoscut\u0103 ca num\u0103r
alertManagerTitle=Versiune nou\u0103 disponibil\u0103
-alertManagerLine1=O nou\u0103 versiune MultiBit ("{0}") este disponibil\u0103.
+alertManagerLine1=O nou\u0103 versiune MultiDoge ("{0}") este disponibil\u0103.
alertManagerLine2=Versiunea dvs. curent\u0103 este "{0}".
alertManagerViewRelease=Vizualizare anun\u0163
diff --git a/src/main/resources/i18n/ru/viewer.properties b/src/main/resources/i18n/ru/viewer.properties
index 2ff0d858a..9188e67f7 100755
--- a/src/main/resources/i18n/ru/viewer.properties
+++ b/src/main/resources/i18n/ru/viewer.properties
@@ -51,10 +51,10 @@ showPreferencesPanel.language.37=\u0421\u0435\u0440\u0431\u0441\u043a\u0438\u043
showPreferencesPanel.feeTitle=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438
showPreferencesPanel.feeLabel.text=\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f\:
showPreferencesPanel.size.text={0} \u0431\u0430\u0439\u0442
-showPreferencesPanel.couldNotUnderstandFee=MultiBit \u043d\u0435 \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u043b \u0440\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438\: "{0}". \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u043e.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge \u043d\u0435 \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u043b \u0440\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438\: "{0}". \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u043e.
showPreferencesPanel.aFeeMustBeSet=\u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438. \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u043e.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u044c\u0448\u0435 0.0001 BTC. \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u043e.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043c\u0435\u043d\u044c\u0448\u0435 1 BTC. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0437\u0430\u043f\u044f\u0442\u0443\u044e, \u043e\u0442\u0434\u0435\u043b\u044f\u044e\u0449\u0443\u044e \u0446\u0435\u043b\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u043e\u0442 \u0434\u0440\u043e\u0431\u043d\u043e\u0439. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u0435\u0436\u043d\u0435\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u044c\u0448\u0435 0.0001 DOGE. \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u043e.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043c\u0435\u043d\u044c\u0448\u0435 1 DOGE. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0437\u0430\u043f\u044f\u0442\u0443\u044e, \u043e\u0442\u0434\u0435\u043b\u044f\u044e\u0449\u0443\u044e \u0446\u0435\u043b\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u043e\u0442 \u0434\u0440\u043e\u0431\u043d\u043e\u0439. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u0435\u0436\u043d\u0435\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438.
showPreferencesPanel.browserIntegrationTitle=\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u0441 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u043c
showPreferencesPanel.browserIntegration.messageText=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0438 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u043e\u0433\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0438\u0437 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430?
showPreferencesPanel.ignoreAll=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u044e\u0431\u044b\u0435 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u044b
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=\u041d\u0435\u0432\u0435\u0440\u04
showPreferencesPanel.getAppId.text=\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c App ID
showPreferencesPanel.getAppId.tooltip=\u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0439\u0442\u0435\u0441\u044c \u0432 OpenExchangeRates.org
showPreferencesPanel.getAppId.label=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c App ID\u00bb \u043d\u0438\u0436\u0435
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\u041a\u043e\u0448\u0435\u043b\u0451\u043a "{0}" \u0441\u043e\u0437\u0434\u0430\u043d.
multiBit.openingWallet=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u044e \u043a\u043e\u0448\u0435\u043b\u0451\u043a "{0}"...
@@ -147,9 +148,9 @@ multiBitFrame.availableToSpend=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e
multiBitFrame.availableToSpend2=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u043a \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0435
multiBitFrame.availableToSpend.tooltip=\u0411\u0430\u043b\u0430\u043d\u0441 \u0431\u0435\u0437 \u0443\u0447\u0435\u0442\u0430 \u043d\u0435\u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u043d\u044b\u0445 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u043e\u0432
-multiBitService.errorText=\u041d\u0435 \u043c\u043e\u0433\u0443 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0442\u0438 Bitcoin. \u041e\u0448\u0438\u0431\u043a\u0430\: {0}
-multiBitService.errorTitleText=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043a \u0441\u0435\u0442\u0438 Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043e\u0442 \u0441\u0435\u0442\u0438 Bitcoin...
+multiBitService.errorText=\u041d\u0435 \u043c\u043e\u0433\u0443 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0442\u0438 Dogecoin. \u041e\u0448\u0438\u0431\u043a\u0430\: {0}
+multiBitService.errorTitleText=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043a \u0441\u0435\u0442\u0438 Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043e\u0442 \u0441\u0435\u0442\u0438 Dogecoin...
multiBitService.couldNotLoadBlockchain=\u041d\u0435 \u0443\u0434\u0430\u0451\u0442\u0441\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0446\u0435\u043f\u043e\u0447\u043a\u0443 \u0431\u043b\u043e\u043a\u043e\u0432 \u00ab{0}\u00bb. \u041e\u0448\u0438\u0431\u043a\u0430\: \u00ab{1}\u00bb.
multiBitService.replayingFromBlockCache=\u041f\u0435\u0440\u0435\u0441\u0447\u0451\u0442 \u0438\u0437 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043a\u044d\u0448\u0430...
@@ -187,24 +188,24 @@ helpContentsView.messageTitle=\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u
sendBitcoinAction.text=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u044b
sendBitcoinAction.tooltip=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u044b
-sendBitcoinAction.pleaseWait.tooltip=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u043a\u0430 MultiBit \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044e
+sendBitcoinAction.pleaseWait.tooltip=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u043a\u0430 MultiDoge \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044e
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c
sendBitcoinConfirmAction.tooltip=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u0441 \u043a\u043e\u043c\u0443-\u043b\u0438\u0431\u043e
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 bitcoin...
+sendBitcoinNowAction.sendingBitcoin=\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 dogecoin...
sendBitcoinNowAction.bitcoinSentOk=\u0411\u0438\u0442\u043a\u043e\u0438\u043d\u044b \u0431\u044b\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b.
sendBitcoinNowAction.bitcoinSendFailed=\u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432 \u043d\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f.
-sendBitcoinNowAction.pingFailure=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0441\u0435\u0442\u0438 \u043d\u0435 \u043f\u0440\u043e\u0439\u0434\u0435\u043d\u0430 \u043d\u0438 \u0434\u043b\u044f \u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0438\u0440\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0441 \u0441\u0435\u0442\u044c\u044e, \u0437\u0430\u0442\u0435\u043c \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 MultiBit.
+sendBitcoinNowAction.pingFailure=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0441\u0435\u0442\u0438 \u043d\u0435 \u043f\u0440\u043e\u0439\u0434\u0435\u043d\u0430 \u043d\u0438 \u0434\u043b\u044f \u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0438\u0440\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0441 \u0441\u0435\u0442\u044c\u044e, \u0437\u0430\u0442\u0435\u043c \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432.
sendBitcoinConfirmView.sendOption=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c
sendBitcoinConfirmView.cancelOption=\u041e\u0442\u043c\u0435\u043d\u0430
sendBitcoinConfirmView.message=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0444\u043e\u0440\u043c\u044b\:
sendBitcoinConfirmView.title=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0443 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0451\u043d \u043a \u0441\u0435\u0442\u0438 (\u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u043a \u043e\u0434\u043d\u043e\u043c\u0443 \u0443\u0437\u043b\u0443), \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u044b.
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0451\u043d \u043a \u0441\u0435\u0442\u0438 (\u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u043a \u043e\u0434\u043d\u043e\u043c\u0443 \u0443\u0437\u043b\u0443), \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u044b.
receiveBitcoinAction.textShort=\u0417\u0430\u043f\u0440\u043e\u0441
receiveBitcoinAction.text=\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u044b
@@ -230,9 +231,9 @@ sendBitcoinPanel.labelLabel=\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u04
sendBitcoinPanel.labelLabel.tooltip=\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438
sendBitcoinPanel.amountLabel=\u0421\u0443\u043c\u043c\u0430\:
sendBitcoinPanel.amountLabel.tooltip=\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u0430\u044f \u0441\u0443\u043c\u043c\u0430
-sendBitcoinPanel.amountUnitLabel=BTC
+sendBitcoinPanel.amountUnitLabel=DOGE
sendBitcoinPanel.amountUnitLabel.tooltip=\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432
-sendBitcoinPanel.sendingAddressesTitle=\u0410\u0434\u0440\u0435\u0441\u0430 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 bitcoin
+sendBitcoinPanel.sendingAddressesTitle=\u0410\u0434\u0440\u0435\u0441\u0430 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 dogecoin
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=\u0410\u0434\u0440\u0435\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0435\u0439 (\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u0435)
sendBitcoinPanel.couldNotUnderstandQRcode=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0442\u044c QR-\u043a\u043e\u0434 \u00ab{0}\u00bb.
sendBitcoinPanel.dragBitcoinLabelQRcode.text=\u041f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u044c|QR-\u043a\u043e\u0434|\u0441\u044e\u0434\u0430
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=\u042d\u0442\u0438\u043a\u0435\u0442\u043a\u0430\
receiveBitcoinPanel.labelLabel.tooltip=\u041e\u043f\u0438\u0441\u0430\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u044d\u0442\u0438\u043a\u0435\u0442\u043a\u0430 \u044d\u0442\u043e\u0433\u043e \u0430\u0434\u0440\u0435\u0441\u0430
receiveBitcoinPanel.amountLabel=\u0421\u0443\u043c\u043c\u0430\:
receiveBitcoinPanel.amountLabel.tooltip=\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u0430 \u044d\u0442\u043e\u0442 \u0430\u0434\u0440\u0435\u0441
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=\u0415\u0434\u0438\u043d\u0438\u0446\u0430 BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=\u0415\u0434\u0438\u043d\u0438\u0446\u0430 DOGE
receiveBitcoinPanel.receivingAddressesTitle=\u0412\u0430\u0448\u0438 \u0430\u0434\u0440\u0435\u0441\u0430 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=\u0412\u0430\u0448\u0438 \u0430\u0434\u0440\u0435\u0441\u0430 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432 (\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u0435)
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=\u0421\u043e\u0437\u0434\u0430
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=\u0421\u043e\u0437\u0434\u0430\u0442\u044c
-createOrEditAddressAction.createSending.tooltip=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 bitcoin
+createOrEditAddressAction.createSending.tooltip=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 dogecoin
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=\u041e\u041a
@@ -330,10 +331,10 @@ validationErrorView.okOption=\u041e\u041a
validationErrorView.addressInvalidMessage=\u0410\u0434\u0440\u0435\u0441 "{0}" \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u043c \u0430\u0434\u0440\u0435\u0441\u043e\u043c.
validationErrorView.amountIsMissingMessage=\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0443\u043c\u043c\u0443
validationErrorView.amountInvalidMessage=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0442\u044c \u0441\u0443\u043c\u043c\u0443 "{0}" \u043a\u0430\u043a \u0447\u0438\u0441\u043b\u043e.
-validationErrorView.amountIsNegativeOrZeroMessage=\u0421\u0443\u043c\u043c\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 0 BTC.
-validationErrorView.amountIsTooSmallMessage=\u0421\u0443\u043c\u043c\u0430 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u0430\u043b\u0430. \u041e\u043d\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 {0} \u0441\u0430\u0442\u043e\u0448\u0438. (\u0441\u0430\u0442\u043e\u0448\u0438 \= 0,00000001 BTC)
-validationErrorView.notEnoughFundsMessage=\u041d\u0435 \u0445\u0432\u0430\u0442\u0430\u0435\u0442 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 {0} BTC.\n\u0423\u0447\u0442\u0438\u0442\u0435, \u0447\u0442\u043e \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0442\u0440\u0430\u0442\u0438\u0442\u044c \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043b\u0438\u0448\u044c \u0438\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0445 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439.\n\u041f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u0435\u043b\u044c \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u044e.
-validationErrorView.notEnoughFundsMessage2=\u041d\u0435 \u0445\u0432\u0430\u0442\u0430\u0435\u0442 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 {0} BTC.\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0442\u0440\u0430\u0442\u0438\u0442\u044c \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u043d\u0435 \u0431\u043e\u043b\u044c\u0448\u0435, \u0447\u0435\u043c \u0443\u043a\u0430\u0437\u0430\u043d\u043e \u0432 \u0433\u0440\u0430\u0444\u0435 \u00ab\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u043a \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0435\u00bb.\n\u041f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u0435\u043b\u044c \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u044e.
+validationErrorView.amountIsNegativeOrZeroMessage=\u0421\u0443\u043c\u043c\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 0 DOGE.
+validationErrorView.amountIsTooSmallMessage=\u0421\u0443\u043c\u043c\u0430 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u0430\u043b\u0430. \u041e\u043d\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 {0} \u0441\u0430\u0442\u043e\u0448\u0438. (\u0441\u0430\u0442\u043e\u0448\u0438 \= 0,00000001 DOGE)
+validationErrorView.notEnoughFundsMessage=\u041d\u0435 \u0445\u0432\u0430\u0442\u0430\u0435\u0442 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 {0} DOGE.\n\u0423\u0447\u0442\u0438\u0442\u0435, \u0447\u0442\u043e \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0442\u0440\u0430\u0442\u0438\u0442\u044c \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043b\u0438\u0448\u044c \u0438\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0445 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439.\n\u041f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u0435\u043b\u044c \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u044e.
+validationErrorView.notEnoughFundsMessage2=\u041d\u0435 \u0445\u0432\u0430\u0442\u0430\u0435\u0442 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 {0} DOGE.\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0442\u0440\u0430\u0442\u0438\u0442\u044c \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u043d\u0435 \u0431\u043e\u043b\u044c\u0448\u0435, \u0447\u0435\u043c \u0443\u043a\u0430\u0437\u0430\u043d\u043e \u0432 \u0433\u0440\u0430\u0444\u0435 \u00ab\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u043a \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0435\u00bb.\n\u041f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u0435\u043b\u044c \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u044e.
validationErrorView.moreHelp=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u043c\u043e\u0449\u044c
showTransactionsAction.text=\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u044b
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=\u0414\u043e\u0431\u0430\u0432\u0
singleWalletPanel.dataHasChanged.text=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e.
singleWalletPanel.dataHasChanged.tooltip.1=\u042d\u0442\u043e\u0442 \u043a\u043e\u0448\u0435\u043b\u0435\u043a \u0431\u044b\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0434\u0440\u0443\u0433\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b.
-singleWalletPanel.dataHasChanged.tooltip.2=\u0414\u043b\u044f \u0438\u0437\u0431\u0435\u0436\u0430\u043d\u0438\u044f \u043e\u0448\u0438\u0431\u043e\u043a MultiBit \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435.
+singleWalletPanel.dataHasChanged.tooltip.2=\u0414\u043b\u044f \u0438\u0437\u0431\u0435\u0436\u0430\u043d\u0438\u044f \u043e\u0448\u0438\u0431\u043e\u043a MultiDoge \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435.
singleWalletPanel.dataHasChanged.backupFile=\u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0439 \u043a\u043e\u043f\u0438\u0438\: "{0}".
singleWalletPanel.twistyRightText=\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435
singleWalletPanel.twistyDownText=\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0441\u043a\u0440\u044b\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=\u041a\u043e\u043c\u0438\u0441\u0441\u
transactionDetailsDialog.sizeLabel.text=\u0420\u0430\u0437\u043c\u0435\u0440
transactionDetailsDialog.sizeLabel.tooltip=\u0420\u0430\u0437\u043c\u0435\u0440 \u044d\u0442\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u0432 \u0431\u0430\u0439\u0442\u0430\u0445
transactionDetailsDialog.viewAtBlockExplorer=\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u0430 blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u0430 blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u0430 dogechain.info
crudButton.new=\u0421\u043e\u0437\u0434\u0430\u0442\u044c
crudButton.open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c
crudButton.delete=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
closeWalletAction.text=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043a\u043e\u0448\u0435\u043b\u0451\u043a
-closeWalletAction.tooltip=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043a\u043e\u0448\u0435\u043b\u0435\u043a \u0438 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0435\u0433\u043e \u0432 MultiBit.
+closeWalletAction.tooltip=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043a\u043e\u0448\u0435\u043b\u0435\u043a \u0438 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0435\u0433\u043e \u0432 MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u0448\u0435\u043b\u0435\u043a
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=\u041a\u043e\u0448\u0435\u043b\u0435\u
deleteWalletConfirmDialog.walletDeleteError1=\u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0430.
deleteWalletConfirmDialog.walletDeleteError2=\u041e\u0448\u0438\u0431\u043a\u0430\: \u00ab{0}\u00bb.
deleteWalletConfirmDialog.question1=\u0414\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0432\u0432\u0435\u0434\u0438\u0442\u0435
-deleteWalletConfirmDialog.question2=\u0438\u043c\u044f \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044f Bitcoin.
+deleteWalletConfirmDialog.question2=\u0438\u043c\u044f \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044f Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u043e\u0442\u0432\u0435\u0442
deleteWalletException.walletWasReadonly=\u041a\u043e\u0448\u0435\u043b\u0451\u043a (\u0438\u043b\u0438 \u0444\u0430\u0439\u043b \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435) \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f. \u0415\u0433\u043e \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=\u0424\u0430\u0439\u043b \u0438\u
deleteWalletConfirmDialog.newWalletCreated=\u0423 \u0432\u0430\u0441 \u043d\u0435 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u043e\u0432, \u0431\u044b\u043b \u0441\u043e\u0437\u0434\u0430\u043d \u043d\u043e\u0432\u044b\u0439.
welcomePanel.text=\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c
-welcomePanel.title=\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 MultiBit
+welcomePanel.title=\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=MultiBit \u0445\u0440\u0430\u043d\u0438\u0442 \u0432\u0430\u0448\u0438 \u043c\u043e\u043d\u0435\u0442\u044b \u0432 \u0444\u0430\u0439\u043b\u0435-\u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u043e\u0432 \u0434\u043b\u044f \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u0432\u043e\u0438\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432. \u0412\u0441\u0435 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044b \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 "\u041a\u043e\u0448\u0435\u043b\u044c\u043a\u0438" \u0432 \u043b\u0435\u0432\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u044d\u043a\u0440\u0430\u043d\u0430.
+welcomePanel.paragraph1=MultiDoge \u0445\u0440\u0430\u043d\u0438\u0442 \u0432\u0430\u0448\u0438 \u043c\u043e\u043d\u0435\u0442\u044b \u0432 \u0444\u0430\u0439\u043b\u0435-\u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u043e\u0432 \u0434\u043b\u044f \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u0432\u043e\u0438\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432. \u0412\u0441\u0435 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044b \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 "\u041a\u043e\u0448\u0435\u043b\u044c\u043a\u0438" \u0432 \u043b\u0435\u0432\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u044d\u043a\u0440\u0430\u043d\u0430.
welcomePanel.paragraph2=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043f\u0443\u043d\u043a\u0442\u044b \u043c\u0435\u043d\u044e, \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0438 \u0434\u043b\u044f \u043d\u0443\u0436\u043d\u044b\u0445 \u0432\u0430\u043c \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439. \u0412\u043a\u043b\u0430\u0434\u043a\u0438 "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c", "\u0417\u0430\u043f\u0440\u043e\u0441" \u0438 "\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u044b" \u043e\u0442\u043a\u0440\u044b\u0442\u044b \u0432\u0441\u0435\u0433\u0434\u0430. \u0414\u0440\u0443\u0433\u0438\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0438 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u0449\u0435\u043b\u0447\u043a\u043e\u043c \u043f\u043e \u043c\u0430\u043b\u0435\u043d\u044c\u043a\u043e\u043c\u0443 \u043a\u0440\u0435\u0441\u0442\u0438\u043a\u0443 "x" \u043d\u0430 \u0448\u0430\u043f\u043a\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0438.
welcomePanel.paragraph2.5=\u0414\u043b\u044f \u0431\u043e\u043b\u044c\u0448\u0435\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0430 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0449\u0438\u0442\u0438\u0442\u044c \u0435\u0433\u043e \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0432 \u043c\u0435\u043d\u044e "\u0424\u0430\u0439\u043b | \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c".
welcomePanel.paragraph3=\u0423 \u043c\u043d\u043e\u0433\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u043d\u0430 \u044d\u043a\u0440\u0430\u043d\u0435 \u0435\u0441\u0442\u044c \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0430\u044f \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0430. \u0427\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0435\u0451, \u043d\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u0443\u0440\u0441\u043e\u0440 \u043c\u044b\u0448\u0438 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442.
@@ -660,7 +661,7 @@ currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=\u041a\u043e\u043b\u0438\u0447
currencyConverter.couldNotUnderstandAmount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e "{0}" \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u043d\u043e \u043a\u0430\u043a \u0447\u0438\u0441\u043b\u043e
alertManagerTitle=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f
-alertManagerLine1=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u00ab{0}\u00bb MultiBit.
+alertManagerLine1=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u00ab{0}\u00bb MultiDoge.
alertManagerLine2=\u0412\u0430\u0448\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f\: \u00ab{0}\u00bb.
alertManagerViewRelease=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0440\u0435\u043b\u0438\u0437\u0430
diff --git a/src/main/resources/i18n/sk/viewer.properties b/src/main/resources/i18n/sk/viewer.properties
index 5b2467a80..7abb9c657 100755
--- a/src/main/resources/i18n/sk/viewer.properties
+++ b/src/main/resources/i18n/sk/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=srb\u010dina
showPreferencesPanel.feeTitle=Transak\u010dn\u00fd poplatok
showPreferencesPanel.feeLabel.text=Poplatok
showPreferencesPanel.size.text={0} bajtov
-showPreferencesPanel.couldNotUnderstandFee=MultiBit nerozumel poplatku "{0}". Ponechan\u00fd star\u00fd poplatok.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge nerozumel poplatku "{0}". Ponechan\u00fd star\u00fd poplatok.
showPreferencesPanel.aFeeMustBeSet=Mus\u00edte nastavi\u0165 transak\u010dn\u00fd poplatok. Ponechan\u00fd star\u00fd poplatok.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Poplatok mus\u00ed by\u0165 aspo\u0148 0,0001 BTC. Ponechan\u00fd star\u00fd poplatok.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Poplatok mus\u00ed by\u0165 men\u0161\u00ed ako 1 BTC. Skontrolujte v\u00e1\u0161 odde\u013eova\u010d desatinn\u00fdch miest. Ponechan\u00fd star\u00fd poplatok.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Poplatok mus\u00ed by\u0165 aspo\u0148 0,0001 DOGE. Ponechan\u00fd star\u00fd poplatok.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Poplatok mus\u00ed by\u0165 men\u0161\u00ed ako 1 DOGE. Skontrolujte v\u00e1\u0161 odde\u013eova\u010d desatinn\u00fdch miest. Ponechan\u00fd star\u00fd poplatok.
showPreferencesPanel.browserIntegrationTitle=Integr\u00e1cia prehliada\u010da
-showPreferencesPanel.browserIntegration.messageText=\u010co by ste chceli aby sa stalo, ke\u010f kliknete na \u017eiados\u0165 o platbu Bitcoin v prehliada\u010di?
-showPreferencesPanel.ignoreAll=Ignorova\u0165 v\u0161etky \u017eiadosti o platbu Bitcoin
+showPreferencesPanel.browserIntegration.messageText=\u010co by ste chceli aby sa stalo, ke\u010f kliknete na \u017eiados\u0165 o platbu Dogecoin v prehliada\u010di?
+showPreferencesPanel.ignoreAll=Ignorova\u0165 v\u0161etky \u017eiadosti o platbu Dogecoin
showPreferencesPanel.fillAutomatically=Automaticky vyplni\u0165 odosielac\u00ed formul\u00e1r
showPreferencesPanel.askEveryTime=Op\u00fdta\u0165 sa ma v\u017edy
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Druh\u00fd riadok
showPreferencesPanel.ticker.showSecondRow=Zobrazi\u0165 druh\u00fd riadok
showPreferencesPanel.ticker.exchange=Zmen\u00e1re\u0148
showPreferencesPanel.ticker.currency=Mena
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Zobrazi\u0165 bitcoin preveden\u00fd do fiat meny
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin sa zobraz\u00ed prepo\u010d\u00edtan\u00fd pomocou posledn\u00e9ho kurzu tejto meny.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Zobrazi\u0165 dogecoin preveden\u00fd do fiat meny
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin sa zobraz\u00ed prepo\u010d\u00edtan\u00fd pomocou posledn\u00e9ho kurzu tejto meny.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=App ID pr\u00edstupov\u00fd k\u00f3d z OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Zadali ste neplatn\u00fd identifik\u00e1tor aplik\u00e1cie (App ID).
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Nespr\u00e1vny identifik\u00e1tor
showPreferencesPanel.getAppId.text=Z\u00edska\u0165 App ID
showPreferencesPanel.getAppId.tooltip=Otvorte V\u00e1\u0161 internetov\u00fd prehliada\u010d a prihl\u00e1ste sa do OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Stla\u010dte tla\u010didlo "Dosta\u0165 App ID"
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Vytvoren\u00e1 pe\u0148a\u017eenka "{0}".
multiBit.openingWallet=Otv\u00e1renie pe\u0148a\u017eenky "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... hotovo.
multiBit.closedWallet=Pe\u0148a\u017eenka {0} bola \u00faspe\u0161ne zavret\u00e1.
multibit.userDataDirectory=Adres\u00e1r \u00fadajov pou\u017e\u00edvate\u013ea je {0}.
multibit.installationDirectory=Adres\u00e1r in\u0161tal\u00e1cie je {0}.
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Zostatok
-multiBitFrame.balanceLabel.tooltip=Zostatok, vr\u00e1tane nepotvrden\u00fdch Bitcoin a drobn\u00fdch
+multiBitFrame.balanceLabel.tooltip=Zostatok, vr\u00e1tane nepotvrden\u00fdch Dogecoin a drobn\u00fdch
multiBitFrame.ticker.show.text=Zobrazi\u0165 Kurzov\u00fd L\u00edstok
multiBitFrame.ticker.hide.text=Skry\u0165 Kurzov\u00fd L\u00edstok
multiBitFrame.statusBar.tooltip1=Spr\u00e1vy.
@@ -140,21 +141,21 @@ multiBitFrame.status.beingConfirmed=Potvrdenie tejto transakcia prebieha
multiBitFrame.status.isConfirmed=T\u00e1to transakcia bola potvrden\u00e1
multiBitFrame.status.dead=T\u00e1to transakcia bola stornovan\u00e1 odosielate\u013eom
multiBitFrame.status.notConfirmedAndNotStandard=T\u00e1to transakcia nie je \u0161tandardn\u00e1 a nemali by sme jej d\u00f4verova\u0165
-multiBitFrame.status.notConfirmedAndCoinbase=Toto je transakcia vyr\u00e1baj\u00faca bitcoin, ktor\u00e1 nie je e\u0161te potvrden\u00e1
-multiBitFrame.status.beingConfirmedAndCoinbase=To je transakcia vyr\u00e1baj\u00faca bitcoin, ktor\u00e1 je pr\u00e1ve potvrdzovan\u00e1
+multiBitFrame.status.notConfirmedAndCoinbase=Toto je transakcia vyr\u00e1baj\u00faca dogecoin, ktor\u00e1 nie je e\u0161te potvrden\u00e1
+multiBitFrame.status.beingConfirmedAndCoinbase=To je transakcia vyr\u00e1baj\u00faca dogecoin, ktor\u00e1 je pr\u00e1ve potvrdzovan\u00e1
multiBitFrame.availableToSpend=K dispoz\u00edcii na m\u00ed\u0148anie\: {0}
multiBitFrame.availableToSpend2=Dostupn\u00e9 na minutie
-multiBitFrame.availableToSpend.tooltip=Zostatok zn\u00ed\u017een\u00fd o nepotvrden\u00e9 Bitcoin a drobn\u00e9 ktor\u00e9 sa e\u0161te maj\u00fa vr\u00e1ti\u0165
+multiBitFrame.availableToSpend.tooltip=Zostatok zn\u00ed\u017een\u00fd o nepotvrden\u00e9 Dogecoin a drobn\u00e9 ktor\u00e9 sa e\u0161te maj\u00fa vr\u00e1ti\u0165
-multiBitService.errorText=Nepodarilo sa pripoji\u0165 do siete Bitcoin. Vyskytla sa chyba\: {0}
-multiBitService.errorTitleText=Chyba pro\u010das pripajania sa do Bitcoin siete
-multiBitService.stoppingBitcoinNetworkConnection=Zastavuje sa pripojenie do siete Bitcoin ...
+multiBitService.errorText=Nepodarilo sa pripoji\u0165 do siete Dogecoin. Vyskytla sa chyba\: {0}
+multiBitService.errorTitleText=Chyba pro\u010das pripajania sa do Dogecoin siete
+multiBitService.stoppingBitcoinNetworkConnection=Zastavuje sa pripojenie do siete Dogecoin ...
multiBitService.couldNotLoadBlockchain=Ned\u00e1 sa na\u010d\u00edta\u0165 blockchain "{0}". Vyskytla sa chyba "{1}".
multiBitService.replayingFromBlockCache=Prehr\u00e1vanie z lok\u00e1lnej vyrovn\u00e1vacej pam\u00e4te...
exitAction.text=Skon\u010di\u0165
-exitAction.tooltip=V\u00fdstup z MultiBit
+exitAction.tooltip=V\u00fdstup z MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=Otvori\u0165 pe\u0148a\u017eenku
@@ -173,70 +174,70 @@ openWalletView.title=Otvori\u0165 pe\u0148a\u017eenku
saveWalletAsView.untitled=Bez n\u00e1zvu
-helpAboutAction.text=O MultiBit
-helpAboutAction.tooltip=O MultiBit
+helpAboutAction.text=O MultiDoge
+helpAboutAction.tooltip=O MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=O MultiBit
+helpAboutAction.messageBoxTitle=O MultiDoge
helpAboutAction.versionText=Verzia\: {0}
showHelpContentsAction.text=Obsah pomoci
-showHelpContentsAction.tooltip=Zobrazova\u0165 MultiBit n\u00e1povedu
+showHelpContentsAction.tooltip=Zobrazova\u0165 MultiDoge n\u00e1povedu
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Obsah pomoci
-sendBitcoinAction.text=Odosla\u0165 Bitcoin
-sendBitcoinAction.tooltip=Ak chcete niekomu posla\u0165 bitcoin
-sendBitcoinAction.pleaseWait.tooltip=Po\u010dkajte pros\u00edm s odoslan\u00edm k\u00fdm MultiBit dokon\u010den\u00ed synchroniz\u00e1ciu
+sendBitcoinAction.text=Odosla\u0165 Dogecoin
+sendBitcoinAction.tooltip=Ak chcete niekomu posla\u0165 dogecoin
+sendBitcoinAction.pleaseWait.tooltip=Po\u010dkajte pros\u00edm s odoslan\u00edm k\u00fdm MultiDoge dokon\u010den\u00ed synchroniz\u00e1ciu
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Odosla\u0165
-sendBitcoinConfirmAction.tooltip=Posla\u0165 niekomu bitcoin
+sendBitcoinConfirmAction.tooltip=Posla\u0165 niekomu dogecoin
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Odosielanie bitcoin ...
-sendBitcoinNowAction.bitcoinSentOk=Va\u0161e bitcoin boli \u00faspe\u0161ne odoslan\u00e9.
-sendBitcoinNowAction.bitcoinSendFailed=Odoslanie va\u0161ich bitcoin zlyhalo.
-sendBitcoinNowAction.pingFailure=V\u0161etk\u00fdm peerom zlyhal test siete. Skontrolujte sie\u0165ov\u00e9 pripojenie a potom re\u0161tartujte MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Odosielanie dogecoin ...
+sendBitcoinNowAction.bitcoinSentOk=Va\u0161e dogecoin boli \u00faspe\u0161ne odoslan\u00e9.
+sendBitcoinNowAction.bitcoinSendFailed=Odoslanie va\u0161ich dogecoin zlyhalo.
+sendBitcoinNowAction.pingFailure=V\u0161etk\u00fdm peerom zlyhal test siete. Skontrolujte sie\u0165ov\u00e9 pripojenie a potom re\u0161tartujte MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Neexistovali dostato\u010dn\u00e9 finan\u010dn\u00e9 prostriedky pre va\u0161e odoslanie.
sendBitcoinConfirmView.sendOption=Odosla\u0165
sendBitcoinConfirmView.cancelOption=Zru\u0161i\u0165
-sendBitcoinConfirmView.message=Potvr\u010fte, \u017ee chcete odosla\u0165 bitcoin takto\:
-sendBitcoinConfirmView.title=Potvrdi\u0165 odoslanie Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=Aby aplik\u00e1cia MultiBit mohla posla\u0165 bitcoin, mus\u00ed by\u0165 online a pripojen\u00e1 ku viac ako jedn\u00e9mu peer-u.
+sendBitcoinConfirmView.message=Potvr\u010fte, \u017ee chcete odosla\u0165 dogecoin takto\:
+sendBitcoinConfirmView.title=Potvrdi\u0165 odoslanie Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=Aby aplik\u00e1cia MultiDoge mohla posla\u0165 dogecoin, mus\u00ed by\u0165 online a pripojen\u00e1 ku viac ako jedn\u00e9mu peer-u.
receiveBitcoinAction.textShort=Vy\u017eiada\u0165
-receiveBitcoinAction.text=Vy\u017eiada\u0165 Bitcoin
-receiveBitcoinAction.tooltip=\u017diada\u0165 Bitcoin od niekoho
+receiveBitcoinAction.text=Vy\u017eiada\u0165 Dogecoin
+receiveBitcoinAction.tooltip=\u017diada\u0165 Dogecoin od niekoho
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Nastavenia
-showPreferencesAction.tooltip=Zobrazi\u0165 MultiBit preferencie
+showPreferencesAction.tooltip=Zobrazi\u0165 MultiDoge preferencie
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Pou\u017ei\u0165 zmeny
showPreferencesSubmitAction.tooltip=Pou\u017ei\u0165 zmeny
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Odosla\u0165 Bitcoin
+sendBitcoinPanel.title=Odosla\u0165 Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Odosla\u0165 detaily
-sendBitcoinPanel.helpLabel1.message=Chcete odosla\u0165 bitcoin.
+sendBitcoinPanel.helpLabel1.message=Chcete odosla\u0165 dogecoin.
sendBitcoinPanel.helpLabel2.message=Zadajte alebo vyberte adresu pre zaslanie a \u010diastku.
sendBitcoinPanel.helpLabel3.message=Volite\u013ene prida\u0165 menovku.
sendBitcoinPanel.addressLabel=Adresa
-sendBitcoinPanel.addressLabel.tooltip=Adresa, na ktor\u00fa chcete odosla\u0165 Bitcoin
+sendBitcoinPanel.addressLabel.tooltip=Adresa, na ktor\u00fa chcete odosla\u0165 Dogecoin
sendBitcoinPanel.labelLabel=Popis
sendBitcoinPanel.labelLabel.tooltip=Popis tejto adresy
sendBitcoinPanel.amountLabel=\u010ciastka
sendBitcoinPanel.amountLabel.tooltip=\u010ciastka na odoslanie
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Jednotka BTC
-sendBitcoinPanel.sendingAddressesTitle=Adresy na odosielanie Bitcoin
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Jednotka DOGE
+sendBitcoinPanel.sendingAddressesTitle=Adresy na odosielanie Dogecoin
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Va\u0161a adresa pre odoslanie (M\u00f4\u017ee by\u0165 zastaran\u00e1)
sendBitcoinPanel.couldNotUnderstandQRcode=Nerozumel som QR k\u00f3du "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Potiahni|QR k\u00f3d|sem
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Sem pretiahnite bitcoin QR k\u00f3d pre automatick\u00e9 vyplnenie odosielacieho formul\u00e1ra.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Sem pretiahnite dogecoin QR k\u00f3d pre automatick\u00e9 vyplnenie odosielacieho formul\u00e1ra.
sendBitcoinPanel.showMore.text=Viac
sendBitcoinPanel.showMore.tooltip=Zobrazi\u0165 bo\u010dn\u00fd panel
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Menej
sendBitcoinPanel.showLess.tooltip=Skry\u0165 bo\u010dn\u00fd panel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Prija\u0165 Bitcoin
-receiveBitcoinPanel.helpLabel1.message=Chcete prija\u0165 Bitcoin.
+receiveBitcoinPanel.title=Prija\u0165 Dogecoin
+receiveBitcoinPanel.helpLabel1.message=Chcete prija\u0165 Dogecoin.
receiveBitcoinPanel.helpLabel2.message=Vyberte jednu z prij\u00edmac\u00edch adries.
receiveBitcoinPanel.helpLabel3.message=Pod\u013ea potreby zadajte popis a \u010diastku.
receiveBitcoinPanel.addressLabel=Va\u0161a adresa
-receiveBitcoinPanel.addressLabel.tooltip=Adresa, na ktor\u00fa chcete prija\u0165 Bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=Adresa, na ktor\u00fa chcete prija\u0165 Dogecoin
receiveBitcoinPanel.labelLabel=Popis
receiveBitcoinPanel.labelLabel.tooltip=Popis tejto adresy
receiveBitcoinPanel.amountLabel=\u010ciastka
receiveBitcoinPanel.amountLabel.tooltip=\u010ciastka na prijatie
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Jednotka BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Jednotka DOGE
receiveBitcoinPanel.receivingAddressesTitle=Prij\u00edmaj\u00faca adresy
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Va\u0161a adresa pre prijatie (M\u00f4\u017ee by\u0165 zastaran\u00e1)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Popis
addressBookTableModel.addressColumnHeader=Adresa
copyQRCodeTextAction.text=Kop\u00edrova\u0165 Text
-copyQRCodeTextAction.tooltip=Skop\u00edrova\u0165 Bitcoin URI text do prechodnej pam\u00e4ti
+copyQRCodeTextAction.tooltip=Skop\u00edrova\u0165 Dogecoin URI text do prechodnej pam\u00e4ti
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kop\u00edrova\u0165
-copyQRCodeImageAction.tooltip=Kop\u00edrova\u0165 QR k\u00f3d bitcoin do do\u010dasnej pam\u00e4ti
+copyQRCodeImageAction.tooltip=Kop\u00edrova\u0165 QR k\u00f3d dogecoin do do\u010dasnej pam\u00e4ti
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Prilepi\u0165
-pasteSwatchAction.tooltip=Prilep bitcoin URI text alebo QR k\u00f3d z do\u010dasnej pam\u00e4ti
+pasteSwatchAction.tooltip=Prilep dogecoin URI text alebo QR k\u00f3d z do\u010dasnej pam\u00e4ti
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Nov\u00e1
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Vytvori\u0165 nov\u00fa adresu
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Nov\u00e1
-createOrEditAddressAction.createSending.tooltip=Pridajte nov\u00fa adresu na ktor\u00fa bud\u00fa poslan\u00e9 Bitcoin
+createOrEditAddressAction.createSending.tooltip=Pridajte nov\u00fa adresu na ktor\u00fa bud\u00fa poslan\u00e9 Dogecoin
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Zaslan\u00e9 na "{1}" ({0})
validationErrorView.title=Chyba overenia platnosti
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=Adresa "{0}" nie je platn\u00e1 bitcoin adresa.
+validationErrorView.addressInvalidMessage=Adresa "{0}" nie je platn\u00e1 dogecoin adresa.
validationErrorView.amountIsMissingMessage=Mus\u00edte zada\u0165 \u010diastku
validationErrorView.amountInvalidMessage=\u010ciastka "{0}" nebola pochopen\u00e1 ako \u010d\u00edslo.
-validationErrorView.amountIsNegativeOrZeroMessage=\u010ciastka mus\u00ed by\u0165 v\u00e4\u010d\u0161ia ako 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=\u010ciastka mus\u00ed by\u0165 v\u00e4\u010d\u0161ia ako 0 DOGE.
validationErrorView.amountIsTooSmallMessage=Suma je pr\u00edli\u0161 mal\u00e1. Mus\u00ed by\u0165 aspo\u0148 {0} satoshi.
-validationErrorView.notEnoughFundsMessage=Neexistuje dostatok finan\u010dn\u00fdch prostriedkov v tejto pe\u0148a\u017eenke na poslanie {0} BTC. \nV\u0161imnite si, \u017ee m\u00f4\u017eete min\u00fa\u0165 len potvrden\u00e9 transakcie. \nPam\u00e4tajte, \u017ee odosielate\u013e plat\u00ed poplatok.
-validationErrorView.notEnoughFundsMessage2=Neexistuje dostatok finan\u010dn\u00fdch prostriedkov v tejto pe\u0148a\u017eenke na poslanie {0} BTC. \nM\u00f4\u017eete odosla\u0165 BTC len do v\u00fd\u0161ky zostatku "K dispoz\u00edcii na m\u00ed\u0148anie". \nPam\u00e4tajte, \u017ee poplatok plat\u00ed odosielate\u013e.
+validationErrorView.notEnoughFundsMessage=Neexistuje dostatok finan\u010dn\u00fdch prostriedkov v tejto pe\u0148a\u017eenke na poslanie {0} DOGE. \nV\u0161imnite si, \u017ee m\u00f4\u017eete min\u00fa\u0165 len potvrden\u00e9 transakcie. \nPam\u00e4tajte, \u017ee odosielate\u013e plat\u00ed poplatok.
+validationErrorView.notEnoughFundsMessage2=Neexistuje dostatok finan\u010dn\u00fdch prostriedkov v tejto pe\u0148a\u017eenke na poslanie {0} DOGE. \nM\u00f4\u017eete odosla\u0165 DOGE len do v\u00fd\u0161ky zostatku "K dispoz\u00edcii na m\u00ed\u0148anie". \nPam\u00e4tajte, \u017ee poplatok plat\u00ed odosielate\u013e.
validationErrorView.moreHelp=\u010eal\u0161iu pomoc
showTransactionsAction.text=Transakcie
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Popis va\u0161ej pe\u0148a\u017ee
singleWalletPanel.dataHasChanged.text=Aktualiz\u00e1cie zastaven\u00e9.
singleWalletPanel.dataHasChanged.tooltip.1=In\u00fd program zmenil t\u00fato pe\u0148a\u017eenku.
-singleWalletPanel.dataHasChanged.tooltip.2=Aby sa zabr\u00e1nilo chyb\u00e1m tento MultiBit zastavil aktualiz\u00e1cie.
+singleWalletPanel.dataHasChanged.tooltip.2=Aby sa zabr\u00e1nilo chyb\u00e1m tento MultiDoge zastavil aktualiz\u00e1cie.
singleWalletPanel.dataHasChanged.backupFile=Z\u00e1lo\u017en\u00fd s\u00fabor je s\u00fabor "{0}".
singleWalletPanel.twistyRightText=Kliknite pre zobrazenie podrobnost\u00ed pe\u0148a\u017eenky
singleWalletPanel.twistyDownText=Kliknite pre skrytie podrobnost\u00ed pe\u0148a\u017eenky
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Vynulova\u0165 d\u00e1tum
resetTransactionsPanel.resetFromFirstTransaction=Vynulova\u0165 od d\u00e1tumu prvej transakcie
resetTransactionsPanel.chooseResetDate=Ur\u010di\u0165 d\u00e1tum vynulovania\: {0}
-showOpenUriView.title=Otvori\u0165 Bitcoin URI
-showOpenUriView.message1=In\u00e1 aplik\u00e1cia po\u017eiadala o platbu v Bitcoin.
+showOpenUriView.title=Otvori\u0165 Dogecoin URI
+showOpenUriView.message1=In\u00e1 aplik\u00e1cia po\u017eiadala o platbu v Dogecoin.
showOpenUriView.message2=Chcete vyplni\u0165 formul\u00e1r "Odosla\u0165" s po\u017eiadavkou?
showOpenUriView.yesText=\u00c1no
showOpenUriView.noText=Nie
showOpenUriView.rememberMyDecision=Pam\u00e4ta\u0165 moje rozhodnutie
-showOpenUriViewSubmitAction.tooltip=Vyplni\u0165 formul\u00e1r \u017eiados\u0165 o platbu bitcoin
+showOpenUriViewSubmitAction.tooltip=Vyplni\u0165 formul\u00e1r \u017eiados\u0165 o platbu dogecoin
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=\u017diados\u0165 o platbu prijat\u00e1, ale ignorovan\u00e1 kv\u00f4li preferenci\u00e1m
showOpenUriViewAction.tooltip=\u00c1no, vypl\u0148 odosielac\u00e9 formul\u00e1r so \u017eiados\u0165ou o platbu
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Vyberte p\u00edsmo
-fontChooser.tooltip=Vyberte p\u00edsmo, ktor\u00e9 chcete pou\u017ei\u0165 v MultiBit
+fontChooser.tooltip=Vyberte p\u00edsmo, ktor\u00e9 chcete pou\u017ei\u0165 v MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Zru\u0161i\u0165
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=Poplatok, ktor\u00fd bol pridan\u00fd
transactionDetailsDialog.sizeLabel.text=Ve\u013ekos\u0165
transactionDetailsDialog.sizeLabel.tooltip=Ve\u013ekos\u0165 tejto transakcie v bajtoch
transactionDetailsDialog.viewAtBlockExplorer=Zobrazi\u0165 na blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Zobrazi\u0165 na blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Zobrazi\u0165 na dogechain.info
crudButton.new=Nov\u00e1
crudButton.open=Otvori\u0165
crudButton.delete=Vymaza\u0165
closeWalletAction.text=Zatvori\u0165 pe\u0148a\u017eenku
-closeWalletAction.tooltip=Zatvori\u0165 pe\u0148a\u017eenku a u\u017e ju nezobrazova\u0165 v MultiBit.
+closeWalletAction.tooltip=Zatvori\u0165 pe\u0148a\u017eenku a u\u017e ju nezobrazova\u0165 v MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Odstr\u00e1ni\u0165 pe\u0148a\u017eenku
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=Pe\u0148a\u017eenka {0}"bola \u00faspe
deleteWalletConfirmDialog.walletDeleteError1=Vyskytla sa chyba pri odstra\u0148ovan\u00ed pe\u0148a\u017eenky.
deleteWalletConfirmDialog.walletDeleteError2=Vyskytla sa chyba "{0}".
deleteWalletConfirmDialog.question1=Na potvrdenie tejto akcie zadajte
-deleteWalletConfirmDialog.question2=meno autora Bitcoin.
+deleteWalletConfirmDialog.question2=meno autora Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Nespr\u00e1vna odpove\u010f
deleteWalletException.walletWasReadonly=Pe\u0148a\u017eenka (alebo info s\u00fabor pe\u0148a\u017eenky) je pr\u00edstupn\u00fd len na \u010d\u00edtanie. Ned\u00e1 sa odstr\u00e1ni\u0165
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Info s\u00fabor pe\u0148a\u017een
deleteWalletConfirmDialog.newWalletCreated=Preto\u017ee ste nemali \u017eiadnu pe\u0148a\u017eenku, jedna bola vytvoren\u00e1 pre V\u00e1s.
welcomePanel.text=Vitajte
-welcomePanel.title=Vitajte v MultiBit
+welcomePanel.title=Vitajte v MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=S MultiBit s\u00fa va\u0161e Bitcoin obsiahnut\u00e9 v pe\u0148a\u017eenke. M\u00f4\u017eete ma\u0165 nieko\u013eko pe\u0148a\u017eeniek, pom\u00f4\u017eu V\u00e1m zosta\u0165 organizovan\u00fd. Tieto s\u00fa uveden\u00e9 v panele "Pe\u0148a\u017eenky" na \u013eavej strane.
+welcomePanel.paragraph1=S MultiDoge s\u00fa va\u0161e Dogecoin obsiahnut\u00e9 v pe\u0148a\u017eenke. M\u00f4\u017eete ma\u0165 nieko\u013eko pe\u0148a\u017eeniek, pom\u00f4\u017eu V\u00e1m zosta\u0165 organizovan\u00fd. Tieto s\u00fa uveden\u00e9 v panele "Pe\u0148a\u017eenky" na \u013eavej strane.
welcomePanel.paragraph2=Pre otvorenie nov\u00fdch z\u00e1lo\u017eiek pou\u017eite mo\u017enosti z menu pod\u013ea toho, \u010do chcete vykona\u0165. Z\u00e1lo\u017eky "Odosla\u0165", "Vy\u017eiada\u0165" a "Transakcie" s\u00fa v\u017edy otvoren\u00e9. Tie ostatn\u00e9 sa daj\u00fa zavrie\u0165 kliknut\u00edm na mal\u00e9 "x" v n\u00e1zve z\u00e1lo\u017eky.
welcomePanel.paragraph2.5=M\u00f4\u017eete chr\u00e1ni\u0165 va\u0161u pe\u0148a\u017eenku heslom pre viac bezpe\u010dia mo\u017enos\u0165ou "S\u00fabor | Mo\u017enos\u0165 prida\u0165 heslo" vo\u013ebou v menu.
welcomePanel.paragraph3=Ve\u013ea polo\u017eiek na obrazovke m\u00e1 svoj popis v tooltipe. Pre jeho zobrazenie prejdite my\u0161ou na polo\u017eku.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Heslo
addPasswordPanel.text=Nasleduj\u00faca pe\u0148a\u017eenka bude chr\u00e1nen\u00e1 heslom\:
addPasswordPanel.reminder1=Uchov\u00e1vajte va\u0161e heslo v bezpe\u010d\u00ed.
-addPasswordPanel.reminder2=Toto heslo potrebujete na m\u00ed\u0148anie Bitcoin.
+addPasswordPanel.reminder2=Toto heslo potrebujete na m\u00ed\u0148anie Dogecoin.
addPasswordPanel.reminder3=Nebude mo\u017en\u00e9 ho obnovi\u0165, ak sa strat\u00ed.
addPasswordPanel.enterPasswords=Zadajte nov\u00e9 heslo, ktor\u00e9 chcete pou\u017ei\u0165 pre t\u00fato pe\u0148a\u017eenku
addPasswordPanel.addPasswordSuccess=Heslo bolo \u00faspe\u0161ne pridan\u00e9.
@@ -584,7 +585,7 @@ changePasswordPanel.text=Heslo bude zmenen\u00e9 pre nasleduj\u00facu pe\u0148a\
changePasswordPanel.newPasswordPrompt=Nov\u00e9 heslo
changePasswordPanel.repeatNewPasswordPrompt=Zopakujte nov\u00e9 heslo
changePasswordPanel.reminder1=Uchov\u00e1vajte va\u0161e heslo v bezpe\u010d\u00ed.
-changePasswordPanel.reminder2=Toto heslo potrebujete na m\u00ed\u0148anie Bitcoin.
+changePasswordPanel.reminder2=Toto heslo potrebujete na m\u00ed\u0148anie Dogecoin.
changePasswordPanel.reminder3=Nebude mo\u017en\u00e9 ho obnovi\u0165, ak sa strat\u00ed.
changePasswordPanel.enterPasswords=Zadajte nov\u00e9 heslo, ktor\u00e9 chcete pou\u017ei\u0165 pre t\u00fato pe\u0148a\u017eenku
changePasswordPanel.enterCurrentPassword=Zadajte aktu\u00e1lne heslo
@@ -655,12 +656,12 @@ transactionConfidence.pending=Nevybaven\u00e9/nepotvrden\u00e9.
transactionConfidence.appearedInBestChain=Objavilo sa v najlep\u0161ej re\u0165azi blokov vo v\u00fd\u0161ke {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Nie je zn\u00e1me, ko\u013eko peerov videlo t\u00fato transakciu.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Bitcoin \u010diastka m\u00f4\u017ee ma\u0165 len 8 desatinn\u00fdch miest
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Dogecoin \u010diastka m\u00f4\u017ee ma\u0165 len 8 desatinn\u00fdch miest
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=\u010ciastka \u0161pecifikovan\u00e1 v {0} m\u00f4\u017ee ma\u0165 iba {1} desatinn\u00fdch miest
currencyConverter.couldNotUnderstandAmount=\u010ciastku "{0}" nebolo mo\u017en\u00e9 pochopi\u0165 ako \u010d\u00edslo
alertManagerTitle=Je k dispoz\u00edcii nov\u00e1 verzia
-alertManagerLine1=K dispoz\u00edcii je nov\u00e1 verzia {0} MultiBit.
+alertManagerLine1=K dispoz\u00edcii je nov\u00e1 verzia {0} MultiDoge.
alertManagerLine2=Aktu\u00e1lna verzia je {0}.
alertManagerViewRelease=Zobrazi\u0165 vydanie
diff --git a/src/main/resources/i18n/sl/viewer.properties b/src/main/resources/i18n/sl/viewer.properties
index 376857374..16edcec1b 100755
--- a/src/main/resources/i18n/sl/viewer.properties
+++ b/src/main/resources/i18n/sl/viewer.properties
@@ -53,8 +53,8 @@ showPreferencesPanel.feeLabel.text=Pristojbina
showPreferencesPanel.size.text={0} bajtov
showPreferencesPanel.couldNotUnderstandFee=Ne razumem zneska \u00bb{0}\u00ab. Ohranjam prej\u0161njo pristojbino.
showPreferencesPanel.aFeeMustBeSet=Pristojbina je obvezna. Ohranjam prej\u0161njo pristojbino.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Pristojbina mora biti vsaj 0.0001 BTC. Ohranjam prej\u0161njo pristojbino.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Pristojbina mora biti ni\u017eja od 1 BTC. Preverite decimalno piko/vejico. Pristojbina ni bila spremenjena.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Pristojbina mora biti vsaj 0.0001 DOGE. Ohranjam prej\u0161njo pristojbino.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Pristojbina mora biti ni\u017eja od 1 DOGE. Preverite decimalno piko/vejico. Pristojbina ni bila spremenjena.
showPreferencesPanel.browserIntegrationTitle=Integracija z brskalnikom
showPreferencesPanel.browserIntegration.messageText=Kaj naj se zgodi, ko v brskalniku kliknete zahtevek za pla\u010dilo z bitcoinom?
showPreferencesPanel.ignoreAll=Prezri vse zahteve po pla\u010dilu
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Napa\u010den App ID
showPreferencesPanel.getAppId.text=Pridobi App ID
showPreferencesPanel.getAppId.tooltip=Odprite brskalnik in se registrirajte pri OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Spodaj kliknite "Get App ID" ("Pridobi aplikacijski ID")
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Denarnica \u00bb{0}\u00ab ustvarjena.
multiBit.openingWallet=Odpiram denarnico \u00bb{0}\u00ab...
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=... kon\u010dano.
multiBit.closedWallet=Denarnica \u00bb{0} \u00abje bila uspe\u0161no zaprta.
multibit.userDataDirectory=Mapa z uporabnikovimi podatki je {0}.
multibit.installationDirectory=Namestitvena mapa je {0}.
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Stanje
multiBitFrame.balanceLabel.tooltip=Stanje vklju\u010dno z nepotrjenimi transakcijami in drobi\u017eem
multiBitFrame.ticker.show.text=Prika\u017ei menjalne te\u010daje
@@ -147,14 +148,14 @@ multiBitFrame.availableToSpend=Na voljo za porabo\: {0}
multiBitFrame.availableToSpend2=Na voljo za porabo
multiBitFrame.availableToSpend.tooltip=Stanje brez nepotrjenih transakcij in drobi\u017ea, ki se \u0161e vra\u010da
-multiBitService.errorText=Povezovanje z omre\u017ejem Bitcoin ni uspelo. Napaka\: {0}
-multiBitService.errorTitleText=Napaka pri povezovanju z omre\u017ejem Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=Ustavljam povezavo z omre\u017ejem Bitcoin...
+multiBitService.errorText=Povezovanje z omre\u017ejem Dogecoin ni uspelo. Napaka\: {0}
+multiBitService.errorTitleText=Napaka pri povezovanju z omre\u017ejem Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=Ustavljam povezavo z omre\u017ejem Dogecoin...
multiBitService.couldNotLoadBlockchain=Prenos verige blokov \u00bb{0}\u00ab ni uspel. Napaka\: \u00bb{1}\u00ab.
multiBitService.replayingFromBlockCache=Ponovno prera\u010dunavam in lokalnega predpomnilnika...
exitAction.text=Izhod
-exitAction.tooltip=Izhod iz MultiBita
+exitAction.tooltip=Izhod iz MultiDogea
exitAction.mnemonicKey=I
openWalletAction.text=Odpri denarnico
@@ -180,14 +181,14 @@ helpAboutAction.messageBoxTitle=Vizitka
helpAboutAction.versionText=Razli\u010dica\: {0}
showHelpContentsAction.text=Vsebina pomo\u010di
-showHelpContentsAction.tooltip=Prika\u017ei pomo\u010d za MultiBit
+showHelpContentsAction.tooltip=Prika\u017ei pomo\u010d za MultiDoge
showHelpContentsAction.mnemonicKey=P
helpContentsView.messageTitle=Vsebina pomo\u010di
sendBitcoinAction.text=Po\u0161lji novce
sendBitcoinAction.tooltip=Po\u0161lji novce
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=P
sendBitcoinConfirmAction.text=Po\u0161lji
@@ -197,14 +198,14 @@ sendBitcoinConfirmAction.mnemonicKey=P
sendBitcoinNowAction.sendingBitcoin=Po\u0161iljam novce...
sendBitcoinNowAction.bitcoinSentOk=Novci so bili uspe\u0161no poslani.
sendBitcoinNowAction.bitcoinSendFailed=Po\u0161iljanje novcev ni uspelo.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Za pla\u010dilo ni bilo dovolj novcev.
sendBitcoinConfirmView.sendOption=Po\u0161lji
sendBitcoinConfirmView.cancelOption=Prekli\u010di
sendBitcoinConfirmView.message=Prosimo, potrdite, da \u017eelite poslati novce takole\:
sendBitcoinConfirmView.title=Potrditev po\u0161iljanja
-sendBitcoinConfirmView.multibitMustBeOnline=Za po\u0161iljanje novcev mora biti MultiBit povezan z vsaj dvema vrstnikoma.
+sendBitcoinConfirmView.multibitMustBeOnline=Za po\u0161iljanje novcev mora biti MultiDoge povezan z vsaj dvema vrstnikoma.
receiveBitcoinAction.textShort=Prejmi
receiveBitcoinAction.text=Zahteva za pla\u010dilo
@@ -212,7 +213,7 @@ receiveBitcoinAction.tooltip=Izdajte nekomu zahtevo za pla\u010dilo
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Nastavitve
-showPreferencesAction.tooltip=Prika\u017ei nastavitve za MultiBit
+showPreferencesAction.tooltip=Prika\u017ei nastavitve za MultiDoge
showPreferencesAction.mnemonicKey=N
showPreferencesSubmitAction.text=Uporabi spremembe
@@ -230,8 +231,8 @@ sendBitcoinPanel.labelLabel=Oznaka
sendBitcoinPanel.labelLabel.tooltip=Opis tega naslova; shranjen bo v va\u0161 imenik naslovov spodaj.
sendBitcoinPanel.amountLabel=Znesek
sendBitcoinPanel.amountLabel.tooltip=Znesek, ki ga nameravate poslati
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=bitcoin
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=dogecoin
sendBitcoinPanel.sendingAddressesTitle=Naslovi za po\u0161iljanje
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Va\u0161i naslovi za po\u0161iljanje (morda zastarelo)
sendBitcoinPanel.couldNotUnderstandQRcode=Ne razumem QR-kode \u00bb{0}\u00ab.
@@ -255,8 +256,8 @@ receiveBitcoinPanel.labelLabel=Oznaka
receiveBitcoinPanel.labelLabel.tooltip=Opis tega naslova; shranjen bo v va\u0161 imenik naslovov spodaj.
receiveBitcoinPanel.amountLabel=Znesek
receiveBitcoinPanel.amountLabel.tooltip=Znesek, ki ga \u017eelite prejeti
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=bitcoin
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=dogecoin
receiveBitcoinPanel.receivingAddressesTitle=Va\u0161i prejemni naslovi
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Va\u0161i naslovi za prejemanje (morda zastarelo)
@@ -272,7 +273,7 @@ copyQRCodeImageAction.tooltip=Kopiraj QR-kodo na odlo\u017ei\u0161\u010de
copyQRCodeImageAction.mnemonicKey=K
pasteSwatchAction.text=Prilepi
-pasteSwatchAction.tooltip=Prilepi bitcoin URI z odlo\u017ei\u0161\u010da
+pasteSwatchAction.tooltip=Prilepi dogecoin URI z odlo\u017ei\u0161\u010da
pasteSwatchAction.mnemonicKey=G
createOrEditAddressAction.createReceiving.text=Dodaj
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Poslano na \u00bb{1}\u00ab ({0})
validationErrorView.title=Napaka pri preverjanju veljavnosti
validationErrorView.okOption=Prav
-validationErrorView.addressInvalidMessage=\u00bb{0}\u00ab ni veljaven bitcoin naslov.
+validationErrorView.addressInvalidMessage=\u00bb{0}\u00ab ni veljaven dogecoin naslov.
validationErrorView.amountIsMissingMessage=Vnesti morate znesek
validationErrorView.amountInvalidMessage=Zneska \u00bb{0}\u00ab ni mogo\u010de razumeti kot \u0161tevilo.
-validationErrorView.amountIsNegativeOrZeroMessage=Znesek mora biti ve\u010dji od 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Znesek mora biti ve\u010dji od 0 DOGE.
validationErrorView.amountIsTooSmallMessage=Znesek je premajhen. Biti mora vsaj {0} sato\u0161ijev.
-validationErrorView.notEnoughFundsMessage=V tej denarnici ni dovolj novcev za transakcijo velikost {0} BTC.\nPotro\u0161ite lahko le sredstva iz \u017ee potrjenih transakcij.\nKot po\u0161iljatelj pla\u010date tudi morebitno pristojbino.
-validationErrorView.notEnoughFundsMessage2=V tej denarnici ni dovolj novcev za transakcijo velikost {0} BTC.\nPotro\u0161ite lahko le sredstva do zneska "Na voljo za porabo".\nKot po\u0161iljatelj pla\u010date tudi morebitno pristojbino.
+validationErrorView.notEnoughFundsMessage=V tej denarnici ni dovolj novcev za transakcijo velikost {0} DOGE.\nPotro\u0161ite lahko le sredstva iz \u017ee potrjenih transakcij.\nKot po\u0161iljatelj pla\u010date tudi morebitno pristojbino.
+validationErrorView.notEnoughFundsMessage2=V tej denarnici ni dovolj novcev za transakcijo velikost {0} DOGE.\nPotro\u0161ite lahko le sredstva do zneska "Na voljo za porabo".\nKot po\u0161iljatelj pla\u010date tudi morebitno pristojbino.
validationErrorView.moreHelp=Nadaljnja pomo\u010d
showTransactionsAction.text=Transakcije
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Opis va\u0161e denarnice
singleWalletPanel.dataHasChanged.text=Posodobitev ustavljena.
singleWalletPanel.dataHasChanged.tooltip.1=Drug program je spremenil to denarnico.
-singleWalletPanel.dataHasChanged.tooltip.2=V izogib napakam je ta MultiBit prenehal s posodabljanjem.
+singleWalletPanel.dataHasChanged.tooltip.2=V izogib napakam je ta MultiDoge prenehal s posodabljanjem.
singleWalletPanel.dataHasChanged.backupFile=Varnostna kopija datoteke je \u00bb{0}\u00ab.
singleWalletPanel.twistyRightText=Kliknite za prikaz podrobnosti denarnice
singleWalletPanel.twistyDownText=Kliknite, \u010de \u017eelite skriti podrobnosti denarnice
@@ -393,7 +394,7 @@ resetTransactionsPanel.resetDate=Datum za\u010detka prera\u010duna
resetTransactionsPanel.resetFromFirstTransaction=Prera\u010dunaj od datuma prve transakcije
resetTransactionsPanel.chooseResetDate=Prera\u010dunaj od izbranega datuma\: {0}
-showOpenUriView.title=Odpri Bitcoin URI
+showOpenUriView.title=Odpri Dogecoin URI
showOpenUriView.message1=Drug program je zahteval pla\u010dilo.
showOpenUriView.message2=Ali \u017eelite izpolniti obrazec za po\u0161iljanje s podatki iz zahteve?
showOpenUriView.yesText=Da
@@ -406,7 +407,7 @@ showOpenUriViewAction.tooltip=Da, izpolni obrazec za po\u0161iljanje s podatki i
showOpenUriViewAction.mnemonic=D
fontChooser.text=Izberi pisavo
-fontChooser.tooltip=Izberite pisavo, ki jo \u017eelite uporabljati v MultiBitu
+fontChooser.tooltip=Izberite pisavo, ki jo \u017eelite uporabljati v MultiDogeu
fontChooser.mnemonic=D
fontChooser.ok=Prav
fontChooser.cancel=Prekli\u010di
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=Pristojbina, ki je bila poslana skupaj
transactionDetailsDialog.sizeLabel.text=Velikost
transactionDetailsDialog.sizeLabel.tooltip=Velikost transakcije v bajtih
transactionDetailsDialog.viewAtBlockExplorer=Poglej transakcijo na blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Poglej transakcijo na blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Poglej transakcijo na dogechain.info
crudButton.new=Dodaj
crudButton.open=Odpri
crudButton.delete=Odstrani
closeWalletAction.text=Zapri denarnico
-closeWalletAction.tooltip=Zapri denarnico in je ne ka\u017ei ve\u010d v MultiBitu.
+closeWalletAction.tooltip=Zapri denarnico in je ne ka\u017ei ve\u010d v MultiDogeu.
closeWalletAction.mnemonicText=K
deleteWalletAction.text=Izbri\u0161i denarnico
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Datoteke z informacijami o denarn
deleteWalletConfirmDialog.newWalletCreated=Ker niste imeli ve\u010d nobene denarnice, vam je bila ustvarjena nova.
welcomePanel.text=Dobrodo\u0161li
-welcomePanel.title=Dobrodo\u0161li v MultiBitu
+welcomePanel.title=Dobrodo\u0161li v MultiDogeu
welcomePanel.mnemonic=D
-welcomePanel.paragraph1=MultiBit hrani va\u0161e novce v denarnici. Za bolj\u0161o organizacijo lahko uporabljate ve\u010d denarnic. Vse so prikazane pod "Denarnice" na levi.
+welcomePanel.paragraph1=MultiDoge hrani va\u0161e novce v denarnici. Za bolj\u0161o organizacijo lahko uporabljate ve\u010d denarnic. Vse so prikazane pod "Denarnice" na levi.
welcomePanel.paragraph2=Z uporabo mo\u017enosti v meniju lahko odpirate nove zavihke za razna opravila. Zavihki Po\u0161lji, Prejmi in Transakcije so vedno odprti. Ostale zavihke lahko zaprete tako, da kliknete mali (x) v naslovu zavihka.
welcomePanel.paragraph2.5=Zaradi ve\u010dje varnosti lahko svojo denarnico za\u0161\u010ditite z geslom\: v menuju izberite Datoteka, Dodaj geslo.
welcomePanel.paragraph3=Veliko elementov, ki jih vidite, vsebuje pojasnila. Pojasnilo se prika\u017ee, ko mi\u0161ko podr\u017eite nad elementom.
diff --git a/src/main/resources/i18n/sr/viewer.properties b/src/main/resources/i18n/sr/viewer.properties
index 7dae88298..71195ca49 100755
--- a/src/main/resources/i18n/sr/viewer.properties
+++ b/src/main/resources/i18n/sr/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Srpski
showPreferencesPanel.feeTitle=Naknada za transakciju
showPreferencesPanel.feeLabel.text=Naknada
showPreferencesPanel.size.text={0} bajtova
-showPreferencesPanel.couldNotUnderstandFee=MultiBit could not understand the fee of "{0}". Keeping the old fee.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge could not understand the fee of "{0}". Keeping the old fee.
showPreferencesPanel.aFeeMustBeSet=Morate definisati naknadu za transakciju. Zadr\u017eava se stara vrednost naknade.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Naknada mora iznositi najmanje 0.0001 BTC. Zadr\u017eava se stara vrednost naknade.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 BTC. Check your decimal separator. Keeping the old fee.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Naknada mora iznositi najmanje 0.0001 DOGE. Zadr\u017eava se stara vrednost naknade.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 DOGE. Check your decimal separator. Keeping the old fee.
showPreferencesPanel.browserIntegrationTitle=Browser integration
-showPreferencesPanel.browserIntegration.messageText=What would you like to happen when a Bitcoin payment request is clicked on in a browser ?
-showPreferencesPanel.ignoreAll=Ignore all Bitcoin payment requests
+showPreferencesPanel.browserIntegration.messageText=What would you like to happen when a Dogecoin payment request is clicked on in a browser ?
+showPreferencesPanel.ignoreAll=Ignore all Dogecoin payment requests
showPreferencesPanel.fillAutomatically=Fill out the send form automatically
showPreferencesPanel.askEveryTime=Ask me every time
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Second row
showPreferencesPanel.ticker.showSecondRow=Show second row
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=Currency
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show bitcoin converted to fiat currency
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin will be shown converted using the last price of this currency.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show dogecoin converted to fiat currency
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin will be shown converted using the last price of this currency.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=The App ID access code from OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=You have entered an invalid App ID.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Incorrect App ID
showPreferencesPanel.getAppId.text=Get App ID
showPreferencesPanel.getAppId.tooltip=Open your browser and sign up to OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Press "Get App ID" button below
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Created wallet "{0}".
multiBit.openingWallet=Opening wallet "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... done.
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=The installation directory is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Balance
-multiBitFrame.balanceLabel.tooltip=Balance including unconfirmed bitcoins and change
+multiBitFrame.balanceLabel.tooltip=Balance including unconfirmed dogecoins and change
multiBitFrame.ticker.show.text=Show Currency Ticker
multiBitFrame.ticker.hide.text=Hide Currency Ticker
multiBitFrame.statusBar.tooltip1=Messages.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=This is a coinbase transaction th
multiBitFrame.availableToSpend=Available to spend \: {0}
multiBitFrame.availableToSpend2=Available to spend
-multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed bitcoins and change still to be returned
+multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed dogecoins and change still to be returned
-multiBitService.errorText=Could not connect to Bitcoin network. The error was \: {0}
-multiBitService.errorTitleText=Error connecting to Bitcoin network
-multiBitService.stoppingBitcoinNetworkConnection=Stopping Bitcoin network connection...
+multiBitService.errorText=Could not connect to Dogecoin network. The error was \: {0}
+multiBitService.errorTitleText=Error connecting to Dogecoin network
+multiBitService.stoppingBitcoinNetworkConnection=Stopping Dogecoin network connection...
multiBitService.couldNotLoadBlockchain=Unable to load blockchain "{0}". The error was "{1}".
multiBitService.replayingFromBlockCache=Replaying from local cache...
exitAction.text=Exit
-exitAction.tooltip=Exit from MultiBit
+exitAction.tooltip=Exit from MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=Open Wallet
@@ -173,70 +174,70 @@ openWalletView.title=Open Wallet
saveWalletAsView.untitled=Untitled
-helpAboutAction.text=About MultiBit
-helpAboutAction.tooltip=About MultiBit
+helpAboutAction.text=About MultiDoge
+helpAboutAction.tooltip=About MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=About MultiBit
+helpAboutAction.messageBoxTitle=About MultiDoge
helpAboutAction.versionText=Version \: {0}
showHelpContentsAction.text=Help Contents
-showHelpContentsAction.tooltip=Show the MultiBit help
+showHelpContentsAction.tooltip=Show the MultiDoge help
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Help Contents
-sendBitcoinAction.text=Send Bitcoin
-sendBitcoinAction.tooltip=Send bitcoin to someone
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=Send Dogecoin
+sendBitcoinAction.tooltip=Send dogecoin to someone
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Send
-sendBitcoinConfirmAction.tooltip=Send bitcoin to someone
+sendBitcoinConfirmAction.tooltip=Send dogecoin to someone
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Sending bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=Your bitcoin were sent successfully.
-sendBitcoinNowAction.bitcoinSendFailed=The send of your bitcoin failed.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Sending dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=Your dogecoin were sent successfully.
+sendBitcoinNowAction.bitcoinSendFailed=The send of your dogecoin failed.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=There were insufficient funds for your send.
sendBitcoinConfirmView.sendOption=Send
sendBitcoinConfirmView.cancelOption=Cancel
-sendBitcoinConfirmView.message=Please confirm that you want to send bitcoin as follows\:
-sendBitcoinConfirmView.title=Confirm Send Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit must be online and connected to more than one peer to send bitcoin.
+sendBitcoinConfirmView.message=Please confirm that you want to send dogecoin as follows\:
+sendBitcoinConfirmView.title=Confirm Send Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge must be online and connected to more than one peer to send dogecoin.
receiveBitcoinAction.textShort=Request
-receiveBitcoinAction.text=Request Bitcoin
-receiveBitcoinAction.tooltip=Request bitcoin from someone
+receiveBitcoinAction.text=Request Dogecoin
+receiveBitcoinAction.tooltip=Request dogecoin from someone
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=opcije
-showPreferencesAction.tooltip=View MultiBit preferences
+showPreferencesAction.tooltip=View MultiDoge preferences
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Apply changes
showPreferencesSubmitAction.tooltip=Apply changes
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Send Bitcoin
+sendBitcoinPanel.title=Send Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Send details
-sendBitcoinPanel.helpLabel1.message=You want to send bitcoin.
+sendBitcoinPanel.helpLabel1.message=You want to send dogecoin.
sendBitcoinPanel.helpLabel2.message=Enter or choose an address to send to and an amount.
sendBitcoinPanel.helpLabel3.message=Optionally add a label.
sendBitcoinPanel.addressLabel=Address
-sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send bitcoin to
+sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send dogecoin to
sendBitcoinPanel.labelLabel=Label
sendBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
sendBitcoinPanel.amountLabel=Amount
sendBitcoinPanel.amountLabel.tooltip=Amount to send
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
-sendBitcoinPanel.sendingAddressesTitle=Addresses to send bitcoin to
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
+sendBitcoinPanel.sendingAddressesTitle=Addresses to send dogecoin to
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Your sending addresses (May be out of date)
sendBitcoinPanel.couldNotUnderstandQRcode=Could not understand QR code of "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Drag|QR code|here
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a bitcoin QR code here to automatically fill the 'Send' form.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a dogecoin QR code here to automatically fill the 'Send' form.
sendBitcoinPanel.showMore.text=More
sendBitcoinPanel.showMore.tooltip=Show side panel
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Less
sendBitcoinPanel.showLess.tooltip=Hide side panel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Receive Bitcoin
-receiveBitcoinPanel.helpLabel1.message=You want to receive bitcoin.
+receiveBitcoinPanel.title=Receive Dogecoin
+receiveBitcoinPanel.helpLabel1.message=You want to receive dogecoin.
receiveBitcoinPanel.helpLabel2.message=Choose one of your receiving addresses.
receiveBitcoinPanel.helpLabel3.message=Optionally enter a label and an amount.
receiveBitcoinPanel.addressLabel=Your address
-receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive dogecoin
receiveBitcoinPanel.labelLabel=Label
receiveBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
receiveBitcoinPanel.amountLabel=Amount
receiveBitcoinPanel.amountLabel.tooltip=Amount to receive
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
receiveBitcoinPanel.receivingAddressesTitle=Your receiving addresses
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Your receiving addresses (May be out of date)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Label
addressBookTableModel.addressColumnHeader=Address
copyQRCodeTextAction.text=Copy Text
-copyQRCodeTextAction.tooltip=Copy bitcoin URI text to clipboard
+copyQRCodeTextAction.tooltip=Copy dogecoin URI text to clipboard
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Copy
-copyQRCodeImageAction.tooltip=Copy bitcoin QR code to clipboard
+copyQRCodeImageAction.tooltip=Copy dogecoin QR code to clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Paste
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=New
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Create new receiving addresses
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=New
-createOrEditAddressAction.createSending.tooltip=Add a new address to send bitcoin to
+createOrEditAddressAction.createSending.tooltip=Add a new address to send dogecoin to
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Sent to "{1}" ({0})
validationErrorView.title=Validation Error
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=The address "{0}" is not a valid bitcoin address.
+validationErrorView.addressInvalidMessage=The address "{0}" is not a valid dogecoin address.
validationErrorView.amountIsMissingMessage=You must specify an amount
validationErrorView.amountInvalidMessage=The amount "{0}" could not be understood as a number.
-validationErrorView.amountIsNegativeOrZeroMessage=The amount must be greater than 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=The amount must be greater than 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=More Help
showTransactionsAction.text=Transactions
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Your wallet description
singleWalletPanel.dataHasChanged.text=Updates stopped.
singleWalletPanel.dataHasChanged.tooltip.1=Another program has changed this wallet.
-singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiBit has stopped updates.
+singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiDoge has stopped updates.
singleWalletPanel.dataHasChanged.backupFile=Backup file is "{0}".
singleWalletPanel.twistyRightText=Click to show wallet details
singleWalletPanel.twistyDownText=Click to hide wallet details
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Reset date
resetTransactionsPanel.resetFromFirstTransaction=Reset from date of first transaction
resetTransactionsPanel.chooseResetDate=Specify reset date\: {0}
-showOpenUriView.title=Open Bitcoin URI
-showOpenUriView.message1=Another application has requested a Bitcoin payment.
+showOpenUriView.title=Open Dogecoin URI
+showOpenUriView.message1=Another application has requested a Dogecoin payment.
showOpenUriView.message2=Do you want to fill the 'Send' form with the request ?
showOpenUriView.yesText=Yes
showOpenUriView.noText=No
showOpenUriView.rememberMyDecision=Remember my decision
-showOpenUriViewSubmitAction.tooltip=Fill send form with bitcoin payment request
+showOpenUriViewSubmitAction.tooltip=Fill send form with dogecoin payment request
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Payment request received but ignored due to preferences
showOpenUriViewAction.tooltip=Yes, fill send form with payment request
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Choose display font
-fontChooser.tooltip=Choose font to use in MultiBit
+fontChooser.tooltip=Choose font to use in MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Cancel
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=Password
showExportPrivateKeysPanel.repeatPasswordPrompt=Repeat password
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=View at blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=View at blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=View at dogechain.info
crudButton.new=New
crudButton.open=Open
crudButton.delete=Delete
closeWalletAction.text=Close Wallet
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Delete Wallet
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=The wallet "{0}" was deleted successfu
deleteWalletConfirmDialog.walletDeleteError1=There was an error deleting the wallet.
deleteWalletConfirmDialog.walletDeleteError2=The error was "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Wrong answer
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Welcome
-welcomePanel.title=Welcome to MultiBit
+welcomePanel.title=Welcome to MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Password
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet\:
changePasswordPanel.newPasswordPrompt=New password
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Enter the current password
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/sv/viewer.properties b/src/main/resources/i18n/sv/viewer.properties
index b82e40846..a195532e3 100755
--- a/src/main/resources/i18n/sv/viewer.properties
+++ b/src/main/resources/i18n/sv/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbiska
showPreferencesPanel.feeTitle=Transaktionsavgift
showPreferencesPanel.feeLabel.text=Avgift
showPreferencesPanel.size.text={0} byte(s)
-showPreferencesPanel.couldNotUnderstandFee=MultiBit f\u00f6rstod inte avgiften "{0}". Beh\u00e5ller den f\u00f6rra avgiften.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge f\u00f6rstod inte avgiften "{0}". Beh\u00e5ller den f\u00f6rra avgiften.
showPreferencesPanel.aFeeMustBeSet=Du m\u00e5ste ange en transaktionsavgift. Beh\u00e5ller den f\u00f6rra avgiften.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Transaktionsavgiften m\u00e5ste vara minst 0.0001 BTC. Beh\u00e5ller den gamla avgiften.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Avgiften m\u00e5ste vara mindre \u00e4n 1 BTC. Kontrollera ditt decimaltecken. Beh\u00e5ller tills vidare den gamla avgiften.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=Transaktionsavgiften m\u00e5ste vara minst 0.0001 DOGE. Beh\u00e5ller den gamla avgiften.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Avgiften m\u00e5ste vara mindre \u00e4n 1 DOGE. Kontrollera ditt decimaltecken. Beh\u00e5ller tills vidare den gamla avgiften.
showPreferencesPanel.browserIntegrationTitle=Webbl\u00e4sarintegrering
-showPreferencesPanel.browserIntegration.messageText=Vad vill du ska h\u00e4nda n\u00e4r en ans\u00f6kan om betalning med Bitcoin klickas p\u00e5 i en webbl\u00e4sare?
-showPreferencesPanel.ignoreAll=Ignorera alla ans\u00f6kningar om Bitcoin-utbetalningar
+showPreferencesPanel.browserIntegration.messageText=Vad vill du ska h\u00e4nda n\u00e4r en ans\u00f6kan om betalning med Dogecoin klickas p\u00e5 i en webbl\u00e4sare?
+showPreferencesPanel.ignoreAll=Ignorera alla ans\u00f6kningar om Dogecoin-utbetalningar
showPreferencesPanel.fillAutomatically=Fyll i Skicka-formul\u00e4ret automatiskt
showPreferencesPanel.askEveryTime=Fr\u00e5ga mig varje g\u00e5ng
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Andra raden
showPreferencesPanel.ticker.showSecondRow=Visa andra raden
showPreferencesPanel.ticker.exchange=Valutamarknad
showPreferencesPanel.ticker.currency=Valuta
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Visa bitcoin konverterad till fiat valuta
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin visas konverterad med det senaste priset f\u00f6r denna valuta.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Visa dogecoin konverterad till fiat valuta
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin visas konverterad med det senaste priset f\u00f6r denna valuta.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App-ID
showPreferencesPanel.oerLabel.tooltip=App-ID beh\u00f6righetskoden fr\u00e5n OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=Du har angett ett ogiltigt App-ID.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Felaktigt App-ID
showPreferencesPanel.getAppId.text=H\u00e4mta App-ID
showPreferencesPanel.getAppId.tooltip=\u00d6ppna din webbl\u00e4sare och logga in p\u00e5 OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Klicka p\u00e5 "H\u00e4mta App-ID" knappen nedan
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Skapade pl\u00e5nbok {0}.
multiBit.openingWallet=\u00d6ppnar pl\u00e5nbok {0}...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... f\u00e4rdig.
multiBit.closedWallet=Pl\u00e5nboken {0} st\u00e4ngdes framg\u00e5ngsrikt.
multibit.userDataDirectory=Katalogen f\u00f6r anv\u00e4ndardata \u00e4r "{0}".
multibit.installationDirectory=Installationskatalogen \u00e4r "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Saldo
-multiBitFrame.balanceLabel.tooltip=Saldo inklusive obekr\u00e4ftade Bitcoins och v\u00e4xel
+multiBitFrame.balanceLabel.tooltip=Saldo inklusive obekr\u00e4ftade Dogecoins och v\u00e4xel
multiBitFrame.ticker.show.text=Visa valuta ticker
multiBitFrame.ticker.hide.text=D\u00f6lj valuta ticker
multiBitFrame.statusBar.tooltip1=Meddelanden.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=Detta \u00e4r en coinbase-transak
multiBitFrame.availableToSpend=Tillg\u00e4ngligt att spendera\: {0}
multiBitFrame.availableToSpend2=Tillg\u00e4ngligt att spendera
-multiBitFrame.availableToSpend.tooltip=Saldo minus obekr\u00e4ftade Bitcoins och v\u00e4xel som \u00e4nnu inte skickats tillbaka
+multiBitFrame.availableToSpend.tooltip=Saldo minus obekr\u00e4ftade Dogecoins och v\u00e4xel som \u00e4nnu inte skickats tillbaka
-multiBitService.errorText=Kunde inte ansluta till Bitcoin-n\u00e4tverket. Felet var\: {0}
-multiBitService.errorTitleText=Fel vid anslutning till Bitcoin-n\u00e4tverket
-multiBitService.stoppingBitcoinNetworkConnection=Stoppar anslutningen till Bitcoin-n\u00e4tverket...
+multiBitService.errorText=Kunde inte ansluta till Dogecoin-n\u00e4tverket. Felet var\: {0}
+multiBitService.errorTitleText=Fel vid anslutning till Dogecoin-n\u00e4tverket
+multiBitService.stoppingBitcoinNetworkConnection=Stoppar anslutningen till Dogecoin-n\u00e4tverket...
multiBitService.couldNotLoadBlockchain=Det gick inte att l\u00e4sa in blockchain {0}. Felet var {1}.
multiBitService.replayingFromBlockCache=Spelar upp fr\u00e5n lokalt sparad kopia...
exitAction.text=Avsluta
-exitAction.tooltip=Avsluta MultiBit
+exitAction.tooltip=Avsluta MultiDoge
exitAction.mnemonicKey=V
openWalletAction.text=\u00d6ppna Pl\u00e5nbok
@@ -173,70 +174,70 @@ openWalletView.title=\u00d6ppna Pl\u00e5nbok
saveWalletAsView.untitled=Namnl\u00f6s
-helpAboutAction.text=Om MultiBit
-helpAboutAction.tooltip=Om MultiBit
+helpAboutAction.text=Om MultiDoge
+helpAboutAction.tooltip=Om MultiDoge
helpAboutAction.mnemonicKey=O
-helpAboutAction.messageBoxTitle=Om MultiBit
+helpAboutAction.messageBoxTitle=Om MultiDoge
helpAboutAction.versionText=Version\: {0}
showHelpContentsAction.text=Inneh\u00e5ll
-showHelpContentsAction.tooltip=Visa MultiBit hj\u00e4lp
+showHelpContentsAction.tooltip=Visa MultiDoge hj\u00e4lp
showHelpContentsAction.mnemonicKey=I
helpContentsView.messageTitle=Inneh\u00e5ll
-sendBitcoinAction.text=Skicka Bitcoin
-sendBitcoinAction.tooltip=Skicka Bitcoin till n\u00e5gon
-sendBitcoinAction.pleaseWait.tooltip=V\u00e4nta tills MultiBit har slutat synkroniseringen innan du skickar
+sendBitcoinAction.text=Skicka Dogecoin
+sendBitcoinAction.tooltip=Skicka Dogecoin till n\u00e5gon
+sendBitcoinAction.pleaseWait.tooltip=V\u00e4nta tills MultiDoge har slutat synkroniseringen innan du skickar
sendBitcoinAction.mnemonicKey=S
sendBitcoinConfirmAction.text=Skicka
-sendBitcoinConfirmAction.tooltip=Skicka Bitcoin till n\u00e5gon
+sendBitcoinConfirmAction.tooltip=Skicka Dogecoin till n\u00e5gon
sendBitcoinConfirmAction.mnemonicKey=S
-sendBitcoinNowAction.sendingBitcoin=Skickar bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=Din Bitcoin skickades utan problem.
-sendBitcoinNowAction.bitcoinSendFailed=S\u00e4ndningen av din Bitcoin misslyckades.
-sendBitcoinNowAction.pingFailure=Alla f\u00f6rs\u00f6k att kontakta noder misslyckades. Kontrollera din n\u00e4tverksanslutning och starta sedan om MultiBit.
-sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Det fanns inte tillr\u00e4ckligt med Bitcoin att skicka.
+sendBitcoinNowAction.sendingBitcoin=Skickar dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=Din Dogecoin skickades utan problem.
+sendBitcoinNowAction.bitcoinSendFailed=S\u00e4ndningen av din Dogecoin misslyckades.
+sendBitcoinNowAction.pingFailure=Alla f\u00f6rs\u00f6k att kontakta noder misslyckades. Kontrollera din n\u00e4tverksanslutning och starta sedan om MultiDoge.
+sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Det fanns inte tillr\u00e4ckligt med Dogecoin att skicka.
sendBitcoinConfirmView.sendOption=Skicka
sendBitcoinConfirmView.cancelOption=Avbryt
-sendBitcoinConfirmView.message=Bekr\u00e4fta att du vill skicka Bitcoins s\u00e5h\u00e4r\:
-sendBitcoinConfirmView.title=Bekr\u00e4fta skickandet av Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit m\u00e5ste vara online och ansluten till mer \u00e4n en peer f\u00f6r att kunna skicka bitcoins.
+sendBitcoinConfirmView.message=Bekr\u00e4fta att du vill skicka Dogecoins s\u00e5h\u00e4r\:
+sendBitcoinConfirmView.title=Bekr\u00e4fta skickandet av Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge m\u00e5ste vara online och ansluten till mer \u00e4n en peer f\u00f6r att kunna skicka dogecoins.
receiveBitcoinAction.textShort=Ta emot
-receiveBitcoinAction.text=Ta emot Bitcoin
-receiveBitcoinAction.tooltip=Ta emot Bitcoin fr\u00e5n n\u00e5gon
+receiveBitcoinAction.text=Ta emot Dogecoin
+receiveBitcoinAction.tooltip=Ta emot Dogecoin fr\u00e5n n\u00e5gon
receiveBitcoinAction.mnemonicKey=T
showPreferencesAction.text=Inst\u00e4llningar
-showPreferencesAction.tooltip=Visa MultiBit inst\u00e4llningar
+showPreferencesAction.tooltip=Visa MultiDoge inst\u00e4llningar
showPreferencesAction.mnemonicKey=I
showPreferencesSubmitAction.text=Spara \u00e4ndringarna
showPreferencesSubmitAction.tooltip=Spara \u00e4ndringarna
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Skicka Bitcoin
+sendBitcoinPanel.title=Skicka Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Skicka detaljer
-sendBitcoinPanel.helpLabel1.message=Du vill skicka Bitcoin.
+sendBitcoinPanel.helpLabel1.message=Du vill skicka Dogecoin.
sendBitcoinPanel.helpLabel2.message=Ange eller v\u00e4lj en adress att skicka till, och ett belopp.
sendBitcoinPanel.helpLabel3.message=Det \u00e4r valfritt att l\u00e4gga till en etikett.
sendBitcoinPanel.addressLabel=Adress
-sendBitcoinPanel.addressLabel.tooltip=Adressen du vill skicka Bitcoin till
+sendBitcoinPanel.addressLabel.tooltip=Adressen du vill skicka Dogecoin till
sendBitcoinPanel.labelLabel=Etikett
sendBitcoinPanel.labelLabel.tooltip=En beskrivande etikett f\u00f6r denna adress
sendBitcoinPanel.amountLabel=Belopp
sendBitcoinPanel.amountLabel.tooltip=Belopp att skicka
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Enhet f\u00f6r BTC
-sendBitcoinPanel.sendingAddressesTitle=Adresser att skicka bitcoin till
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Enhet f\u00f6r DOGE
+sendBitcoinPanel.sendingAddressesTitle=Adresser att skicka dogecoin till
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Dina avs\u00e4ndaradresser (Kan vara inaktuella)
sendBitcoinPanel.couldNotUnderstandQRcode=Kunde inte f\u00f6rst\u00e5 QR-koden {0}.
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Drag|QR-kod|hit
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Dra en bitcoin QR-kod hit f\u00f6r att automatiskt fylla i "Skicka"-formul\u00e4ret.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Dra en dogecoin QR-kod hit f\u00f6r att automatiskt fylla i "Skicka"-formul\u00e4ret.
sendBitcoinPanel.showMore.text=Mer
sendBitcoinPanel.showMore.tooltip=Visa sido-panel
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Mindre
sendBitcoinPanel.showLess.tooltip=D\u00f6lj sido-panel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Ta emot Bitcoin
-receiveBitcoinPanel.helpLabel1.message=Du vill ta emot Bitcoin.
+receiveBitcoinPanel.title=Ta emot Dogecoin
+receiveBitcoinPanel.helpLabel1.message=Du vill ta emot Dogecoin.
receiveBitcoinPanel.helpLabel2.message=V\u00e4lj en av dina mottagningsadresser.
receiveBitcoinPanel.helpLabel3.message=Du kan ocks\u00e5 ange en etikett och ett belopp.
receiveBitcoinPanel.addressLabel=Dina adresser
-receiveBitcoinPanel.addressLabel.tooltip=Den adress du vill att Bitcoins ska skickas till
+receiveBitcoinPanel.addressLabel.tooltip=Den adress du vill att Dogecoins ska skickas till
receiveBitcoinPanel.labelLabel=Etikett
receiveBitcoinPanel.labelLabel.tooltip=En beskrivande etikett f\u00f6r denna adress
receiveBitcoinPanel.amountLabel=Belopp
receiveBitcoinPanel.amountLabel.tooltip=Belopp att ta emot
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Enhet f\u00f6r BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Enhet f\u00f6r DOGE
receiveBitcoinPanel.receivingAddressesTitle=Dina mottagningsadresser
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Dina mottagningsadresser (Kan vara inaktuella)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Etikett
addressBookTableModel.addressColumnHeader=Adress
copyQRCodeTextAction.text=Kopiera text
-copyQRCodeTextAction.tooltip=Kopiera Bitcoin URI text till urklipp
+copyQRCodeTextAction.tooltip=Kopiera Dogecoin URI text till urklipp
copyQRCodeTextAction.mnemonicKey=K
copyQRCodeImageAction.text=Kopiera
-copyQRCodeImageAction.tooltip=Kopiera bitcoin QR-koden till Urklipp
+copyQRCodeImageAction.tooltip=Kopiera dogecoin QR-koden till Urklipp
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Klistra in
-pasteSwatchAction.tooltip=Klistra in bitcoin URI text eller QR-kod fr\u00e5n Urklipp
+pasteSwatchAction.tooltip=Klistra in dogecoin URI text eller QR-kod fr\u00e5n Urklipp
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=Ny
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Skapa nya mottagaradresser
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Ny
-createOrEditAddressAction.createSending.tooltip=L\u00e4gg till en ny adress att skicka bitcoin till
+createOrEditAddressAction.createSending.tooltip=L\u00e4gg till en ny adress att skicka dogecoin till
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Skickad till "{1}" ({0})
validationErrorView.title=Verifieringsfel
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=Adressen "{0}" \u00e4r inte en giltig Bitcoin-adress.
+validationErrorView.addressInvalidMessage=Adressen "{0}" \u00e4r inte en giltig Dogecoin-adress.
validationErrorView.amountIsMissingMessage=Du m\u00e5ste ange ett belopp
validationErrorView.amountInvalidMessage=Beloppet "{0}" kunde inte f\u00f6rst\u00e5s som ett tal.
-validationErrorView.amountIsNegativeOrZeroMessage=Beloppet m\u00e5ste vara st\u00f6rre \u00e4n 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=Beloppet m\u00e5ste vara st\u00f6rre \u00e4n 0 DOGE.
validationErrorView.amountIsTooSmallMessage=Beloppet \u00e4r f\u00f6r litet. Det m\u00e5ste vara minst {0} satoshi.
-validationErrorView.notEnoughFundsMessage=Det finns inte tillr\u00e4ckligt med pengar i denna pl\u00e5nbok f\u00f6r att skicka {0} BTC. \nObservera att du bara kan spendera bekr\u00e4ftade transaktioner, \noch att avs\u00e4ndaren betalar en avgift.
-validationErrorView.notEnoughFundsMessage2=Det finns inte tillr\u00e4ckligt med pengar i denna pl\u00e5nbok att skicka {0} BTC. \nDu kan bara spendera upp till din "finns att spendera" balans. \nKom ih\u00e5g att avs\u00e4ndaren betalar en avgift.
+validationErrorView.notEnoughFundsMessage=Det finns inte tillr\u00e4ckligt med pengar i denna pl\u00e5nbok f\u00f6r att skicka {0} DOGE. \nObservera att du bara kan spendera bekr\u00e4ftade transaktioner, \noch att avs\u00e4ndaren betalar en avgift.
+validationErrorView.notEnoughFundsMessage2=Det finns inte tillr\u00e4ckligt med pengar i denna pl\u00e5nbok att skicka {0} DOGE. \nDu kan bara spendera upp till din "finns att spendera" balans. \nKom ih\u00e5g att avs\u00e4ndaren betalar en avgift.
validationErrorView.moreHelp=Mer hj\u00e4lp
showTransactionsAction.text=Transaktioner
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Beskrivningen av din pl\u00e5nbok
singleWalletPanel.dataHasChanged.text=Uppdateringarna stoppades.
singleWalletPanel.dataHasChanged.tooltip.1=Ett annat program har \u00e4ndrat denna pl\u00e5nbok.
-singleWalletPanel.dataHasChanged.tooltip.2=F\u00f6r att undvika fel har detta MultiBit-program stoppat uppdateringar.
+singleWalletPanel.dataHasChanged.tooltip.2=F\u00f6r att undvika fel har detta MultiDoge-program stoppat uppdateringar.
singleWalletPanel.dataHasChanged.backupFile=S\u00e4kerhetskopian \u00e4r {0}.
singleWalletPanel.twistyRightText=Klicka f\u00f6r att visa pl\u00e5nbokens detaljer
singleWalletPanel.twistyDownText=Klicka f\u00f6r att d\u00f6lja pl\u00e5nbokens detaljer
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=\u00c5terst\u00e4ll datum
resetTransactionsPanel.resetFromFirstTransaction=\u00c5terst\u00e4ll fr\u00e5n datumet f\u00f6r f\u00f6rsta transaktionen
resetTransactionsPanel.chooseResetDate=Ange datum f\u00f6r \u00e5terst\u00e4llning\: {0}
-showOpenUriView.title=\u00d6ppna Bitcoin URI
-showOpenUriView.message1=Ett annat program har beg\u00e4rt en Bitcoin betalning.
+showOpenUriView.title=\u00d6ppna Dogecoin URI
+showOpenUriView.message1=Ett annat program har beg\u00e4rt en Dogecoin betalning.
showOpenUriView.message2=Vill du fylla i "Skicka" formul\u00e4ret med din beg\u00e4ran?
showOpenUriView.yesText=Ja
showOpenUriView.noText=Nej
showOpenUriView.rememberMyDecision=Kom ih\u00e5g mitt beslut
-showOpenUriViewSubmitAction.tooltip=Fyll i "Skicka" formul\u00e4ret med beg\u00e4ran om bitcoin betalning
+showOpenUriViewSubmitAction.tooltip=Fyll i "Skicka" formul\u00e4ret med beg\u00e4ran om dogecoin betalning
showOpenUriViewSubmitAction.mnemonicKey=\u00d6
showOpenUriView.paymentRequestIgnored=Beg\u00e4ran om betalning mottagen men ignorerad p\u00e5 grund av inst\u00e4llningar
showOpenUriViewAction.tooltip=Ja, fyll i "Skicka"-formul\u00e4ret med beg\u00e4ran om betalning
showOpenUriViewAction.mnemonic=Y
fontChooser.text=V\u00e4lj teckensnitt till sk\u00e4rm
-fontChooser.tooltip=V\u00e4lj typsnitt att anv\u00e4nda i MultiBit
+fontChooser.tooltip=V\u00e4lj typsnitt att anv\u00e4nda i MultiDoge
fontChooser.mnemonic=A
fontChooser.ok=Ok
fontChooser.cancel=Avbryt
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=V\u00e4lj den fil du vill exportera
showExportPrivateKeysPanel.password.title=L\u00f6senord till export-filen
showExportPrivateKeysPanel.passwordProtect=L\u00f6senord skydda export-fil\:
showExportPrivateKeysPanel.doNotPasswordProtect=L\u00f6senordsskydda inte export-filen.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Alla som kan l\u00e4sa din exportfil kan spendera dina bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Alla som kan l\u00e4sa din exportfil kan spendera dina dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Pl\u00e5nboksl\u00f6senord
showExportPrivateKeysPanel.passwordPrompt=L\u00f6senord
showExportPrivateKeysPanel.repeatPasswordPrompt=Upprepat l\u00f6senord
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=Den avgift som lades till denna transa
transactionDetailsDialog.sizeLabel.text=Storlek
transactionDetailsDialog.sizeLabel.tooltip=Storleken p\u00e5 denna transaktion i byte
transactionDetailsDialog.viewAtBlockExplorer=Visa p\u00e5 blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Visa p\u00e5 blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Visa p\u00e5 dogechain.info
crudButton.new=Ny
crudButton.open=\u00d6ppna
crudButton.delete=Ta bort
closeWalletAction.text=St\u00e4ng pl\u00e5nbok
-closeWalletAction.tooltip=St\u00e4ng pl\u00e5nboken och visa den inte fler g\u00e5nger i MultiBit.
+closeWalletAction.tooltip=St\u00e4ng pl\u00e5nboken och visa den inte fler g\u00e5nger i MultiDoge.
closeWalletAction.mnemonicText=K
deleteWalletAction.text=Ta bort pl\u00e5nbok
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=Pl\u00e5nboken {0} togs framg\u00e5ngs
deleteWalletConfirmDialog.walletDeleteError1=Det intr\u00e4ffade ett fel n\u00e4r pl\u00e5nboken skulle tas bort.
deleteWalletConfirmDialog.walletDeleteError2=Felet var {0}.
deleteWalletConfirmDialog.question1=F\u00f6r att bekr\u00e4fta \u00e5tg\u00e4rden ange
-deleteWalletConfirmDialog.question2=namnet p\u00e5 skaparen av Bitcoin.
+deleteWalletConfirmDialog.question2=namnet p\u00e5 skaparen av Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Fel svar
deleteWalletException.walletWasReadonly=Pl\u00e5nboken (eller pl\u00e5nbokens info-fil) \u00e4r skrivskyddad. Kan inte ta bort den
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=Pl\u00e5nbokens info-fil kunde in
deleteWalletConfirmDialog.newWalletCreated=Eftersom du inte hade n\u00e5gra pl\u00e5nb\u00f6cker kvar, har en ny skapats f\u00f6r dig.
welcomePanel.text=V\u00e4lkommen
-welcomePanel.title=V\u00e4lkommen till MultiBit
+welcomePanel.title=V\u00e4lkommen till MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=Med MultiBit finns dina bitcoin i en pl\u00e5nbok. Du kan ha flera pl\u00e5nb\u00f6cker f\u00f6r att h\u00e5lla dig organiserad. De visas alla i panelen "Pl\u00e5nb\u00f6cker" till v\u00e4nster.
+welcomePanel.paragraph1=Med MultiDoge finns dina dogecoin i en pl\u00e5nbok. Du kan ha flera pl\u00e5nb\u00f6cker f\u00f6r att h\u00e5lla dig organiserad. De visas alla i panelen "Pl\u00e5nb\u00f6cker" till v\u00e4nster.
welcomePanel.paragraph2=Anv\u00e4nd menyalternativen f\u00f6r att \u00f6ppna nya flikar f\u00f6r vad du vill g\u00f6ra. "Skicka", "Ta emot" och "Transaktioner" flikarna \u00e4r alltid \u00f6ppna. De andra kan du avsluta genom att klicka p\u00e5 sm\u00e5 "x" i flikens titel.
welcomePanel.paragraph2.5=Du kan l\u00f6senordsskydda din pl\u00e5nbok f\u00f6r h\u00f6gre s\u00e4kerhet med menyalternativet "Arkiv | L\u00e4gg till l\u00f6senord".
welcomePanel.paragraph3=M\u00e5nga objekt p\u00e5 sk\u00e4rmen har beskrivningar som verktygstips. Placera muspekaren \u00f6ver ett objekt f\u00f6r visa en funktionsbeskrivning.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=O
addPasswordPanel.password.title=L\u00f6senord
addPasswordPanel.text=F\u00f6ljande pl\u00e5nbok kommer vara l\u00f6senordsskyddad\:
addPasswordPanel.reminder1=Skydda ditt l\u00f6senord.
-addPasswordPanel.reminder2=Du beh\u00f6ver detta l\u00f6senord f\u00f6r att spendera dina bitcoin.
+addPasswordPanel.reminder2=Du beh\u00f6ver detta l\u00f6senord f\u00f6r att spendera dina dogecoin.
addPasswordPanel.reminder3=Det g\u00e5r inte att \u00e5terst\u00e4lla om det f\u00f6rlorats.
addPasswordPanel.enterPasswords=Ange det l\u00f6senord du vill anv\u00e4nda f\u00f6r denna pl\u00e5nbok
addPasswordPanel.addPasswordSuccess=L\u00f6senordet lades framg\u00e5ngsrikt till.
@@ -584,7 +585,7 @@ changePasswordPanel.text=L\u00f6senordet kommer att \u00e4ndras f\u00f6r denna p
changePasswordPanel.newPasswordPrompt=Nytt l\u00f6senord
changePasswordPanel.repeatNewPasswordPrompt=Upprepa nya l\u00f6senordet
changePasswordPanel.reminder1=Skydda ditt l\u00f6senord.
-changePasswordPanel.reminder2=Du beh\u00f6ver detta l\u00f6senord f\u00f6r att spendera dina bitcoin.
+changePasswordPanel.reminder2=Du beh\u00f6ver detta l\u00f6senord f\u00f6r att spendera dina dogecoin.
changePasswordPanel.reminder3=Det g\u00e5r inte att \u00e5terst\u00e4lla om det f\u00f6rlorats.
changePasswordPanel.enterPasswords=Ange det nya l\u00f6senordet du vill anv\u00e4nda f\u00f6r denna pl\u00e5nbok
changePasswordPanel.enterCurrentPassword=Skriv det nuvarande l\u00f6senordet
@@ -655,12 +656,12 @@ transactionConfidence.pending=Avvaktande/obekr\u00e4ftade.
transactionConfidence.appearedInBestChain=Sedd i den b\u00e4sta kedjan p\u00e5 h\u00f6jd {0}.
transactionConfidence.seenByUnknownNumberOfPeers=Det \u00e4r ok\u00e4nt hur m\u00e5nga noder som sett denna transaktion.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Ett bitcoin-belopp kan bara ha 8 decimaler
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Ett dogecoin-belopp kan bara ha 8 decimaler
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=Beloppet som angetts i "{0}" kan endast ha {1} decimalplatser
currencyConverter.couldNotUnderstandAmount=Beloppet "{0}" kunde inte tolkas som ett tal
alertManagerTitle=Ny version tillg\u00e4nglig
-alertManagerLine1=Det finns en ny version "{0}" av MultiBit.
+alertManagerLine1=Det finns en ny version "{0}" av MultiDoge.
alertManagerLine2=Din nuvarande version \u00e4r "{0}".
alertManagerViewRelease=Visa release
diff --git a/src/main/resources/i18n/sw/viewer.properties b/src/main/resources/i18n/sw/viewer.properties
index 9738e5c39..7a3d56b54 100755
--- a/src/main/resources/i18n/sw/viewer.properties
+++ b/src/main/resources/i18n/sw/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbian
showPreferencesPanel.feeTitle=Transaction fee
showPreferencesPanel.feeLabel.text=Fee
showPreferencesPanel.size.text={0} bytes
-showPreferencesPanel.couldNotUnderstandFee=MultiBit could not understand the fee of "{0}". Keeping the old fee.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge could not understand the fee of "{0}". Keeping the old fee.
showPreferencesPanel.aFeeMustBeSet=You must set a transaction fee. Keeping the old fee.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=The fee must be at least 0.0001 BTC. Keeping the old fee.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 BTC. Check your decimal separator. Keeping the old fee.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=The fee must be at least 0.0001 DOGE. Keeping the old fee.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 DOGE. Check your decimal separator. Keeping the old fee.
showPreferencesPanel.browserIntegrationTitle=Browser integration
-showPreferencesPanel.browserIntegration.messageText=What would you like to happen when a Bitcoin payment request is clicked on in a browser ?
-showPreferencesPanel.ignoreAll=Ignore all Bitcoin payment requests
+showPreferencesPanel.browserIntegration.messageText=What would you like to happen when a Dogecoin payment request is clicked on in a browser ?
+showPreferencesPanel.ignoreAll=Ignore all Dogecoin payment requests
showPreferencesPanel.fillAutomatically=Fill out the send form automatically
showPreferencesPanel.askEveryTime=Ask me every time
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Second row
showPreferencesPanel.ticker.showSecondRow=Show second row
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=Currency
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show bitcoin converted to fiat currency
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin will be shown converted using the last price of this currency.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show dogecoin converted to fiat currency
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin will be shown converted using the last price of this currency.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=The App ID access code from OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=You have entered an invalid App ID.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Incorrect App ID
showPreferencesPanel.getAppId.text=Get App ID
showPreferencesPanel.getAppId.tooltip=Open your browser and sign up to OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Press "Get App ID" button below
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Created wallet "{0}".
multiBit.openingWallet=Opening wallet "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... done.
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=The installation directory is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Balance
-multiBitFrame.balanceLabel.tooltip=Balance including unconfirmed bitcoins and change
+multiBitFrame.balanceLabel.tooltip=Balance including unconfirmed dogecoins and change
multiBitFrame.ticker.show.text=Show Currency Ticker
multiBitFrame.ticker.hide.text=Hide Currency Ticker
multiBitFrame.statusBar.tooltip1=Messages.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=This is a coinbase transaction th
multiBitFrame.availableToSpend=Available to spend \: {0}
multiBitFrame.availableToSpend2=Available to spend
-multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed bitcoins and change still to be returned
+multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed dogecoins and change still to be returned
-multiBitService.errorText=Could not connect to Bitcoin network. The error was \: {0}
-multiBitService.errorTitleText=Error connecting to Bitcoin network
-multiBitService.stoppingBitcoinNetworkConnection=Stopping Bitcoin network connection...
+multiBitService.errorText=Could not connect to Dogecoin network. The error was \: {0}
+multiBitService.errorTitleText=Error connecting to Dogecoin network
+multiBitService.stoppingBitcoinNetworkConnection=Stopping Dogecoin network connection...
multiBitService.couldNotLoadBlockchain=Unable to load blockchain "{0}". The error was "{1}".
multiBitService.replayingFromBlockCache=Replaying from local cache...
exitAction.text=Exit
-exitAction.tooltip=Exit from MultiBit
+exitAction.tooltip=Exit from MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=Open Wallet
@@ -173,70 +174,70 @@ openWalletView.title=Open Wallet
saveWalletAsView.untitled=Untitled
-helpAboutAction.text=About MultiBit
-helpAboutAction.tooltip=About MultiBit
+helpAboutAction.text=About MultiDoge
+helpAboutAction.tooltip=About MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=About MultiBit
+helpAboutAction.messageBoxTitle=About MultiDoge
helpAboutAction.versionText=Version \: {0}
showHelpContentsAction.text=Help Contents
-showHelpContentsAction.tooltip=Show the MultiBit help
+showHelpContentsAction.tooltip=Show the MultiDoge help
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Help Contents
-sendBitcoinAction.text=Send Bitcoin
-sendBitcoinAction.tooltip=Send bitcoin to someone
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=Send Dogecoin
+sendBitcoinAction.tooltip=Send dogecoin to someone
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Send
-sendBitcoinConfirmAction.tooltip=Send bitcoin to someone
+sendBitcoinConfirmAction.tooltip=Send dogecoin to someone
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Sending bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=Your bitcoin were sent successfully.
-sendBitcoinNowAction.bitcoinSendFailed=The send of your bitcoin failed.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Sending dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=Your dogecoin were sent successfully.
+sendBitcoinNowAction.bitcoinSendFailed=The send of your dogecoin failed.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=There were insufficient funds for your send.
sendBitcoinConfirmView.sendOption=Send
sendBitcoinConfirmView.cancelOption=Cancel
-sendBitcoinConfirmView.message=Please confirm that you want to send bitcoin as follows\:
-sendBitcoinConfirmView.title=Confirm Send Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit must be online and connected to more than one peer to send bitcoin.
+sendBitcoinConfirmView.message=Please confirm that you want to send dogecoin as follows\:
+sendBitcoinConfirmView.title=Confirm Send Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge must be online and connected to more than one peer to send dogecoin.
receiveBitcoinAction.textShort=Request
-receiveBitcoinAction.text=Request Bitcoin
-receiveBitcoinAction.tooltip=Request bitcoin from someone
+receiveBitcoinAction.text=Request Dogecoin
+receiveBitcoinAction.tooltip=Request dogecoin from someone
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Preferences
-showPreferencesAction.tooltip=View MultiBit preferences
+showPreferencesAction.tooltip=View MultiDoge preferences
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Apply changes
showPreferencesSubmitAction.tooltip=Apply changes
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Send Bitcoin
+sendBitcoinPanel.title=Send Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Send details
-sendBitcoinPanel.helpLabel1.message=You want to send bitcoin.
+sendBitcoinPanel.helpLabel1.message=You want to send dogecoin.
sendBitcoinPanel.helpLabel2.message=Enter or choose an address to send to and an amount.
sendBitcoinPanel.helpLabel3.message=Optionally add a label.
sendBitcoinPanel.addressLabel=Address
-sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send bitcoin to
+sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send dogecoin to
sendBitcoinPanel.labelLabel=Label
sendBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
sendBitcoinPanel.amountLabel=Amount
sendBitcoinPanel.amountLabel.tooltip=Amount to send
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
-sendBitcoinPanel.sendingAddressesTitle=Addresses to send bitcoin to
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
+sendBitcoinPanel.sendingAddressesTitle=Addresses to send dogecoin to
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Your sending addresses (May be out of date)
sendBitcoinPanel.couldNotUnderstandQRcode=Could not understand QR code of "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Drag|QR code|here
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a bitcoin QR code here to automatically fill the 'Send' form.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a dogecoin QR code here to automatically fill the 'Send' form.
sendBitcoinPanel.showMore.text=More
sendBitcoinPanel.showMore.tooltip=Show side panel
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Less
sendBitcoinPanel.showLess.tooltip=Hide side panel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Receive Bitcoin
-receiveBitcoinPanel.helpLabel1.message=You want to receive bitcoin.
+receiveBitcoinPanel.title=Receive Dogecoin
+receiveBitcoinPanel.helpLabel1.message=You want to receive dogecoin.
receiveBitcoinPanel.helpLabel2.message=Choose one of your receiving addresses.
receiveBitcoinPanel.helpLabel3.message=Optionally enter a label and an amount.
receiveBitcoinPanel.addressLabel=Your address
-receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive dogecoin
receiveBitcoinPanel.labelLabel=Label
receiveBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
receiveBitcoinPanel.amountLabel=Amount
receiveBitcoinPanel.amountLabel.tooltip=Amount to receive
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
receiveBitcoinPanel.receivingAddressesTitle=Your receiving addresses
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Your receiving addresses (May be out of date)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Label
addressBookTableModel.addressColumnHeader=Address
copyQRCodeTextAction.text=Copy Text
-copyQRCodeTextAction.tooltip=Copy bitcoin URI text to clipboard
+copyQRCodeTextAction.tooltip=Copy dogecoin URI text to clipboard
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Copy
-copyQRCodeImageAction.tooltip=Copy bitcoin QR code to clipboard
+copyQRCodeImageAction.tooltip=Copy dogecoin QR code to clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Paste
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=New
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Create new receiving addresses
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=New
-createOrEditAddressAction.createSending.tooltip=Add a new address to send bitcoin to
+createOrEditAddressAction.createSending.tooltip=Add a new address to send dogecoin to
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Sent to "{1}" ({0})
validationErrorView.title=Validation Error
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=The address "{0}" is not a valid bitcoin address.
+validationErrorView.addressInvalidMessage=The address "{0}" is not a valid dogecoin address.
validationErrorView.amountIsMissingMessage=You must specify an amount
validationErrorView.amountInvalidMessage=The amount "{0}" could not be understood as a number.
-validationErrorView.amountIsNegativeOrZeroMessage=The amount must be greater than 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=The amount must be greater than 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=More Help
showTransactionsAction.text=Transactions
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Your wallet description
singleWalletPanel.dataHasChanged.text=Updates stopped.
singleWalletPanel.dataHasChanged.tooltip.1=Another program has changed this wallet.
-singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiBit has stopped updates.
+singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiDoge has stopped updates.
singleWalletPanel.dataHasChanged.backupFile=Backup file is "{0}".
singleWalletPanel.twistyRightText=Click to show wallet details
singleWalletPanel.twistyDownText=Click to hide wallet details
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Reset date
resetTransactionsPanel.resetFromFirstTransaction=Reset from date of first transaction
resetTransactionsPanel.chooseResetDate=Specify reset date\: {0}
-showOpenUriView.title=Open Bitcoin URI
-showOpenUriView.message1=Another application has requested a Bitcoin payment.
+showOpenUriView.title=Open Dogecoin URI
+showOpenUriView.message1=Another application has requested a Dogecoin payment.
showOpenUriView.message2=Do you want to fill the 'Send' form with the request ?
showOpenUriView.yesText=Yes
showOpenUriView.noText=No
showOpenUriView.rememberMyDecision=Remember my decision
-showOpenUriViewSubmitAction.tooltip=Fill send form with bitcoin payment request
+showOpenUriViewSubmitAction.tooltip=Fill send form with dogecoin payment request
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Payment request received but ignored due to preferences
showOpenUriViewAction.tooltip=Yes, fill send form with payment request
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Choose display font
-fontChooser.tooltip=Choose font to use in MultiBit
+fontChooser.tooltip=Choose font to use in MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Cancel
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=Password
showExportPrivateKeysPanel.repeatPasswordPrompt=Repeat password
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=View at blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=View at blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=View at dogechain.info
crudButton.new=New
crudButton.open=Open
crudButton.delete=Delete
closeWalletAction.text=Close Wallet
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Delete Wallet
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=The wallet "{0}" was deleted successfu
deleteWalletConfirmDialog.walletDeleteError1=There was an error deleting the wallet.
deleteWalletConfirmDialog.walletDeleteError2=The error was "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Wrong answer
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Welcome
-welcomePanel.title=Welcome to MultiBit
+welcomePanel.title=Welcome to MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Password
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet\:
changePasswordPanel.newPasswordPrompt=New password
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Enter the current password
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/ta/viewer.properties b/src/main/resources/i18n/ta/viewer.properties
index 4cf262685..9a0cc482f 100755
--- a/src/main/resources/i18n/ta/viewer.properties
+++ b/src/main/resources/i18n/ta/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=\u0b9a\u0bc6\u0bb0\u0bcd\u0baa\u0bbf\u0baf\u0ba
showPreferencesPanel.feeTitle=\u0baa\u0bb0\u0bbf\u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0b95\u0bcd \u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0bae\u0bcd
showPreferencesPanel.feeLabel.text=\u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0bae\u0bcd
showPreferencesPanel.size.text={0} \u0baa\u0bc8\u0b9f\u0bcd\u0b95\u0bb3\u0bcd
-showPreferencesPanel.couldNotUnderstandFee=MultiBit, "{0}" \u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0bae\u0bcd \u0baa\u0bc1\u0bb0\u0bbf\u0ba8\u0bcd\u0ba4\u0bc1\u0b95\u0bca\u0bb3\u0bcd\u0bb3 \u0bae\u0bc1\u0b9f\u0bbf\u0baf\u0bb5\u0bbf\u0bb2\u0bcd\u0bb2\u0bc8. \u0baa\u0bb4\u0bc8\u0baf \u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0ba4\u0bcd\u0ba4\u0bc8\u0baf\u0bc7 \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0b9f\u0bc1\u0ba4\u0bcd\u0ba4\u0bb5\u0bc1\u0bae\u0bcd.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge, "{0}" \u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0bae\u0bcd \u0baa\u0bc1\u0bb0\u0bbf\u0ba8\u0bcd\u0ba4\u0bc1\u0b95\u0bca\u0bb3\u0bcd\u0bb3 \u0bae\u0bc1\u0b9f\u0bbf\u0baf\u0bb5\u0bbf\u0bb2\u0bcd\u0bb2\u0bc8. \u0baa\u0bb4\u0bc8\u0baf \u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0ba4\u0bcd\u0ba4\u0bc8\u0baf\u0bc7 \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0b9f\u0bc1\u0ba4\u0bcd\u0ba4\u0bb5\u0bc1\u0bae\u0bcd.
showPreferencesPanel.aFeeMustBeSet=\u0baa\u0bb0\u0bbf\u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0b95\u0bcd\u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0bae\u0bcd \u0b85\u0bb5\u0b9a\u0bbf\u0baf\u0bae\u0bcd. \u0baa\u0bb4\u0bc8\u0baf \u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0ba4\u0bcd\u0ba4\u0bbf\u0bb1\u0bcd\u0b95\u0bc1 \u0ba4\u0bca\u0b9f\u0bb0\u0bcd\u0baa\u0bc1 \u0b95\u0bca\u0ba3\u0bcd\u0b9f\u0bc1.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0bae\u0bcd \u0b95\u0bc1\u0bb1\u0bc8\u0ba8\u0bcd\u0ba4\u0ba4\u0bc1 0.0001 BTC \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd. \u0baa\u0bb4\u0bc8\u0baf \u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0ba4\u0bcd\u0ba4\u0bbf\u0bb1\u0bcd\u0b95\u0bc1 \u0ba4\u0bca\u0b9f\u0bb0\u0bcd\u0baa\u0bc1 \u0b95\u0bca\u0ba3\u0bcd\u0b9f\u0bc1.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0bae\u0bcd \u0b95\u0bc1\u0bb1\u0bc8\u0ba8\u0bcd\u0ba4\u0ba4\u0bc1 0.0001 DOGE \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd. \u0baa\u0bb4\u0bc8\u0baf \u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0ba4\u0bcd\u0ba4\u0bbf\u0bb1\u0bcd\u0b95\u0bc1 \u0ba4\u0bca\u0b9f\u0bb0\u0bcd\u0baa\u0bc1 \u0b95\u0bca\u0ba3\u0bcd\u0b9f\u0bc1.
showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0bae\u0bcd 1 \u0baa\u0bbf\u0b9f\u0bbf\u0b9a\u0bbf\u0baf\u0bc8\u0bb5\u0bbf\u0b9f \u0b95\u0bc1\u0bb1\u0bc8\u0bb5\u0bbe\u0b95 \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd. \u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0ba4\u0b9a\u0bae \u0baa\u0bbf\u0bb0\u0bbf\u0baa\u0bcd\u0baa\u0bbe\u0ba9\u0bc8 \u0b9a\u0bb0\u0bbf\u0baa\u0bbe\u0bb0\u0bcd\u0b95\u0bcd\u0b95\u0bb5\u0bc1\u0bae\u0bcd. \u0baa\u0bb4\u0bc8\u0baf \u0b95\u0b9f\u0bcd\u0b9f\u0ba3\u0ba4\u0bcd\u0ba4\u0bc8 \u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0bb5\u0bbf\u0bb2\u0bcd\u0bb2\u0bc8.
showPreferencesPanel.browserIntegrationTitle=\u0b89\u0bb2\u0bbe\u0bb5\u0bbf \u0b92\u0bb0\u0bc1\u0b99\u0bcd\u0b95\u0bbf\u0ba3\u0bc8\u0baa\u0bcd\u0baa\u0bc1
-showPreferencesPanel.browserIntegration.messageText=\u0b89\u0bb2\u0bbe\u0bb5\u0bbf\u0baf\u0bbf\u0bb2\u0bcd Bitcoin \u0baa\u0ba3 \u0baa\u0bb0\u0bbf\u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0ba9\u0bc8 \u0b95\u0bcb\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc8\u0baf\u0bc8 \u0b9a\u0bca\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd\u0baa\u0bcb\u0ba4\u0bc1 \u0b85\u0ba4\u0bc8 \u0b8f\u0bb1\u0bcd\u0b95 \u0bb5\u0bbf\u0bb0\u0bc1\u0bae\u0bcd\u0baa\u0bc1\u0b95\u0bbf\u0bb1\u0bc0\u0bb0\u0bbe?
-showPreferencesPanel.ignoreAll=\u0b85\u0ba9\u0bc8\u0ba4\u0bcd\u0ba4\u0bc1 Bitcoin \u0baa\u0ba3\u0bae\u0bcd \u0b95\u0bcb\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc8\u0b95\u0bb3\u0bc8 \u0baa\u0bc1\u0bb1\u0b95\u0bcd\u0b95\u0ba3\u0bbf
+showPreferencesPanel.browserIntegration.messageText=\u0b89\u0bb2\u0bbe\u0bb5\u0bbf\u0baf\u0bbf\u0bb2\u0bcd Dogecoin \u0baa\u0ba3 \u0baa\u0bb0\u0bbf\u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0ba9\u0bc8 \u0b95\u0bcb\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc8\u0baf\u0bc8 \u0b9a\u0bca\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd\u0baa\u0bcb\u0ba4\u0bc1 \u0b85\u0ba4\u0bc8 \u0b8f\u0bb1\u0bcd\u0b95 \u0bb5\u0bbf\u0bb0\u0bc1\u0bae\u0bcd\u0baa\u0bc1\u0b95\u0bbf\u0bb1\u0bc0\u0bb0\u0bbe?
+showPreferencesPanel.ignoreAll=\u0b85\u0ba9\u0bc8\u0ba4\u0bcd\u0ba4\u0bc1 Dogecoin \u0baa\u0ba3\u0bae\u0bcd \u0b95\u0bcb\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc8\u0b95\u0bb3\u0bc8 \u0baa\u0bc1\u0bb1\u0b95\u0bcd\u0b95\u0ba3\u0bbf
showPreferencesPanel.fillAutomatically=\u0ba4\u0bbe\u0ba9\u0bbe\u0b95 \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1 \u0baa\u0b9f\u0bbf\u0bb5\u0bae\u0bcd \u0ba8\u0bbf\u0bb0\u0baa\u0bcd\u0baa\u0bb5\u0bc1\u0bae\u0bcd
showPreferencesPanel.askEveryTime=\u0b92\u0bb5\u0bcd\u0bb5\u0bca\u0bb0\u0bc1 \u0bae\u0bc1\u0bb1\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0b8e\u0ba9\u0bcd\u0ba9\u0bc8 \u0b95\u0bc7\u0bb3\u0bcd
@@ -77,7 +77,7 @@ showPreferencesPanel.ticker.secondRow=\u0b87\u0bb0\u0ba3\u0bcd\u0b9f\u0bbe\u0bb5
showPreferencesPanel.ticker.showSecondRow=\u0b87\u0bb0\u0ba3\u0bcd\u0b9f\u0bbe\u0bb5\u0ba4\u0bc1 \u0bb5\u0bb0\u0bbf\u0b9a\u0bc8 \u0b95\u0bbe\u0ba3\u0bcd\u0baa\u0bbf
showPreferencesPanel.ticker.exchange=\u0baa\u0bb0\u0bbf\u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0bae\u0bcd
showPreferencesPanel.ticker.currency=\u0b9a\u0bc6\u0bb2\u0bbe\u0bb5\u0ba3\u0bbf
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Bitcoin fiat \u0b9a\u0bc6\u0bb2\u0bbe\u0bb5\u0ba3\u0bbf \u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0bbf\u0baf\u0ba4\u0bc1 \u0b95\u0bbe\u0ba3\u0bcd\u0baa\u0bbf
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Dogecoin fiat \u0b9a\u0bc6\u0bb2\u0bbe\u0bb5\u0ba3\u0bbf \u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0bbf\u0baf\u0ba4\u0bc1 \u0b95\u0bbe\u0ba3\u0bcd\u0baa\u0bbf
showPreferencesPanel.ticker.exchangeInformation=\u0b87\u0ba8\u0bcd\u0ba4 (\u0b85\u0ba8\u0bcd\u0ba8\u0bbf\u0baf \u0baa\u0ba3) \u0b9a\u0bc6\u0bb2\u0bbe\u0bb5\u0ba3\u0bbf\u0baf\u0bbf\u0ba9\u0bcd \u0b95\u0b9f\u0bc8\u0b9a\u0bc0 \u0bb5\u0bbf\u0bb2\u0bc8\u0baf\u0bbf\u0bb2\u0bcd \u0baa\u0bbf\u0b9f\u0bcd\u0b95\u0bbe\u0baf\u0bbf\u0ba9\u0bcd \u0bae\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1 \u0b95\u0ba3\u0b95\u0bcd\u0b95\u0bbf\u0b9f\u0baa\u0bcd\u0baa\u0b9f\u0bc1\u0bae\u0bcd
showPreferencesPanel.oerLabel.text=OpenExchangeRates \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0bbe\u0b9f\u0bcd\u0b9f\u0bc1 ID
showPreferencesPanel.oerLabel.tooltip=OpenExchangeRates.org \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1 \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0bbe\u0b9f\u0bcd\u0b9f\u0bc1 ID \u0b85\u0ba3\u0bc1\u0b95\u0bb2\u0bcd \u0b95\u0bc1\u0bb1\u0bbf\u0baf\u0bc0\u0b9f\u0bc1
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=\u0ba4\u0bb5\u0bb1\u0bbe\u0ba9 ID
showPreferencesPanel.getAppId.text=\u0baa\u0baf\u0ba9\u0bcd\u0baa\u0bbe\u0b9f\u0bcd\u0b9f\u0bc1 ID \u0baa\u0bc6\u0bb1\u0bc1
showPreferencesPanel.getAppId.tooltip=\u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b89\u0bb2\u0bbe\u0bb5\u0bbf\u0baf\u0bc8\u0ba4\u0bcd \u0ba4\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4\u0bc1 OpenExchangeRates.org \u0b87\u0bb2\u0bcd \u0baa\u0ba4\u0bbf\u0bb5\u0bc1 \u0b9a\u0bc6\u0baf\u0bcd\u0baf\u0bb5\u0bc1\u0bae\u0bcd
showPreferencesPanel.getAppId.label=\u0b95\u0bc0\u0bb4\u0bc7\u0baf\u0bc1\u0bb3\u0bcd\u0bb3 '\u0baa\u0baf\u0ba9\u0bcd\u0baa\u0bbe\u0b9f\u0bcd\u0b9f\u0bc1 ID \u0baa\u0bc6\u0bb1\u0bb5\u0bc1\u0bae\u0bcd' \u0baa\u0bca\u0ba4\u0bcd\u0ba4\u0bbe\u0ba9\u0bc8 \u0b85\u0bb4\u0bc1\u0ba4\u0bcd\u0ba4\u0bb5\u0bc1\u0bae\u0bcd
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\u0b89\u0bb0\u0bc1\u0bb5\u0bbe\u0b95\u0bcd\u0b95\u0bbf\u0baf \u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8 0
multiBit.openingWallet=\u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8 \u0ba4\u0bbf\u0bb1\u0b95\u0bcd\u0b95\u0bbf\u0bb1\u0ba4\u0bc1...
@@ -147,14 +148,14 @@ multiBitFrame.availableToSpend=\u0b9a\u0bc6\u0bb2\u0bb5\u0bbf\u0b9f \u0b95\u0bbf
multiBitFrame.availableToSpend2=\u0b9a\u0bc6\u0bb2\u0bb5\u0bbf\u0b9f \u0b95\u0bbf\u0b9f\u0bc8\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd
multiBitFrame.availableToSpend.tooltip=\u0ba8\u0bbf\u0bb2\u0bc1\u0bb5\u0bc8\u0baf\u0bbf\u0bb2\u0bc1\u0bb3\u0bcd\u0bb3 \u0baa\u0bbf\u0b9f\u0bcd\u0b95\u0bcb\u0baf\u0bbf\u0ba9\u0bc1\u0bae\u0bcd, \u0b9a\u0bbf\u0bb2\u0bcd\u0bb2\u0bb0\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0b9a\u0bc7\u0bb0\u0bcd\u0b95\u0bcd\u0b95\u0bbe\u0ba4 \u0b87\u0bb0\u0bc1\u0baa\u0bcd\u0baa\u0bc1
-multiBitService.errorText=Bitcoin \u0baa\u0bbf\u0ba3\u0bc8\u0baf\u0ba4\u0bcd\u0ba4\u0bc1\u0b9f\u0ba9\u0bcd \u0b87\u0ba3\u0bc8\u0b95\u0bcd\u0b95 \u0bae\u0bc1\u0b9f\u0bbf\u0baf\u0bb5\u0bbf\u0bb2\u0bcd\u0bb2\u0bc8. \u0baa\u0bbf\u0bb4\u0bc8 \u0b8e\u0ba9\u0bcd\u0ba9\u0bb5\u0bc6\u0ba9\u0bcd\u0bb1\u0bbe\u0bb2\u0bcd\: {0}
-multiBitService.errorTitleText=Bitcoin \u0bb5\u0bb2\u0bc8\u0baa\u0bcd\u0baa\u0bbf\u0ba9\u0bcd\u0ba9\u0bb2\u0bcd \u0b87\u0ba3\u0bc8\u0baa\u0bcd\u0baa\u0ba4\u0bbf\u0bb2\u0bcd \u0baa\u0bbf\u0bb4\u0bc8
-multiBitService.stoppingBitcoinNetworkConnection=Bitcoin \u0baa\u0bbf\u0ba3\u0bc8\u0baf \u0b87\u0ba3\u0bc8\u0baa\u0bcd\u0baa\u0bc1 \u0ba8\u0bbf\u0bb1\u0bc1\u0ba4\u0bcd\u0ba4\u0bc1\u0b95\u0bbf\u0bb1\u0ba4\u0bc1...
+multiBitService.errorText=Dogecoin \u0baa\u0bbf\u0ba3\u0bc8\u0baf\u0ba4\u0bcd\u0ba4\u0bc1\u0b9f\u0ba9\u0bcd \u0b87\u0ba3\u0bc8\u0b95\u0bcd\u0b95 \u0bae\u0bc1\u0b9f\u0bbf\u0baf\u0bb5\u0bbf\u0bb2\u0bcd\u0bb2\u0bc8. \u0baa\u0bbf\u0bb4\u0bc8 \u0b8e\u0ba9\u0bcd\u0ba9\u0bb5\u0bc6\u0ba9\u0bcd\u0bb1\u0bbe\u0bb2\u0bcd\: {0}
+multiBitService.errorTitleText=Dogecoin \u0bb5\u0bb2\u0bc8\u0baa\u0bcd\u0baa\u0bbf\u0ba9\u0bcd\u0ba9\u0bb2\u0bcd \u0b87\u0ba3\u0bc8\u0baa\u0bcd\u0baa\u0ba4\u0bbf\u0bb2\u0bcd \u0baa\u0bbf\u0bb4\u0bc8
+multiBitService.stoppingBitcoinNetworkConnection=Dogecoin \u0baa\u0bbf\u0ba3\u0bc8\u0baf \u0b87\u0ba3\u0bc8\u0baa\u0bcd\u0baa\u0bc1 \u0ba8\u0bbf\u0bb1\u0bc1\u0ba4\u0bcd\u0ba4\u0bc1\u0b95\u0bbf\u0bb1\u0ba4\u0bc1...
multiBitService.couldNotLoadBlockchain=Blockchain "{0}" \u0b8f\u0bb1\u0bcd\u0bb1 \u0b87\u0baf\u0bb2\u0bb5\u0bbf\u0bb2\u0bcd\u0bb2\u0bc8. \u0baa\u0bbf\u0bb4\u0bc8 \u0b8e\u0ba9\u0bcd\u0ba9\u0bb5\u0bc6\u0ba9\u0bcd\u0bb1\u0bbe\u0bb2\u0bcd "{1}".
multiBitService.replayingFromBlockCache=\u0b85\u0b95 \u0ba4\u0bc7\u0b95\u0bcd\u0b95\u0b95\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1 \u0b87\u0baf\u0b99\u0bcd\u0b95\u0bc1\u0ba4\u0bb2\u0bcd...
exitAction.text=\u0bb5\u0bc6\u0bb3\u0bbf\u0baf\u0bc7\u0bb1\u0bc1
-exitAction.tooltip=MultiBit \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1 \u0bb5\u0bc6\u0bb3\u0bbf\u0baf\u0bc7\u0bb1\u0bc1
+exitAction.tooltip=MultiDoge \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1 \u0bb5\u0bc6\u0bb3\u0bbf\u0baf\u0bc7\u0bb1\u0bc1
exitAction.mnemonicKey=X
openWalletAction.text=\u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8\u0baf\u0bc8 \u0ba4\u0bbf\u0bb1
@@ -173,55 +174,55 @@ openWalletView.title=\u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8\u0baf\u0bc8 \u0ba4\u0b
saveWalletAsView.untitled=\u0ba4\u0bb2\u0bc8\u0baa\u0bcd\u0baa\u0bbf\u0b9f\u0bbe\u0ba4\u0ba4\u0bc1
-helpAboutAction.text=MultiBit \u0baa\u0bb1\u0bcd\u0bb1\u0bbf
-helpAboutAction.tooltip=MultiBit \u0baa\u0bb1\u0bcd\u0bb1\u0bbf
+helpAboutAction.text=MultiDoge \u0baa\u0bb1\u0bcd\u0bb1\u0bbf
+helpAboutAction.tooltip=MultiDoge \u0baa\u0bb1\u0bcd\u0bb1\u0bbf
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=MultiBit \u0baa\u0bb1\u0bcd\u0bb1\u0bbf
+helpAboutAction.messageBoxTitle=MultiDoge \u0baa\u0bb1\u0bcd\u0bb1\u0bbf
helpAboutAction.versionText=\u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\: {0}
showHelpContentsAction.text=\u0b89\u0ba4\u0bb5\u0bbf \u0b89\u0bb3\u0bcd\u0bb3\u0b9f\u0b95\u0bcd\u0b95\u0b99\u0bcd\u0b95\u0bb3\u0bcd
-showHelpContentsAction.tooltip=MultiBit \u0b89\u0ba4\u0bb5\u0bbf \u0b95\u0bbe\u0ba3\u0bcd\u0baa\u0bbf
+showHelpContentsAction.tooltip=MultiDoge \u0b89\u0ba4\u0bb5\u0bbf \u0b95\u0bbe\u0ba3\u0bcd\u0baa\u0bbf
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=\u0b89\u0ba4\u0bb5\u0bbf \u0b89\u0bb3\u0bcd\u0bb3\u0b9f\u0b95\u0bcd\u0b95\u0b99\u0bcd\u0b95\u0bb3\u0bcd
-sendBitcoinAction.text=Bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1
-sendBitcoinAction.tooltip=\u0baf\u0bbe\u0bb0\u0bbe\u0bb5\u0ba4\u0bc1 \u0b92\u0bb0\u0bc1\u0bb5\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bc1 bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=Dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1
+sendBitcoinAction.tooltip=\u0baf\u0bbe\u0bb0\u0bbe\u0bb5\u0ba4\u0bc1 \u0b92\u0bb0\u0bc1\u0bb5\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bc1 dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=\u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1
-sendBitcoinConfirmAction.tooltip=\u0baf\u0bbe\u0bb0\u0bbe\u0bb5\u0ba4\u0bc1 \u0b92\u0bb0\u0bc1\u0bb5\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bc1 bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1
+sendBitcoinConfirmAction.tooltip=\u0baf\u0bbe\u0bb0\u0bbe\u0bb5\u0ba4\u0bc1 \u0b92\u0bb0\u0bc1\u0bb5\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bc1 dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1\u0ba4\u0bb2\u0bcd...
-sendBitcoinNowAction.bitcoinSentOk=\u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd bitcoin \u0bb5\u0bc6\u0bb1\u0bcd\u0bb1\u0bbf\u0b95\u0bb0\u0bae\u0bbe\u0b95 \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0ba4\u0bc1.
-sendBitcoinNowAction.bitcoinSendFailed=\u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1\u0ba4\u0bb2\u0bcd \u0ba4\u0bcb\u0bb2\u0bcd\u0bb5\u0bbf\u0baf\u0bc1\u0bb1\u0bcd\u0bb1\u0ba4\u0bc1.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1\u0ba4\u0bb2\u0bcd...
+sendBitcoinNowAction.bitcoinSentOk=\u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd dogecoin \u0bb5\u0bc6\u0bb1\u0bcd\u0bb1\u0bbf\u0b95\u0bb0\u0bae\u0bbe\u0b95 \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0ba4\u0bc1.
+sendBitcoinNowAction.bitcoinSendFailed=\u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1\u0ba4\u0bb2\u0bcd \u0ba4\u0bcb\u0bb2\u0bcd\u0bb5\u0bbf\u0baf\u0bc1\u0bb1\u0bcd\u0bb1\u0ba4\u0bc1.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bbf\u0b9f\u0bae\u0bcd \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa \u0baa\u0bcb\u0ba4\u0bc1\u0bae\u0bbe\u0ba9 \u0ba8\u0bbf\u0ba4\u0bbf \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bb5\u0bbf\u0bb2\u0bcd\u0bb2\u0bc8.
sendBitcoinConfirmView.sendOption=\u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1
sendBitcoinConfirmView.cancelOption=\u0bb0\u0ba4\u0bcd\u0ba4\u0bc1 \u0b9a\u0bc6\u0baf\u0bcd
-sendBitcoinConfirmView.message=\u0ba8\u0bc0\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0baa\u0bbf\u0ba9\u0bcd\u0bb5\u0bb0\u0bc1\u0bae\u0bbe\u0bb1\u0bc1 bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd \u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc8 \u0b89\u0bb1\u0bc1\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0b9f\u0bc1\u0ba4\u0bcd\u0ba4\u0bb5\u0bc1\u0bae\u0bcd\:
-sendBitcoinConfirmView.title=Bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1\u0ba4\u0bb2\u0bc8 \u0b89\u0bb1\u0bc1\u0ba4\u0bbf\u0b9a\u0bc6\u0baf\u0bcd\u0b95
-sendBitcoinConfirmView.multibitMustBeOnline=Bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa \u0b86\u0ba9\u0bcd\u0bb2\u0bc8\u0ba9\u0bcd \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0b92\u0ba9\u0bcd\u0bb1\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc7\u0bb1\u0bcd\u0baa\u0b9f\u0bcd\u0b9f \u0ba4\u0bca\u0b9f\u0bb0\u0bcd \u0b87\u0ba3\u0bc8\u0baa\u0bcd\u0baa\u0bc1 \u0b95\u0bca\u0ba3\u0bcd\u0b9f multiBit \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd.
+sendBitcoinConfirmView.message=\u0ba8\u0bc0\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0baa\u0bbf\u0ba9\u0bcd\u0bb5\u0bb0\u0bc1\u0bae\u0bbe\u0bb1\u0bc1 dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd \u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc8 \u0b89\u0bb1\u0bc1\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0b9f\u0bc1\u0ba4\u0bcd\u0ba4\u0bb5\u0bc1\u0bae\u0bcd\:
+sendBitcoinConfirmView.title=Dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1\u0ba4\u0bb2\u0bc8 \u0b89\u0bb1\u0bc1\u0ba4\u0bbf\u0b9a\u0bc6\u0baf\u0bcd\u0b95
+sendBitcoinConfirmView.multibitMustBeOnline=Dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa \u0b86\u0ba9\u0bcd\u0bb2\u0bc8\u0ba9\u0bcd \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0b92\u0ba9\u0bcd\u0bb1\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc7\u0bb1\u0bcd\u0baa\u0b9f\u0bcd\u0b9f \u0ba4\u0bca\u0b9f\u0bb0\u0bcd \u0b87\u0ba3\u0bc8\u0baa\u0bcd\u0baa\u0bc1 \u0b95\u0bca\u0ba3\u0bcd\u0b9f multiBit \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd.
receiveBitcoinAction.textShort=\u0b95\u0bcb\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc8
-receiveBitcoinAction.text=Bitcoin \u0b95\u0bcb\u0bb0\u0bc1\u0b95
-receiveBitcoinAction.tooltip=\u0baf\u0bbe\u0bb0\u0bbf\u0b9f\u0bae\u0bcd \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1\u0bae\u0bcd Bitcoin \u0b95\u0bcb\u0bb0\u0bc1\u0b95
+receiveBitcoinAction.text=Dogecoin \u0b95\u0bcb\u0bb0\u0bc1\u0b95
+receiveBitcoinAction.tooltip=\u0baf\u0bbe\u0bb0\u0bbf\u0b9f\u0bae\u0bcd \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1\u0bae\u0bcd Dogecoin \u0b95\u0bcb\u0bb0\u0bc1\u0b95
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=\u0bb5\u0bbf\u0bb0\u0bc1\u0baa\u0bcd\u0baa\u0b99\u0bcd\u0b95\u0bb3\u0bcd
-showPreferencesAction.tooltip=MultiBit \u0bae\u0bc1\u0ba9\u0bcd\u0ba9\u0bc1\u0bb0\u0bbf\u0bae\u0bc8\u0b95\u0bb3\u0bcd \u0b95\u0bbe\u0ba3\u0bcd
+showPreferencesAction.tooltip=MultiDoge \u0bae\u0bc1\u0ba9\u0bcd\u0ba9\u0bc1\u0bb0\u0bbf\u0bae\u0bc8\u0b95\u0bb3\u0bcd \u0b95\u0bbe\u0ba3\u0bcd
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=\u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0b99\u0bcd\u0b95\u0bb3\u0bc8 \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0b9f\u0bc1\u0ba4\u0bcd\u0ba4\u0bc1
showPreferencesSubmitAction.tooltip=\u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0b99\u0bcd\u0b95\u0bb3\u0bc8 \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0b9f\u0bc1\u0ba4\u0bcd\u0ba4\u0bc1
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1
+sendBitcoinPanel.title=Dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1
sendBitcoinPanel.sendBitcoinsPanelTitle=\u0bb5\u0bbf\u0bb5\u0bb0\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa
-sendBitcoinPanel.helpLabel1.message=Bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa \u0bb5\u0bbf\u0bb0\u0bc1\u0bae\u0bcd\u0baa\u0bc1\u0b95\u0bbf\u0bb1\u0bc0\u0bb0\u0bcd\u0b95\u0bb3\u0bbe.
+sendBitcoinPanel.helpLabel1.message=Dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa \u0bb5\u0bbf\u0bb0\u0bc1\u0bae\u0bcd\u0baa\u0bc1\u0b95\u0bbf\u0bb1\u0bc0\u0bb0\u0bcd\u0b95\u0bb3\u0bbe.
sendBitcoinPanel.helpLabel2.message=\u0b92\u0bb0\u0bc1 \u0ba4\u0bca\u0b95\u0bc8\u0baf\u0bc8 \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1\u0bb5\u0ba4\u0bb1\u0bcd\u0b95\u0bbe\u0ba9 \u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf\u0baf\u0bc8 \u0b89\u0bb3\u0bcd\u0bb3\u0bbf\u0b9f\u0bc1\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b85\u0bb2\u0bcd\u0bb2\u0ba4\u0bc1 \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b99\u0bcd\u0b95\u0bb3\u0bcd.
sendBitcoinPanel.helpLabel3.message=\u0bb5\u0bbf\u0bb0\u0bc1\u0bae\u0bcd\u0baa\u0bbf\u0ba9\u0bbe\u0bb2\u0bcd \u0b92\u0bb0\u0bc1 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8\u0baf\u0bc8 \u0b9a\u0bc7\u0bb0\u0bcd\u0b95\u0bcd\u0b95\u0bb5\u0bc1\u0bae\u0bcd.
sendBitcoinPanel.addressLabel=\u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf
@@ -245,8 +246,8 @@ sendBitcoinPanel.showLess.text=\u0b95\u0bae\u0bcd\u0bae\u0bbf
sendBitcoinPanel.showLess.tooltip=\u0baa\u0b95\u0bcd\u0b95 \u0baa\u0bb2\u0b95\u0bc8\u0baf\u0bc8 \u0bae\u0bb1\u0bc8
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Bitcoin \u0baa\u0bc6\u0bb1
-receiveBitcoinPanel.helpLabel1.message=Bitcoin \u0baa\u0bc6\u0bb1 \u0bb5\u0bbf\u0bb0\u0bc1\u0bae\u0bcd\u0baa\u0bc1\u0b95\u0bbf\u0bb1\u0bc0\u0bb0\u0bcd\u0b95\u0bb3\u0bbe.
+receiveBitcoinPanel.title=Dogecoin \u0baa\u0bc6\u0bb1
+receiveBitcoinPanel.helpLabel1.message=Dogecoin \u0baa\u0bc6\u0bb1 \u0bb5\u0bbf\u0bb0\u0bc1\u0bae\u0bcd\u0baa\u0bc1\u0b95\u0bbf\u0bb1\u0bc0\u0bb0\u0bcd\u0b95\u0bb3\u0bbe.
receiveBitcoinPanel.helpLabel2.message=\u0baa\u0bc6\u0bb1\u0bc1\u0bae\u0bcd \u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf\u0baf\u0bc8 \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0bb5\u0bc1\u0bae\u0bcd.
receiveBitcoinPanel.helpLabel3.message=\u0bb5\u0bbf\u0bb0\u0bc1\u0bae\u0bcd\u0baa\u0bbf\u0ba9\u0bbe\u0bb2\u0bcd \u0baa\u0bc6\u0baf\u0bb0\u0bcd \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0ba4\u0bca\u0b95\u0bc8\u0baf\u0bc8 \u0b89\u0bb3\u0bcd\u0bb3\u0bbf\u0b9f\u0bb5\u0bc1\u0bae\u0bcd.
receiveBitcoinPanel.addressLabel=\u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=\u0baa\u0bc6\u0baf\u0bb0\u0bcd
addressBookTableModel.addressColumnHeader=\u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf
copyQRCodeTextAction.text=\u0b89\u0bb0\u0bc8\u0baf\u0bc8 \u0ba8\u0b95\u0bb2\u0bc6\u0b9f\u0bc1
-copyQRCodeTextAction.tooltip=Copy bitcoin URI text to clipboard
+copyQRCodeTextAction.tooltip=Copy dogecoin URI text to clipboard
copyQRCodeTextAction.mnemonicKey=\u0b9a\u0bbf
copyQRCodeImageAction.text=\u0ba8\u0b95\u0bb2\u0bcd
-copyQRCodeImageAction.tooltip=Copy bitcoin QR code to clipboard
+copyQRCodeImageAction.tooltip=Copy dogecoin QR code to clipboard
copyQRCodeImageAction.mnemonicKey=\u0b95\u0bc1\u0baf\u0bc2
pasteSwatchAction.text=\u0b92\u0b9f\u0bcd\u0b9f\u0bc1
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=\u0baa\u0bc1\u0ba4\u0bbf\u0baf
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=\u0baa\u0bc1\u0ba4\u0bbf\u0baf
createOrEditAddressAction.createReceiving.mnemonicKey=\u0ba8
createOrEditAddressAction.createSending.text=\u0baa\u0bc1\u0ba4\u0bbf\u0baf
-createOrEditAddressAction.createSending.tooltip=Bitcoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1\u0bb5\u0ba4\u0bb1\u0bcd\u0b95\u0bc1 \u0b92\u0bb0\u0bc1 \u0baa\u0bc1\u0ba4\u0bbf\u0baf \u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf\u0baf\u0bc8 \u0b9a\u0bc7\u0bb0\u0bcd\u0b95\u0bcd\u0b95
+createOrEditAddressAction.createSending.tooltip=Dogecoin \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1\u0bb5\u0ba4\u0bb1\u0bcd\u0b95\u0bc1 \u0b92\u0bb0\u0bc1 \u0baa\u0bc1\u0ba4\u0bbf\u0baf \u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf\u0baf\u0bc8 \u0b9a\u0bc7\u0bb0\u0bcd\u0b95\u0bcd\u0b95
createOrEditAddressAction.createSending.mnemonicKey=\u0ba8
createOrEditAddressSubmitAction.text=\u0b9a\u0bb0\u0bbf
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=\u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0b
validationErrorView.title=\u0b9a\u0bc6\u0bb2\u0bcd\u0bb2\u0ba4\u0bcd\u0ba4\u0b95\u0bcd\u0b95\u0ba4\u0bbe\u0b95\u0bcd\u0b95\u0bc1\u0ba4\u0bb2\u0bcd \u0baa\u0bbf\u0bb4\u0bc8
validationErrorView.okOption=\u0b9a\u0bb0\u0bbf
-validationErrorView.addressInvalidMessage="{0}" \u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf \u0b92\u0bb0\u0bc1 \u0b9a\u0bc6\u0bb2\u0bcd\u0bb2\u0ba4\u0bcd\u0ba4\u0b95\u0bcd\u0b95 Bitcoin \u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf \u0b87\u0bb2\u0bcd\u0bb2\u0bc8.
+validationErrorView.addressInvalidMessage="{0}" \u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf \u0b92\u0bb0\u0bc1 \u0b9a\u0bc6\u0bb2\u0bcd\u0bb2\u0ba4\u0bcd\u0ba4\u0b95\u0bcd\u0b95 Dogecoin \u0bae\u0bc1\u0b95\u0bb5\u0bb0\u0bbf \u0b87\u0bb2\u0bcd\u0bb2\u0bc8.
validationErrorView.amountIsMissingMessage=\u0b92\u0bb0\u0bc1 \u0ba4\u0bca\u0b95\u0bc8\u0baf\u0bc8 \u0b95\u0bc1\u0bb1\u0bbf\u0baa\u0bcd\u0baa\u0bbf\u0b9f \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd
validationErrorView.amountInvalidMessage=\u0b87\u0ba8\u0bcd\u0ba4 \u0ba4\u0bca\u0b95\u0bc8\u0baf\u0bc8 "{0}" \u0b92\u0bb0\u0bc1 \u0b8e\u0ba3\u0bcd\u0ba3\u0bbe\u0b95 \u0baa\u0bc1\u0bb0\u0bbf\u0ba8\u0bcd\u0ba4\u0bc1\u0b95\u0bca\u0bb3\u0bcd\u0bb3 \u0bae\u0bc1\u0b9f\u0bbf\u0baf\u0bb5\u0bbf\u0bb2\u0bcd\u0bb2\u0bc8.
-validationErrorView.amountIsNegativeOrZeroMessage=\u0b87\u0ba8\u0bcd\u0ba4 \u0ba4\u0bca\u0b95\u0bc8 0 BTC \u0b85\u0ba4\u0bbf\u0b95\u0bae\u0bbe\u0b95 \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd.
+validationErrorView.amountIsNegativeOrZeroMessage=\u0b87\u0ba8\u0bcd\u0ba4 \u0ba4\u0bca\u0b95\u0bc8 0 DOGE \u0b85\u0ba4\u0bbf\u0b95\u0bae\u0bbe\u0b95 \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=\u0bae\u0bc7\u0bb2\u0bc1\u0bae\u0bcd \u0b89\u0ba4\u0bb5\u0bbf
showTransactionsAction.text=\u0baa\u0bb0\u0bbf\u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0b99\u0bcd\u0b95\u0bb3\u0bcd
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=\u0b89\u0b99\u0bcd\u0b95\u0bb3\u0
singleWalletPanel.dataHasChanged.text=\u0baa\u0bc1\u0ba4\u0bc1\u0baa\u0bcd\u0baa\u0bbf\u0ba4\u0bcd\u0ba4\u0bb2\u0bcd\u0b95\u0bb3\u0bcd \u0ba8\u0bbf\u0bb1\u0bc1\u0ba4\u0bcd\u0ba4\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0ba4\u0bc1.
singleWalletPanel.dataHasChanged.tooltip.1=\u0bb5\u0bc7\u0bb1\u0bc1 \u0ba8\u0bbf\u0bb0\u0bb2\u0bbe\u0bb2\u0bcd \u0b87\u0ba8\u0bcd\u0ba4 \u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8 \u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1.
-singleWalletPanel.dataHasChanged.tooltip.2=\u0b87\u0ba8\u0bcd\u0ba4 MultiBit \u0baa\u0bc1\u0ba4\u0bc1\u0baa\u0bcd\u0baa\u0bbf\u0ba4\u0bcd\u0ba4\u0bb2\u0bcd\u0b95\u0bb3\u0bcd \u0baa\u0bbf\u0bb4\u0bc8\u0b95\u0bb3\u0bc8 \u0ba4\u0bb5\u0bbf\u0bb0\u0bcd\u0b95\u0bcd\u0b95 \u0ba8\u0bbf\u0bb1\u0bc1\u0ba4\u0bcd\u0ba4\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1.
+singleWalletPanel.dataHasChanged.tooltip.2=\u0b87\u0ba8\u0bcd\u0ba4 MultiDoge \u0baa\u0bc1\u0ba4\u0bc1\u0baa\u0bcd\u0baa\u0bbf\u0ba4\u0bcd\u0ba4\u0bb2\u0bcd\u0b95\u0bb3\u0bcd \u0baa\u0bbf\u0bb4\u0bc8\u0b95\u0bb3\u0bc8 \u0ba4\u0bb5\u0bbf\u0bb0\u0bcd\u0b95\u0bcd\u0b95 \u0ba8\u0bbf\u0bb1\u0bc1\u0ba4\u0bcd\u0ba4\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1.
singleWalletPanel.dataHasChanged.backupFile="{0}" \u0bae\u0bb1\u0bc1\u0baa\u0bbf\u0bb0\u0ba4\u0bbf \u0b95\u0bcb\u0baa\u0bcd\u0baa\u0bc1 \u0b89\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1.
singleWalletPanel.twistyRightText=\u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8 \u0bb5\u0bbf\u0bb5\u0bb0\u0b99\u0bcd\u0b95\u0bb3\u0bc8\u0b95\u0bcd \u0b95\u0bbe\u0ba3\u0bcd\u0baa\u0bbf\u0b95\u0bcd\u0b95, \u0b9a\u0bca\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0bb5\u0bc1\u0bae\u0bcd
singleWalletPanel.twistyDownText=\u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8 \u0bb5\u0bbf\u0bb5\u0bb0\u0b99\u0bcd\u0b95\u0bb3\u0bc8 \u0bae\u0bb1\u0bc8\u0b95\u0bcd\u0b95 \u0b9a\u0bca\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0bb5\u0bc1\u0bae\u0bcd
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=\u0ba4\u0bc7\u0ba4\u0bbf \u0bae\u0bc0\u0b9f\u0b
resetTransactionsPanel.resetFromFirstTransaction=\u0bae\u0bc1\u0ba4\u0bb2\u0bcd \u0baa\u0bb0\u0bbf\u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0ba9\u0bc8 \u0ba4\u0bc7\u0ba4\u0bbf\u0baf\u0bbf\u0bb2\u0bbf\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1 \u0bae\u0bc0\u0b9f\u0bcd\u0b9f\u0bae\u0bc8
resetTransactionsPanel.chooseResetDate=\u0bae\u0bc0\u0b9f\u0bcd\u0b9f\u0bae\u0bc8\u0baa\u0bcd\u0baa\u0bc1 \u0ba4\u0bc7\u0ba4\u0bbf \u0b95\u0bc1\u0bb1\u0bbf\u0baa\u0bcd\u0baa\u0bbf\u0b9f\: {0}
-showOpenUriView.title=Bitcoin URI \u0ba4\u0bbf\u0bb1\u0b95\u0bcd\u0b95
-showOpenUriView.message1=\u0bae\u0bb1\u0bcd\u0bb1\u0bc6\u0bbe\u0bb0\u0bc1 \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0bbe\u0b9f\u0bc1 \u0b92\u0ba9\u0bcd\u0bb1\u0bc1 Bitcoin \u0baa\u0ba3\u0bae\u0bcd \u0b95\u0bcb\u0bb0\u0bbf\u0baf\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1.
+showOpenUriView.title=Dogecoin URI \u0ba4\u0bbf\u0bb1\u0b95\u0bcd\u0b95
+showOpenUriView.message1=\u0bae\u0bb1\u0bcd\u0bb1\u0bc6\u0bbe\u0bb0\u0bc1 \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0bbe\u0b9f\u0bc1 \u0b92\u0ba9\u0bcd\u0bb1\u0bc1 Dogecoin \u0baa\u0ba3\u0bae\u0bcd \u0b95\u0bcb\u0bb0\u0bbf\u0baf\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1.
showOpenUriView.message2=\u0ba8\u0bc0\u0b99\u0bcd\u0b95\u0bb3\u0bcd '\u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1' \u0baa\u0b9f\u0bbf\u0bb5\u0ba4\u0bcd\u0ba4\u0bc8 \u0b95\u0bcb\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc8\u0baf\u0bc1\u0b9f\u0ba9\u0bcd \u0baa\u0bc2\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0bbf \u0b9a\u0bc6\u0baf\u0bcd\u0baf \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bbe?
showOpenUriView.yesText=\u0b86\u0bae\u0bcd
showOpenUriView.noText=\u0b87\u0bb2\u0bcd\u0bb2\u0bc8
showOpenUriView.rememberMyDecision=\u0b8e\u0ba9\u0bcd \u0bae\u0bc1\u0b9f\u0bbf\u0bb5\u0bc8 \u0ba8\u0bbf\u0ba9\u0bc8\u0bb5\u0bbf\u0bb2\u0bcd \u0bb5\u0bc8
-showOpenUriViewSubmitAction.tooltip=\u0b89\u0b9f\u0ba9\u0bcd bitcoin \u0baa\u0ba3\u0bae\u0bcd \u0b95\u0bcb\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc8 \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1 \u0baa\u0b9f\u0bbf\u0bb5\u0ba4\u0bcd\u0ba4\u0bc8 \u0ba8\u0bbf\u0bb0\u0baa\u0bcd\u0baa\u0bc1
+showOpenUriViewSubmitAction.tooltip=\u0b89\u0b9f\u0ba9\u0bcd dogecoin \u0baa\u0ba3\u0bae\u0bcd \u0b95\u0bcb\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc8 \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bc1 \u0baa\u0b9f\u0bbf\u0bb5\u0ba4\u0bcd\u0ba4\u0bc8 \u0ba8\u0bbf\u0bb0\u0baa\u0bcd\u0baa\u0bc1
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=\u0baa\u0ba3\u0bae\u0bcd \u0b95\u0bcb\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc8 \u0baa\u0bc6\u0bb1\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0ba4\u0bc1 \u0b86\u0ba9\u0bbe\u0bb2\u0bcd \u0bb5\u0bbf\u0bb0\u0bc1\u0baa\u0bcd\u0baa\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b95\u0bbe\u0bb0\u0ba3\u0bae\u0bbe\u0b95 \u0baa\u0bc1\u0bb1\u0b95\u0bcd\u0b95\u0ba3\u0bbf\u0b95\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0b9f\u0bc1\u0bae\u0bcd
showOpenUriViewAction.tooltip=\u0b86\u0bae\u0bbe\u0bae\u0bcd, \u0baa\u0ba3\u0bae\u0bcd \u0b95\u0bc7\u0bbe\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc8\u0baf\u0bc8 \u0baa\u0b9f\u0bbf\u0bb5\u0bae\u0bcd \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa \u0baa\u0bc2\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0bbf \u0b9a\u0bc6\u0baf\u0bcd
showOpenUriViewAction.mnemonic=Y
fontChooser.text=\u0b95\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf \u0b8e\u0bb4\u0bc1\u0ba4\u0bcd\u0ba4\u0bc1\u0bb0\u0bc1 \u0ba4\u0bc7\u0bb0\u0bcd\u0bb5\u0bc1 \u0b9a\u0bc6\u0baf\u0bcd
-fontChooser.tooltip=Choose font to use in MultiBit
+fontChooser.tooltip=Choose font to use in MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=\u0b9a\u0bb0\u0bbf
fontChooser.cancel=\u0bb0\u0ba4\u0bcd\u0ba4\u0bc1 \u0b9a\u0bc6\u0baf\u0bcd
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=blockexplorer.com'\u0bb2\u0bcd \u0b95\u0bbe\u0ba3\u0bcd\u0b95
-transactionDetailsDialog.viewAtBlockChainInfo=blockchain.info'\u0bb5\u0bbf\u0bb2\u0bcd \u0b95\u0bbe\u0ba3\u0bcd\u0b95
+transactionDetailsDialog.viewAtBlockChainInfo=dogechain.info'\u0bb5\u0bbf\u0bb2\u0bcd \u0b95\u0bbe\u0ba3\u0bcd\u0b95
crudButton.new=\u0baa\u0bc1\u0ba4\u0bbf\u0baf
crudButton.open=\u0ba4\u0bbf\u0bb1
crudButton.delete=\u0ba8\u0bc0\u0b95\u0bcd\u0b95\u0bc1
closeWalletAction.text=\u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8\u0baf\u0bc8 \u0bae\u0bc2\u0b9f\u0bc1
-closeWalletAction.tooltip=\u0b85\u0ba8\u0bcd\u0ba4 \u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8\u0baf\u0bc8 \u0bae\u0bc2\u0b9f\u0bbf\u0baf \u0baa\u0bbf\u0ba9\u0bcd \u0b85\u0ba4\u0bc8 \u0b87\u0ba9\u0bbf MultiBit'\u0bb2\u0bcd \u0b95\u0bbe\u0b9f\u0bcd\u0b9f\u0bbe\u0ba4\u0bc7.
+closeWalletAction.tooltip=\u0b85\u0ba8\u0bcd\u0ba4 \u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8\u0baf\u0bc8 \u0bae\u0bc2\u0b9f\u0bbf\u0baf \u0baa\u0bbf\u0ba9\u0bcd \u0b85\u0ba4\u0bc8 \u0b87\u0ba9\u0bbf MultiDoge'\u0bb2\u0bcd \u0b95\u0bbe\u0b9f\u0bcd\u0b9f\u0bbe\u0ba4\u0bc7.
closeWalletAction.mnemonicText=\u0b9a\u0bbf
deleteWalletAction.text=\u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8\u0baf\u0bc8 \u0ba8\u0bc0\u0b95\u0bcd\u0b95\u0bc1
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=\u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8 "
deleteWalletConfirmDialog.walletDeleteError1=\u0b85\u0ba8\u0bcd\u0ba4 \u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8 \u0ba8\u0bc0\u0b95\u0bcd\u0b95\u0bc1\u0ba4\u0bb2\u0bbf\u0bb2\u0bcd \u0baa\u0bbf\u0bb4\u0bc8 \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0ba4\u0bc1.
deleteWalletConfirmDialog.walletDeleteError2=\u0baa\u0bbf\u0bb4\u0bc8 \u0b8e\u0ba9\u0bcd\u0ba9\u0bb5\u0bc6\u0ba9\u0bcd\u0bb1\u0bbe\u0bb2\u0bcd "{0}".
deleteWalletConfirmDialog.question1=\u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc8 \u0b89\u0bb1\u0bc1\u0ba4\u0bbf\u0b9a\u0bc6\u0baf\u0bcd\u0baf \u0b87\u0ba8\u0bcd\u0ba4 \u0b9a\u0bc6\u0baf\u0bb2\u0bcd \u0b89\u0bb3\u0bcd\u0bb3\u0bbf\u0b9f\u0bc1
-deleteWalletConfirmDialog.question2=Bitcoin \u0b89\u0bb0\u0bc1\u0bb5\u0bbe\u0b95\u0bcd\u0b95\u0bbf\u0baf\u0bb5\u0bb0\u0bcd \u0baa\u0bc6\u0baf\u0bb0\u0bcd.
+deleteWalletConfirmDialog.question2=Dogecoin \u0b89\u0bb0\u0bc1\u0bb5\u0bbe\u0b95\u0bcd\u0b95\u0bbf\u0baf\u0bb5\u0bb0\u0bcd \u0baa\u0bc6\u0baf\u0bb0\u0bcd.
deleteWalletConfirmDialog.wrongAnswer=\u0ba4\u0bb5\u0bb1\u0bbe\u0ba9 \u0baa\u0ba4\u0bbf\u0bb2\u0bcd
deleteWalletException.walletWasReadonly=\u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8 (\u0b85\u0bb2\u0bcd\u0bb2\u0ba4\u0bc1 \u0baa\u0ba3\u0baa\u0bcd\u0baa\u0bc8 \u0ba4\u0b95\u0bb5\u0bb2\u0bcd \u0b95\u0bcb\u0baa\u0bcd\u0baa\u0bc1) \u0baa\u0b9f\u0bbf\u0b95\u0bcd\u0b95\u0bae\u0b9f\u0bcd\u0b9f\u0bc1\u0bae\u0bcd \u0b89\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1. \u0ba8\u0bc0\u0b95\u0bcd\u0b95 \u0bae\u0bc1\u0b9f\u0bbf\u0baf\u0bbe\u0ba4\u0bc1
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=\u0baa\u0ba3\u0baa\u0bcd\u0baa\u0
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=\u0ba8\u0bb2\u0bcd\u0bb5\u0bb0\u0bb5\u0bc1
-welcomePanel.title=MultiBit'\u0b95\u0bcd\u0b95\u0bc1 \u0bb5\u0bb0\u0bc1\u0b95
+welcomePanel.title=MultiDoge'\u0b95\u0bcd\u0b95\u0bc1 \u0bb5\u0bb0\u0bc1\u0b95
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=\u0b95\u0b9f\u0bb5\u0bc1\u0b9a\u0bcd\u0b9a\u0bca\u0bb2\u0bcd
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=\u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b95\u0b9f\u0bb5\u0bc1\u0b9a\u0bcd\u0b9a\u0bca\u0bb2\u0bcd \u0baa\u0bbe\u0ba4\u0bc1\u0b95\u0bbe\u0baa\u0bcd\u0baa\u0bbe\u0ba9 \u0bb5\u0bc8\u0baf\u0bc1\u0b99\u0bcd\u0b95\u0bb3\u0bcd.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=\u0b95\u0b9f\u0bb5\u0bc1\u0b9a\u0bcd\u0b9a\u0bca\u0bb2\u0bcd \u0bb5\u0bc6\u0bb1\u0bcd\u0bb1\u0bbf\u0b95\u0bb0\u0bae\u0bbe\u0b95 \u0b9a\u0bc7\u0bb0\u0bcd\u0b95\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0ba4\u0bc1.
@@ -584,7 +585,7 @@ changePasswordPanel.text=\u0baa\u0bbf\u0ba9\u0bcd\u0bb5\u0bb0\u0bc1\u0bae\u0bcd
changePasswordPanel.newPasswordPrompt=\u0baa\u0bc1\u0ba4\u0bbf\u0baf \u0b95\u0b9f\u0bb5\u0bc1\u0b9a\u0bcd\u0b9a\u0bca\u0bb2\u0bcd
changePasswordPanel.repeatNewPasswordPrompt=\u0baa\u0bc1\u0ba4\u0bbf\u0baf \u0b95\u0b9f\u0bb5\u0bc1\u0b9a\u0bcd\u0b9a\u0bca\u0bb2\u0bcd \u0bae\u0bb1\u0bc1\u0baa\u0b9f\u0bbf
changePasswordPanel.reminder1=\u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b95\u0b9f\u0bb5\u0bc1\u0b9a\u0bcd\u0b9a\u0bca\u0bb2\u0bcd \u0baa\u0bbe\u0ba4\u0bc1\u0b95\u0bbe\u0baa\u0bcd\u0baa\u0bbe\u0ba9 \u0bb5\u0bc8\u0baf\u0bc1\u0b99\u0bcd\u0b95\u0bb3\u0bcd.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=\u0ba8\u0b9f\u0baa\u0bcd\u0baa\u0bc1 \u0b95\u0b9f\u0bb5\u0bc1\u0b9a\u0bcd\u0b9a\u0bca\u0bb2\u0bcd\u0bb2\u0bc8 \u0b89\u0bb3\u0bcd\u0bb3\u0bbf\u0b9f\u0bb5\u0bc1\u0bae\u0bcd
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=\u0baa\u0bc1\u0ba4\u0bbf\u0baf \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1 \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0bb1\u0ba4\u0bc1
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/th/viewer.properties b/src/main/resources/i18n/th/viewer.properties
index 840efd43c..980922728 100755
--- a/src/main/resources/i18n/th/viewer.properties
+++ b/src/main/resources/i18n/th/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbian
showPreferencesPanel.feeTitle=\u0e18\u0e38\u0e23\u0e01\u0e23\u0e23\u0e21\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21
showPreferencesPanel.feeLabel.text=\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21
showPreferencesPanel.size.text={0} bytes
-showPreferencesPanel.couldNotUnderstandFee=MultiBit \u0e2d\u0e32\u0e08\u0e44\u0e21\u0e48\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e04\u0e48\u0e32\u0e02\u0e2d\u0e07 "{0}" \u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e40\u0e01\u0e48\u0e32.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge \u0e2d\u0e32\u0e08\u0e44\u0e21\u0e48\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e04\u0e48\u0e32\u0e02\u0e2d\u0e07 "{0}" \u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e40\u0e01\u0e48\u0e32.
showPreferencesPanel.aFeeMustBeSet=\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e18\u0e38\u0e23\u0e01\u0e23\u0e23\u0e21 \u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e40\u0e01\u0e48\u0e32.
showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e1a\u0e35\u0e17\u0e35\u0e0b\u0e35\u0e19\u0e49\u0e2d\u0e22 0.0001 \u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e40\u0e01\u0e48\u0e32.
showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e40\u0e25\u0e47\u0e01\u0e01\u0e27\u0e48\u0e32\u0e1a\u0e35\u0e17\u0e35\u0e0b\u0e35 1 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e02\u0e2d\u0e07\u0e17\u0e28\u0e19\u0e34\u0e22\u0e21 \u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e40\u0e01\u0e48\u0e32.
showPreferencesPanel.browserIntegrationTitle=\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e23\u0e27\u0e21
-showPreferencesPanel.browserIntegration.messageText=\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 Bitcoin \u0e40\u0e1b\u0e47\u0e19\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e2d\u0e30\u0e44\u0e23
-showPreferencesPanel.ignoreAll=\u0e25\u0e30\u0e40\u0e27\u0e49\u0e19\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 Bitcoin \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14
+showPreferencesPanel.browserIntegration.messageText=\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 Dogecoin \u0e40\u0e1b\u0e47\u0e19\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e2d\u0e30\u0e44\u0e23
+showPreferencesPanel.ignoreAll=\u0e25\u0e30\u0e40\u0e27\u0e49\u0e19\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 Dogecoin \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14
showPreferencesPanel.fillAutomatically=\u0e01\u0e23\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e2a\u0e48\u0e07\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34
showPreferencesPanel.askEveryTime=\u0e16\u0e32\u0e21\u0e09\u0e31\u0e19\u0e17\u0e38\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=\u0e41\u0e16\u0e27\u0e17\u0e35\u0e48\u0e2a
showPreferencesPanel.ticker.showSecondRow=\u0e41\u0e2a\u0e14\u0e07\u0e41\u0e16\u0e27\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Bitcoin \u0e14\u0e39\u0e17\u0e35\u0e48\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e1f\u0e35\u0e22\u0e15
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin \u0e08\u0e30\u0e41\u0e2a\u0e14\u0e07\u0e02\u0e36\u0e49\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e0a\u0e49\u0e23\u0e32\u0e04\u0e32\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14\u0e02\u0e2d\u0e07\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19\u0e19\u0e35\u0e49.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Dogecoin \u0e14\u0e39\u0e17\u0e35\u0e48\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e1f\u0e35\u0e22\u0e15
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin \u0e08\u0e30\u0e41\u0e2a\u0e14\u0e07\u0e02\u0e36\u0e49\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e0a\u0e49\u0e23\u0e32\u0e04\u0e32\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14\u0e02\u0e2d\u0e07\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19\u0e19\u0e35\u0e49.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=\u0e23\u0e2b\u0e31\u0e2a\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07 App ID \u0e08\u0e32\u0e01 OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e1b\u0e49\u0e2d\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e1b\u0e23\u0e30\u0e22\u0e38\u0e01\u0e15\u0e4c\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07 \!
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=ID \u0e02\u0e2d\u0e07\u0e42\u0e1b\
showPreferencesPanel.getAppId.text=\u0e23\u0e31\u0e1a\u0e23\u0e2b\u0e31\u0e2a App
showPreferencesPanel.getAppId.tooltip=\u0e40\u0e1b\u0e34\u0e14\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e01\u0e32\u0e23 OpenExchangeRates.org
showPreferencesPanel.getAppId.label=\u0e01\u0e14\u0e1b\u0e38\u0e48\u0e21 "\u0e23\u0e31\u0e1a ID App" \u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\u0e01\u0e23\u0e30\u0e40\u0e1b\u0e4b\u0e32\u0e2a\u0e15\u0e32\u0e07\u0e04\u0e4c\u0e2a\u0e23\u0e49\u0e32\u0e07
multiBit.openingWallet=\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e23\u0e30\u0e40\u0e1b\u0e4b\u0e32 "{ 0 }" ...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=...\u0e17\u0e33
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=The installation directory is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=\u0e22\u0e2d\u0e14\u0e14\u0e38\u0e25
-multiBitFrame.balanceLabel.tooltip=\u0e22\u0e2d\u0e14\u0e14\u0e38\u0e25\u0e23\u0e27\u0e21\u0e16\u0e36\u0e07 bitcoins \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19 \u0e41\u0e25\u0e30\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19
+multiBitFrame.balanceLabel.tooltip=\u0e22\u0e2d\u0e14\u0e14\u0e38\u0e25\u0e23\u0e27\u0e21\u0e16\u0e36\u0e07 dogecoins \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19 \u0e41\u0e25\u0e30\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19
multiBitFrame.ticker.show.text=Show Currency Ticker
multiBitFrame.ticker.hide.text=Hide Currency Ticker
multiBitFrame.statusBar.tooltip1=\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=This is a coinbase transaction th
multiBitFrame.availableToSpend=\u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e44\u0e14\u0e49\: {0}
multiBitFrame.availableToSpend2=\u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e44\u0e14\u0e49
-multiBitFrame.availableToSpend.tooltip=\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2b\u0e25\u0e31\u0e07\u0e2b\u0e31\u0e01\u0e08\u0e33\u0e19\u0e27\u0e19 bitcoins \u0e17\u0e35\u0e48\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e25\u0e31\u0e1a
+multiBitFrame.availableToSpend.tooltip=\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2b\u0e25\u0e31\u0e07\u0e2b\u0e31\u0e01\u0e08\u0e33\u0e19\u0e27\u0e19 dogecoins \u0e17\u0e35\u0e48\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e25\u0e31\u0e1a
-multiBitService.errorText=\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e01\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22 Bitcoin \u0e44\u0e14\u0e49 \u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\: {0}
-multiBitService.errorTitleText=\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e01\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22 Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2b\u0e22\u0e38\u0e14\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e01\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22 Bitcoin ...
+multiBitService.errorText=\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e01\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22 Dogecoin \u0e44\u0e14\u0e49 \u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\: {0}
+multiBitService.errorTitleText=\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e01\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22 Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2b\u0e22\u0e38\u0e14\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e01\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22 Dogecoin ...
multiBitService.couldNotLoadBlockchain=Unable to load blockchain "{0}". The error was "{1}".
multiBitService.replayingFromBlockCache=Replaying from local cache...
exitAction.text=\u0e08\u0e1a\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19
-exitAction.tooltip=\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01 MultiBit
+exitAction.tooltip=\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01 MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e23\u0e30\u0e40\u0e1b\u0e4b\u0e32\u0e2a\u0e15\u0e32\u0e07\u0e04\u0e4c
@@ -173,70 +174,70 @@ openWalletView.title=\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e23\u0e30\u0e40\u0e1b\u0e4
saveWalletAsView.untitled=\u0e44\u0e21\u0e48\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d
-helpAboutAction.text=\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a MultiBit
-helpAboutAction.tooltip=\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a MultiBit
+helpAboutAction.text=\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a MultiDoge
+helpAboutAction.tooltip=\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a MultiBit
+helpAboutAction.messageBoxTitle=\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a MultiDoge
helpAboutAction.versionText=\u0e23\u0e38\u0e48\u0e19\: {0}
showHelpContentsAction.text=Help Contents
-showHelpContentsAction.tooltip=Show the MultiBit help
+showHelpContentsAction.tooltip=Show the MultiDoge help
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Help Contents
-sendBitcoinAction.text=\u0e2a\u0e48\u0e07 Bitcoin
-sendBitcoinAction.tooltip=\u0e2a\u0e48\u0e07 bitcoin \u0e43\u0e2b\u0e49\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=\u0e2a\u0e48\u0e07 Dogecoin
+sendBitcoinAction.tooltip=\u0e2a\u0e48\u0e07 dogecoin \u0e43\u0e2b\u0e49\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=\u0e2a\u0e48\u0e07
-sendBitcoinConfirmAction.tooltip=\u0e2a\u0e48\u0e07 bitcoin \u0e43\u0e2b\u0e49\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19
+sendBitcoinConfirmAction.tooltip=\u0e2a\u0e48\u0e07 dogecoin \u0e43\u0e2b\u0e49\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2a\u0e48\u0e07 bitcoin ...
-sendBitcoinNowAction.bitcoinSentOk=\u0e2a\u0e48\u0e07 bitcoin \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22
-sendBitcoinNowAction.bitcoinSendFailed=\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07 bitcoin \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2a\u0e48\u0e07 dogecoin ...
+sendBitcoinNowAction.bitcoinSentOk=\u0e2a\u0e48\u0e07 dogecoin \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22
+sendBitcoinNowAction.bitcoinSendFailed=\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07 dogecoin \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\u0e21\u0e35\u0e40\u0e07\u0e34\u0e19\u0e44\u0e21\u0e48\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1e\u0e2d\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13
sendBitcoinConfirmView.sendOption=\u0e2a\u0e48\u0e07
sendBitcoinConfirmView.cancelOption=\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01
-sendBitcoinConfirmView.message=Please confirm that you want to send bitcoin as follows\:
-sendBitcoinConfirmView.title=\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07 Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit must be online and connected to more than one peer to send bitcoin.
+sendBitcoinConfirmView.message=Please confirm that you want to send dogecoin as follows\:
+sendBitcoinConfirmView.title=\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07 Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge must be online and connected to more than one peer to send dogecoin.
receiveBitcoinAction.textShort=Request
-receiveBitcoinAction.text=Request Bitcoin
-receiveBitcoinAction.tooltip=Request bitcoin from someone
+receiveBitcoinAction.text=Request Dogecoin
+receiveBitcoinAction.tooltip=Request dogecoin from someone
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30
-showPreferencesAction.tooltip=View MultiBit preferences
+showPreferencesAction.tooltip=View MultiDoge preferences
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Apply changes
showPreferencesSubmitAction.tooltip=Apply changes
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=\u0e2a\u0e48\u0e07 Bitcoin
+sendBitcoinPanel.title=\u0e2a\u0e48\u0e07 Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07
-sendBitcoinPanel.helpLabel1.message=You want to send bitcoin.
+sendBitcoinPanel.helpLabel1.message=You want to send dogecoin.
sendBitcoinPanel.helpLabel2.message=Enter or choose an address to send to and an amount.
sendBitcoinPanel.helpLabel3.message=Optionally add a label.
sendBitcoinPanel.addressLabel=\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48
-sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send bitcoin to
+sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send dogecoin to
sendBitcoinPanel.labelLabel=Label
sendBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
sendBitcoinPanel.amountLabel=Amount
sendBitcoinPanel.amountLabel.tooltip=Amount to send
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
-sendBitcoinPanel.sendingAddressesTitle=Addresses to send bitcoin to
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
+sendBitcoinPanel.sendingAddressesTitle=Addresses to send dogecoin to
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Your sending addresses (May be out of date)
sendBitcoinPanel.couldNotUnderstandQRcode=Could not understand QR code of "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Drag|QR code|here
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a bitcoin QR code here to automatically fill the 'Send' form.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a dogecoin QR code here to automatically fill the 'Send' form.
sendBitcoinPanel.showMore.text=More
sendBitcoinPanel.showMore.tooltip=Show side panel
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Less
sendBitcoinPanel.showLess.tooltip=Hide side panel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Receive Bitcoin
-receiveBitcoinPanel.helpLabel1.message=You want to receive bitcoin.
+receiveBitcoinPanel.title=Receive Dogecoin
+receiveBitcoinPanel.helpLabel1.message=You want to receive dogecoin.
receiveBitcoinPanel.helpLabel2.message=Choose one of your receiving addresses.
receiveBitcoinPanel.helpLabel3.message=Optionally enter a label and an amount.
receiveBitcoinPanel.addressLabel=Your address
-receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive dogecoin
receiveBitcoinPanel.labelLabel=Label
receiveBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
receiveBitcoinPanel.amountLabel=Amount
receiveBitcoinPanel.amountLabel.tooltip=Amount to receive
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
receiveBitcoinPanel.receivingAddressesTitle=Your receiving addresses
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Your receiving addresses (May be out of date)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Label
addressBookTableModel.addressColumnHeader=\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48
copyQRCodeTextAction.text=Copy Text
-copyQRCodeTextAction.tooltip=Copy bitcoin URI text to clipboard
+copyQRCodeTextAction.tooltip=Copy dogecoin URI text to clipboard
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Copy
-copyQRCodeImageAction.tooltip=Copy bitcoin QR code to clipboard
+copyQRCodeImageAction.tooltip=Copy dogecoin QR code to clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Paste
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=New
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Create new receiving addresses
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=New
-createOrEditAddressAction.createSending.tooltip=Add a new address to send bitcoin to
+createOrEditAddressAction.createSending.tooltip=Add a new address to send dogecoin to
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Sent to "{1}" ({0})
validationErrorView.title=Validation Error
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=The address "{0}" is not a valid bitcoin address.
+validationErrorView.addressInvalidMessage=The address "{0}" is not a valid dogecoin address.
validationErrorView.amountIsMissingMessage=You must specify an amount
validationErrorView.amountInvalidMessage=The amount "{0}" could not be understood as a number.
-validationErrorView.amountIsNegativeOrZeroMessage=The amount must be greater than 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=The amount must be greater than 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=More Help
showTransactionsAction.text=Transactions
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Your wallet description
singleWalletPanel.dataHasChanged.text=Updates stopped.
singleWalletPanel.dataHasChanged.tooltip.1=Another program has changed this wallet.
-singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiBit has stopped updates.
+singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiDoge has stopped updates.
singleWalletPanel.dataHasChanged.backupFile=Backup file is "{0}".
singleWalletPanel.twistyRightText=Click to show wallet details
singleWalletPanel.twistyDownText=Click to hide wallet details
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Reset date
resetTransactionsPanel.resetFromFirstTransaction=Reset from date of first transaction
resetTransactionsPanel.chooseResetDate=Specify reset date\: {0}
-showOpenUriView.title=Open Bitcoin URI
-showOpenUriView.message1=Another application has requested a Bitcoin payment.
+showOpenUriView.title=Open Dogecoin URI
+showOpenUriView.message1=Another application has requested a Dogecoin payment.
showOpenUriView.message2=Do you want to fill the 'Send' form with the request ?
showOpenUriView.yesText=Yes
showOpenUriView.noText=No
showOpenUriView.rememberMyDecision=Remember my decision
-showOpenUriViewSubmitAction.tooltip=Fill send form with bitcoin payment request
+showOpenUriViewSubmitAction.tooltip=Fill send form with dogecoin payment request
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Payment request received but ignored due to preferences
showOpenUriViewAction.tooltip=Yes, fill send form with payment request
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Choose display font
-fontChooser.tooltip=Choose font to use in MultiBit
+fontChooser.tooltip=Choose font to use in MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=Password
showExportPrivateKeysPanel.repeatPasswordPrompt=Repeat password
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=View at blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=View at blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=View at dogechain.info
crudButton.new=New
crudButton.open=\u0e40\u0e1b\u0e34\u0e14
crudButton.delete=Delete
closeWalletAction.text=Close Wallet
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Delete Wallet
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=The wallet "{0}" was deleted successfu
deleteWalletConfirmDialog.walletDeleteError1=There was an error deleting the wallet.
deleteWalletConfirmDialog.walletDeleteError2=The error was "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Wrong answer
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Welcome
-welcomePanel.title=Welcome to MultiBit
+welcomePanel.title=Welcome to MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Password
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet\:
changePasswordPanel.newPasswordPrompt=New password
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Enter the current password
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/tl/viewer.properties b/src/main/resources/i18n/tl/viewer.properties
index b92c3e703..37812afdb 100755
--- a/src/main/resources/i18n/tl/viewer.properties
+++ b/src/main/resources/i18n/tl/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbian
showPreferencesPanel.feeTitle=Transaction fee
showPreferencesPanel.feeLabel.text=Fee
showPreferencesPanel.size.text={0} bytes
-showPreferencesPanel.couldNotUnderstandFee=MultiBit could not understand the fee of "{0}". Keeping the old fee.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge could not understand the fee of "{0}". Keeping the old fee.
showPreferencesPanel.aFeeMustBeSet=You must set a transaction fee. Keeping the old fee.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=The fee must be at least 0.0001 BTC. Keeping the old fee.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 BTC. Check your decimal separator. Keeping the old fee.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=The fee must be at least 0.0001 DOGE. Keeping the old fee.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=The fee must be smaller than 1 DOGE. Check your decimal separator. Keeping the old fee.
showPreferencesPanel.browserIntegrationTitle=Browser integration
-showPreferencesPanel.browserIntegration.messageText=What would you like to happen when a Bitcoin payment request is clicked on in a browser ?
-showPreferencesPanel.ignoreAll=Ignore all Bitcoin payment requests
+showPreferencesPanel.browserIntegration.messageText=What would you like to happen when a Dogecoin payment request is clicked on in a browser ?
+showPreferencesPanel.ignoreAll=Ignore all Dogecoin payment requests
showPreferencesPanel.fillAutomatically=Fill out the send form automatically
showPreferencesPanel.askEveryTime=Ask me every time
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=Second row
showPreferencesPanel.ticker.showSecondRow=Show second row
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=Currency
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show bitcoin converted to fiat currency
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin will be shown converted using the last price of this currency.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Show dogecoin converted to fiat currency
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin will be shown converted using the last price of this currency.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=The App ID access code from OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=You have entered an invalid App ID.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Incorrect App ID
showPreferencesPanel.getAppId.text=Get App ID
showPreferencesPanel.getAppId.tooltip=Open your browser and sign up to OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Press "Get App ID" button below
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=Created wallet "{0}".
multiBit.openingWallet=Opening wallet "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=... done.
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=The installation directory is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Balance
-multiBitFrame.balanceLabel.tooltip=Balance including unconfirmed bitcoins and change
+multiBitFrame.balanceLabel.tooltip=Balance including unconfirmed dogecoins and change
multiBitFrame.ticker.show.text=Show Currency Ticker
multiBitFrame.ticker.hide.text=Hide Currency Ticker
multiBitFrame.statusBar.tooltip1=Messages.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=This is a coinbase transaction th
multiBitFrame.availableToSpend=Available to spend \: {0}
multiBitFrame.availableToSpend2=Available to spend
-multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed bitcoins and change still to be returned
+multiBitFrame.availableToSpend.tooltip=Balance less unconfirmed dogecoins and change still to be returned
-multiBitService.errorText=Could not connect to Bitcoin network. The error was \: {0}
-multiBitService.errorTitleText=Error connecting to Bitcoin network
-multiBitService.stoppingBitcoinNetworkConnection=Stopping Bitcoin network connection...
+multiBitService.errorText=Could not connect to Dogecoin network. The error was \: {0}
+multiBitService.errorTitleText=Error connecting to Dogecoin network
+multiBitService.stoppingBitcoinNetworkConnection=Stopping Dogecoin network connection...
multiBitService.couldNotLoadBlockchain=Unable to load blockchain "{0}". The error was "{1}".
multiBitService.replayingFromBlockCache=Replaying from local cache...
exitAction.text=Exit
-exitAction.tooltip=Exit from MultiBit
+exitAction.tooltip=Exit from MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=Open Wallet
@@ -173,70 +174,70 @@ openWalletView.title=Open Wallet
saveWalletAsView.untitled=Untitled
-helpAboutAction.text=About MultiBit
-helpAboutAction.tooltip=About MultiBit
+helpAboutAction.text=About MultiDoge
+helpAboutAction.tooltip=About MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=About MultiBit
+helpAboutAction.messageBoxTitle=About MultiDoge
helpAboutAction.versionText=Version \: {0}
showHelpContentsAction.text=Help Contents
-showHelpContentsAction.tooltip=Show the MultiBit help
+showHelpContentsAction.tooltip=Show the MultiDoge help
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Help Contents
-sendBitcoinAction.text=Send Bitcoin
-sendBitcoinAction.tooltip=Send bitcoin to someone
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=Send Dogecoin
+sendBitcoinAction.tooltip=Send dogecoin to someone
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=Send
-sendBitcoinConfirmAction.tooltip=Send bitcoin to someone
+sendBitcoinConfirmAction.tooltip=Send dogecoin to someone
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Sending bitcoin...
-sendBitcoinNowAction.bitcoinSentOk=Your bitcoin were sent successfully.
-sendBitcoinNowAction.bitcoinSendFailed=The send of your bitcoin failed.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=Sending dogecoin...
+sendBitcoinNowAction.bitcoinSentOk=Your dogecoin were sent successfully.
+sendBitcoinNowAction.bitcoinSendFailed=The send of your dogecoin failed.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=There were insufficient funds for your send.
sendBitcoinConfirmView.sendOption=Send
sendBitcoinConfirmView.cancelOption=Cancel
-sendBitcoinConfirmView.message=Please confirm that you want to send bitcoin as follows\:
-sendBitcoinConfirmView.title=Confirm Send Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit must be online and connected to more than one peer to send bitcoin.
+sendBitcoinConfirmView.message=Please confirm that you want to send dogecoin as follows\:
+sendBitcoinConfirmView.title=Confirm Send Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge must be online and connected to more than one peer to send dogecoin.
receiveBitcoinAction.textShort=Request
-receiveBitcoinAction.text=Request Bitcoin
-receiveBitcoinAction.tooltip=Request bitcoin from someone
+receiveBitcoinAction.text=Request Dogecoin
+receiveBitcoinAction.tooltip=Request dogecoin from someone
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Preferences
-showPreferencesAction.tooltip=View MultiBit preferences
+showPreferencesAction.tooltip=View MultiDoge preferences
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=Apply changes
showPreferencesSubmitAction.tooltip=Apply changes
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Send Bitcoin
+sendBitcoinPanel.title=Send Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=Send details
-sendBitcoinPanel.helpLabel1.message=You want to send bitcoin.
+sendBitcoinPanel.helpLabel1.message=You want to send dogecoin.
sendBitcoinPanel.helpLabel2.message=Enter or choose an address to send to and an amount.
sendBitcoinPanel.helpLabel3.message=Optionally add a label.
sendBitcoinPanel.addressLabel=Address
-sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send bitcoin to
+sendBitcoinPanel.addressLabel.tooltip=The address to which you want to send dogecoin to
sendBitcoinPanel.labelLabel=Label
sendBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
sendBitcoinPanel.amountLabel=Amount
sendBitcoinPanel.amountLabel.tooltip=Amount to send
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
-sendBitcoinPanel.sendingAddressesTitle=Addresses to send bitcoin to
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
+sendBitcoinPanel.sendingAddressesTitle=Addresses to send dogecoin to
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=Your sending addresses (May be out of date)
sendBitcoinPanel.couldNotUnderstandQRcode=Could not understand QR code of "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=Drag|QR code|here
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a bitcoin QR code here to automatically fill the 'Send' form.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=Drag a dogecoin QR code here to automatically fill the 'Send' form.
sendBitcoinPanel.showMore.text=More
sendBitcoinPanel.showMore.tooltip=Show side panel
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Less
sendBitcoinPanel.showLess.tooltip=Hide side panel
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Receive Bitcoin
-receiveBitcoinPanel.helpLabel1.message=You want to receive bitcoin.
+receiveBitcoinPanel.title=Receive Dogecoin
+receiveBitcoinPanel.helpLabel1.message=You want to receive dogecoin.
receiveBitcoinPanel.helpLabel2.message=Choose one of your receiving addresses.
receiveBitcoinPanel.helpLabel3.message=Optionally enter a label and an amount.
receiveBitcoinPanel.addressLabel=Your address
-receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive dogecoin
receiveBitcoinPanel.labelLabel=Label
receiveBitcoinPanel.labelLabel.tooltip=A descriptive label for this address
receiveBitcoinPanel.amountLabel=Amount
receiveBitcoinPanel.amountLabel.tooltip=Amount to receive
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=Unit of DOGE
receiveBitcoinPanel.receivingAddressesTitle=Your receiving addresses
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Your receiving addresses (May be out of date)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Label
addressBookTableModel.addressColumnHeader=Address
copyQRCodeTextAction.text=Copy Text
-copyQRCodeTextAction.tooltip=Copy bitcoin URI text to clipboard
+copyQRCodeTextAction.tooltip=Copy dogecoin URI text to clipboard
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Copy
-copyQRCodeImageAction.tooltip=Copy bitcoin QR code to clipboard
+copyQRCodeImageAction.tooltip=Copy dogecoin QR code to clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Paste
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=New
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Create new receiving addresses
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=New
-createOrEditAddressAction.createSending.tooltip=Add a new address to send bitcoin to
+createOrEditAddressAction.createSending.tooltip=Add a new address to send dogecoin to
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=Sent to "{1}" ({0})
validationErrorView.title=Validation Error
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=The address "{0}" is not a valid bitcoin address.
+validationErrorView.addressInvalidMessage=The address "{0}" is not a valid dogecoin address.
validationErrorView.amountIsMissingMessage=You must specify an amount
validationErrorView.amountInvalidMessage=The amount "{0}" could not be understood as a number.
-validationErrorView.amountIsNegativeOrZeroMessage=The amount must be greater than 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=The amount must be greater than 0 DOGE.
validationErrorView.amountIsTooSmallMessage=The amount is too small. It must be at least {0} satoshi.
-validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} BTC.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
-validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} BTC.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage=There are not enough funds in this wallet to send {0} DOGE.\nNote that you can only spend confirmed transactions.\nRemember that the sender pays a fee.
+validationErrorView.notEnoughFundsMessage2=There are not enough funds in this wallet to send {0} DOGE.\nYou can only spend up to your "Available to spend" balance.\nRemember that the sender pays a fee.
validationErrorView.moreHelp=More Help
showTransactionsAction.text=Transactions
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=Your wallet description
singleWalletPanel.dataHasChanged.text=Updates stopped.
singleWalletPanel.dataHasChanged.tooltip.1=Another program has changed this wallet.
-singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiBit has stopped updates.
+singleWalletPanel.dataHasChanged.tooltip.2=To avoid errors this MultiDoge has stopped updates.
singleWalletPanel.dataHasChanged.backupFile=Backup file is "{0}".
singleWalletPanel.twistyRightText=Click to show wallet details
singleWalletPanel.twistyDownText=Click to hide wallet details
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Reset date
resetTransactionsPanel.resetFromFirstTransaction=Reset from date of first transaction
resetTransactionsPanel.chooseResetDate=Specify reset date\: {0}
-showOpenUriView.title=Open Bitcoin URI
-showOpenUriView.message1=Another application has requested a Bitcoin payment.
+showOpenUriView.title=Open Dogecoin URI
+showOpenUriView.message1=Another application has requested a Dogecoin payment.
showOpenUriView.message2=Do you want to fill the 'Send' form with the request ?
showOpenUriView.yesText=Yes
showOpenUriView.noText=No
showOpenUriView.rememberMyDecision=Remember my decision
-showOpenUriViewSubmitAction.tooltip=Fill send form with bitcoin payment request
+showOpenUriViewSubmitAction.tooltip=Fill send form with dogecoin payment request
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Payment request received but ignored due to preferences
showOpenUriViewAction.tooltip=Yes, fill send form with payment request
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Choose display font
-fontChooser.tooltip=Choose font to use in MultiBit
+fontChooser.tooltip=Choose font to use in MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=Cancel
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=Password
showExportPrivateKeysPanel.repeatPasswordPrompt=Repeat password
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=The fee that was added to this transac
transactionDetailsDialog.sizeLabel.text=Size
transactionDetailsDialog.sizeLabel.tooltip=The size of this transaction in bytes
transactionDetailsDialog.viewAtBlockExplorer=View at blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=View at blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=View at dogechain.info
crudButton.new=New
crudButton.open=Open
crudButton.delete=Delete
closeWalletAction.text=Close Wallet
-closeWalletAction.tooltip=Close the wallet and no longer display it in MultiBit.
+closeWalletAction.tooltip=Close the wallet and no longer display it in MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=Delete Wallet
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=The wallet "{0}" was deleted successfu
deleteWalletConfirmDialog.walletDeleteError1=There was an error deleting the wallet.
deleteWalletConfirmDialog.walletDeleteError2=The error was "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=the name of the creator of Bitcoin.
+deleteWalletConfirmDialog.question2=the name of the creator of Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=Wrong answer
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Welcome
-welcomePanel.title=Welcome to MultiBit
+welcomePanel.title=Welcome to MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=Password
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet\:
changePasswordPanel.newPasswordPrompt=New password
changePasswordPanel.repeatNewPasswordPrompt=Repeat new password
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Enter the current password
@@ -655,12 +656,12 @@ transactionConfidence.pending=Pending/unconfirmed.
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Your current version is "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/tr/viewer.properties b/src/main/resources/i18n/tr/viewer.properties
index 84e4c6475..9fbacbbbb 100755
--- a/src/main/resources/i18n/tr/viewer.properties
+++ b/src/main/resources/i18n/tr/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=S\u0131rp\u00e7a
showPreferencesPanel.feeTitle=\u0130\u015flem \u00fccreti
showPreferencesPanel.feeLabel.text=\u00dccret
showPreferencesPanel.size.text={0} bayt
-showPreferencesPanel.couldNotUnderstandFee=MultiBit "{0}" \u00fccretini anlayamad\u0131. Eski \u00fccrete d\u00f6n\u00fcyorum.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge "{0}" \u00fccretini anlayamad\u0131. Eski \u00fccrete d\u00f6n\u00fcyorum.
showPreferencesPanel.aFeeMustBeSet=Bir i\u015flem \u00fccreti ayarlaman\u0131z gerekli. Eski \u00fccrete d\u00f6n\u00fcyorum.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u00dccret en az 0.0001 btc olmal\u0131d\u0131r. Eski \u00fccrete d\u00f6n\u00fcyorum.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Komisyon, 1 BTC'den k\u00fc\u00e7\u00fck olmal\u0131d\u0131r. Ondal\u0131k ayrac\u0131n\u0131z yanl\u0131\u015f yerde olabilir. Eski \u00fccret kullan\u0131lacakt\u0131r.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u00dccret en az 0.0001 doge olmal\u0131d\u0131r. Eski \u00fccrete d\u00f6n\u00fcyorum.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=Komisyon, 1 DOGE'den k\u00fc\u00e7\u00fck olmal\u0131d\u0131r. Ondal\u0131k ayrac\u0131n\u0131z yanl\u0131\u015f yerde olabilir. Eski \u00fccret kullan\u0131lacakt\u0131r.
showPreferencesPanel.browserIntegrationTitle=Taray\u0131c\u0131 b\u00fct\u00fcnle\u015fmesi
-showPreferencesPanel.browserIntegration.messageText=Bir taray\u0131c\u0131da Bitcoin \u00f6deme iste\u011fine t\u0131kland\u0131\u011f\u0131nda ne olmas\u0131n\u0131 istersiniz?
-showPreferencesPanel.ignoreAll=B\u00fct\u00fcn Bitcoin \u00f6deme isteklerini yoksay
+showPreferencesPanel.browserIntegration.messageText=Bir taray\u0131c\u0131da Dogecoin \u00f6deme iste\u011fine t\u0131kland\u0131\u011f\u0131nda ne olmas\u0131n\u0131 istersiniz?
+showPreferencesPanel.ignoreAll=B\u00fct\u00fcn Dogecoin \u00f6deme isteklerini yoksay
showPreferencesPanel.fillAutomatically=G\u00f6nderme formunu otomatik doldur
showPreferencesPanel.askEveryTime=Her seferinde sor
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=\u0130kinci sat\u0131r
showPreferencesPanel.ticker.showSecondRow=\u0130kinci sat\u0131r\u0131n\u0131 g\u00f6ster
showPreferencesPanel.ticker.exchange=Takas
showPreferencesPanel.ticker.currency=Para birimi
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Bitcoin'in ger\u00e7ek para kar\u015f\u0131l\u0131\u011f\u0131n\u0131 g\u00f6ster
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin, son kur de\u011ferine g\u00f6re \u00e7evrilmi\u015f olarak g\u00f6sterilecek.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Dogecoin'in ger\u00e7ek para kar\u015f\u0131l\u0131\u011f\u0131n\u0131 g\u00f6ster
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin, son kur de\u011ferine g\u00f6re \u00e7evrilmi\u015f olarak g\u00f6sterilecek.
showPreferencesPanel.oerLabel.text=OpenExchangeRates uygulama kimli\u011fi
showPreferencesPanel.oerLabel.tooltip=Bu App ID access kodu OpenExchangeRates.org 'dan al\u0131nm\u0131\u015ft\u0131r
showPreferencesPanel.oerValidationError.text1=Ge\u00e7ersiz App ID girdiniz.
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Ge\u00e7ersiz App ID
showPreferencesPanel.getAppId.text=App ID Al
showPreferencesPanel.getAppId.tooltip=Taray\u0131c\u0131n\u0131z\u0131 a\u00e7\u0131n ve OpenExchangeRates.org'a kay\u0131t olun
showPreferencesPanel.getAppId.label=A\u015fa\u011f\u0131daki "App ID Al" botonuna bas\u0131n\u0131z
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet="{0}" c\u00fczdan\u0131 yarat\u0131ld\u0131.
multiBit.openingWallet="{0}" c\u00fczdan\u0131 a\u00e7\u0131l\u0131yor...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=...tamam.
multiBit.closedWallet="{0}" isimli c\u00fczdan ba\u015far\u0131yla kapat\u0131ld\u0131.
multibit.userDataDirectory=Kullan\u0131c\u0131 veri dizini "{0}" \u015feklinde.
multibit.installationDirectory=Kurulum dizini "{0}" \u015feklinde.
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=Bakiye
-multiBitFrame.balanceLabel.tooltip=Do\u011frulanmam\u0131\u015f bitcoins ve para \u00fcst\u00fc dahil olmak \u00fczere bakiye
+multiBitFrame.balanceLabel.tooltip=Do\u011frulanmam\u0131\u015f dogecoins ve para \u00fcst\u00fc dahil olmak \u00fczere bakiye
multiBitFrame.ticker.show.text=D\u00f6viz Band\u0131'n\u0131 G\u00f6ster
multiBitFrame.ticker.hide.text=D\u00f6viz Band\u0131n\u0131 Gizle
multiBitFrame.statusBar.tooltip1=\u0130letileri.
@@ -147,14 +148,14 @@ multiBitFrame.availableToSpend=Harcamaya haz\u0131r\: {0}
multiBitFrame.availableToSpend2=Harcamaya haz\u0131r
multiBitFrame.availableToSpend.tooltip=Bakiye eksi onaylanmam\u0131\u015f bitcoinler ve para\u00fcst\u00fc
-multiBitService.errorText=Bitcoin a\u011f\u0131na ba\u011flan\u0131lam\u0131yor. Sorun \u015fuydu\: {0}
-multiBitService.errorTitleText=Bitcoin a\u011f\u0131na ba\u011flan\u0131rken hata olu\u015ftu
-multiBitService.stoppingBitcoinNetworkConnection=Bitcoin a\u011f\u0131 ba\u011flant\u0131s\u0131 durduruluyor...
+multiBitService.errorText=Dogecoin a\u011f\u0131na ba\u011flan\u0131lam\u0131yor. Sorun \u015fuydu\: {0}
+multiBitService.errorTitleText=Dogecoin a\u011f\u0131na ba\u011flan\u0131rken hata olu\u015ftu
+multiBitService.stoppingBitcoinNetworkConnection=Dogecoin a\u011f\u0131 ba\u011flant\u0131s\u0131 durduruluyor...
multiBitService.couldNotLoadBlockchain=Blokzinciri "{0}" y\u00fcklenemiyor. Sorun "{1}" idi.
multiBitService.replayingFromBlockCache=Yerel \u00f6nbellekden tekrarlan\u0131yor...
exitAction.text=\u00c7\u0131k\u0131\u015f
-exitAction.tooltip=MultiBitten \u00e7\u0131k\u0131\u015f
+exitAction.tooltip=MultiDogeten \u00e7\u0131k\u0131\u015f
exitAction.mnemonicKey=X
openWalletAction.text=C\u00fczdan\u0131 a\u00e7
@@ -173,55 +174,55 @@ openWalletView.title=C\u00fczdan\u0131 a\u00e7
saveWalletAsView.untitled=Ba\u015fl\u0131ks\u0131z
-helpAboutAction.text=MultiBit hakk\u0131nda
-helpAboutAction.tooltip=MultiBit hakk\u0131nda
+helpAboutAction.text=MultiDoge hakk\u0131nda
+helpAboutAction.tooltip=MultiDoge hakk\u0131nda
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=MultiBit hakk\u0131nda
+helpAboutAction.messageBoxTitle=MultiDoge hakk\u0131nda
helpAboutAction.versionText=S\u00fcr\u00fcm\: {0}
showHelpContentsAction.text=Yard\u0131m i\u00e7eri\u011fi
-showHelpContentsAction.tooltip=MultiBit Yard\u0131m g\u00f6ster
+showHelpContentsAction.tooltip=MultiDoge Yard\u0131m g\u00f6ster
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=Yard\u0131m i\u00e7eri\u011fi
-sendBitcoinAction.text=Bitcoin G\u00f6nder
-sendBitcoinAction.tooltip=Birine Bitcoin g\u00f6nder
-sendBitcoinAction.pleaseWait.tooltip=L\u00fctfen g\u00f6nderim yapmadan \u00f6nce MultiBit senkronize olana kadar bekleyin
+sendBitcoinAction.text=Dogecoin G\u00f6nder
+sendBitcoinAction.tooltip=Birine Dogecoin g\u00f6nder
+sendBitcoinAction.pleaseWait.tooltip=L\u00fctfen g\u00f6nderim yapmadan \u00f6nce MultiDoge senkronize olana kadar bekleyin
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=G\u00f6nder
-sendBitcoinConfirmAction.tooltip=Birine Bitcoin g\u00f6nder
+sendBitcoinConfirmAction.tooltip=Birine Dogecoin g\u00f6nder
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=Bitcoin g\u00f6nderme...
-sendBitcoinNowAction.bitcoinSentOk=Bitcoin ba\u015far\u0131yla g\u00f6nderildi.
-sendBitcoinNowAction.bitcoinSendFailed=Bitcoin i\u015flemi ba\u015far\u0131s\u0131z oldu.
-sendBitcoinNowAction.pingFailure=Hi\u00e7 bir sunucuya ba\u011flan\u0131lamad\u0131. A\u011f ba\u011flant\u0131n\u0131z\u0131 kontrol edin ve MultiBit'i yeniden ba\u015flat\u0131n.
+sendBitcoinNowAction.sendingBitcoin=Dogecoin g\u00f6nderme...
+sendBitcoinNowAction.bitcoinSentOk=Dogecoin ba\u015far\u0131yla g\u00f6nderildi.
+sendBitcoinNowAction.bitcoinSendFailed=Dogecoin i\u015flemi ba\u015far\u0131s\u0131z oldu.
+sendBitcoinNowAction.pingFailure=Hi\u00e7 bir sunucuya ba\u011flan\u0131lamad\u0131. A\u011f ba\u011flant\u0131n\u0131z\u0131 kontrol edin ve MultiDoge'i yeniden ba\u015flat\u0131n.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=Yetersiz bakiye
sendBitcoinConfirmView.sendOption=G\u00f6nder
sendBitcoinConfirmView.cancelOption=\u0130ptal
sendBitcoinConfirmView.message=Bitcoini a\u015fa\u011f\u0131daki \u015fekilde g\u00f6ndermek istedi\u011finizi onaylay\u0131n\:
sendBitcoinConfirmView.title=G\u00f6nderiyi Onayla
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit Bitcoin g\u00f6nderebilmek i\u00e7in online ve en az iki e\u015fe ba\u011fl\u0131 olmal\u0131.
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge Dogecoin g\u00f6nderebilmek i\u00e7in online ve en az iki e\u015fe ba\u011fl\u0131 olmal\u0131.
receiveBitcoinAction.textShort=\u0130stek
-receiveBitcoinAction.text=Bitcoin iste\u011fi
-receiveBitcoinAction.tooltip=Birinden bitcoin talep et
+receiveBitcoinAction.text=Dogecoin iste\u011fi
+receiveBitcoinAction.tooltip=Birinden dogecoin talep et
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=Tercihler
-showPreferencesAction.tooltip=MultiBit tercihlerini g\u00f6r\u00fcnt\u00fcle
+showPreferencesAction.tooltip=MultiDoge tercihlerini g\u00f6r\u00fcnt\u00fcle
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=De\u011fi\u015fiklikleri Uygula
showPreferencesSubmitAction.tooltip=De\u011fi\u015fiklikleri Uygula
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=Bitcoin G\u00f6nder
+sendBitcoinPanel.title=Dogecoin G\u00f6nder
sendBitcoinPanel.sendBitcoinsPanelTitle=Detay g\u00f6nder
-sendBitcoinPanel.helpLabel1.message=Bitcoin g\u00f6ndermek istiyorum.
+sendBitcoinPanel.helpLabel1.message=Dogecoin g\u00f6ndermek istiyorum.
sendBitcoinPanel.helpLabel2.message=G\u00f6ndermek i\u00e7in bir adres ve bir miktar se\u00e7in.
sendBitcoinPanel.helpLabel3.message=Etiket ekle.
sendBitcoinPanel.addressLabel=Adres
@@ -230,8 +231,8 @@ sendBitcoinPanel.labelLabel=Etiket
sendBitcoinPanel.labelLabel.tooltip=Bu adres i\u00e7in a\u00e7\u0131klay\u0131c\u0131 bir etiket
sendBitcoinPanel.amountLabel=Tutar\u0131
sendBitcoinPanel.amountLabel.tooltip=G\u00f6nderilecek tutar
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=BTC birimi
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=DOGE birimi
sendBitcoinPanel.sendingAddressesTitle=Bitoin g\u00f6nderilebilecek adresler
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=G\u00f6nderme adresleriniz (s\u00fcresi ge\u00e7mi\u015f olabilir)
sendBitcoinPanel.couldNotUnderstandQRcode="{0}" QR kod'u anla\u015f\u0131lamad\u0131.
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=Daha az
sendBitcoinPanel.showLess.tooltip=Yan paneli sakla
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Bitcoin al
-receiveBitcoinPanel.helpLabel1.message=Bitcoin almak istiyorsunuz.
+receiveBitcoinPanel.title=Dogecoin al
+receiveBitcoinPanel.helpLabel1.message=Dogecoin almak istiyorsunuz.
receiveBitcoinPanel.helpLabel2.message=Al\u0131c\u0131 adreslerinizden birini se\u00e7in.
receiveBitcoinPanel.helpLabel3.message=Bir etiket ve bir miktar girin.
receiveBitcoinPanel.addressLabel=Adresiniz
-receiveBitcoinPanel.addressLabel.tooltip=Bitcoin almak istedi\u011finiz adres
+receiveBitcoinPanel.addressLabel.tooltip=Dogecoin almak istedi\u011finiz adres
receiveBitcoinPanel.labelLabel=Etiket
receiveBitcoinPanel.labelLabel.tooltip=Bu adres i\u00e7in a\u00e7\u0131klay\u0131c\u0131 bir etiket
receiveBitcoinPanel.amountLabel=Tutar\u0131
receiveBitcoinPanel.amountLabel.tooltip=Alacak tutar\u0131
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=BTC birimi
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=DOGE birimi
receiveBitcoinPanel.receivingAddressesTitle=Al\u0131c\u0131 adresleriniz
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Al\u0131c\u0131 adresleriniz (s\u00fcresi ge\u00e7mi\u015f olabilir)
@@ -264,11 +265,11 @@ addressBookTableModel.labelColumnHeader=Etiket
addressBookTableModel.addressColumnHeader=Adres
copyQRCodeTextAction.text=Metin kopyala
-copyQRCodeTextAction.tooltip=Bitcoin URI metnini kopyala
+copyQRCodeTextAction.tooltip=Dogecoin URI metnini kopyala
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Kopyala
-copyQRCodeImageAction.tooltip=Bitcoin QR kodunu kopyalay\u0131n
+copyQRCodeImageAction.tooltip=Dogecoin QR kodunu kopyalay\u0131n
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=Yap\u0131\u015ft\u0131r
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Yeni al\u0131m adresleri yarat
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=Yeni
-createOrEditAddressAction.createSending.tooltip=Bitcoin g\u00f6ndermek i\u00e7in yeni bir adres ekleyin
+createOrEditAddressAction.createSending.tooltip=Dogecoin g\u00f6ndermek i\u00e7in yeni bir adres ekleyin
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Tamam
@@ -327,10 +328,10 @@ multiBitModel.debitDescriptionWithLabel="{1}" ({0})'a G\u00f6nderilen
validationErrorView.title=Do\u011frulama hatas\u0131
validationErrorView.okOption=Tamam
-validationErrorView.addressInvalidMessage=Adres "{0}" ge\u00e7erli bir bitcoin adresi de\u011fil.
+validationErrorView.addressInvalidMessage=Adres "{0}" ge\u00e7erli bir dogecoin adresi de\u011fil.
validationErrorView.amountIsMissingMessage=Bir tutar belirtmelisiniz
validationErrorView.amountInvalidMessage=Tutar "{0}", say\u0131 olarak anla\u015f\u0131lamad\u0131.
-validationErrorView.amountIsNegativeOrZeroMessage=Tutar 0 BTC'den b\u00fcy\u00fck olmal\u0131d\u0131r.
+validationErrorView.amountIsNegativeOrZeroMessage=Tutar 0 DOGE'den b\u00fcy\u00fck olmal\u0131d\u0131r.
validationErrorView.amountIsTooSmallMessage=Miktar \u00e7ok az. En az {0} satoshi olmal\u0131d\u0131r.
validationErrorView.notEnoughFundsMessage=C\u00fczdan\u0131n\u0131zda {0} taraf\u0131na yollanacak miktar yok.\nSadece onaylanm\u0131\u015f \u00f6demeleri harcayabilirsiniz.\nUnutmay\u0131n ki g\u00f6nderici belirli bir miktar \u00f6demektedir.
validationErrorView.notEnoughFundsMessage2=C\u00fczdan\u0131n\u0131zda {0} taraf\u0131na yollanacak miktar yok.\nSadece "Kullan\u0131labilir mebla"'n\u0131\u0131z\u0131 kullanabilirsiniz. \nUnutmay\u0131n ki g\u00f6nderici belirli bir miktar \u00f6demektedir.
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=C\u00fczdan tan\u0131m\u0131
singleWalletPanel.dataHasChanged.text=G\u00fcncelle\u015ftirmeler durduruldu.
singleWalletPanel.dataHasChanged.tooltip.1=Ba\u015fka bir program bu c\u00fczdan\u0131 de\u011fi\u015ftirdi.
-singleWalletPanel.dataHasChanged.tooltip.2=Hatalar\u0131 \u00f6nlemek i\u00e7in bu MultiBit g\u00fcncelle\u015ftirmeyi durdurdu.
+singleWalletPanel.dataHasChanged.tooltip.2=Hatalar\u0131 \u00f6nlemek i\u00e7in bu MultiDoge g\u00fcncelle\u015ftirmeyi durdurdu.
singleWalletPanel.dataHasChanged.backupFile=Yedekleme dosyas\u0131 "{0}".
singleWalletPanel.twistyRightText=C\u00fczdan detaylar\u0131n\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in t\u0131kla
singleWalletPanel.twistyDownText=C\u00fczdan detaylar\u0131n\u0131 saklamak i\u00e7in t\u0131kla
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=Tarihi s\u0131f\u0131rla
resetTransactionsPanel.resetFromFirstTransaction=Ilk i\u015flem tarihinden s\u0131f\u0131rla
resetTransactionsPanel.chooseResetDate=S\u0131f\u0131rlama tarihi belirleyin\: {0}
-showOpenUriView.title=Bitcoin URI'sini a\u00e7
-showOpenUriView.message1=Ba\u015fka bir uygulama Bitcoin \u00f6demesi talep etti.
+showOpenUriView.title=Dogecoin URI'sini a\u00e7
+showOpenUriView.message1=Ba\u015fka bir uygulama Dogecoin \u00f6demesi talep etti.
showOpenUriView.message2='G\u00f6nder' formunu talep ile doldurmak ister misiniz?
showOpenUriView.yesText=Evet
showOpenUriView.noText=No
showOpenUriView.rememberMyDecision=Karar\u0131m\u0131 hat\u0131rla
-showOpenUriViewSubmitAction.tooltip=G\u00f6nder formunu bitcoin \u00f6deme talebiyle doldur
+showOpenUriViewSubmitAction.tooltip=G\u00f6nder formunu dogecoin \u00f6deme talebiyle doldur
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=\u00d6deme talebi al\u0131nd\u0131 fakat tercihlerden dolay\u0131 yoksay\u0131ld\u0131
showOpenUriViewAction.tooltip=Evet, g\u00f6nder formunu \u00f6deme talebiyle doldur
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Ekran yaz\u0131 tipi se\u00e7me
-fontChooser.tooltip=MultiBit i\u00e7inde kullan\u0131lacak yaz\u0131 tipini se\u00e7in
+fontChooser.tooltip=MultiDoge i\u00e7inde kullan\u0131lacak yaz\u0131 tipini se\u00e7in
fontChooser.mnemonic=F
fontChooser.ok=Tamam
fontChooser.cancel=\u0130ptal
@@ -454,7 +455,7 @@ showExportPrivateKeysPanel.passwordPrompt=\u015eifre
showExportPrivateKeysPanel.repeatPasswordPrompt=parolay\u0131 tekrarlay\u0131n
showExportPrivateKeysPanel.theTwoPasswordsMatch=\u015eifreler birbirini tutuyor
-showImportPrivateKeysAction.text=Bitcoins'i nasil kullanabilirim\n
+showImportPrivateKeysAction.text=Dogecoins'i nasil kullanabilirim\n
showImportPrivateKeysAction.tooltip=Dosyadan \u00f6zel anahtarlar\u0131 i\u00e7e aktar
showImportPrivateKeysAction.mnemonic=I
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=Komisyon, harcamaya eklendi
transactionDetailsDialog.sizeLabel.text="Boyutu"
transactionDetailsDialog.sizeLabel.tooltip=\u0130\u015flemin byte cinsinden b\u00fcy\u00fckl\u00fc\u011f\u00fc
transactionDetailsDialog.viewAtBlockExplorer=blockexplorer.com 'da g\u00f6r\u00fcnt\u00fcle
-transactionDetailsDialog.viewAtBlockChainInfo=blockchain.info 'da g\u00f6r\u00fcnt\u00fcle
+transactionDetailsDialog.viewAtBlockChainInfo=dogechain.info 'da g\u00f6r\u00fcnt\u00fcle
crudButton.new=Yeni
crudButton.open=A\u00e7
crudButton.delete=Sil
closeWalletAction.text=C\u00fczdan\u0131 Kapat
-closeWalletAction.tooltip="C\u00fczdan\u0131 Kapat ve MultiBit'te G\u00f6sterme".
+closeWalletAction.tooltip="C\u00fczdan\u0131 Kapat ve MultiDoge'te G\u00f6sterme".
closeWalletAction.mnemonicText=C
deleteWalletAction.text=C\u00fczdan\u0131 Sil
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=C\u00fczdan "{0}" ba\u015far\u0131yla
deleteWalletConfirmDialog.walletDeleteError1=C\u00fczdan\u0131 silerken bir hata olu\u015ftu.
deleteWalletConfirmDialog.walletDeleteError2=Sorun "{0}" oldu.
deleteWalletConfirmDialog.question1=Bu i\u015flemi onayl\u0131yorsan\u0131z ENTER'a bas\u0131n\u0131z
-deleteWalletConfirmDialog.question2=Bitcoin'in yarat\u0131c\u0131s\u0131n\u0131n ad\u0131.
+deleteWalletConfirmDialog.question2=Dogecoin'in yarat\u0131c\u0131s\u0131n\u0131n ad\u0131.
deleteWalletConfirmDialog.wrongAnswer=Yanl\u0131\u015f cevap
deleteWalletException.walletWasReadonly="C\u00fczdan(veya c\u00fczdan dosyas\u0131)Salt Okunur Oldu\u011fundan Silinemez"
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=C\u00fczdan bilgisi ba\u015far\u0
deleteWalletConfirmDialog.newWalletCreated=Hi\u00e7 c\u00fczdan\u0131n\u0131z olmad\u0131\u011f\u0131 i\u00e7in, yeni bir c\u00fczdan otomatik olarak olu\u015fturuldu.
welcomePanel.text=Ho\u015f Geldiniz
-welcomePanel.title=MultiBit'e ho\u015f geldiniz
+welcomePanel.title=MultiDoge'e ho\u015f geldiniz
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=MultiBit ile bitcoinleriniz bir c\u00fczdanda tutulur. Organize olmak i\u00e7in birden fazla c\u00fczdan\u0131n\u0131z olabilir. B\u00fct\u00fcn bunlar\u0131 sol paneldeki "C\u00fczdanlar"da g\u00f6r\u00fcnt\u00fclenir.
+welcomePanel.paragraph1=MultiDoge ile bitcoinleriniz bir c\u00fczdanda tutulur. Organize olmak i\u00e7in birden fazla c\u00fczdan\u0131n\u0131z olabilir. B\u00fct\u00fcn bunlar\u0131 sol paneldeki "C\u00fczdanlar"da g\u00f6r\u00fcnt\u00fclenir.
welcomePanel.paragraph2=\u0130stediklerinizi yapmak i\u00e7in men\u00fc se\u00e7eneklerini kullanarak yeni sekme a\u00e7abilirsiniz.\n"G\u00f6nder", "\u0130stek" ve "\u00d6demeler" sekmeleri hep a\u00e7\u0131kt\u0131r. Di\u011ferleri ise ba\u015fl\u0131ktaki k\u00fc\u00e7\u00fck "x" butonu ile kapat\u0131labilir.
welcomePanel.paragraph2.5=Hesab\u0131n\u0131z\u0131 daha g\u00fcvenli yapmak i\u00e7in men\u00fc se\u00e7ene\u011finden "File | Add Password" sekmesini kullanabilirsiniz.
welcomePanel.paragraph3=Ekrandaki bir \u00e7ok \u00f6\u011fe i\u00e7in ipucu halinde bir a\u00e7\u0131klama mevcut. Farenizle bir \u00f6\u011fenin \u00fcst\u00fcne gelerek ipucunu g\u00f6rebilirsiniz.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=A
addPasswordPanel.password.title=\u015eifre
addPasswordPanel.text=A\u015fa\u011f\u0131daki c\u00fczdan \u015fifre korumal\u0131 olacak\:
addPasswordPanel.reminder1=\u015eifrenizi g\u00fcvenli saklay\u0131n.
-addPasswordPanel.reminder2=Bitcoin harcayabilmek i\u00e7in bu \u015fifreye ihtiyac\u0131n\u0131z var.
+addPasswordPanel.reminder2=Dogecoin harcayabilmek i\u00e7in bu \u015fifreye ihtiyac\u0131n\u0131z var.
addPasswordPanel.reminder3=E\u011fer kaybolursa geri al\u0131namaz.
addPasswordPanel.enterPasswords=Bu c\u00fczdan i\u00e7in kullanmak istedi\u011finiz parolay\u0131 girin
addPasswordPanel.addPasswordSuccess=Parola ba\u015far\u0131yla eklendi.
@@ -584,7 +585,7 @@ changePasswordPanel.text=A\u015fa\u011f\u0131daki c\u00fczdan i\u00e7in \u015fif
changePasswordPanel.newPasswordPrompt=Yeni \u015fifre
changePasswordPanel.repeatNewPasswordPrompt=Yeni \u015fifreyi tekrarlay\u0131n
changePasswordPanel.reminder1=\u015eifrenizi g\u00fcvenli saklay\u0131n.
-changePasswordPanel.reminder2=Bitcoin harcayabilmek i\u00e7in bu \u015fifreye ihtiyac\u0131n\u0131z var.
+changePasswordPanel.reminder2=Dogecoin harcayabilmek i\u00e7in bu \u015fifreye ihtiyac\u0131n\u0131z var.
changePasswordPanel.reminder3=E\u011fer kaybolursa geri al\u0131namaz.
changePasswordPanel.enterPasswords=Bu c\u00fczdan i\u00e7in kullanmak istedi\u011finiz yeni \u015fifrenizi girin
changePasswordPanel.enterCurrentPassword=Mevcut \u015fifreyi girin
@@ -655,12 +656,12 @@ transactionConfidence.pending=Bekleyen/Onaylanmam\u0131\u015f.
transactionConfidence.appearedInBestChain=iyi zinzir {0} y\u00fcksekli\u011finde g\u00f6r\u00fcnd\u00fc.
transactionConfidence.seenByUnknownNumberOfPeers=Ka\u00e7 kullan\u0131c\u0131n\u0131n bu i\u015flemi g\u00f6rd\u00fc\u011f\u00fc bilinmiyor.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Bir bitcoin miktar\u0131 sadece 8 (ondal\u0131k) basamak olabilir.
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=Bir dogecoin miktar\u0131 sadece 8 (ondal\u0131k) basamak olabilir.
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces="{0}" i\u00e7inde belirtilen bir miktar sadece {1} (ondal\u0131k) basamak olabilir
currencyConverter.couldNotUnderstandAmount="{0}" tutar\u0131 bir say\u0131 olarak anla\u015f\u0131lamad\u0131
alertManagerTitle=Yeni s\u00fcr\u00fcm\u00fc mevcut
-alertManagerLine1=MultiBit "{0}" kullan\u0131labilir durumda.
+alertManagerLine1=MultiDoge "{0}" kullan\u0131labilir durumda.
alertManagerLine2=Ge\u00e7erli s\u00fcr\u00fcm\u00fcn\u00fcz "{0}".
alertManagerViewRelease=S\u00fcr\u00fcm\u00fc g\u00f6ster
diff --git a/src/main/resources/i18n/vi/viewer.properties b/src/main/resources/i18n/vi/viewer.properties
index 153055c88..7efb20628 100755
--- a/src/main/resources/i18n/vi/viewer.properties
+++ b/src/main/resources/i18n/vi/viewer.properties
@@ -51,13 +51,13 @@ showPreferencesPanel.language.37=Serbia
showPreferencesPanel.feeTitle=Ph\u00ed giao d\u1ecbch
showPreferencesPanel.feeLabel.text=l\u1ec7 Ph\u00ed
showPreferencesPanel.size.text=1HLpPzjupNhvwp8RykKrGhEjmSbdYRE2MF
-showPreferencesPanel.couldNotUnderstandFee=MultiBit kh\u00f4ng th\u1ec3 hi\u1ec3u c\u00e1c chi ph\u00ed c\u1ee7a "{0}". Gi\u1eef c\u00e1c kho\u1ea3n ph\u00ed c\u0169.
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge kh\u00f4ng th\u1ec3 hi\u1ec3u c\u00e1c chi ph\u00ed c\u1ee7a "{0}". Gi\u1eef c\u00e1c kho\u1ea3n ph\u00ed c\u0169.
showPreferencesPanel.aFeeMustBeSet=B\u1ea1n ph\u1ea3i thi\u1ebft l\u1eadp m\u1ed9t kho\u1ea3n ph\u00ed giao d\u1ecbch. Gi\u1eef c\u00e1c kho\u1ea3n ph\u00ed c\u0169.
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=C\u00e1c kho\u1ea3n ph\u00ed ph\u1ea3i l\u00e0 \u00edt nh\u1ea5t l\u00e0 0.0001 BTC. Gi\u1eef c\u00e1c kho\u1ea3n ph\u00ed c\u0169.
-showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=C\u00e1c kho\u1ea3n ph\u00ed ph\u1ea3i nh\u1ecf h\u01a1n 1 BTC. Ki\u1ec3m tra c\u1ee7a b\u1ea1n t\u00e1ch th\u1eadp ph\u00e2n. Gi\u1eef c\u00e1c kho\u1ea3n ph\u00ed c\u0169.
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=C\u00e1c kho\u1ea3n ph\u00ed ph\u1ea3i l\u00e0 \u00edt nh\u1ea5t l\u00e0 0.0001 DOGE. Gi\u1eef c\u00e1c kho\u1ea3n ph\u00ed c\u0169.
+showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=C\u00e1c kho\u1ea3n ph\u00ed ph\u1ea3i nh\u1ecf h\u01a1n 1 DOGE. Ki\u1ec3m tra c\u1ee7a b\u1ea1n t\u00e1ch th\u1eadp ph\u00e2n. Gi\u1eef c\u00e1c kho\u1ea3n ph\u00ed c\u0169.
showPreferencesPanel.browserIntegrationTitle=T\u00edch h\u1ee3p tr\u00ecnh duy\u1ec7t
-showPreferencesPanel.browserIntegration.messageText=Nh\u1eefng g\u00ec b\u1ea1n mu\u1ed1n x\u1ea3y ra khi m\u1ed9t y\u00eau c\u1ea7u thanh to\u00e1n Bitcoin nh\u1ea5p v\u00e0o trong tr\u00ecnh duy\u1ec7t?
-showPreferencesPanel.ignoreAll=B\u1ecf qua t\u1ea5t c\u1ea3 c\u00e1c y\u00eau c\u1ea7u thanh to\u00e1n Bitcoin
+showPreferencesPanel.browserIntegration.messageText=Nh\u1eefng g\u00ec b\u1ea1n mu\u1ed1n x\u1ea3y ra khi m\u1ed9t y\u00eau c\u1ea7u thanh to\u00e1n Dogecoin nh\u1ea5p v\u00e0o trong tr\u00ecnh duy\u1ec7t?
+showPreferencesPanel.ignoreAll=B\u1ecf qua t\u1ea5t c\u1ea3 c\u00e1c y\u00eau c\u1ea7u thanh to\u00e1n Dogecoin
showPreferencesPanel.fillAutomatically=\u0110i\u1ec1n v\u00e0o bi\u1ec3u m\u1eabu g\u1eedi t\u1ef1 \u0111\u1ed9ng
showPreferencesPanel.askEveryTime=H\u1ecfi t\u00f4i m\u1ed7i l\u1ea7n
@@ -77,8 +77,8 @@ showPreferencesPanel.ticker.secondRow=h\u00e0ng th\u1ee9 hai
showPreferencesPanel.ticker.showSecondRow=Hi\u1ec3n th\u1ecb h\u00e0ng th\u1ee9 hai
showPreferencesPanel.ticker.exchange=Exchange
showPreferencesPanel.ticker.currency=Ti\u1ec1n t\u1ec7
-showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Hi\u1ec3n th\u1ecb Bitcoin chuy\u1ec3n \u0111\u1ed5i sang s\u1eed d\u1ee5ng \u0111\u1ed3ng ti\u1ec1n t\u1ec7
-showPreferencesPanel.ticker.exchangeInformation=Bitcoin s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb chuy\u1ec3n \u0111\u1ed5i b\u1eb1ng c\u00e1ch s\u1eed d\u1ee5ng gi\u00e1 m\u1edbi nh\u1ea5t c\u1ee7a \u0111\u1ed3ng ti\u1ec1n n\u00e0y.
+showPreferencesPanel.ticker.showBitcoinConvertedToFiat=Hi\u1ec3n th\u1ecb Dogecoin chuy\u1ec3n \u0111\u1ed5i sang s\u1eed d\u1ee5ng \u0111\u1ed3ng ti\u1ec1n t\u1ec7
+showPreferencesPanel.ticker.exchangeInformation=Dogecoin s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb chuy\u1ec3n \u0111\u1ed5i b\u1eb1ng c\u00e1ch s\u1eed d\u1ee5ng gi\u00e1 m\u1edbi nh\u1ea5t c\u1ee7a \u0111\u1ed3ng ti\u1ec1n n\u00e0y.
showPreferencesPanel.oerLabel.text=OpenExchangeRates App ID
showPreferencesPanel.oerLabel.tooltip=M\u00e3 truy c\u1eadp App ID t\u1eeb OpenExchangeRates.org
showPreferencesPanel.oerValidationError.text1=B\u1ea1n \u0111\u00e3 nh\u1eadp ID \u1ee9ng d\u1ee5ng kh\u00f4ng h\u1ee3p l\u1ec7
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=Kh\u00f4ng ch\u00ednh x\u00e1c App
showPreferencesPanel.getAppId.text=Get App ID
showPreferencesPanel.getAppId.tooltip=m\u1edf tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\u1ec3 \u0111\u0103ng k\u00fd OpenExchangeRates.org
showPreferencesPanel.getAppId.label=Nh\u1ea5n n\u00fat "Get App ID" d\u01b0\u1edbi \u0111\u00e2y
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=T\u1ea1o ra v\u00ed "{0}".
multiBit.openingWallet=M\u1edf v\u00ed "{0}"...
@@ -95,9 +96,9 @@ multiBit.openingWalletIsDone=d\u1eebng
multiBit.closedWallet=The wallet "{0}" was closed successfully.
multibit.userDataDirectory=The user data directory is "{0}".
multibit.installationDirectory=The installation directory is "{0}".
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=S\u1ed1 d\u01b0
-multiBitFrame.balanceLabel.tooltip=s\u1ed1 d\u01b0 bao g\u1ed3m bitcoins ch\u01b0a \u0111\u01b0\u1ee3c x\u00e1c nh\u1eadn v\u00e0 thay \u0111\u1ed5i
+multiBitFrame.balanceLabel.tooltip=s\u1ed1 d\u01b0 bao g\u1ed3m dogecoins ch\u01b0a \u0111\u01b0\u1ee3c x\u00e1c nh\u1eadn v\u00e0 thay \u0111\u1ed5i
multiBitFrame.ticker.show.text=Show Currency Ticker
multiBitFrame.ticker.hide.text=Hide Currency Ticker
multiBitFrame.statusBar.tooltip1=Messages.
@@ -145,16 +146,16 @@ multiBitFrame.status.beingConfirmedAndCoinbase=\u0110\u00e2y l\u00e0 m\u1ed9t gi
multiBitFrame.availableToSpend=S\u1eb5n s\u00e0ng \u0111\u1ec3 chi ti\u00eau\: {0}
multiBitFrame.availableToSpend2=S\u1eb5n s\u00e0ng \u0111\u1ec3 chi ti\u00eau
-multiBitFrame.availableToSpend.tooltip=C\u00e2n b\u1eb1ng \u00edt ch\u01b0a x\u00e1c nh\u1eadn bitcoins v\u00e0 thay \u0111\u1ed5i v\u1eabn \u0111\u1ec3 \u0111\u01b0\u1ee3c tr\u1ea3 l\u1ea1i
+multiBitFrame.availableToSpend.tooltip=C\u00e2n b\u1eb1ng \u00edt ch\u01b0a x\u00e1c nh\u1eadn dogecoins v\u00e0 thay \u0111\u1ed5i v\u1eabn \u0111\u1ec3 \u0111\u01b0\u1ee3c tr\u1ea3 l\u1ea1i
-multiBitService.errorText=Kh\u00f4ng th\u1ec3 k\u1ebft n\u1ed1i v\u00e0o m\u1ea1ng Bitcoin. C\u00e1c l\u1ed7i \u0111\u00e3\: {0}
-multiBitService.errorTitleText=L\u1ed7i k\u1ebft n\u1ed1i v\u1edbi m\u1ea1ng l\u01b0\u1edbi Bitcoin
-multiBitService.stoppingBitcoinNetworkConnection=Stopping Bitcoin network connection...
+multiBitService.errorText=Kh\u00f4ng th\u1ec3 k\u1ebft n\u1ed1i v\u00e0o m\u1ea1ng Dogecoin. C\u00e1c l\u1ed7i \u0111\u00e3\: {0}
+multiBitService.errorTitleText=L\u1ed7i k\u1ebft n\u1ed1i v\u1edbi m\u1ea1ng l\u01b0\u1edbi Dogecoin
+multiBitService.stoppingBitcoinNetworkConnection=Stopping Dogecoin network connection...
multiBitService.couldNotLoadBlockchain=Kh\u00f4ng th\u1ec3 t\u1ea3i blockchain "{0}". C\u00e1c l\u1ed7i \u0111\u00e3 l\u00e0 "{1}".
multiBitService.replayingFromBlockCache=Replaying from local cache...
exitAction.text=Exit
-exitAction.tooltip=Exit from MultiBit
+exitAction.tooltip=Exit from MultiDoge
exitAction.mnemonicKey=X
openWalletAction.text=M\u1edf v\u00ed
@@ -173,70 +174,70 @@ openWalletView.title=M\u1edf v\u00ed
saveWalletAsView.untitled=Ch\u01b0a c\u00f3 ti\u00eau \u0111\u1ec1
-helpAboutAction.text=V\u1ec1 MultiBit
-helpAboutAction.tooltip=V\u1ec1 MultiBit
+helpAboutAction.text=V\u1ec1 MultiDoge
+helpAboutAction.tooltip=V\u1ec1 MultiDoge
helpAboutAction.mnemonicKey=M\u1ed9t
-helpAboutAction.messageBoxTitle=V\u1ec1 MultiBit
+helpAboutAction.messageBoxTitle=V\u1ec1 MultiDoge
helpAboutAction.versionText=Phi\u00ean b\u1ea3n\: {0}
showHelpContentsAction.text=N\u1ed9i dung Tr\u1ee3 gi\u00fap
-showHelpContentsAction.tooltip=Hi\u1ec3n th\u1ecb tr\u1ee3 gi\u00fap MultiBit
+showHelpContentsAction.tooltip=Hi\u1ec3n th\u1ecb tr\u1ee3 gi\u00fap MultiDoge
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=N\u1ed9i dung Tr\u1ee3 gi\u00fap
-sendBitcoinAction.text=G\u1eedi Bitcoin
-sendBitcoinAction.tooltip=G\u1eedi bitcoin cho m\u1ed9t ng\u01b0\u1eddi kh\u00e1c
-sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiBit has finished synchronising before sending
+sendBitcoinAction.text=G\u1eedi Dogecoin
+sendBitcoinAction.tooltip=G\u1eedi dogecoin cho m\u1ed9t ng\u01b0\u1eddi kh\u00e1c
+sendBitcoinAction.pleaseWait.tooltip=Please wait until MultiDoge has finished synchronising before sending
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=G\u1eedi
-sendBitcoinConfirmAction.tooltip=G\u1eedi bitcoin cho m\u1ed9t ng\u01b0\u1eddi kh\u00e1c
+sendBitcoinConfirmAction.tooltip=G\u1eedi dogecoin cho m\u1ed9t ng\u01b0\u1eddi kh\u00e1c
sendBitcoinConfirmAction.mnemonicKey=E
-sendBitcoinNowAction.sendingBitcoin=\u0111ang g\u1eedi bitcoin....
-sendBitcoinNowAction.bitcoinSentOk=Bitcoin c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c g\u1eedi th\u00e0nh c\u00f4ng.
-sendBitcoinNowAction.bitcoinSendFailed=G\u1eedi bitcoin c\u1ee7a b\u1ea1n \u0111\u00e3 th\u1ea5t b\u1ea1i.
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.sendingBitcoin=\u0111ang g\u1eedi dogecoin....
+sendBitcoinNowAction.bitcoinSentOk=Dogecoin c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c g\u1eedi th\u00e0nh c\u00f4ng.
+sendBitcoinNowAction.bitcoinSendFailed=G\u1eedi dogecoin c\u1ee7a b\u1ea1n \u0111\u00e3 th\u1ea5t b\u1ea1i.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\u0110\u00e3 c\u00f3 kh\u00f4ng \u0111\u1ee7 ti\u1ec1n \u0111\u1ec3 g\u1eedi c\u1ee7a b\u1ea1n.
sendBitcoinConfirmView.sendOption=G\u1eedi
sendBitcoinConfirmView.cancelOption=H\u1ee7y b\u1ecf
-sendBitcoinConfirmView.message=Xin vui l\u00f2ng x\u00e1c nh\u1eadn r\u1eb1ng b\u1ea1n mu\u1ed1n g\u1eedi bitcoin nh\u01b0 sau\:
-sendBitcoinConfirmView.title=X\u00e1c nh\u1eadn g\u1eedi Bitcoin
-sendBitcoinConfirmView.multibitMustBeOnline=MultiBit ph\u1ea3i \u0111\u01b0\u1ee3c tr\u1ef1c tuy\u1ebfn v\u00e0 k\u1ebft n\u1ed1i v\u1edbi nhi\u1ec1u h\u01a1n m\u1ed9t h\u00e0ng \u0111\u1ec3 g\u1eedi c\u00e1c Bitcoin.
+sendBitcoinConfirmView.message=Xin vui l\u00f2ng x\u00e1c nh\u1eadn r\u1eb1ng b\u1ea1n mu\u1ed1n g\u1eedi dogecoin nh\u01b0 sau\:
+sendBitcoinConfirmView.title=X\u00e1c nh\u1eadn g\u1eedi Dogecoin
+sendBitcoinConfirmView.multibitMustBeOnline=MultiDoge ph\u1ea3i \u0111\u01b0\u1ee3c tr\u1ef1c tuy\u1ebfn v\u00e0 k\u1ebft n\u1ed1i v\u1edbi nhi\u1ec1u h\u01a1n m\u1ed9t h\u00e0ng \u0111\u1ec3 g\u1eedi c\u00e1c Dogecoin.
receiveBitcoinAction.textShort=Y\u00eau c\u1ea7u
-receiveBitcoinAction.text=Y\u00eau c\u1ea7u Bitcoin
-receiveBitcoinAction.tooltip=y\u00eau c\u1ea7u bitcoin t\u1eeb m\u1ed9t ng\u01b0\u1eddi kh\u00e1c
+receiveBitcoinAction.text=Y\u00eau c\u1ea7u Dogecoin
+receiveBitcoinAction.tooltip=y\u00eau c\u1ea7u dogecoin t\u1eeb m\u1ed9t ng\u01b0\u1eddi kh\u00e1c
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=S\u1edf th\u00edch
-showPreferencesAction.tooltip=Xem t\u00f9y ch\u1ecdn MultiBit
+showPreferencesAction.tooltip=Xem t\u00f9y ch\u1ecdn MultiDoge
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=\u00c1p d\u1ee5ng thay \u0111\u1ed5i
showPreferencesSubmitAction.tooltip=\u00c1p d\u1ee5ng thay \u0111\u1ed5i
showPreferencesSubmitAction.mnemonicKey=S
-sendBitcoinPanel.title=G\u1eedi Bitcoin
+sendBitcoinPanel.title=G\u1eedi Dogecoin
sendBitcoinPanel.sendBitcoinsPanelTitle=xem th\u00f4ng tin chi ti\u1ebft g\u1eedi
-sendBitcoinPanel.helpLabel1.message=B\u1ea1n mu\u1ed1n g\u1eedi Bitcoin ?
+sendBitcoinPanel.helpLabel1.message=B\u1ea1n mu\u1ed1n g\u1eedi Dogecoin ?
sendBitcoinPanel.helpLabel2.message=Nh\u1eadp ho\u1eb7c ch\u1ecdn m\u1ed9t \u0111\u1ecba ch\u1ec9 \u0111\u1ec3 g\u1eedi \u0111\u1ebfn v\u00e0 m\u1ed9t s\u1ed1 ti\u1ec1n.
sendBitcoinPanel.helpLabel3.message=T\u00f9y ch\u1ecdn th\u00eam m\u1ed9t nh\u00e3n.
sendBitcoinPanel.addressLabel=\u0110\u1ecba ch\u1ec9
-sendBitcoinPanel.addressLabel.tooltip=\u0110\u1ecba ch\u1ec9 m\u00e0 b\u1ea1n mu\u1ed1n g\u1eedi Bitcoin t\u1edbi
+sendBitcoinPanel.addressLabel.tooltip=\u0110\u1ecba ch\u1ec9 m\u00e0 b\u1ea1n mu\u1ed1n g\u1eedi Dogecoin t\u1edbi
sendBitcoinPanel.labelLabel=Nh\u00e3n
sendBitcoinPanel.labelLabel.tooltip=M\u1ed9t nh\u00e3n m\u00f4 t\u1ea3 cho \u0111\u1ecba ch\u1ec9 n\u00e0y
sendBitcoinPanel.amountLabel=S\u1ed1 l\u01b0\u1ee3ng
sendBitcoinPanel.amountLabel.tooltip=S\u1ed1 ti\u1ec1n g\u1eedi
-sendBitcoinPanel.amountUnitLabel=BTC
-sendBitcoinPanel.amountUnitLabel.tooltip=C\u00e1c \u0111\u01a1n v\u1ecb c\u1ee7a BTC
-sendBitcoinPanel.sendingAddressesTitle=\u0110\u1ecba ch\u1ec9 g\u1eedi bitcoin \u0111\u1ec3
+sendBitcoinPanel.amountUnitLabel=DOGE
+sendBitcoinPanel.amountUnitLabel.tooltip=C\u00e1c \u0111\u01a1n v\u1ecb c\u1ee7a DOGE
+sendBitcoinPanel.sendingAddressesTitle=\u0110\u1ecba ch\u1ec9 g\u1eedi dogecoin \u0111\u1ec3
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=\u0110\u1ecba ch\u1ec9 g\u1eedi c\u1ee7a b\u1ea1n (c\u00f3 th\u1ec3 h\u1ebft h\u1ea1n)
sendBitcoinPanel.couldNotUnderstandQRcode=Kh\u00f4ng th\u1ec3 hi\u1ec3u m\u00e3 QR c\u1ee7a "{0}".
sendBitcoinPanel.dragBitcoinLabelQRcode.text=k\u00e9o|QR code|\u1edf \u0111\u00e2y
-sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=s\u1eed d\u1ee5ng m\u1ed9t m\u00e3 QR bitcoin \u1edf \u0111\u00e2y \u0111\u1ec3 t\u1ef1 \u0111\u1ed9ng \u0111i\u1ec1n v\u00e0o c\u00e1c m\u1eabu 'G\u1eedi'.
+sendBitcoinPanel.dragBitcoinLabelQRcode.tooltip=s\u1eed d\u1ee5ng m\u1ed9t m\u00e3 QR dogecoin \u1edf \u0111\u00e2y \u0111\u1ec3 t\u1ef1 \u0111\u1ed9ng \u0111i\u1ec1n v\u00e0o c\u00e1c m\u1eabu 'G\u1eedi'.
sendBitcoinPanel.showMore.text=nhi\u1ec1u h\u01a1n
sendBitcoinPanel.showMore.tooltip=Hi\u1ec3n th\u1ecb b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n b\u00ean c\u1ea1nh
sendBitcoinPanel.showMore.mnemonic=S
@@ -245,18 +246,18 @@ sendBitcoinPanel.showLess.text=\u00cdt
sendBitcoinPanel.showLess.tooltip=\u1ea8n b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n
sendBitcoinPanel.showLess.mnemonic=H
-receiveBitcoinPanel.title=Receive Bitcoin
+receiveBitcoinPanel.title=Receive Dogecoin
receiveBitcoinPanel.helpLabel1.message=nh\u1eadn
receiveBitcoinPanel.helpLabel2.message=Choose one of your receiving addresses.
receiveBitcoinPanel.helpLabel3.message=Optionally enter a label and an amount.
receiveBitcoinPanel.addressLabel=\u0111\u1ecba ch\u1ec9 c\u1ee7a t\u00f4i\n
-receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive bitcoin
+receiveBitcoinPanel.addressLabel.tooltip=The address to which you want to receive dogecoin
receiveBitcoinPanel.labelLabel=Nh\u00e3n
receiveBitcoinPanel.labelLabel.tooltip=M\u1ed9t nh\u00e3n m\u00f4 t\u1ea3 cho \u0111\u1ecba ch\u1ec9 n\u00e0y
receiveBitcoinPanel.amountLabel=S\u1ed1 l\u01b0\u1ee3ng
receiveBitcoinPanel.amountLabel.tooltip=Amount to receive
-receiveBitcoinPanel.amountUnitLabel=BTC
-receiveBitcoinPanel.amountUnitLabel.tooltip=C\u00e1c \u0111\u01a1n v\u1ecb c\u1ee7a BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
+receiveBitcoinPanel.amountUnitLabel.tooltip=C\u00e1c \u0111\u01a1n v\u1ecb c\u1ee7a DOGE
receiveBitcoinPanel.receivingAddressesTitle=Your receiving addresses
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=Your receiving addresses (May be out of date)
@@ -264,15 +265,15 @@ addressBookTableModel.labelColumnHeader=Nh\u00e3n
addressBookTableModel.addressColumnHeader=\u0110\u1ecba ch\u1ec9
copyQRCodeTextAction.text=Copy Text
-copyQRCodeTextAction.tooltip=Copy bitcoin URI text to clipboard
+copyQRCodeTextAction.tooltip=Copy dogecoin URI text to clipboard
copyQRCodeTextAction.mnemonicKey=C
copyQRCodeImageAction.text=Sao ch\u00e9p
-copyQRCodeImageAction.tooltip=Copy bitcoin QR code to clipboard
+copyQRCodeImageAction.tooltip=Copy dogecoin QR code to clipboard
copyQRCodeImageAction.mnemonicKey=Q
pasteSwatchAction.text=D\u00e1n
-pasteSwatchAction.tooltip=Paste bitcoin URI text or QR code from clipboard
+pasteSwatchAction.tooltip=Paste dogecoin URI text or QR code from clipboard
pasteSwatchAction.mnemonicKey=V
createOrEditAddressAction.createReceiving.text=M\u1edbi
@@ -280,7 +281,7 @@ createOrEditAddressAction.createReceiving.tooltip=Create new receiving addresses
createOrEditAddressAction.createReceiving.mnemonicKey=N
createOrEditAddressAction.createSending.text=M\u1edbi
-createOrEditAddressAction.createSending.tooltip=Add a new address to send bitcoin to
+createOrEditAddressAction.createSending.tooltip=Add a new address to send dogecoin to
createOrEditAddressAction.createSending.mnemonicKey=N
createOrEditAddressSubmitAction.text=Ok
@@ -327,13 +328,13 @@ multiBitModel.debitDescriptionWithLabel=G\u1eedi \u0111\u1ebfn "{1}" ({0})
validationErrorView.title=Validation Error
validationErrorView.okOption=Ok
-validationErrorView.addressInvalidMessage=\u0110\u1ecba ch\u1ec9 "{0}" kh\u00f4ng ph\u1ea3i l\u00e0 m\u1ed9t \u0111\u1ecba ch\u1ec9 h\u1ee3p l\u1ec7 bitcoin.
+validationErrorView.addressInvalidMessage=\u0110\u1ecba ch\u1ec9 "{0}" kh\u00f4ng ph\u1ea3i l\u00e0 m\u1ed9t \u0111\u1ecba ch\u1ec9 h\u1ee3p l\u1ec7 dogecoin.
validationErrorView.amountIsMissingMessage=B\u1ea1n ph\u1ea3i ch\u1ec9 \u0111\u1ecbnh m\u1ed9t s\u1ed1 ti\u1ec1n
validationErrorView.amountInvalidMessage=S\u1ed1 l\u01b0\u1ee3ng "{0}" kh\u00f4ng c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c hi\u1ec3u nh\u01b0 l\u00e0 m\u1ed9t s\u1ed1.
-validationErrorView.amountIsNegativeOrZeroMessage=S\u1ed1 ti\u1ec1n ph\u1ea3i l\u1edbn h\u01a1n 0 BTC.
+validationErrorView.amountIsNegativeOrZeroMessage=S\u1ed1 ti\u1ec1n ph\u1ea3i l\u1edbn h\u01a1n 0 DOGE.
validationErrorView.amountIsTooSmallMessage=S\u1ed1 ti\u1ec1n qu\u00e1 nh\u1ecf. N\u00f3 ph\u1ea3i \u00edt {0} satoshi.
-validationErrorView.notEnoughFundsMessage=Kh\u00f4ng c\u00f3 \u0111\u1ee7 ti\u1ec1n trong n\u00e0y v\u00ed cho {0} BTC. L\u01b0u \u00fd r\u1eb1ng b\u1ea1n ch\u1ec9 c\u00f3 th\u1ec3 chi ti\u00eau x\u00e1c nh\u1eadn giao d\u1ecbch. H\u00e3y nh\u1edb r\u1eb1ng ng\u01b0\u1eddi g\u1eedi tr\u1ea3 m\u1ed9t kho\u1ea3n ph\u00ed.
-validationErrorView.notEnoughFundsMessage2=Kh\u00f4ng c\u00f3 \u0111\u1ee7 ti\u1ec1n trong n\u00e0y v\u00ed cho {0} BTC. B\u1ea1n ch\u1ec9 c\u00f3 th\u1ec3 chi ti\u00eau \u0111\u1ebfn c\u1ee7a b\u1ea1n "c\u00f3 s\u1eb5n \u0111\u1ec3 chi ti\u00eau" c\u00e2n b\u1eb1ng. H\u00e3y nh\u1edb r\u1eb1ng ng\u01b0\u1eddi g\u1eedi tr\u1ea3 m\u1ed9t kho\u1ea3n ph\u00ed.
+validationErrorView.notEnoughFundsMessage=Kh\u00f4ng c\u00f3 \u0111\u1ee7 ti\u1ec1n trong n\u00e0y v\u00ed cho {0} DOGE. L\u01b0u \u00fd r\u1eb1ng b\u1ea1n ch\u1ec9 c\u00f3 th\u1ec3 chi ti\u00eau x\u00e1c nh\u1eadn giao d\u1ecbch. H\u00e3y nh\u1edb r\u1eb1ng ng\u01b0\u1eddi g\u1eedi tr\u1ea3 m\u1ed9t kho\u1ea3n ph\u00ed.
+validationErrorView.notEnoughFundsMessage2=Kh\u00f4ng c\u00f3 \u0111\u1ee7 ti\u1ec1n trong n\u00e0y v\u00ed cho {0} DOGE. B\u1ea1n ch\u1ec9 c\u00f3 th\u1ec3 chi ti\u00eau \u0111\u1ebfn c\u1ee7a b\u1ea1n "c\u00f3 s\u1eb5n \u0111\u1ec3 chi ti\u00eau" c\u00e2n b\u1eb1ng. H\u00e3y nh\u1edb r\u1eb1ng ng\u01b0\u1eddi g\u1eedi tr\u1ea3 m\u1ed9t kho\u1ea3n ph\u00ed.
validationErrorView.moreHelp=Tr\u1ee3 gi\u00fap th\u00eam
showTransactionsAction.text=Giao d\u1ecbch
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=M\u00f4 t\u1ea3 v\u00ed c\u1ee7a
singleWalletPanel.dataHasChanged.text=d\u1eebng c\u1eadp nh\u1eadt l\u1ea1i
singleWalletPanel.dataHasChanged.tooltip.1=M\u1ed9t ch\u01b0\u01a1ng tr\u00ecnh kh\u00e1c \u0111\u00e3 thay \u0111\u1ed5i v\u00ed n\u00e0y.
-singleWalletPanel.dataHasChanged.tooltip.2=\u0110\u1ec3 tr\u00e1nh l\u1ed7i , MultiBit n\u00e0y \u0111\u00e3 ng\u1eebng C\u1eadp Nh\u1eadt.
+singleWalletPanel.dataHasChanged.tooltip.2=\u0110\u1ec3 tr\u00e1nh l\u1ed7i , MultiDoge n\u00e0y \u0111\u00e3 ng\u1eebng C\u1eadp Nh\u1eadt.
singleWalletPanel.dataHasChanged.backupFile=T\u1ec7p sao l\u01b0u l\u00e0 "{0}".
singleWalletPanel.twistyRightText=Nh\u1ea5n v\u00e0o \u0111\u00e2y \u0111\u1ec3 hi\u1ec3n th\u1ecb chi ti\u1ebft v\u00ed
singleWalletPanel.twistyDownText=Nh\u1ea5n v\u00e0o \u0111\u00e2y \u0111\u1ec3 \u1ea9n chi ti\u1ebft v\u00ed
@@ -393,20 +394,20 @@ resetTransactionsPanel.resetDate=thi\u1ebft l\u1eadp l\u1ea1i ng\u00e0y
resetTransactionsPanel.resetFromFirstTransaction=thi\u00eat l\u1eadp l\u1ea1i t\u1eeb ng\u00e0y giao d\u1ecbch \u0111\u1ea7u ti\u00ean
resetTransactionsPanel.chooseResetDate=X\u00e1c \u0111\u1ecbnh thi\u1ebft l\u1eadp l\u1ea1i ng\u00e0y\: {0}
-showOpenUriView.title=M\u1edf Bitcoin URI
-showOpenUriView.message1=M\u1ed9t \u1ee9ng d\u1ee5ng \u0111\u00e3 y\u00eau c\u1ea7u m\u1ed9t kho\u1ea3n thanh to\u00e1n Bitcoin.
+showOpenUriView.title=M\u1edf Dogecoin URI
+showOpenUriView.message1=M\u1ed9t \u1ee9ng d\u1ee5ng \u0111\u00e3 y\u00eau c\u1ea7u m\u1ed9t kho\u1ea3n thanh to\u00e1n Dogecoin.
showOpenUriView.message2=B\u1ea1n c\u00f3 mu\u1ed1n \u0111\u1ec3 \u0111i\u1ec1n v\u00e0o c\u00e1c m\u1eabu 'G\u1eedi' v\u1edbi y\u00eau c\u1ea7u?
showOpenUriView.yesText=C\u00f3
showOpenUriView.noText=Kh\u00f4ng
showOpenUriView.rememberMyDecision=Ghi nh\u1edb quy\u1ebft \u0111\u1ecbnh c\u1ee7a t\u00f4i
-showOpenUriViewSubmitAction.tooltip=\u0110i\u1ec1n v\u00e0o bi\u1ec3u m\u1eabu g\u1eedi v\u1edbi y\u00eau c\u1ea7u thanh to\u00e1n bitcoin
+showOpenUriViewSubmitAction.tooltip=\u0110i\u1ec1n v\u00e0o bi\u1ec3u m\u1eabu g\u1eedi v\u1edbi y\u00eau c\u1ea7u thanh to\u00e1n dogecoin
showOpenUriViewSubmitAction.mnemonicKey=O
showOpenUriView.paymentRequestIgnored=Y\u00eau c\u1ea7u thanh to\u00e1n \u0111\u00e3 nh\u1eadn \u0111\u01b0\u1ee3c nh\u01b0ng b\u1ecb b\u1ecf qua
showOpenUriViewAction.tooltip=C\u00f3, \u0111i\u1ec1n v\u00e0o g\u1eedi bi\u1ec3u m\u1eabu v\u1edbi c\u00e1c y\u00eau c\u1ea7u thanh to\u00e1n
showOpenUriViewAction.mnemonic=Y
fontChooser.text=Ch\u1ecdn ph\u00f4ng ch\u1eef Hi\u1ec3n th\u1ecb
-fontChooser.tooltip=Ch\u1ecdn ph\u00f4ng ch\u1eef \u0111\u1ec3 s\u1eed d\u1ee5ng trong MultiBit
+fontChooser.tooltip=Ch\u1ecdn ph\u00f4ng ch\u1eef \u0111\u1ec3 s\u1eed d\u1ee5ng trong MultiDoge
fontChooser.mnemonic=F
fontChooser.ok=Ok
fontChooser.cancel=H\u1ee7y b\u1ecf
@@ -448,7 +449,7 @@ showExportPrivateKeysPanel.filename.tooltip=Choose the file to which you want th
showExportPrivateKeysPanel.password.title=Password of export file
showExportPrivateKeysPanel.passwordProtect=Password protect export file\:
showExportPrivateKeysPanel.doNotPasswordProtect=Do not password protect export file.
-showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your bitcoin.
+showExportPrivateKeysPanel.doNotPasswordProtectWarningLabel=Anyone who can read your export file can spend your dogecoin.
showExportPrivateKeysPanel.walletPasswordPrompt=Wallet password
showExportPrivateKeysPanel.passwordPrompt=Password
showExportPrivateKeysPanel.repeatPasswordPrompt=Repeat password
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=C\u00e1c ph\u00ed \u0111\u00e3 \u0111\
transactionDetailsDialog.sizeLabel.text=K\u00edch th\u01b0\u1edbc
transactionDetailsDialog.sizeLabel.tooltip=K\u00edch th\u01b0\u1edbc c\u1ee7a giao d\u1ecbch n\u00e0y theo byte
transactionDetailsDialog.viewAtBlockExplorer=Xem t\u1ea1i blockexplorer.com
-transactionDetailsDialog.viewAtBlockChainInfo=Xem t\u1ea1i blockchain.info
+transactionDetailsDialog.viewAtBlockChainInfo=Xem t\u1ea1i dogechain.info
crudButton.new=M\u1edbi
crudButton.open=Open
crudButton.delete=X\u00f3a
closeWalletAction.text=\u0110\u00f3ng V\u00ed
-closeWalletAction.tooltip=\u0110\u00f3ng c\u00e1c kho\u1ea3n chi ti\u00eau v\u00e0 kh\u00f4ng hi\u1ec3n th\u1ecb n\u00f3 trong MultiBit.
+closeWalletAction.tooltip=\u0110\u00f3ng c\u00e1c kho\u1ea3n chi ti\u00eau v\u00e0 kh\u00f4ng hi\u1ec3n th\u1ecb n\u00f3 trong MultiDoge.
closeWalletAction.mnemonicText=C
deleteWalletAction.text=X\u00f3a V\u00ed
@@ -528,7 +529,7 @@ deleteWalletConfirmDialog.walletDeletedOk=The wallet "{0}" was deleted successfu
deleteWalletConfirmDialog.walletDeleteError1=There was an error deleting the wallet.
deleteWalletConfirmDialog.walletDeleteError2=C\u00e1c l\u1ed7i \u0111\u00e3 l\u00e0 "{0}".
deleteWalletConfirmDialog.question1=To confirm this action enter
-deleteWalletConfirmDialog.question2=t\u00ean t\u00e1c gi\u1ea3 c\u1ee7a Bitcoin.
+deleteWalletConfirmDialog.question2=t\u00ean t\u00e1c gi\u1ea3 c\u1ee7a Dogecoin.
deleteWalletConfirmDialog.wrongAnswer=C\u00e2u tr\u1ea3 l\u1eddi sai
deleteWalletException.walletWasReadonly=Wallet (or wallet info file) is readonly. Cannot delete
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=The wallet info file was not dele
deleteWalletConfirmDialog.newWalletCreated=As you had no wallets left, one has been created for you.
welcomePanel.text=Ch\u00e0o m\u1eebng
-welcomePanel.title=Ch\u00e0o m\u1eebng \u0111\u1ebfn v\u1edbi MultiBit
+welcomePanel.title=Ch\u00e0o m\u1eebng \u0111\u1ebfn v\u1edbi MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=With MultiBit your bitcoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
+welcomePanel.paragraph1=With MultiDoge your dogecoin is contained in a wallet. You can have several wallets to help keep organised. These are all shown in the "Wallets" panel on the left.
welcomePanel.paragraph2=Use the menu options to open new tabs for what you want to do. The "Send", "Request" and "Transactions" tabs are always open. The others you can close by clicking the small "x" in the tab title.
welcomePanel.paragraph2.5=You can password protect your wallet for more security with the "File | Add Password" menu option.
welcomePanel.paragraph3=Many items on the screen have a description in a tooltip. Hover over an item with your mouse to see the tooltip.
@@ -565,7 +566,7 @@ addPasswordAction.mnemonic=M\u1ed9t
addPasswordPanel.password.title=Password
addPasswordPanel.text=The following wallet will be password protected\:
addPasswordPanel.reminder1=Keep your password safe.
-addPasswordPanel.reminder2=You need this password to spend your bitcoin.
+addPasswordPanel.reminder2=You need this password to spend your dogecoin.
addPasswordPanel.reminder3=It cannot be recovered if lost.
addPasswordPanel.enterPasswords=Enter the password you want to use for this wallet
addPasswordPanel.addPasswordSuccess=The password was added successfully.
@@ -584,7 +585,7 @@ changePasswordPanel.text=The password will be changed for the following wallet\:
changePasswordPanel.newPasswordPrompt=M\u1eadt kh\u1ea9u m\u1edbi
changePasswordPanel.repeatNewPasswordPrompt=L\u1eb7p l\u1ea1i m\u1eadt kh\u1ea9u m\u1edbi
changePasswordPanel.reminder1=Keep your password safe.
-changePasswordPanel.reminder2=You need this password to spend your bitcoin.
+changePasswordPanel.reminder2=You need this password to spend your dogecoin.
changePasswordPanel.reminder3=It cannot be recovered if lost.
changePasswordPanel.enterPasswords=Enter the new password you want to use for this wallet
changePasswordPanel.enterCurrentPassword=Nh\u1eadp m\u1eadt kh\u1ea9u hi\u1ec7n t\u1ea1i
@@ -655,12 +656,12 @@ transactionConfidence.pending=Ch\u01b0a x\u00e1c nh\u1eadn/\u0111ang ch\u1edd gi
transactionConfidence.appearedInBestChain=Appeared in best chain at height {0}.
transactionConfidence.seenByUnknownNumberOfPeers=It is unknown how many peers have seen this transaction.
-currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A bitcoin amount can only have 8 decimal places
+currencyConverter.btcCanOnlyHaveEightDecimalPlaces=A dogecoin amount can only have 8 decimal places
currencyConverter.fiatCanOnlyHaveSetDecimalPlaces=An amount specified in "{0}" can only have {1} decimal place(s)
currencyConverter.couldNotUnderstandAmount=The amount "{0}" could not be understood as a number
alertManagerTitle=New version available
-alertManagerLine1=There is a new version "{0}" of MultiBit available.
+alertManagerLine1=There is a new version "{0}" of MultiDoge available.
alertManagerLine2=Phi\u00ean b\u1ea3n hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ea1n l\u00e0 "{0}".
alertManagerViewRelease=View release
diff --git a/src/main/resources/i18n/zh/viewer.properties b/src/main/resources/i18n/zh/viewer.properties
index 6e879a924..56c2f14d6 100755
--- a/src/main/resources/i18n/zh/viewer.properties
+++ b/src/main/resources/i18n/zh/viewer.properties
@@ -51,9 +51,9 @@ showPreferencesPanel.language.37=\u585e\u5c14\u7ef4\u4e9a\u8bed
showPreferencesPanel.feeTitle=\u4ea4\u6613\u8d39\u7528
showPreferencesPanel.feeLabel.text=\u8d39\u7528
showPreferencesPanel.size.text={0} \u5b57\u8282
-showPreferencesPanel.couldNotUnderstandFee=MultiBit \u65e0\u6cd5\u7406\u89e3\u7684"{0}"\u8d39\u7528\u3002\u4fdd\u6301\u539f\u6709\u8d39\u7528\u8bbe\u7f6e\u3002
+showPreferencesPanel.couldNotUnderstandFee=MultiDoge \u65e0\u6cd5\u7406\u89e3\u7684"{0}"\u8d39\u7528\u3002\u4fdd\u6301\u539f\u6709\u8d39\u7528\u8bbe\u7f6e\u3002
showPreferencesPanel.aFeeMustBeSet=\u60a8\u5fc5\u987b\u8bbe\u7f6e\u4ea4\u6613\u8d39\u7528\u3002\u4fdd\u6301\u539f\u6709\u8d39\u7528\u8bbe\u7f6e\u3002
-showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u4ea4\u6613\u8d39\u7528\u5fc5\u987b\u81f3\u5c11 0.0001 BTC\u3002\u4fdd\u6301\u539f\u6709\u8d39\u7528\u8bbe\u7f6e\u3002
+showPreferencesPanel.feeCannotBeSmallerThanMinimumFee=\u4ea4\u6613\u8d39\u7528\u5fc5\u987b\u81f3\u5c11 0.0001 DOGE\u3002\u4fdd\u6301\u539f\u6709\u8d39\u7528\u8bbe\u7f6e\u3002
showPreferencesPanel.feeCannotBeGreaterThanMaximumFee=\u8be5\u8d39\u7528\u5fc5\u987b\u5c0f\u4e8e 1 \u6bd4\u7279\u5e01\u3002\u8bf7\u68c0\u67e5\u60a8\u7684\u5c0f\u6570\u70b9\u3002\u4fdd\u7559\u539f\u6765\u7684\u8d39\u7528\u3002
showPreferencesPanel.browserIntegrationTitle=\u6d4f\u89c8\u5668\u96c6\u6210
showPreferencesPanel.browserIntegration.messageText=\u5355\u51fb\u6d4f\u89c8\u5668\u4e2d\u7684\u6bd4\u7279\u5e01\u4ed8\u6b3e\u7533\u8bf7\u65f6\uff0c\u60a8\u60f3\u505a\u4ec0\u4e48?
@@ -88,6 +88,7 @@ showPreferencesPanel.oerValidationError.title=\u9519\u8bef\u7684 App ID
showPreferencesPanel.getAppId.text=\u83b7\u53d6App ID
showPreferencesPanel.getAppId.tooltip=\u6253\u5f00\u60a8\u7684\u6d4f\u89c8\u5668 \u767b\u5f55\u5230 OpenExchangeRates.org
showPreferencesPanel.getAppId.label=\u8bf7\u70b9\u51fb\u4e0b\u9762\u7684"\u83b7\u53d6App ID"\u6309\u94ae
+showPreferencesPanel.minimizeToTray=Minimize to tray
multiBit.createdWallet=\u521b\u5efa\u7684\u94b1\u5305"{0}"\u3002
multiBit.openingWallet=\u6253\u5f00\u94b1\u5305"{0}"\u2026 \u2026
@@ -95,7 +96,7 @@ multiBit.openingWalletIsDone=...\u5b8c\u6210\u3002
multiBit.closedWallet=0
multibit.userDataDirectory=\u7528\u6237\u6570\u636e\u76ee\u5f55\u662f"{0}"\u3002
multibit.installationDirectory=\u5b89\u88c5\u76ee\u5f55\u4e3a"{0}"\u3002
-multiBitFrame.title=MultiBit
+multiBitFrame.title=MultiDoge
multiBitFrame.balanceLabel=\u4f59\u989d
multiBitFrame.balanceLabel.tooltip=\u5305\u542b\u672a\u786e\u8ba4\u6bd4\u7279\u5e01\u5728\u5185\u7684\u4f59\u989d
multiBitFrame.ticker.show.text=\u5f53\u524d\u8d27\u5e01\u4ef7\u683c
@@ -154,7 +155,7 @@ multiBitService.couldNotLoadBlockchain=\u65e0\u6cd5\u52a0\u8f7d\u6570\u636e\u94f
multiBitService.replayingFromBlockCache=\u4ece\u672c\u5730\u7f13\u5b58\u91cd\u64ad\u3002
exitAction.text=\u9000\u51fa
-exitAction.tooltip=\u4ece MultiBit \u4e2d\u9000\u51fa
+exitAction.tooltip=\u4ece MultiDoge \u4e2d\u9000\u51fa
exitAction.mnemonicKey=X
openWalletAction.text=\u6253\u5f00\u94b1\u5305
@@ -173,21 +174,21 @@ openWalletView.title=\u6253\u5f00\u94b1\u5305
saveWalletAsView.untitled=\u65e0\u6807\u9898
-helpAboutAction.text=\u5173\u4e8e MultiBit
-helpAboutAction.tooltip=\u5173\u4e8e MultiBit
+helpAboutAction.text=\u5173\u4e8e MultiDoge
+helpAboutAction.tooltip=\u5173\u4e8e MultiDoge
helpAboutAction.mnemonicKey=A
-helpAboutAction.messageBoxTitle=\u5173\u4e8e MultiBit
+helpAboutAction.messageBoxTitle=\u5173\u4e8e MultiDoge
helpAboutAction.versionText=\u7248\u672c\: {0}
showHelpContentsAction.text=\u5e2e\u52a9\u5185\u5bb9
-showHelpContentsAction.tooltip=\u663e\u793aMultiBit\u5e2e\u52a9\u4fe1\u606f
+showHelpContentsAction.tooltip=\u663e\u793aMultiDoge\u5e2e\u52a9\u4fe1\u606f
showHelpContentsAction.mnemonicKey=H
helpContentsView.messageTitle=\u5e2e\u52a9\u5185\u5bb9
sendBitcoinAction.text=\u53d1\u9001\u6bd4\u7279\u5e01
sendBitcoinAction.tooltip=\u7ed9\u67d0\u4eba\u53d1\u9001\u6bd4\u7279\u5e01
-sendBitcoinAction.pleaseWait.tooltip=\u8bf7\u7b49\u5f85\uff0c\u76f4\u5230 MultiBit \u5df2\u5b8c\u6210\u540c\u6b65\u53d1\u9001\u4e4b\u524d
+sendBitcoinAction.pleaseWait.tooltip=\u8bf7\u7b49\u5f85\uff0c\u76f4\u5230 MultiDoge \u5df2\u5b8c\u6210\u540c\u6b65\u53d1\u9001\u4e4b\u524d
sendBitcoinAction.mnemonicKey=E
sendBitcoinConfirmAction.text=\u53d1\u9001
@@ -197,14 +198,14 @@ sendBitcoinConfirmAction.mnemonicKey=E
sendBitcoinNowAction.sendingBitcoin=\u6b63\u5728\u53d1\u9001 \u6bd4\u7279\u5e01...
sendBitcoinNowAction.bitcoinSentOk=\u60a8\u7684\u6bd4\u7279\u5e01\u5df2\u6210\u529f\u53d1\u9001\u3002
sendBitcoinNowAction.bitcoinSendFailed=\u60a8\u7684\u6bd4\u7279\u5e01\u53d1\u9001\u5931\u8d25\u3002
-sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiBit.
+sendBitcoinNowAction.pingFailure=All peers failed network test. Check your network connection then restart MultiDoge.
sendBitcoinNowAction.thereWereInsufficientFundsForTheSend=\u8d44\u91d1\u4e0d\u8db3\u3002
sendBitcoinConfirmView.sendOption=\u53d1\u9001
sendBitcoinConfirmView.cancelOption=\u53d6\u6d88
sendBitcoinConfirmView.message=\u8bf7\u786e\u8ba4\u60a8\u60f3\u8981\u53d1\u9001\u6bd4\u7279\u5e01\uff0c\u5982\u4e0b\u6240\u793a\uff1a
sendBitcoinConfirmView.title=\u786e\u8ba4\u53d1\u9001\u6bd4\u7279\u5e01
-sendBitcoinConfirmView.multibitMustBeOnline=\u8fde\u63a5\u6570\u5927\u4e8e\u7b49\u4e8e2\u7684\u6761\u4ef6\u4e0b,MultiBit\u624d\u80fd\u53d1\u9001\u6bd4\u7279\u5e01\u3002
+sendBitcoinConfirmView.multibitMustBeOnline=\u8fde\u63a5\u6570\u5927\u4e8e\u7b49\u4e8e2\u7684\u6761\u4ef6\u4e0b,MultiDoge\u624d\u80fd\u53d1\u9001\u6bd4\u7279\u5e01\u3002
receiveBitcoinAction.textShort=\u8bf7\u6c42
receiveBitcoinAction.text=\u63a5\u6536\u6bd4\u7279\u5e01
@@ -212,7 +213,7 @@ receiveBitcoinAction.tooltip=\u8981\u6c42\u67d0\u4eba\u652f\u4ed8\u6bd4\u7279\u5
receiveBitcoinAction.mnemonicKey=R
showPreferencesAction.text=\u9009\u9879
-showPreferencesAction.tooltip=\u67e5\u770bMultiBit\u9009\u9879
+showPreferencesAction.tooltip=\u67e5\u770bMultiDoge\u9009\u9879
showPreferencesAction.mnemonicKey=P
showPreferencesSubmitAction.text=\u5e94\u7528\u66f4\u6539
@@ -230,7 +231,7 @@ sendBitcoinPanel.labelLabel=\u6807\u7b7e
sendBitcoinPanel.labelLabel.tooltip=\u6b64\u5730\u5740\u7684\u63cf\u8ff0\u6027\u6807\u7b7e
sendBitcoinPanel.amountLabel=\u91d1\u989d
sendBitcoinPanel.amountLabel.tooltip=\u53d1\u9001\u91d1\u989d
-sendBitcoinPanel.amountUnitLabel=BTC
+sendBitcoinPanel.amountUnitLabel=DOGE
sendBitcoinPanel.amountUnitLabel.tooltip=\u6bd4\u7279\u5e01\u5355\u4f4d
sendBitcoinPanel.sendingAddressesTitle=\u53d1\u9001\u76ee\u6807\u5730\u5740
sendBitcoinPanel.sendingAddressesTitle.mayBeOutOfDate=\u60a8\u7684\u53d1\u9001\u5730\u5740 \uff08\u53ef\u80fd\u5df2\u8fc7\u671f\uff09
@@ -255,7 +256,7 @@ receiveBitcoinPanel.labelLabel=\u6807\u7b7e
receiveBitcoinPanel.labelLabel.tooltip=\u6b64\u5730\u5740\u7684\u63cf\u8ff0\u6027\u6807\u7b7e
receiveBitcoinPanel.amountLabel=\u91d1\u989d
receiveBitcoinPanel.amountLabel.tooltip=\u63a5\u6536\u91d1\u989d
-receiveBitcoinPanel.amountUnitLabel=BTC
+receiveBitcoinPanel.amountUnitLabel=DOGE
receiveBitcoinPanel.amountUnitLabel.tooltip=\u6bd4\u7279\u5e01\u5355\u4f4d
receiveBitcoinPanel.receivingAddressesTitle=\u60a8\u7684\u63a5\u6536\u5730\u5740
receiveBitcoinPanel.receivingAddressesTitle.mayBeOutOfDate=\u60a8\u7684\u63a5\u6536\u5730\u5740 \uff08\u53ef\u80fd\u5df2\u8fc7\u671f\uff09
@@ -330,10 +331,10 @@ validationErrorView.okOption=\u786e\u5b9a
validationErrorView.addressInvalidMessage=\u5730\u5740"{0}"\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u6bd4\u7279\u5e01\u5730\u5740\u3002
validationErrorView.amountIsMissingMessage=\u60a8\u5fc5\u987b\u6307\u5b9a\u91d1\u989d
validationErrorView.amountInvalidMessage="{0}" \u4e0d\u662f\u6570\u5b57\u54e6\u4eb2\u3002
-validationErrorView.amountIsNegativeOrZeroMessage=\u91d1\u989d\u5fc5\u987b\u5927\u4e8e 0 BTC\u54e6\u4eb2\u3002
+validationErrorView.amountIsNegativeOrZeroMessage=\u91d1\u989d\u5fc5\u987b\u5927\u4e8e 0 DOGE\u54e6\u4eb2\u3002
validationErrorView.amountIsTooSmallMessage=love
-validationErrorView.notEnoughFundsMessage=\u5728\u6b64\u94b1\u5305\u91cc\u6ca1\u6709\u8db3\u591f\u7684\u8d44\u91d1\uff0c\u53d1\u90010 BTC\u3002\n\u6ce8\u610f\uff0c\u4f60\u53ea\u80fd\u4f7f\u7528\u5df2\u7ecf\u786e\u8ba4\u7684\u4ea4\u6613\u6570\u989d\u3002\n\u8bf7\u8bb0\u5f97\u53d1\u51fa\u65b9\u4f1a\u652f\u4ed8\u624b\u7eed\u8d39\u3002
-validationErrorView.notEnoughFundsMessage2=\u8fd9\u4e2a\u94b1\u5305\u91cc\u6ca1\u6709\u8db3\u591f\u7684\u8d44\u91d1\uff0c\u53d1\u90010 BTC\u3002\n\u4f60\u53ea\u80fd\u591f\u4f7f\u7528\u201d\u53ef\u4f7f\u7528\u201c\u4f59\u989d\u3002\n\u8bb0\u4f4f\uff0c\u53d1\u9001\u65b9\u652f\u4ed8\u624b\u7eed\u8d39\u3002
+validationErrorView.notEnoughFundsMessage=\u5728\u6b64\u94b1\u5305\u91cc\u6ca1\u6709\u8db3\u591f\u7684\u8d44\u91d1\uff0c\u53d1\u90010 DOGE\u3002\n\u6ce8\u610f\uff0c\u4f60\u53ea\u80fd\u4f7f\u7528\u5df2\u7ecf\u786e\u8ba4\u7684\u4ea4\u6613\u6570\u989d\u3002\n\u8bf7\u8bb0\u5f97\u53d1\u51fa\u65b9\u4f1a\u652f\u4ed8\u624b\u7eed\u8d39\u3002
+validationErrorView.notEnoughFundsMessage2=\u8fd9\u4e2a\u94b1\u5305\u91cc\u6ca1\u6709\u8db3\u591f\u7684\u8d44\u91d1\uff0c\u53d1\u90010 DOGE\u3002\n\u4f60\u53ea\u80fd\u591f\u4f7f\u7528\u201d\u53ef\u4f7f\u7528\u201c\u4f59\u989d\u3002\n\u8bb0\u4f4f\uff0c\u53d1\u9001\u65b9\u652f\u4ed8\u624b\u7eed\u8d39\u3002
validationErrorView.moreHelp=\u66f4\u591a\u5e2e\u52a9
showTransactionsAction.text=\u4ea4\u6613
@@ -357,7 +358,7 @@ createNewWalletSubmitAction.defaultDescription=\u60a8\u7684\u94b1\u5305\u63cf\u8
singleWalletPanel.dataHasChanged.text=\u505c\u6b62\u66f4\u65b0\u3002
singleWalletPanel.dataHasChanged.tooltip.1=\u53e6\u4e00\u4e2a\u7a0b\u5e8f\u5df2\u66f4\u6539\u8fd9\u4e2a\u94b1\u5305\u3002
-singleWalletPanel.dataHasChanged.tooltip.2=\u4e3a\u4e86\u907f\u514d\u9519\u8bef, MultiBit \u5df2\u505c\u6b62\u66f4\u65b0\u3002
+singleWalletPanel.dataHasChanged.tooltip.2=\u4e3a\u4e86\u907f\u514d\u9519\u8bef, MultiDoge \u5df2\u505c\u6b62\u66f4\u65b0\u3002
singleWalletPanel.dataHasChanged.backupFile=\u5907\u4efd\u6587\u4ef6\u662f"{0}"\u3002
singleWalletPanel.twistyRightText=\u5355\u51fb\u663e\u793a\u94b1\u5305\u7684\u8be6\u7ec6\u4fe1\u606f
singleWalletPanel.twistyDownText=\u5355\u51fb\u9690\u85cf\u94b1\u5305\u7684\u8be6\u7ec6\u4fe1\u606f
@@ -393,7 +394,7 @@ resetTransactionsPanel.resetDate=\u91cd\u7f6e\u65e5\u671f
resetTransactionsPanel.resetFromFirstTransaction=\u4ece\u7b2c\u4e00\u6b21\u7684\u4ea4\u6613\u8bb0\u5f55\u7684\u65e5\u671f\u91cd\u7f6e
resetTransactionsPanel.chooseResetDate=\u6307\u5b9a\u91cd\u7f6e \u65e5\u671f\: {0}
-showOpenUriView.title=\u6253\u5f00 Bitcoin URI
+showOpenUriView.title=\u6253\u5f00 Dogecoin URI
showOpenUriView.message1=\u53e6\u4e00\u5e94\u7528\u7a0b\u5e8f\u5df2\u8bf7\u6c42 \u6bd4\u7279\u5e01 \u4ed8\u6b3e\u3002
showOpenUriView.message2=\u4f60\u60f3\u8981\u7528\u7533\u8bf7\u4fe1\u606f\u586b\u5145 \u4ed8\u6b3e\u53d1\u9001\u8868\u683c \u5417\uff1f
showOpenUriView.yesText=\u662f
@@ -406,7 +407,7 @@ showOpenUriViewAction.tooltip=\u662f\u7684\uff0c\u8bf7\u7528\u4ed8\u6b3e\u7533\u
showOpenUriViewAction.mnemonic=Y
fontChooser.text=\u9009\u62e9\u663e\u793a\u5b57\u4f53
-fontChooser.tooltip=\u9009\u62e9\u8981\u5728 MultiBit \u4e2d\u4f7f\u7528\u7684\u5b57\u4f53
+fontChooser.tooltip=\u9009\u62e9\u8981\u5728 MultiDoge \u4e2d\u4f7f\u7528\u7684\u5b57\u4f53
fontChooser.mnemonic=F
fontChooser.ok=\u786e\u5b9a
fontChooser.cancel=\u53d6\u6d88
@@ -508,14 +509,14 @@ transactionDetailsDialog.feeLabel.tooltip=\u88ab\u6dfb\u52a0\u5230\u6b64\u4ea4\u
transactionDetailsDialog.sizeLabel.text=\u5927\u5c0f
transactionDetailsDialog.sizeLabel.tooltip=\u6b64\u4ea4\u6613\u8bb0\u5f55\u4ee5\u5b57\u8282\u4e3a\u5355\u4f4d\u7684\u5927\u5c0f
transactionDetailsDialog.viewAtBlockExplorer=\u5728 blockexplorer.com \u67e5\u770b
-transactionDetailsDialog.viewAtBlockChainInfo=\u5728 blockchain.info \u67e5\u770b
+transactionDetailsDialog.viewAtBlockChainInfo=\u5728 dogechain.info \u67e5\u770b
crudButton.new=\u65b0\u5efa
crudButton.open=\u6253\u5f00
crudButton.delete=\u5220\u9664
closeWalletAction.text=\u5173\u95ed\u94b1\u5305
-closeWalletAction.tooltip=\u5173\u95ed\u94b1\u5305\uff0c\u4e0d\u518d\u5728 MultiBit \u4e2d\u663e\u793a\u5b83\u3002
+closeWalletAction.tooltip=\u5173\u95ed\u94b1\u5305\uff0c\u4e0d\u518d\u5728 MultiDoge \u4e2d\u663e\u793a\u5b83\u3002
closeWalletAction.mnemonicText=C
deleteWalletAction.text=\u5220\u9664\u94b1\u5305
@@ -537,9 +538,9 @@ deleteWalletException.couldNotDeleteWalletInfo=\u94b1\u5305\u4fe1\u606f\u6587\u4
deleteWalletConfirmDialog.newWalletCreated=\u9274\u4e8e\u60a8\u6ca1\u6709\u8001\u94b1\u5305\uff0c\u8fd9\u91cc\u4e3a\u60a8\u521b\u5efa\u4e86\u4e00\u4e2a\u65b0\u94b1\u5305\u3002
welcomePanel.text=\u6b22\u8fce
-welcomePanel.title=\u6b22\u8fce\u6765\u5230 MultiBit
+welcomePanel.title=\u6b22\u8fce\u6765\u5230 MultiDoge
welcomePanel.mnemonic=W
-welcomePanel.paragraph1=\u4f7f\u7528MultiBit\u4f60\u7684\u6bd4\u7279\u5e01\u5b58\u50a8\u5728\u4e00\u4e2a\u94b1\u5305\u4e2d\u3002\u4f60\u53ef\u4ee5\u4f7f\u7528\u51e0\u4e2a\u94b1\u5305\u6765\u5e2e\u52a9\u4f60\u5b89\u6392\u6bd4\u7279\u5e01\u3002\u5b83\u4eec\u90fd\u4f1a\u88ab\u663e\u793a\u5728\u201c\u94b1\u5305\u201d\u9762\u677f\u7684\u5de6\u8fb9
+welcomePanel.paragraph1=\u4f7f\u7528MultiDoge\u4f60\u7684\u6bd4\u7279\u5e01\u5b58\u50a8\u5728\u4e00\u4e2a\u94b1\u5305\u4e2d\u3002\u4f60\u53ef\u4ee5\u4f7f\u7528\u51e0\u4e2a\u94b1\u5305\u6765\u5e2e\u52a9\u4f60\u5b89\u6392\u6bd4\u7279\u5e01\u3002\u5b83\u4eec\u90fd\u4f1a\u88ab\u663e\u793a\u5728\u201c\u94b1\u5305\u201d\u9762\u677f\u7684\u5de6\u8fb9
welcomePanel.paragraph2=\u4f7f\u7528\u83dc\u5355\u9009\u9879\u6253\u5f00\u65b0\u9009\u9879\u5361\u3002"\u53d1\u9001"\uff0c"\u8bf7\u6c42"\u548c"\u4ea4\u6613"\u9009\u9879\u5361\u662f\u59cb\u7ec8\u6253\u5f00\u7684\u3002\u60a8\u53ef\u4ee5\u901a\u8fc7\u5355\u51fb\u9009\u9879\u5361\u6807\u9898\u4e2d\u7684\u5c0f"x"\u5173\u95ed\u5176\u5b83\u9009\u9879\u5361\u3002
welcomePanel.paragraph2.5=\u901a\u8fc7\u8bbe\u5b9a\u201c\u6587\u4ef6|\u6dfb\u52a0\u5bc6\u7801\u201d\u9009\u9879\uff0c\u4f60\u53ef\u4ee5\u52a0\u5bc6\u4f60\u7684\u94b1\u5305\uff0c\u83b7\u5f97\u66f4\u597d\u7684\u5b89\u5168\u6027\u3002
welcomePanel.paragraph3=\u5c4f\u5e55\u4e0a\u7684\u5f88\u591a\u9009\u9879\u90fd\u6709\u63d0\u793a\u4fe1\u606f\u3002\u60ac\u505c\u9f20\u6807\u53ef\u4ee5\u67e5\u770b\u63d0\u793a\u4fe1\u606f\u3002
@@ -660,7 +661,7 @@ currencyConverter.fiatCanOnlyHaveSetDecimalPlaces="{0}"\u4e2d\u7684\u6570\u5b57\
currencyConverter.couldNotUnderstandAmount="{0}"\u5fc5\u987b\u662f\u6570\u5b57
alertManagerTitle=\u53ef\u7528\u7684\u65b0\u7248\u672c
-alertManagerLine1=\u6709\u53ef\u7528\u7684\u65b0\u7248 MultiBit\uff0c\u7248\u672c\uff1a{0}\u3002
+alertManagerLine1=\u6709\u53ef\u7528\u7684\u65b0\u7248 MultiDoge\uff0c\u7248\u672c\uff1a{0}\u3002
alertManagerLine2=\u60a8\u5f53\u524d\u7684\u7248\u672c\u662f "{0}".
alertManagerViewRelease=\u67e5\u770b\u7248\u672c
diff --git a/src/main/resources/images/favicon16.ico b/src/main/resources/images/favicon16.ico
new file mode 100644
index 000000000..c5d91a4f8
Binary files /dev/null and b/src/main/resources/images/favicon16.ico differ
diff --git a/src/main/resources/images/favicon32.ico b/src/main/resources/images/favicon32.ico
new file mode 100644
index 000000000..18bb531cc
Binary files /dev/null and b/src/main/resources/images/favicon32.ico differ
diff --git a/src/main/resources/images/favicon64.ico b/src/main/resources/images/favicon64.ico
new file mode 100644
index 000000000..2fa3fbc7a
Binary files /dev/null and b/src/main/resources/images/favicon64.ico differ
diff --git a/src/main/resources/images/installerLeft.png b/src/main/resources/images/installerLeft.png
index 6c8d839ce..b772ba4f6 100644
Binary files a/src/main/resources/images/installerLeft.png and b/src/main/resources/images/installerLeft.png differ
diff --git a/src/main/resources/images/multibit-small.png b/src/main/resources/images/multibit-small.png
deleted file mode 100644
index af13320fb..000000000
Binary files a/src/main/resources/images/multibit-small.png and /dev/null differ
diff --git a/src/main/resources/images/multibit.icns b/src/main/resources/images/multibit.icns
deleted file mode 100644
index bf24bf32a..000000000
Binary files a/src/main/resources/images/multibit.icns and /dev/null differ
diff --git a/src/main/resources/images/multibit.ico b/src/main/resources/images/multibit.ico
deleted file mode 100644
index 4576d05e2..000000000
Binary files a/src/main/resources/images/multibit.ico and /dev/null differ
diff --git a/src/main/resources/images/multibit.png b/src/main/resources/images/multibit.png
deleted file mode 100644
index 2499d9078..000000000
Binary files a/src/main/resources/images/multibit.png and /dev/null differ
diff --git a/src/main/resources/images/multibit128.png b/src/main/resources/images/multibit128.png
deleted file mode 100644
index 0b099c36f..000000000
Binary files a/src/main/resources/images/multibit128.png and /dev/null differ
diff --git a/src/main/resources/images/multibit32.png b/src/main/resources/images/multibit32.png
deleted file mode 100644
index 1869c13ec..000000000
Binary files a/src/main/resources/images/multibit32.png and /dev/null differ
diff --git a/src/main/resources/images/multibit48.png b/src/main/resources/images/multibit48.png
deleted file mode 100644
index 2499d9078..000000000
Binary files a/src/main/resources/images/multibit48.png and /dev/null differ
diff --git a/src/main/resources/images/multidoge-small.png b/src/main/resources/images/multidoge-small.png
new file mode 100644
index 000000000..af67d960c
Binary files /dev/null and b/src/main/resources/images/multidoge-small.png differ
diff --git a/src/main/resources/images/multidoge.icns b/src/main/resources/images/multidoge.icns
new file mode 100644
index 000000000..0a99d8f6e
Binary files /dev/null and b/src/main/resources/images/multidoge.icns differ
diff --git a/src/main/resources/images/multidoge.ico b/src/main/resources/images/multidoge.ico
new file mode 100644
index 000000000..ff595497d
Binary files /dev/null and b/src/main/resources/images/multidoge.ico differ
diff --git a/src/main/resources/images/multidoge.png b/src/main/resources/images/multidoge.png
new file mode 100644
index 000000000..dda4f6da5
Binary files /dev/null and b/src/main/resources/images/multidoge.png differ
diff --git a/src/main/resources/images/multidoge128.png b/src/main/resources/images/multidoge128.png
new file mode 100644
index 000000000..10edbdcb0
Binary files /dev/null and b/src/main/resources/images/multidoge128.png differ
diff --git a/src/main/resources/images/multidoge24.png b/src/main/resources/images/multidoge24.png
new file mode 100644
index 000000000..3ea8a4337
Binary files /dev/null and b/src/main/resources/images/multidoge24.png differ
diff --git a/src/main/resources/images/multidoge256.png b/src/main/resources/images/multidoge256.png
new file mode 100644
index 000000000..f45a920ef
Binary files /dev/null and b/src/main/resources/images/multidoge256.png differ
diff --git a/src/main/resources/images/multidoge32.png b/src/main/resources/images/multidoge32.png
new file mode 100644
index 000000000..ce2fdafb0
Binary files /dev/null and b/src/main/resources/images/multidoge32.png differ
diff --git a/src/main/resources/images/multidoge48.png b/src/main/resources/images/multidoge48.png
new file mode 100644
index 000000000..dda4f6da5
Binary files /dev/null and b/src/main/resources/images/multidoge48.png differ
diff --git a/src/main/resources/images/multidoge512.png b/src/main/resources/images/multidoge512.png
new file mode 100644
index 000000000..14400f6d0
Binary files /dev/null and b/src/main/resources/images/multidoge512.png differ
diff --git a/src/main/resources/images/multidoge64.png b/src/main/resources/images/multidoge64.png
new file mode 100644
index 000000000..27ec1807d
Binary files /dev/null and b/src/main/resources/images/multidoge64.png differ
diff --git a/src/main/resources/images/multidoge96.png b/src/main/resources/images/multidoge96.png
new file mode 100644
index 000000000..7e9ce9953
Binary files /dev/null and b/src/main/resources/images/multidoge96.png differ
diff --git a/src/main/resources/images/singleWallet.png b/src/main/resources/images/singleWallet.png
index 7733f07bf..c4aa03ba3 100644
Binary files a/src/main/resources/images/singleWallet.png and b/src/main/resources/images/singleWallet.png differ
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
index 691b7ee56..748a1b3c5 100644
--- a/src/main/resources/logback.xml
+++ b/src/main/resources/logback.xml
@@ -26,6 +26,6 @@
-
-
+
+
diff --git a/src/main/resources/multibit.checkpoints b/src/main/resources/multibit.checkpoints
deleted file mode 100644
index bc1b2e507..000000000
Binary files a/src/main/resources/multibit.checkpoints and /dev/null differ
diff --git a/src/main/resources/multibit.properties b/src/main/resources/multibit.properties
deleted file mode 100644
index df0adac50..000000000
--- a/src/main/resources/multibit.properties
+++ /dev/null
@@ -1 +0,0 @@
-# multibit general properties
\ No newline at end of file
diff --git a/src/main/resources/multidoge.checkpoints b/src/main/resources/multidoge.checkpoints
new file mode 100644
index 000000000..de3d10316
Binary files /dev/null and b/src/main/resources/multidoge.checkpoints differ
diff --git a/src/main/resources/multidoge.properties b/src/main/resources/multidoge.properties
new file mode 100644
index 000000000..d1dfb9f53
--- /dev/null
+++ b/src/main/resources/multidoge.properties
@@ -0,0 +1 @@
+# multidoge general properties
\ No newline at end of file
diff --git a/src/main/resources/org/joda/money/MoneyDataExtension.csv b/src/main/resources/org/joda/money/MoneyDataExtension.csv
new file mode 100644
index 000000000..bf3f6576c
--- /dev/null
+++ b/src/main/resources/org/joda/money/MoneyDataExtension.csv
@@ -0,0 +1,16 @@
+#Code,Numeric,DecPlaces,CountryCodes
+BTC,-1,-1,
+XBT,-1,-1,
+NMC,-1,-1,
+LTC,-1,-1,
+NVC,-1,-1,
+TRC,-1,-1,
+PPC,-1,-1,
+FTC,-1,-1,
+XPM,-1,-1,
+VEN,-1,-1,
+XRP,-1,-1,
+XVN,-1,-1,
+IXC,-1,-1,
+DVC,-1,-1,
+XDC,-1,-1,
diff --git a/src/main/resources/version.properties b/src/main/resources/version.properties
index 4ae2525ab..4cd0d5c70 100644
--- a/src/main/resources/version.properties
+++ b/src/main/resources/version.properties
@@ -1,2 +1,2 @@
-# version of multibit
+# version of multidoge
version=${project.version}
\ No newline at end of file
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/MacOS/libjli.dylib b/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/MacOS/libjli.dylib
deleted file mode 120000
index 1ad7e02f4..000000000
--- a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/MacOS/libjli.dylib
+++ /dev/null
@@ -1 +0,0 @@
-../Home/jre/lib/jli/libjli.dylib
\ No newline at end of file
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/Resources/GenericApp.icns b/src/main/skeleton/mac/MultiBit.app/Contents/Resources/GenericApp.icns
deleted file mode 100644
index 5c0e99237..000000000
Binary files a/src/main/skeleton/mac/MultiBit.app/Contents/Resources/GenericApp.icns and /dev/null differ
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/Info.plist b/src/main/skeleton/mac/MultiDoge.app/Contents/Info.plist
similarity index 83%
rename from src/main/skeleton/mac/MultiBit.app/Contents/Info.plist
rename to src/main/skeleton/mac/MultiDoge.app/Contents/Info.plist
index 3ab0e2388..2ea0ed3a5 100644
--- a/src/main/skeleton/mac/MultiBit.app/Contents/Info.plist
+++ b/src/main/skeleton/mac/MultiDoge.app/Contents/Info.plist
@@ -11,11 +11,11 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleDisplayName
- MultiBit
+ MultiDoge
CFBundleName
- MultiBit
+ MultiDoge
CFBundleGetInfoString
- MultiBit, © 2013 MultiBit developers
+ MultiBit, © 2013 MultiBit developers; MultiDoge, © 2014 MultiDoge developers
CFBundlePackageType
APPL
CFBundleShortVersionString
@@ -27,7 +27,7 @@
CFBundleVersion
1
NSHumanReadableCopyright
- Copyright MultiBit developers 2013
+ Copyright MultiBit developers 2013, MultiDoge developers 2014
JVMRuntime
jdk1.7.0_25.jdk
CFBundleIdentifier
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/MacOS/JavaAppLauncher b/src/main/skeleton/mac/MultiDoge.app/Contents/MacOS/JavaAppLauncher
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/MacOS/JavaAppLauncher
rename to src/main/skeleton/mac/MultiDoge.app/Contents/MacOS/JavaAppLauncher
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PkgInfo b/src/main/skeleton/mac/MultiDoge.app/Contents/PkgInfo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PkgInfo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PkgInfo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/COPYRIGHT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/COPYRIGHT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/COPYRIGHT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/COPYRIGHT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/LICENSE b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/LICENSE
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/LICENSE
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/LICENSE
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/README.html b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/README.html
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/README.html
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/README.html
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/THIRDPARTYLICENSEREADME.txt b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/THIRDPARTYLICENSEREADME.txt
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/THIRDPARTYLICENSEREADME.txt
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/THIRDPARTYLICENSEREADME.txt
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/COPYRIGHT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/COPYRIGHT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/COPYRIGHT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/COPYRIGHT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/LICENSE b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/LICENSE
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/LICENSE
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/LICENSE
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/README b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/README
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/README
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/README
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/THIRDPARTYLICENSEREADME.txt b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/THIRDPARTYLICENSEREADME.txt
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/THIRDPARTYLICENSEREADME.txt
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/THIRDPARTYLICENSEREADME.txt
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/JObjC.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/JObjC.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/JObjC.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/JObjC.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/alt-rt.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/alt-rt.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/alt-rt.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/alt-rt.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/calendars.properties b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/calendars.properties
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/calendars.properties
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/calendars.properties
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/charsets.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/charsets.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/charsets.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/charsets.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/classlist b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/classlist
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/classlist
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/classlist
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/content-types.properties b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/content-types.properties
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/content-types.properties
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/content-types.properties
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/currency.data b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/currency.data
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/currency.data
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/currency.data
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/dnsns.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/dnsns.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/dnsns.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/dnsns.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/localedata.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/localedata.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/localedata.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/localedata.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/meta-index b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/meta-index
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/meta-index
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/meta-index
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunec.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunec.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunec.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunec.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/zipfs.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/zipfs.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/zipfs.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/ext/zipfs.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/flavormap.properties b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/flavormap.properties
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/flavormap.properties
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/flavormap.properties
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fontconfig.bfc b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fontconfig.bfc
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fontconfig.bfc
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fontconfig.bfc
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fontconfig.properties.src b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fontconfig.properties.src
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fontconfig.properties.src
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fontconfig.properties.src
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightDemiBold.ttf b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightDemiBold.ttf
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightDemiBold.ttf
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightDemiBold.ttf
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightDemiItalic.ttf b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightDemiItalic.ttf
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightDemiItalic.ttf
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightDemiItalic.ttf
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightItalic.ttf b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightItalic.ttf
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightItalic.ttf
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightItalic.ttf
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightRegular.ttf b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightRegular.ttf
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightRegular.ttf
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaBrightRegular.ttf
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaSansDemiBold.ttf b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaSansDemiBold.ttf
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaSansDemiBold.ttf
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaSansDemiBold.ttf
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaSansRegular.ttf b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaSansRegular.ttf
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaSansRegular.ttf
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaSansRegular.ttf
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaTypewriterBold.ttf b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaTypewriterBold.ttf
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaTypewriterBold.ttf
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaTypewriterBold.ttf
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaTypewriterRegular.ttf b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaTypewriterRegular.ttf
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaTypewriterRegular.ttf
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/LucidaTypewriterRegular.ttf
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/fonts.dir b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/fonts.dir
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/fonts.dir
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/fonts/fonts.dir
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/headless/libmawt.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/headless/libmawt.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/headless/libmawt.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/headless/libmawt.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/cursors.properties b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/cursors.properties
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/cursors.properties
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/cursors.properties
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/invalid32x32.gif b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/invalid32x32.gif
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/invalid32x32.gif
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/invalid32x32.gif
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_CopyDrop32x32.gif b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_CopyDrop32x32.gif
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_CopyDrop32x32.gif
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_CopyDrop32x32.gif
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_LinkDrop32x32.gif b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_LinkDrop32x32.gif
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_LinkDrop32x32.gif
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_LinkDrop32x32.gif
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_MoveDrop32x32.gif b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_MoveDrop32x32.gif
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_MoveDrop32x32.gif
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_MoveDrop32x32.gif
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jce.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jce.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jce.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jce.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jfr.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jfr.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jfr.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jfr.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jli/libjli.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jli/libjli.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jli/libjli.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jli/libjli.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jsse.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jsse.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jsse.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jsse.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jvm.cfg b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jvm.cfg
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jvm.cfg
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jvm.cfg
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jvm.hprof.txt b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jvm.hprof.txt
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jvm.hprof.txt
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/jvm.hprof.txt
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libAppleScriptEngine.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libAppleScriptEngine.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libAppleScriptEngine.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libAppleScriptEngine.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libJObjC.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libJObjC.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libJObjC.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libJObjC.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libattach.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libattach.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libattach.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libattach.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libawt.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libawt.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libawt.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libawt.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libdcpr.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libdcpr.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libdcpr.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libdcpr.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libdt_socket.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libdt_socket.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libdt_socket.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libdt_socket.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libfontmanager.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libfontmanager.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libfontmanager.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libfontmanager.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libhprof.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libhprof.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libhprof.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libhprof.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libinstrument.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libinstrument.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libinstrument.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libinstrument.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2gss.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2gss.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2gss.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2gss.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2pcsc.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2pcsc.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2pcsc.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2pcsc.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2pkcs11.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2pkcs11.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2pkcs11.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libj2pkcs11.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjaas_unix.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjaas_unix.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjaas_unix.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjaas_unix.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjava.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjava.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjava.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjava.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjava_crw_demo.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjava_crw_demo.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjava_crw_demo.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjava_crw_demo.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjawt.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjawt.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjawt.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjawt.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjdwp.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjdwp.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjdwp.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjdwp.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjfr.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjfr.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjfr.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjfr.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjpeg.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjpeg.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjpeg.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjpeg.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsdt.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsdt.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsdt.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsdt.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsig.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsig.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsig.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsig.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsound.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsound.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsound.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjsound.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libkcms.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libkcms.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libkcms.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libkcms.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libmanagement.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libmanagement.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libmanagement.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libmanagement.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libmlib_image.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libmlib_image.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libmlib_image.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libmlib_image.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnet.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnet.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnet.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnet.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnio.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnio.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnio.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnio.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnpt.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnpt.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnpt.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnpt.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosx.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosx.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosx.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosx.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxapp.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxapp.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxapp.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxapp.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxkrb5.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxkrb5.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxkrb5.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxkrb5.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxui.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxui.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxui.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libosxui.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/librmi.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/librmi.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/librmi.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/librmi.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libsaproc.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libsaproc.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libsaproc.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libsaproc.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libsunec.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libsunec.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libsunec.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libsunec.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libt2k.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libt2k.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libt2k.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libt2k.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libunpack.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libunpack.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libunpack.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libunpack.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libverify.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libverify.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libverify.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libverify.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libzip.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libzip.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libzip.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libzip.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/logging.properties b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/logging.properties
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/logging.properties
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/logging.properties
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/lwawt/liblwawt.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/lwawt/liblwawt.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/lwawt/liblwawt.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/lwawt/liblwawt.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management-agent.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management-agent.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management-agent.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management-agent.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/jmxremote.access b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/jmxremote.access
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/jmxremote.access
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/jmxremote.access
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/jmxremote.password.template b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/jmxremote.password.template
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/jmxremote.password.template
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/jmxremote.password.template
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/management.properties b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/management.properties
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/management.properties
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/management.properties
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/snmp.acl.template b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/snmp.acl.template
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/snmp.acl.template
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/management/snmp.acl.template
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/meta-index b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/meta-index
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/meta-index
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/meta-index
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/net.properties b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/net.properties
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/net.properties
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/net.properties
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/psfont.properties.ja b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/psfont.properties.ja
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/psfont.properties.ja
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/psfont.properties.ja
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/psfontj2d.properties b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/psfontj2d.properties
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/psfontj2d.properties
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/psfontj2d.properties
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/resources.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/resources.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/resources.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/resources.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/rt.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/rt.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/rt.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/rt.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/US_export_policy.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/US_export_policy.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/US_export_policy.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/US_export_policy.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/blacklist b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/blacklist
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/blacklist
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/blacklist
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/cacerts b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/cacerts
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/cacerts
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/cacerts
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/java.policy b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/java.policy
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/java.policy
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/java.policy
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/local_policy.jar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/local_policy.jar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/local_policy.jar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/local_policy.jar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/trusted.libraries b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/trusted.libraries
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/trusted.libraries
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/security/trusted.libraries
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/Xusage.txt b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/Xusage.txt
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/Xusage.txt
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/Xusage.txt
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/libjsig.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/libjsig.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/libjsig.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/libjsig.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/libjvm.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/libjvm.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/libjvm.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/libjvm.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/servicetag/jdk_header.png b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/servicetag/jdk_header.png
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/servicetag/jdk_header.png
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/servicetag/jdk_header.png
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/sound.properties b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/sound.properties
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/sound.properties
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/sound.properties
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/xawt/libmawt.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/xawt/libmawt.dylib
old mode 100755
new mode 100644
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/xawt/libmawt.dylib
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/xawt/libmawt.dylib
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Abidjan b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Abidjan
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Abidjan
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Abidjan
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Accra b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Accra
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Accra
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Accra
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Addis_Ababa b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Addis_Ababa
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Addis_Ababa
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Addis_Ababa
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Algiers b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Algiers
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Algiers
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Algiers
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Asmara b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Asmara
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Asmara
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Asmara
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bamako b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bamako
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bamako
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bamako
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bangui b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bangui
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bangui
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bangui
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Banjul b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Banjul
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Banjul
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Banjul
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bissau b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bissau
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bissau
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bissau
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Blantyre b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Blantyre
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Blantyre
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Blantyre
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Brazzaville b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Brazzaville
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Brazzaville
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Brazzaville
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bujumbura b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bujumbura
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bujumbura
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Bujumbura
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Cairo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Cairo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Cairo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Cairo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Casablanca b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Casablanca
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Casablanca
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Casablanca
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ceuta b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ceuta
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ceuta
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ceuta
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Conakry b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Conakry
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Conakry
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Conakry
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Dakar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Dakar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Dakar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Dakar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Dar_es_Salaam b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Dar_es_Salaam
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Dar_es_Salaam
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Dar_es_Salaam
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Djibouti b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Djibouti
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Djibouti
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Djibouti
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Douala b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Douala
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Douala
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Douala
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/El_Aaiun b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/El_Aaiun
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/El_Aaiun
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/El_Aaiun
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Freetown b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Freetown
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Freetown
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Freetown
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Gaborone b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Gaborone
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Gaborone
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Gaborone
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Harare b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Harare
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Harare
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Harare
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Johannesburg b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Johannesburg
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Johannesburg
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Johannesburg
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Juba b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Juba
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Juba
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Juba
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kampala b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kampala
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kampala
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kampala
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Khartoum b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Khartoum
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Khartoum
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Khartoum
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kigali b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kigali
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kigali
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kigali
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kinshasa b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kinshasa
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kinshasa
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Kinshasa
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lagos b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lagos
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lagos
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lagos
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Libreville b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Libreville
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Libreville
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Libreville
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lome b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lome
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lome
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lome
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Luanda b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Luanda
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Luanda
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Luanda
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lubumbashi b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lubumbashi
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lubumbashi
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lubumbashi
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lusaka b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lusaka
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lusaka
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Lusaka
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Malabo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Malabo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Malabo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Malabo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Maputo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Maputo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Maputo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Maputo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Maseru b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Maseru
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Maseru
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Maseru
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Mbabane b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Mbabane
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Mbabane
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Mbabane
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Mogadishu b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Mogadishu
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Mogadishu
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Mogadishu
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Monrovia b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Monrovia
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Monrovia
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Monrovia
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Nairobi b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Nairobi
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Nairobi
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Nairobi
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ndjamena b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ndjamena
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ndjamena
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ndjamena
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Niamey b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Niamey
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Niamey
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Niamey
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Nouakchott b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Nouakchott
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Nouakchott
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Nouakchott
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ouagadougou b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ouagadougou
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ouagadougou
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Ouagadougou
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Porto-Novo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Porto-Novo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Porto-Novo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Porto-Novo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Sao_Tome b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Sao_Tome
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Sao_Tome
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Sao_Tome
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Tripoli b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Tripoli
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Tripoli
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Tripoli
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Tunis b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Tunis
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Tunis
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Tunis
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Windhoek b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Windhoek
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Windhoek
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Africa/Windhoek
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Adak b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Adak
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Adak
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Adak
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Anchorage b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Anchorage
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Anchorage
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Anchorage
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Anguilla b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Anguilla
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Anguilla
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Anguilla
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Antigua b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Antigua
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Antigua
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Antigua
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Araguaina b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Araguaina
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Araguaina
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Araguaina
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Buenos_Aires b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Buenos_Aires
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Buenos_Aires
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Buenos_Aires
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Catamarca b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Catamarca
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Catamarca
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Catamarca
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Cordoba b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Cordoba
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Cordoba
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Cordoba
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Jujuy b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Jujuy
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Jujuy
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Jujuy
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/La_Rioja b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/La_Rioja
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/La_Rioja
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/La_Rioja
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Mendoza b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Mendoza
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Mendoza
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Mendoza
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Rio_Gallegos b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Rio_Gallegos
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Rio_Gallegos
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Rio_Gallegos
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Salta b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Salta
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Salta
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Salta
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/San_Juan b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/San_Juan
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/San_Juan
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/San_Juan
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/San_Luis b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/San_Luis
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/San_Luis
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/San_Luis
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Tucuman b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Tucuman
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Tucuman
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Tucuman
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Ushuaia b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Ushuaia
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Ushuaia
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Argentina/Ushuaia
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Aruba b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Aruba
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Aruba
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Aruba
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Asuncion b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Asuncion
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Asuncion
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Asuncion
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Atikokan b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Atikokan
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Atikokan
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Atikokan
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bahia b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bahia
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bahia
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bahia
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bahia_Banderas b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bahia_Banderas
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bahia_Banderas
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bahia_Banderas
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Barbados b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Barbados
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Barbados
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Barbados
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Belem b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Belem
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Belem
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Belem
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Belize b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Belize
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Belize
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Belize
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Blanc-Sablon b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Blanc-Sablon
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Blanc-Sablon
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Blanc-Sablon
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Boa_Vista b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Boa_Vista
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Boa_Vista
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Boa_Vista
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bogota b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bogota
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bogota
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Bogota
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Boise b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Boise
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Boise
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Boise
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cambridge_Bay b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cambridge_Bay
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cambridge_Bay
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cambridge_Bay
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Campo_Grande b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Campo_Grande
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Campo_Grande
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Campo_Grande
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cancun b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cancun
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cancun
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cancun
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Caracas b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Caracas
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Caracas
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Caracas
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cayenne b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cayenne
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cayenne
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cayenne
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cayman b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cayman
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cayman
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cayman
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Chicago b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Chicago
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Chicago
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Chicago
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Chihuahua b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Chihuahua
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Chihuahua
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Chihuahua
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Costa_Rica b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Costa_Rica
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Costa_Rica
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Costa_Rica
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Creston b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Creston
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Creston
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Creston
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cuiaba b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cuiaba
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cuiaba
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Cuiaba
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Curacao b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Curacao
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Curacao
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Curacao
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Danmarkshavn b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Danmarkshavn
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Danmarkshavn
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Danmarkshavn
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dawson b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dawson
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dawson
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dawson
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dawson_Creek b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dawson_Creek
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dawson_Creek
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dawson_Creek
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Denver b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Denver
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Denver
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Denver
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Detroit b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Detroit
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Detroit
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Detroit
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dominica b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dominica
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dominica
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Dominica
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Edmonton b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Edmonton
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Edmonton
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Edmonton
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Eirunepe b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Eirunepe
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Eirunepe
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Eirunepe
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/El_Salvador b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/El_Salvador
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/El_Salvador
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/El_Salvador
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Fortaleza b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Fortaleza
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Fortaleza
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Fortaleza
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Glace_Bay b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Glace_Bay
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Glace_Bay
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Glace_Bay
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Godthab b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Godthab
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Godthab
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Godthab
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Goose_Bay b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Goose_Bay
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Goose_Bay
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Goose_Bay
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Grand_Turk b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Grand_Turk
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Grand_Turk
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Grand_Turk
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Grenada b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Grenada
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Grenada
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Grenada
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guadeloupe b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guadeloupe
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guadeloupe
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guadeloupe
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guatemala b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guatemala
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guatemala
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guatemala
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guayaquil b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guayaquil
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guayaquil
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guayaquil
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guyana b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guyana
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guyana
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Guyana
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Halifax b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Halifax
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Halifax
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Halifax
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Havana b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Havana
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Havana
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Havana
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Hermosillo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Hermosillo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Hermosillo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Hermosillo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Indianapolis b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Indianapolis
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Indianapolis
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Indianapolis
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Knox b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Knox
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Knox
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Knox
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Marengo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Marengo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Marengo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Marengo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Petersburg b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Petersburg
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Petersburg
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Petersburg
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Tell_City b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Tell_City
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Tell_City
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Tell_City
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Vevay b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Vevay
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Vevay
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Vevay
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Vincennes b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Vincennes
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Vincennes
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Vincennes
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Winamac b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Winamac
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Winamac
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Indiana/Winamac
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Inuvik b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Inuvik
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Inuvik
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Inuvik
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Iqaluit b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Iqaluit
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Iqaluit
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Iqaluit
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Jamaica b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Jamaica
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Jamaica
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Jamaica
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Juneau b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Juneau
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Juneau
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Juneau
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Kentucky/Louisville b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Kentucky/Louisville
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Kentucky/Louisville
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Kentucky/Louisville
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Kentucky/Monticello b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Kentucky/Monticello
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Kentucky/Monticello
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Kentucky/Monticello
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/La_Paz b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/La_Paz
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/La_Paz
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/La_Paz
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Lima b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Lima
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Lima
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Lima
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Los_Angeles b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Los_Angeles
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Los_Angeles
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Los_Angeles
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Maceio b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Maceio
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Maceio
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Maceio
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Managua b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Managua
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Managua
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Managua
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Manaus b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Manaus
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Manaus
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Manaus
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Martinique b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Martinique
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Martinique
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Martinique
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Matamoros b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Matamoros
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Matamoros
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Matamoros
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Mazatlan b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Mazatlan
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Mazatlan
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Mazatlan
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Menominee b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Menominee
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Menominee
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Menominee
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Merida b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Merida
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Merida
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Merida
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Metlakatla b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Metlakatla
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Metlakatla
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Metlakatla
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Mexico_City b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Mexico_City
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Mexico_City
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Mexico_City
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Miquelon b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Miquelon
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Miquelon
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Miquelon
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Moncton b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Moncton
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Moncton
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Moncton
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Monterrey b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Monterrey
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Monterrey
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Monterrey
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montevideo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montevideo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montevideo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montevideo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montreal b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montreal
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montreal
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montreal
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montserrat b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montserrat
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montserrat
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Montserrat
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nassau b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nassau
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nassau
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nassau
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/New_York b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/New_York
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/New_York
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/New_York
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nipigon b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nipigon
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nipigon
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nipigon
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nome b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nome
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nome
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Nome
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Noronha b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Noronha
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Noronha
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Noronha
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/Beulah b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/Beulah
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/Beulah
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/Beulah
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/Center b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/Center
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/Center
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/Center
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/New_Salem b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/New_Salem
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/New_Salem
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/North_Dakota/New_Salem
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Ojinaga b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Ojinaga
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Ojinaga
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Ojinaga
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Panama b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Panama
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Panama
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Panama
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Pangnirtung b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Pangnirtung
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Pangnirtung
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Pangnirtung
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Paramaribo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Paramaribo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Paramaribo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Paramaribo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Phoenix b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Phoenix
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Phoenix
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Phoenix
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Port-au-Prince b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Port-au-Prince
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Port-au-Prince
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Port-au-Prince
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Port_of_Spain b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Port_of_Spain
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Port_of_Spain
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Port_of_Spain
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Porto_Velho b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Porto_Velho
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Porto_Velho
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Porto_Velho
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Puerto_Rico b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Puerto_Rico
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Puerto_Rico
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Puerto_Rico
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rainy_River b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rainy_River
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rainy_River
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rainy_River
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rankin_Inlet b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rankin_Inlet
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rankin_Inlet
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rankin_Inlet
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Recife b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Recife
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Recife
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Recife
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Regina b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Regina
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Regina
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Regina
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Resolute b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Resolute
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Resolute
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Resolute
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rio_Branco b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rio_Branco
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rio_Branco
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Rio_Branco
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santa_Isabel b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santa_Isabel
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santa_Isabel
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santa_Isabel
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santarem b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santarem
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santarem
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santarem
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santiago b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santiago
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santiago
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santiago
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santo_Domingo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santo_Domingo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santo_Domingo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Santo_Domingo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Sao_Paulo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Sao_Paulo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Sao_Paulo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Sao_Paulo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Scoresbysund b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Scoresbysund
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Scoresbysund
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Scoresbysund
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Sitka b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Sitka
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Sitka
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Sitka
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Johns b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Johns
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Johns
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Johns
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Kitts b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Kitts
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Kitts
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Kitts
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Lucia b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Lucia
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Lucia
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Lucia
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Thomas b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Thomas
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Thomas
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Thomas
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Vincent b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Vincent
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Vincent
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/St_Vincent
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Swift_Current b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Swift_Current
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Swift_Current
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Swift_Current
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tegucigalpa b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tegucigalpa
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tegucigalpa
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tegucigalpa
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Thule b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Thule
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Thule
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Thule
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Thunder_Bay b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Thunder_Bay
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Thunder_Bay
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Thunder_Bay
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tijuana b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tijuana
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tijuana
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tijuana
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Toronto b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Toronto
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Toronto
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Toronto
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tortola b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tortola
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tortola
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Tortola
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Vancouver b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Vancouver
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Vancouver
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Vancouver
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Whitehorse b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Whitehorse
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Whitehorse
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Whitehorse
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Winnipeg b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Winnipeg
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Winnipeg
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Winnipeg
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Yakutat b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Yakutat
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Yakutat
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Yakutat
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Yellowknife b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Yellowknife
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Yellowknife
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/America/Yellowknife
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Casey b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Casey
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Casey
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Casey
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Davis b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Davis
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Davis
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Davis
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/DumontDUrville b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/DumontDUrville
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/DumontDUrville
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/DumontDUrville
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Macquarie b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Macquarie
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Macquarie
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Macquarie
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Mawson b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Mawson
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Mawson
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Mawson
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/McMurdo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/McMurdo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/McMurdo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/McMurdo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Palmer b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Palmer
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Palmer
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Palmer
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Rothera b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Rothera
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Rothera
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Rothera
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Syowa b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Syowa
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Syowa
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Syowa
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Vostok b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Vostok
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Vostok
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Antarctica/Vostok
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aden b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aden
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aden
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aden
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Almaty b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Almaty
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Almaty
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Almaty
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Amman b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Amman
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Amman
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Amman
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Anadyr b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Anadyr
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Anadyr
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Anadyr
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aqtau b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aqtau
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aqtau
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aqtau
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aqtobe b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aqtobe
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aqtobe
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Aqtobe
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ashgabat b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ashgabat
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ashgabat
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ashgabat
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Baghdad b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Baghdad
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Baghdad
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Baghdad
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bahrain b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bahrain
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bahrain
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bahrain
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Baku b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Baku
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Baku
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Baku
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bangkok b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bangkok
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bangkok
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bangkok
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Beirut b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Beirut
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Beirut
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Beirut
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bishkek b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bishkek
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bishkek
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Bishkek
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Brunei b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Brunei
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Brunei
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Brunei
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Choibalsan b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Choibalsan
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Choibalsan
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Choibalsan
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Chongqing b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Chongqing
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Chongqing
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Chongqing
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Colombo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Colombo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Colombo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Colombo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Damascus b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Damascus
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Damascus
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Damascus
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dhaka b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dhaka
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dhaka
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dhaka
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dili b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dili
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dili
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dili
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dubai b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dubai
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dubai
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dubai
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dushanbe b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dushanbe
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dushanbe
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Dushanbe
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Gaza b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Gaza
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Gaza
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Gaza
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Harbin b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Harbin
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Harbin
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Harbin
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hebron b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hebron
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hebron
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hebron
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ho_Chi_Minh b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ho_Chi_Minh
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ho_Chi_Minh
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ho_Chi_Minh
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hong_Kong b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hong_Kong
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hong_Kong
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hong_Kong
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hovd b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hovd
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hovd
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Hovd
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Irkutsk b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Irkutsk
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Irkutsk
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Irkutsk
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jakarta b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jakarta
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jakarta
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jakarta
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jayapura b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jayapura
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jayapura
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jayapura
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jerusalem b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jerusalem
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jerusalem
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Jerusalem
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kabul b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kabul
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kabul
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kabul
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kamchatka b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kamchatka
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kamchatka
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kamchatka
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Karachi b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Karachi
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Karachi
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Karachi
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kashgar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kashgar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kashgar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kashgar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kathmandu b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kathmandu
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kathmandu
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kathmandu
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Khandyga b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Khandyga
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Khandyga
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Khandyga
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kolkata b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kolkata
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kolkata
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kolkata
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Krasnoyarsk b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Krasnoyarsk
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Krasnoyarsk
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Krasnoyarsk
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuala_Lumpur b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuala_Lumpur
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuala_Lumpur
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuala_Lumpur
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuching b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuching
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuching
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuching
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuwait b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuwait
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuwait
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Kuwait
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Macau b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Macau
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Macau
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Macau
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Magadan b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Magadan
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Magadan
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Magadan
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Makassar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Makassar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Makassar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Makassar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Manila b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Manila
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Manila
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Manila
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Muscat b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Muscat
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Muscat
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Muscat
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Nicosia b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Nicosia
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Nicosia
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Nicosia
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Novokuznetsk b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Novokuznetsk
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Novokuznetsk
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Novokuznetsk
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Novosibirsk b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Novosibirsk
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Novosibirsk
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Novosibirsk
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Omsk b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Omsk
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Omsk
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Omsk
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Oral b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Oral
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Oral
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Oral
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Phnom_Penh b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Phnom_Penh
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Phnom_Penh
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Phnom_Penh
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Pontianak b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Pontianak
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Pontianak
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Pontianak
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Pyongyang b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Pyongyang
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Pyongyang
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Pyongyang
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Qatar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Qatar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Qatar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Qatar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Qyzylorda b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Qyzylorda
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Qyzylorda
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Qyzylorda
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Rangoon b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Rangoon
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Rangoon
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Rangoon
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh87 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh87
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh87
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh87
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh88 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh88
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh88
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh88
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh89 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh89
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh89
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Riyadh89
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Sakhalin b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Sakhalin
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Sakhalin
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Sakhalin
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Samarkand b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Samarkand
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Samarkand
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Samarkand
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Seoul b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Seoul
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Seoul
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Seoul
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Shanghai b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Shanghai
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Shanghai
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Shanghai
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Singapore b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Singapore
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Singapore
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Singapore
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Taipei b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Taipei
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Taipei
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Taipei
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tashkent b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tashkent
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tashkent
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tashkent
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tbilisi b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tbilisi
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tbilisi
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tbilisi
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tehran b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tehran
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tehran
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tehran
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Thimphu b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Thimphu
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Thimphu
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Thimphu
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tokyo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tokyo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tokyo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Tokyo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ulaanbaatar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ulaanbaatar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ulaanbaatar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ulaanbaatar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Urumqi b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Urumqi
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Urumqi
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Urumqi
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ust-Nera b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ust-Nera
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ust-Nera
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Ust-Nera
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Vientiane b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Vientiane
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Vientiane
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Vientiane
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Vladivostok b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Vladivostok
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Vladivostok
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Vladivostok
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yakutsk b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yakutsk
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yakutsk
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yakutsk
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yekaterinburg b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yekaterinburg
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yekaterinburg
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yekaterinburg
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yerevan b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yerevan
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yerevan
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Asia/Yerevan
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Azores b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Azores
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Azores
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Azores
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Bermuda b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Bermuda
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Bermuda
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Bermuda
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Canary b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Canary
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Canary
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Canary
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Cape_Verde b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Cape_Verde
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Cape_Verde
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Cape_Verde
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Faroe b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Faroe
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Faroe
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Faroe
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Madeira b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Madeira
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Madeira
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Madeira
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Reykjavik b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Reykjavik
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Reykjavik
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Reykjavik
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/South_Georgia b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/South_Georgia
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/South_Georgia
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/South_Georgia
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/St_Helena b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/St_Helena
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/St_Helena
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/St_Helena
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Stanley b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Stanley
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Stanley
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Atlantic/Stanley
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Adelaide b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Adelaide
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Adelaide
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Adelaide
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Brisbane b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Brisbane
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Brisbane
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Brisbane
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Broken_Hill b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Broken_Hill
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Broken_Hill
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Broken_Hill
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Currie b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Currie
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Currie
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Currie
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Darwin b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Darwin
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Darwin
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Darwin
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Eucla b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Eucla
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Eucla
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Eucla
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Hobart b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Hobart
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Hobart
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Hobart
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Lindeman b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Lindeman
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Lindeman
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Lindeman
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Lord_Howe b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Lord_Howe
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Lord_Howe
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Lord_Howe
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Melbourne b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Melbourne
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Melbourne
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Melbourne
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Perth b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Perth
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Perth
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Perth
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Sydney b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Sydney
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Sydney
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Australia/Sydney
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/CET b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/CET
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/CET
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/CET
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/CST6CDT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/CST6CDT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/CST6CDT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/CST6CDT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EET b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EET
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EET
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EET
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EST b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EST
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EST
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EST
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EST5EDT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EST5EDT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EST5EDT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/EST5EDT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+1 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+1
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+1
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+1
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+10 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+10
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+10
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+10
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+11 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+11
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+11
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+11
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+12 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+12
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+12
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+12
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+2 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+2
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+2
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+2
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+3 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+3
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+3
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+3
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+4 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+4
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+4
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+4
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+5 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+5
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+5
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+5
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+6 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+6
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+6
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+6
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+7 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+7
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+7
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+7
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+8 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+8
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+8
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+8
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+9 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+9
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+9
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT+9
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-1 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-1
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-1
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-1
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-10 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-10
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-10
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-10
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-11 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-11
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-11
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-11
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-12 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-12
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-12
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-12
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-13 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-13
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-13
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-13
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-14 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-14
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-14
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-14
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-2 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-2
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-2
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-2
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-3 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-3
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-3
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-3
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-4 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-4
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-4
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-4
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-5 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-5
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-5
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-5
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-6 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-6
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-6
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-6
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-7 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-7
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-7
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-7
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-8 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-8
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-8
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-8
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-9 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-9
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-9
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/GMT-9
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/UCT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/UCT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/UCT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/UCT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/UTC b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/UTC
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/UTC
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Etc/UTC
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Amsterdam b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Amsterdam
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Amsterdam
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Amsterdam
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Andorra b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Andorra
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Andorra
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Andorra
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Athens b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Athens
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Athens
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Athens
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Belgrade b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Belgrade
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Belgrade
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Belgrade
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Berlin b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Berlin
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Berlin
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Berlin
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Brussels b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Brussels
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Brussels
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Brussels
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Bucharest b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Bucharest
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Bucharest
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Bucharest
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Budapest b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Budapest
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Budapest
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Budapest
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Chisinau b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Chisinau
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Chisinau
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Chisinau
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Copenhagen b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Copenhagen
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Copenhagen
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Copenhagen
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Dublin b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Dublin
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Dublin
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Dublin
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Gibraltar b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Gibraltar
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Gibraltar
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Gibraltar
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Helsinki b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Helsinki
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Helsinki
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Helsinki
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Istanbul b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Istanbul
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Istanbul
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Istanbul
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Kaliningrad b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Kaliningrad
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Kaliningrad
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Kaliningrad
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Kiev b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Kiev
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Kiev
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Kiev
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Lisbon b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Lisbon
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Lisbon
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Lisbon
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/London b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/London
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/London
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/London
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Luxembourg b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Luxembourg
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Luxembourg
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Luxembourg
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Madrid b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Madrid
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Madrid
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Madrid
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Malta b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Malta
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Malta
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Malta
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Minsk b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Minsk
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Minsk
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Minsk
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Monaco b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Monaco
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Monaco
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Monaco
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Moscow b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Moscow
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Moscow
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Moscow
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Oslo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Oslo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Oslo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Oslo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Paris b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Paris
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Paris
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Paris
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Prague b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Prague
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Prague
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Prague
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Riga b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Riga
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Riga
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Riga
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Rome b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Rome
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Rome
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Rome
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Samara b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Samara
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Samara
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Samara
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Simferopol b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Simferopol
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Simferopol
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Simferopol
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Sofia b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Sofia
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Sofia
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Sofia
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Stockholm b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Stockholm
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Stockholm
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Stockholm
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Tallinn b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Tallinn
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Tallinn
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Tallinn
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Tirane b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Tirane
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Tirane
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Tirane
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Uzhgorod b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Uzhgorod
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Uzhgorod
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Uzhgorod
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vaduz b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vaduz
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vaduz
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vaduz
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vienna b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vienna
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vienna
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vienna
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vilnius b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vilnius
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vilnius
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Vilnius
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Volgograd b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Volgograd
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Volgograd
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Volgograd
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Warsaw b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Warsaw
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Warsaw
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Warsaw
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Zaporozhye b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Zaporozhye
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Zaporozhye
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Zaporozhye
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Zurich b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Zurich
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Zurich
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Europe/Zurich
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/GMT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/GMT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/GMT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/GMT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/HST b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/HST
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/HST
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/HST
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Antananarivo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Antananarivo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Antananarivo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Antananarivo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Chagos b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Chagos
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Chagos
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Chagos
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Christmas b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Christmas
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Christmas
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Christmas
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Cocos b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Cocos
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Cocos
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Cocos
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Comoro b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Comoro
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Comoro
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Comoro
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Kerguelen b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Kerguelen
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Kerguelen
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Kerguelen
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mahe b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mahe
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mahe
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mahe
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Maldives b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Maldives
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Maldives
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Maldives
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mauritius b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mauritius
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mauritius
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mauritius
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mayotte b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mayotte
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mayotte
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Mayotte
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Reunion b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Reunion
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Reunion
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Indian/Reunion
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MET b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MET
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MET
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MET
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MST b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MST
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MST
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MST
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MST7MDT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MST7MDT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MST7MDT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/MST7MDT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/PST8PDT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/PST8PDT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/PST8PDT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/PST8PDT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Apia b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Apia
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Apia
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Apia
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Auckland b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Auckland
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Auckland
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Auckland
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Chatham b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Chatham
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Chatham
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Chatham
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Chuuk b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Chuuk
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Chuuk
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Chuuk
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Easter b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Easter
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Easter
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Easter
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Efate b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Efate
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Efate
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Efate
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Enderbury b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Enderbury
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Enderbury
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Enderbury
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Fakaofo b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Fakaofo
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Fakaofo
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Fakaofo
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Fiji b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Fiji
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Fiji
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Fiji
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Funafuti b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Funafuti
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Funafuti
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Funafuti
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Galapagos b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Galapagos
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Galapagos
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Galapagos
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Gambier b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Gambier
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Gambier
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Gambier
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Guadalcanal b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Guadalcanal
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Guadalcanal
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Guadalcanal
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Guam b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Guam
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Guam
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Guam
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Honolulu b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Honolulu
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Honolulu
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Honolulu
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Johnston b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Johnston
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Johnston
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Johnston
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kiritimati b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kiritimati
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kiritimati
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kiritimati
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kosrae b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kosrae
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kosrae
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kosrae
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kwajalein b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kwajalein
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kwajalein
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Kwajalein
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Majuro b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Majuro
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Majuro
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Majuro
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Marquesas b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Marquesas
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Marquesas
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Marquesas
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Midway b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Midway
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Midway
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Midway
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Nauru b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Nauru
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Nauru
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Nauru
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Niue b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Niue
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Niue
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Niue
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Norfolk b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Norfolk
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Norfolk
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Norfolk
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Noumea b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Noumea
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Noumea
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Noumea
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pago_Pago b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pago_Pago
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pago_Pago
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pago_Pago
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Palau b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Palau
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Palau
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Palau
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pitcairn b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pitcairn
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pitcairn
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pitcairn
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pohnpei b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pohnpei
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pohnpei
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Pohnpei
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Port_Moresby b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Port_Moresby
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Port_Moresby
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Port_Moresby
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Rarotonga b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Rarotonga
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Rarotonga
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Rarotonga
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Saipan b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Saipan
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Saipan
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Saipan
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tahiti b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tahiti
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tahiti
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tahiti
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tarawa b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tarawa
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tarawa
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tarawa
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tongatapu b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tongatapu
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tongatapu
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Tongatapu
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Wake b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Wake
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Wake
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Wake
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Wallis b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Wallis
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Wallis
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/Pacific/Wallis
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/AST4 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/AST4
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/AST4
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/AST4
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/AST4ADT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/AST4ADT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/AST4ADT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/AST4ADT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/CST6 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/CST6
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/CST6
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/CST6
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/CST6CDT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/CST6CDT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/CST6CDT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/CST6CDT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/EST5 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/EST5
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/EST5
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/EST5
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/EST5EDT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/EST5EDT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/EST5EDT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/EST5EDT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/HST10 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/HST10
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/HST10
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/HST10
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/MST7 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/MST7
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/MST7
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/MST7
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/MST7MDT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/MST7MDT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/MST7MDT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/MST7MDT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/PST8 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/PST8
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/PST8
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/PST8
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/PST8PDT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/PST8PDT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/PST8PDT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/PST8PDT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/YST9 b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/YST9
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/YST9
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/YST9
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/YST9YDT b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/YST9YDT
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/YST9YDT
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/SystemV/YST9YDT
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/WET b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/WET
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/WET
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/WET
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/ZoneInfoMappings b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/ZoneInfoMappings
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/ZoneInfoMappings
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Home/jre/lib/zi/ZoneInfoMappings
diff --git a/src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Info.plist b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Info.plist
similarity index 100%
rename from src/main/skeleton/mac/MultiBit.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Info.plist
rename to src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/Info.plist
diff --git a/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/MacOS/libjli.dylib b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/MacOS/libjli.dylib
new file mode 100644
index 000000000..1ad7e02f4
--- /dev/null
+++ b/src/main/skeleton/mac/MultiDoge.app/Contents/PlugIns/jdk1.7.0_25.jdk/Contents/MacOS/libjli.dylib
@@ -0,0 +1 @@
+../Home/jre/lib/jli/libjli.dylib
\ No newline at end of file
diff --git a/src/main/skeleton/mac/MultiDoge.app/Contents/Resources/GenericApp.icns b/src/main/skeleton/mac/MultiDoge.app/Contents/Resources/GenericApp.icns
new file mode 100644
index 000000000..0a99d8f6e
Binary files /dev/null and b/src/main/skeleton/mac/MultiDoge.app/Contents/Resources/GenericApp.icns differ
diff --git a/src/test/java/com/google/bitcoin/core/CoreTestUtils.java b/src/test/java/com/google/dogecoin/core/CoreTestUtils.java
similarity index 96%
rename from src/test/java/com/google/bitcoin/core/CoreTestUtils.java
rename to src/test/java/com/google/dogecoin/core/CoreTestUtils.java
index 910768687..d2d6d1441 100644
--- a/src/test/java/com/google/bitcoin/core/CoreTestUtils.java
+++ b/src/test/java/com/google/dogecoin/core/CoreTestUtils.java
@@ -14,12 +14,12 @@
* limitations under the License.
*/
-package com.google.bitcoin.core;
+package com.google.dogecoin.core;
import java.math.BigInteger;
-import com.google.bitcoin.store.BlockStore;
-import com.google.bitcoin.store.BlockStoreException;
+import com.google.dogecoin.store.BlockStore;
+import com.google.dogecoin.store.BlockStoreException;
/**
* This is the bitcoinj TestUtils but renamed as jenkins was complaining there are no tests in it
diff --git a/src/test/java/com/google/bitcoin/core/MultiBitBlockChainTest.java b/src/test/java/com/google/dogecoin/core/MultiBitBlockChainTest.java
similarity index 97%
rename from src/test/java/com/google/bitcoin/core/MultiBitBlockChainTest.java
rename to src/test/java/com/google/dogecoin/core/MultiBitBlockChainTest.java
index 5c7c6f883..523f8858c 100644
--- a/src/test/java/com/google/bitcoin/core/MultiBitBlockChainTest.java
+++ b/src/test/java/com/google/dogecoin/core/MultiBitBlockChainTest.java
@@ -14,19 +14,19 @@
* limitations under the License.
*/
-package com.google.bitcoin.core;
+package com.google.dogecoin.core;
-import com.google.bitcoin.core.Wallet.BalanceType;
-import com.google.bitcoin.store.BlockStore;
-import com.google.bitcoin.store.MemoryBlockStore;
-import com.google.bitcoin.utils.BriefLogFormatter;
+import com.google.dogecoin.core.Wallet.BalanceType;
+import com.google.dogecoin.store.BlockStore;
+import com.google.dogecoin.store.MemoryBlockStore;
+import com.google.dogecoin.utils.BriefLogFormatter;
import org.junit.Before;
import org.junit.Test;
import java.math.BigInteger;
-import static com.google.bitcoin.core.CoreTestUtils.createFakeBlock;
-import static com.google.bitcoin.core.CoreTestUtils.createFakeTx;
+import static com.google.dogecoin.core.CoreTestUtils.createFakeBlock;
+import static com.google.dogecoin.core.CoreTestUtils.createFakeTx;
import static org.junit.Assert.*;
// Handling of chain splits/reorgs are in ChainSplitTests.
diff --git a/src/test/java/com/google/bitcoin/core/WalletTest.java b/src/test/java/com/google/dogecoin/core/WalletTest.java
similarity index 97%
rename from src/test/java/com/google/bitcoin/core/WalletTest.java
rename to src/test/java/com/google/dogecoin/core/WalletTest.java
index b56da878c..4a2df54ba 100644
--- a/src/test/java/com/google/bitcoin/core/WalletTest.java
+++ b/src/test/java/com/google/dogecoin/core/WalletTest.java
@@ -14,17 +14,17 @@
* limitations under the License.
*/
-package com.google.bitcoin.core;
-
-import com.google.bitcoin.core.CoreTestUtils.BlockPair;
-import com.google.bitcoin.core.WalletTransaction.Pool;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterException;
-import com.google.bitcoin.crypto.KeyCrypterScrypt;
-import com.google.bitcoin.store.BlockStore;
-import com.google.bitcoin.store.MemoryBlockStore;
-import com.google.bitcoin.utils.BriefLogFormatter;
-import com.google.bitcoin.utils.Threading;
+package com.google.dogecoin.core;
+
+import com.google.dogecoin.core.CoreTestUtils.BlockPair;
+import com.google.dogecoin.core.WalletTransaction.Pool;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterException;
+import com.google.dogecoin.crypto.KeyCrypterScrypt;
+import com.google.dogecoin.store.BlockStore;
+import com.google.dogecoin.store.MemoryBlockStore;
+import com.google.dogecoin.utils.BriefLogFormatter;
+import com.google.dogecoin.utils.Threading;
import com.google.common.collect.Lists;
import com.google.protobuf.ByteString;
import org.bitcoinj.wallet.Protos;
@@ -40,7 +40,7 @@
import java.security.SecureRandom;
import java.util.*;
-import static com.google.bitcoin.core.Utils.toNanoCoins;
+import static com.google.dogecoin.core.Utils.toNanoCoins;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
@@ -88,7 +88,7 @@ private Transaction sendMoneyToWallet(Wallet wallet, Transaction tx, AbstractBlo
if (wallet.isPendingTransactionRelevant(tx))
wallet.receivePending(tx, new ArrayList());
} else {
- BlockPair bp = com.google.bitcoin.core.CoreTestUtils.createFakeBlock(params, blockStore, tx);
+ BlockPair bp = com.google.dogecoin.core.CoreTestUtils.createFakeBlock(params, blockStore, tx);
wallet.receiveFromBlock(tx, bp.storedBlock, type, 1);
if (type == AbstractBlockChain.NewBlockType.BEST_CHAIN)
wallet.notifyNewBestBlock(bp.storedBlock);
@@ -103,12 +103,12 @@ private Transaction sendMoneyToWallet(Transaction tx, AbstractBlockChain.NewBloc
private Transaction sendMoneyToWallet(Wallet wallet, BigInteger value, Address toAddress, AbstractBlockChain.NewBlockType type)
throws IOException, VerificationException {
- return sendMoneyToWallet(wallet, com.google.bitcoin.core.CoreTestUtils.createFakeTx(params, value, toAddress), type);
+ return sendMoneyToWallet(wallet, com.google.dogecoin.core.CoreTestUtils.createFakeTx(params, value, toAddress), type);
}
private Transaction sendMoneyToWallet(BigInteger value, AbstractBlockChain.NewBlockType type) throws IOException,
VerificationException {
- return sendMoneyToWallet(this.wallet, com.google.bitcoin.core.CoreTestUtils.createFakeTx(params, value, myAddress), type);
+ return sendMoneyToWallet(this.wallet, com.google.dogecoin.core.CoreTestUtils.createFakeTx(params, value, myAddress), type);
}
@Before
@@ -498,7 +498,7 @@ public void onConfidenceChanged(Transaction tx, ChangeReason reason) {
});
assertEquals(TransactionConfidence.ConfidenceType.PENDING, notifiedTx[0].getConfidence().getConfidenceType());
final Transaction t1Copy = new Transaction(params, t1.bitcoinSerialize());
- com.google.bitcoin.core.CoreTestUtils.BlockPair fakeBlock = CoreTestUtils.createFakeBlock(params, blockStore, t1Copy);
+ com.google.dogecoin.core.CoreTestUtils.BlockPair fakeBlock = CoreTestUtils.createFakeBlock(params, blockStore, t1Copy);
wallet.receiveFromBlock(t1Copy, fakeBlock.storedBlock, BlockChain.NewBlockType.BEST_CHAIN, 1);
wallet.notifyNewBestBlock(fakeBlock.storedBlock);
assertFalse(flags[0]);
diff --git a/src/test/java/com/google/bitcoin/core/old1.wallet b/src/test/java/com/google/dogecoin/core/old1.wallet
similarity index 100%
rename from src/test/java/com/google/bitcoin/core/old1.wallet
rename to src/test/java/com/google/dogecoin/core/old1.wallet
diff --git a/src/test/java/org/multibit/crypto/KeyCrypterOpenSSLTest.java b/src/test/java/org/multibit/crypto/KeyCrypterOpenSSLTest.java
index 701dcd969..e0a769991 100644
--- a/src/test/java/org/multibit/crypto/KeyCrypterOpenSSLTest.java
+++ b/src/test/java/org/multibit/crypto/KeyCrypterOpenSSLTest.java
@@ -15,8 +15,8 @@
*/
package org.multibit.crypto;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.crypto.KeyCrypterException;
import junit.framework.TestCase;
import org.junit.Test;
import org.slf4j.Logger;
diff --git a/src/test/java/org/multibit/exchange/CurrencyConverterTest.java b/src/test/java/org/multibit/exchange/CurrencyConverterTest.java
index 31031b25e..cf5dd0568 100644
--- a/src/test/java/org/multibit/exchange/CurrencyConverterTest.java
+++ b/src/test/java/org/multibit/exchange/CurrencyConverterTest.java
@@ -77,7 +77,7 @@ public void testConvert() throws Exception {
converter.setCurrencyUnit(CurrencyUnit.of("USD"));
converter.setRate(BigDecimal.valueOf(5.0));
- Money converted = converter.convertFromBTCToFiat(CurrencyConverter.NUMBER_OF_SATOSHI_IN_ONE_BITCOIN); // 1 bitcoin
+ Money converted = converter.convertFromBTCToFiat(CurrencyConverter.NUMBER_OF_SATOSHI_IN_ONE_BITCOIN); // 1 dogecoin
assertNotNull(converted);
assertEquals("Wrong currency", "USD", converted.getCurrencyUnit().getCurrencyCode());
diff --git a/src/test/java/org/multibit/file/BackupManagerTest.java b/src/test/java/org/multibit/file/BackupManagerTest.java
index bfe003d5b..68c4019e3 100644
--- a/src/test/java/org/multibit/file/BackupManagerTest.java
+++ b/src/test/java/org/multibit/file/BackupManagerTest.java
@@ -38,12 +38,12 @@
import org.spongycastle.crypto.params.KeyParameter;
import org.spongycastle.util.Arrays;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterScrypt;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterScrypt;
import com.google.protobuf.ByteString;
public class BackupManagerTest extends TestCase {
diff --git a/src/test/java/org/multibit/file/ExportTransactionsSubmitActionTest.java b/src/test/java/org/multibit/file/ExportTransactionsSubmitActionTest.java
index 8e303d296..f706ab35b 100644
--- a/src/test/java/org/multibit/file/ExportTransactionsSubmitActionTest.java
+++ b/src/test/java/org/multibit/file/ExportTransactionsSubmitActionTest.java
@@ -34,7 +34,7 @@
import org.multibit.model.exchange.ExchangeModel;
import org.multibit.viewsystem.swing.action.ExportTransactionsSubmitAction;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.Wallet;
public class ExportTransactionsSubmitActionTest extends TestCase {
public static final String WALLETS_TESTDATA_DIRECTORY = "wallets";
diff --git a/src/test/java/org/multibit/file/FileHandlerTest.java b/src/test/java/org/multibit/file/FileHandlerTest.java
index 7aaeba666..2d20ead7e 100644
--- a/src/test/java/org/multibit/file/FileHandlerTest.java
+++ b/src/test/java/org/multibit/file/FileHandlerTest.java
@@ -16,12 +16,12 @@
package org.multibit.file;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterScrypt;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterScrypt;
import com.google.protobuf.ByteString;
import org.bitcoinj.wallet.Protos;
import org.bitcoinj.wallet.Protos.ScryptParameters;
diff --git a/src/test/java/org/multibit/file/PrivateKeysHandlerTest.java b/src/test/java/org/multibit/file/PrivateKeysHandlerTest.java
index f851f0fb5..de1a36f29 100644
--- a/src/test/java/org/multibit/file/PrivateKeysHandlerTest.java
+++ b/src/test/java/org/multibit/file/PrivateKeysHandlerTest.java
@@ -17,9 +17,9 @@
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.Wallet;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.Wallet;
import com.piuk.blockchain.MyWallet;
import junit.framework.TestCase;
import org.junit.Test;
diff --git a/src/test/java/org/multibit/functionaltests/CreateAndDeleteWalletsTest.java b/src/test/java/org/multibit/functionaltests/CreateAndDeleteWalletsTest.java
index bd18bda47..ac60e348b 100644
--- a/src/test/java/org/multibit/functionaltests/CreateAndDeleteWalletsTest.java
+++ b/src/test/java/org/multibit/functionaltests/CreateAndDeleteWalletsTest.java
@@ -66,7 +66,7 @@ public void setUp() throws IOException {
controller = controllers.bitcoinController;
log.debug("Creating Bitcoin service");
- // create the MultiBitService that connects to the bitcoin network
+ // create the MultiBitService that connects to the dogecoin network
MultiBitService multiBitService = new MultiBitService(controller);
controller.setMultiBitService(multiBitService);
@@ -120,16 +120,16 @@ private File createMultiBitRuntime() throws IOException {
File multiBitDirectory = FileHandler.createTempDirectory("CreateAndDeleteWalletsTest");
String multiBitDirectoryPath = multiBitDirectory.getAbsolutePath();
- System.out.println("Building MultiBit runtime in : " + multiBitDirectory.getAbsolutePath());
+ System.out.println("Building MultiDoge runtime in : " + multiBitDirectory.getAbsolutePath());
// Create an empty multibit.properties.
- File multibitProperties = new File(multiBitDirectoryPath + File.separator + "multibit.properties");
+ File multibitProperties = new File(multiBitDirectoryPath + File.separator + "multidoge.properties");
multibitProperties.createNewFile();
multibitProperties.deleteOnExit();
// Copy in the checkpoints stored in git - this is in source/main/resources/.
- File multibitCheckpoints = new File(multiBitDirectoryPath + File.separator + "multibit.checkpoints");
- FileHandler.copyFile(new File("./src/main/resources/multibit.checkpoints"), multibitCheckpoints);
+ File multibitCheckpoints = new File(multiBitDirectoryPath + File.separator + "multidoge.checkpoints");
+ FileHandler.copyFile(new File("./src/main/resources/multidoge.checkpoints"), multibitCheckpoints);
multibitCheckpoints.deleteOnExit();
return multiBitDirectory;
diff --git a/src/test/java/org/multibit/functionaltests/GenesisBlockReplayTest.java b/src/test/java/org/multibit/functionaltests/GenesisBlockReplayTest.java
index 434265c05..f8db71003 100644
--- a/src/test/java/org/multibit/functionaltests/GenesisBlockReplayTest.java
+++ b/src/test/java/org/multibit/functionaltests/GenesisBlockReplayTest.java
@@ -72,7 +72,7 @@ public void testReplayFromGenesisBlock() throws Exception {
final CreateControllers.Controllers controllers = CreateControllers.createControllers(applicationDataDirectoryLocator);
log.debug("Creating Bitcoin service");
- // Create the MultiBitService that connects to the bitcoin network.
+ // Create the MultiBitService that connects to the dogecoin network.
MultiBitService multiBitService = new MultiBitService(controllers.bitcoinController);
controllers.bitcoinController.setMultiBitService(multiBitService);
@@ -139,13 +139,13 @@ private File createMultiBitRuntime() throws IOException {
System.out.println("Building MultiBit runtime in : " + multiBitDirectory.getAbsolutePath());
// Create an empty multibit.properties.
- File multibitProperties = new File(multiBitDirectoryPath + File.separator + "multibit.properties");
+ File multibitProperties = new File(multiBitDirectoryPath + File.separator + "multidoge.properties");
multibitProperties.createNewFile();
multibitProperties.deleteOnExit();
// Copy in the checkpoints stored in git - this is in source/main/resources/.
- File multibitCheckpoints = new File(multiBitDirectoryPath + File.separator + "multibit.checkpoints");
- FileHandler.copyFile(new File("./src/main/resources/multibit.checkpoints"), multibitCheckpoints);
+ File multibitCheckpoints = new File(multiBitDirectoryPath + File.separator + "multidoge.checkpoints");
+ FileHandler.copyFile(new File("./src/main/resources/multidoge.checkpoints"), multibitCheckpoints);
multibitCheckpoints.deleteOnExit();
return multiBitDirectory;
diff --git a/src/test/java/org/multibit/functionaltests/MiningCoinBaseTransactionsSeenTest.java b/src/test/java/org/multibit/functionaltests/MiningCoinBaseTransactionsSeenTest.java
index 8564a6e48..754ee925d 100644
--- a/src/test/java/org/multibit/functionaltests/MiningCoinBaseTransactionsSeenTest.java
+++ b/src/test/java/org/multibit/functionaltests/MiningCoinBaseTransactionsSeenTest.java
@@ -16,11 +16,11 @@
package org.multibit.functionaltests;
-import com.google.bitcoin.core.DumpedPrivateKey;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.Transaction;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.core.Wallet.BalanceType;
+import com.google.dogecoin.core.DumpedPrivateKey;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.Transaction;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.core.Wallet.BalanceType;
import junit.framework.TestCase;
import org.junit.Test;
import org.multibit.ApplicationDataDirectoryLocator;
@@ -85,7 +85,7 @@ public void testReplayMiningTransaction() throws Exception {
final CreateControllers.Controllers controllers = CreateControllers.createControllers(applicationDataDirectoryLocator);
log.debug("Creating Bitcoin service");
- // Create the MultiBitService that connects to the bitcoin network.
+ // Create the MultiBitService that connects to the dogecoin network.
MultiBitService multiBitService = new MultiBitService(controllers.bitcoinController);
log.debug("multiBitService = " + multiBitService);
@@ -205,13 +205,13 @@ private File createMultiBitRuntime() throws IOException {
System.out.println("Building MultiBit runtime in : " + multiBitDirectory.getAbsolutePath());
// Create an empty multibit.properties.
- File multibitProperties = new File(multiBitDirectoryPath + File.separator + "multibit.properties");
+ File multibitProperties = new File(multiBitDirectoryPath + File.separator + "multidoge.properties");
multibitProperties.createNewFile();
multibitProperties.deleteOnExit();
// Copy in the checkpoints stored in git - this is in source/main/resources/.
- File multibitCheckpoints = new File(multiBitDirectoryPath + File.separator + "multibit.checkpoints");
- FileHandler.copyFile(new File("./src/main/resources/multibit.checkpoints"), multibitCheckpoints);
+ File multibitCheckpoints = new File(multiBitDirectoryPath + File.separator + "multidoge.checkpoints");
+ FileHandler.copyFile(new File("./src/main/resources/multidoge.checkpoints"), multibitCheckpoints);
multibitCheckpoints.deleteOnExit();
return multiBitDirectory;
diff --git a/src/test/java/org/multibit/network/AlertManagerTest.java b/src/test/java/org/multibit/network/AlertManagerTest.java
index f6d63a054..594f7b03d 100644
--- a/src/test/java/org/multibit/network/AlertManagerTest.java
+++ b/src/test/java/org/multibit/network/AlertManagerTest.java
@@ -24,8 +24,8 @@
import org.junit.Test;
import org.multibit.Localiser;
import org.multibit.controller.bitcoin.BitcoinController;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.Utils;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.Utils;
import org.multibit.CreateControllers;
public class AlertManagerTest extends TestCase {
diff --git a/src/test/java/org/multibit/network/ReplayManagerTest.java b/src/test/java/org/multibit/network/ReplayManagerTest.java
index 0085fe91a..77ea63a05 100644
--- a/src/test/java/org/multibit/network/ReplayManagerTest.java
+++ b/src/test/java/org/multibit/network/ReplayManagerTest.java
@@ -41,11 +41,11 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-import com.google.bitcoin.core.DumpedPrivateKey;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.core.Wallet.BalanceType;
+import com.google.dogecoin.core.DumpedPrivateKey;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.core.Wallet.BalanceType;
public class ReplayManagerTest extends TestCase {
private static final Logger log = LoggerFactory.getLogger(ReplayManagerTest.class);
@@ -77,7 +77,7 @@ public void setUp() throws Exception {
controller = controllers.bitcoinController;
log.debug("Creating Bitcoin service");
- // Create the MultiBitService that connects to the bitcoin network.
+ // Create the MultiBitService that connects to the dogecoin network.
MultiBitService multiBitService = new MultiBitService(controller);
controller.setMultiBitService(multiBitService);
@@ -191,14 +191,14 @@ private File createMultiBitRuntime() throws IOException {
System.out.println("Building MultiBit runtime in : " + multiBitDirectory.getAbsolutePath());
// Create an empty multibit.properties.
- File multibitProperties = new File(multiBitDirectoryPath + File.separator + "multibit.properties");
+ File multibitProperties = new File(multiBitDirectoryPath + File.separator + "multidoge.properties");
multibitProperties.createNewFile();
multibitProperties.deleteOnExit();
// Copy in the checkpoints and blockchain stored in git - this is in
// source/main/resources/.
- File multibitBlockcheckpoints = new File(multiBitDirectoryPath + File.separator + "multibit.checkpoints");
- FileHandler.copyFile(new File("./src/main/resources/multibit.checkpoints"), multibitBlockcheckpoints);
+ File multibitBlockcheckpoints = new File(multiBitDirectoryPath + File.separator + "multidoge.checkpoints");
+ FileHandler.copyFile(new File("./src/main/resources/multidoge.checkpoints"), multibitBlockcheckpoints);
multibitBlockcheckpoints.deleteOnExit();
return multiBitDirectory;
diff --git a/src/test/java/org/multibit/viewsystem/swing/action/ActionTestUtils.java b/src/test/java/org/multibit/viewsystem/swing/action/ActionTestUtils.java
index e44bcabd6..f4fe3ee91 100644
--- a/src/test/java/org/multibit/viewsystem/swing/action/ActionTestUtils.java
+++ b/src/test/java/org/multibit/viewsystem/swing/action/ActionTestUtils.java
@@ -12,11 +12,11 @@
import org.multibit.model.bitcoin.WalletInfoData;
import org.multibit.store.MultiBitWalletVersion;
-import com.google.bitcoin.core.ECKey;
-import com.google.bitcoin.core.NetworkParameters;
-import com.google.bitcoin.core.Wallet;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterScrypt;
+import com.google.dogecoin.core.ECKey;
+import com.google.dogecoin.core.NetworkParameters;
+import com.google.dogecoin.core.Wallet;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterScrypt;
import com.google.protobuf.ByteString;
/**
diff --git a/src/test/java/org/multibit/viewsystem/swing/action/CreateNewReceivingAddressActionTest.java b/src/test/java/org/multibit/viewsystem/swing/action/CreateNewReceivingAddressActionTest.java
index 10c749f66..cddaa0e9c 100644
--- a/src/test/java/org/multibit/viewsystem/swing/action/CreateNewReceivingAddressActionTest.java
+++ b/src/test/java/org/multibit/viewsystem/swing/action/CreateNewReceivingAddressActionTest.java
@@ -56,7 +56,7 @@ public void testNoWalletSelected() throws Exception {
createNewReceivingAddressAction.actionPerformed(null);
Object[] messages = MessageManager.INSTANCE.getMessages().toArray();
assertTrue("There were no messages but there should have been", messages != null && messages.length > 0);
- assertEquals("Wrong message after receive bitcoin confirm with no active wallet",
+ assertEquals("Wrong message after receive dogecoin confirm with no active wallet",
ResetTransactionsSubmitActionTest.EXPECTED_NO_WALLET_IS_SELECTED,
((Message) messages[messages.length - 1]).getText());
}
diff --git a/src/test/java/org/multibit/viewsystem/swing/action/CreateNewSendingAddressActionTest.java b/src/test/java/org/multibit/viewsystem/swing/action/CreateNewSendingAddressActionTest.java
index 876ca5419..8f4621190 100644
--- a/src/test/java/org/multibit/viewsystem/swing/action/CreateNewSendingAddressActionTest.java
+++ b/src/test/java/org/multibit/viewsystem/swing/action/CreateNewSendingAddressActionTest.java
@@ -49,6 +49,6 @@ public void testNoWalletSelected() throws Exception {
createNewSendingAddressAction.actionPerformed(null);
Object[] messages = MessageManager.INSTANCE.getMessages().toArray();
assertTrue("There were no messages but there should have been", messages != null && messages.length > 0);
- assertEquals("Wrong message after send bitcoin confirm with no active wallet", ResetTransactionsSubmitActionTest.EXPECTED_NO_WALLET_IS_SELECTED, ((Message)messages[messages.length - 1]).getText());
+ assertEquals("Wrong message after send dogecoin confirm with no active wallet", ResetTransactionsSubmitActionTest.EXPECTED_NO_WALLET_IS_SELECTED, ((Message)messages[messages.length - 1]).getText());
}
}
diff --git a/src/test/java/org/multibit/viewsystem/swing/action/ExportPrivateKeysSubmitActionTest.java b/src/test/java/org/multibit/viewsystem/swing/action/ExportPrivateKeysSubmitActionTest.java
index f22f72412..c931d764d 100644
--- a/src/test/java/org/multibit/viewsystem/swing/action/ExportPrivateKeysSubmitActionTest.java
+++ b/src/test/java/org/multibit/viewsystem/swing/action/ExportPrivateKeysSubmitActionTest.java
@@ -33,10 +33,10 @@
import org.multibit.viewsystem.swing.view.components.FontSizer;
import org.multibit.viewsystem.swing.view.panels.ExportPrivateKeysPanel;
-import com.google.bitcoin.core.Utils;
-import com.google.bitcoin.crypto.EncryptedPrivateKey;
-import com.google.bitcoin.crypto.KeyCrypter;
-import com.google.bitcoin.crypto.KeyCrypterException;
+import com.google.dogecoin.core.Utils;
+import com.google.dogecoin.crypto.EncryptedPrivateKey;
+import com.google.dogecoin.crypto.KeyCrypter;
+import com.google.dogecoin.crypto.KeyCrypterException;
import org.multibit.CreateControllers;
@@ -317,6 +317,6 @@ public void testNoWalletSelected() throws Exception {
exportPrivateKeysSubmitAction.actionPerformed(null);
Object[] messages = MessageManager.INSTANCE.getMessages().toArray();
assertTrue("There were no messages but there should have been", messages != null && messages.length > 0);
- assertEquals("Wrong message after receive bitcoin confirm with no active wallet", ResetTransactionsSubmitActionTest.EXPECTED_NO_WALLET_IS_SELECTED, ((Message)messages[messages.length - 1]).getText());
+ assertEquals("Wrong message after receive dogecoin confirm with no active wallet", ResetTransactionsSubmitActionTest.EXPECTED_NO_WALLET_IS_SELECTED, ((Message)messages[messages.length - 1]).getText());
}
}
diff --git a/src/test/java/org/multibit/viewsystem/swing/action/ImportPrivateKeysSubmitActionTest.java b/src/test/java/org/multibit/viewsystem/swing/action/ImportPrivateKeysSubmitActionTest.java
index 2265a1349..a842e8eab 100644
--- a/src/test/java/org/multibit/viewsystem/swing/action/ImportPrivateKeysSubmitActionTest.java
+++ b/src/test/java/org/multibit/viewsystem/swing/action/ImportPrivateKeysSubmitActionTest.java
@@ -30,7 +30,7 @@
import org.multibit.viewsystem.swing.view.panels.ImportPrivateKeysPanel;
import org.multibit.viewsystem.swing.view.components.FontSizer;
-import com.google.bitcoin.core.ECKey;
+import com.google.dogecoin.core.ECKey;
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
public class ImportPrivateKeysSubmitActionTest extends TestCase {
@@ -317,7 +317,7 @@ public void testNoWalletSelected() throws Exception {
importPrivateKeysSubmitAction.actionPerformed(null);
Object[] messages = MessageManager.INSTANCE.getMessages().toArray();
assertTrue("There were no messages but there should have been", messages != null && messages.length > 0);
- assertEquals("Wrong message after receive bitcoin confirm with no active wallet", ResetTransactionsSubmitActionTest.EXPECTED_NO_WALLET_IS_SELECTED, ((Message)messages[messages.length - 1]).getText());
+ assertEquals("Wrong message after receive dogecoin confirm with no active wallet", ResetTransactionsSubmitActionTest.EXPECTED_NO_WALLET_IS_SELECTED, ((Message)messages[messages.length - 1]).getText());
}
private void checkEveryExpectedKeyIsPresent(BitcoinController controller) {
diff --git a/src/test/java/org/multibit/viewsystem/swing/action/SendBitcoinConfirmActionTest.java b/src/test/java/org/multibit/viewsystem/swing/action/SendBitcoinConfirmActionTest.java
index 2a57c791e..e5c4b80a1 100644
--- a/src/test/java/org/multibit/viewsystem/swing/action/SendBitcoinConfirmActionTest.java
+++ b/src/test/java/org/multibit/viewsystem/swing/action/SendBitcoinConfirmActionTest.java
@@ -49,6 +49,6 @@ public void testNoWalletSelected() throws Exception {
sendBitcoinConfirmAction.actionPerformed(null);
Object[] messages = MessageManager.INSTANCE.getMessages().toArray();
assertTrue("There were no messages but there should have been", messages != null && messages.length > 0);
- assertEquals("Wrong message after send bitcoin confirm with no active wallet", ResetTransactionsSubmitActionTest.EXPECTED_NO_WALLET_IS_SELECTED, ((Message)messages[messages.length - 1]).getText());
+ assertEquals("Wrong message after send dogecoin confirm with no active wallet", ResetTransactionsSubmitActionTest.EXPECTED_NO_WALLET_IS_SELECTED, ((Message)messages[messages.length - 1]).getText());
}
}
diff --git a/src/test/java/org/multibit/viewsystem/swing/action/SendBitcoinNowActionTest.java b/src/test/java/org/multibit/viewsystem/swing/action/SendBitcoinNowActionTest.java
index 6c5fd8bb1..c2d850be1 100644
--- a/src/test/java/org/multibit/viewsystem/swing/action/SendBitcoinNowActionTest.java
+++ b/src/test/java/org/multibit/viewsystem/swing/action/SendBitcoinNowActionTest.java
@@ -37,10 +37,10 @@ public class SendBitcoinNowActionTest extends TestCase {
private static final String EXPECTED_ENTER_THE_WALLET_PASSWORD = "Enter the wallet password";
private static final String EXPECTED_TEST_SEND_FAILED_ERROR = " test - send failed";
- private static final String EXPECTED_SEND_FAILED = "The send of your bitcoin failed.";
+ private static final String EXPECTED_SEND_FAILED = "The send of your dogecoin failed.";
private static final String EXPECTED_THE_WALLET_IS_BUSY = "The wallet is busy with the task \"\"";
- private static final String EXPECTED_YOUR_BITCOIN_WERE_SENT_SUCCESSFULLY = "Your bitcoin were sent successfully.";
- private static final String EXPECTED_SENDING_BITCOIN = "Sending bitcoin...";
+ private static final String EXPECTED_YOUR_BITCOIN_WERE_SENT_SUCCESSFULLY = "Your dogecoin were sent successfully.";
+ private static final String EXPECTED_SENDING_BITCOIN = "Sending dogecoin...";
public static final CharSequence TEST_PASSWORD1 = "my hovercraft has eels";
public static final CharSequence WALLET_PASSWORD = "testing testing 123";
private static final int DELAY_TO_COMPLETE_OPERATION = 12000; // milliseconds
@@ -70,7 +70,7 @@ public void setUp() throws IOException {
controller = controllers.bitcoinController;
log.debug("Creating Bitcoin service");
- // create the MultiBitService that connects to the bitcoin network
+ // create the MultiBitService that connects to the dogecoin network
MultiBitService multiBitService = new MultiBitService(controller);
controller.setMultiBitService(multiBitService);
@@ -269,13 +269,13 @@ private File createMultiBitRuntime() throws IOException {
System.out.println("Building MultiBit runtime in : " + multiBitDirectory.getAbsolutePath());
// Create an empty multibit.properties.
- File multibitProperties = new File(multiBitDirectoryPath + File.separator + "multibit.properties");
+ File multibitProperties = new File(multiBitDirectoryPath + File.separator + "multidoge.properties");
multibitProperties.createNewFile();
multibitProperties.deleteOnExit();
// Copy in the checkpoints stored in git - this is in source/main/resources/.
- File multibitCheckpoints = new File(multiBitDirectoryPath + File.separator + "multibit.checkpoints");
- FileHandler.copyFile(new File("./src/main/resources/multibit.checkpoints"), multibitCheckpoints);
+ File multibitCheckpoints = new File(multiBitDirectoryPath + File.separator + "multidoge.checkpoints");
+ FileHandler.copyFile(new File("./src/main/resources/multidoge.checkpoints"), multibitCheckpoints);
multibitCheckpoints.deleteOnExit();
return multiBitDirectory;
diff --git a/src/test/resources/privateKeys/test1.key b/src/test/resources/privateKeys/test1.key
index bd4f9b0ce..11939691f 100644
--- a/src/test/resources/privateKeys/test1.key
+++ b/src/test/resources/privateKeys/test1.key
@@ -10,11 +10,11 @@
# Key createdAt is in UTC format as specified by ISO 8601
# e.g: 2011-12-31T16:42:00Z . The century, 'T' and 'Z' are mandatory
#
-5JMVKE697huLKSz27RoWNAoHkmtsmkqL6ZyhvoRe5ULZMk2YQoa 2011-10-07T15:58:17Z
-5KQfHjhsEXxZoraxjmBg7f75wxZCdKuSFBwjiFiQ1HPB8bMCQEH 2011-10-14T12:18:17Z
-5HrBFJfkBMnccS8uANKFQNVqQ8fjAP6VKAtJmDsP3KxVf2TkFYn 2011-10-14T12:18:17Z
-5JvqsG4dAuqwxwtTBy3ggSQ3xXtQ3e9fxAktAHJggj1pWp3EbjH 2011-10-14T12:34:45Z
-5KUnGPJsH19Nwc8dA52fKF3cFLc6md7T851MG5vhv4y8Fa3HEJp 2011-10-14T13:02:17Z
-5JHc39KeFo9MLC5Ch48hwgCzrR7G6LyLAYsx1nBzZ9ARSxzk2S3 2013-12-04T12:52:31Z
-5JucTYAG3FaWBYmCyBm1gwEjTfpQQTH2VNj83EAdozM3iKim3Za 2013-12-04T12:52:31Z
+6JfpcBZ6gUC8N4RBJpRUynnXECNRGt7bhk6wFJ4Xu8YCAQiMhhF 2011-10-07T15:58:17Z
+6KizahApoJFMrU27w9oejH6KRP2k8TBhrN4y2kMHpwaowG3DAaD 2011-10-14T12:18:17Z
+6JAWYG8hk85Qf3a4MkwE1zV4sZ9GfWNkvM1Y5iWGrzA8TfJ8J22 2011-10-14T12:18:17Z
+6KFBADXajg8k1ZKcPMffJ4PHRxMwYmRwZLt7UmwaWPDTKUZpomi 2011-10-14T12:34:45Z
+6Ko7ZLmpqmSAzDZnMTedvs2qim5eGkPijF8aaaZbjjAm4HccHkB 2011-10-14T13:02:17Z
+6JbwL6nbpZS9NoWMtSkgZJCEKqaobUFbmj1BLGptNoN4FdyJuBD 2013-12-04T12:52:31Z
+6KDwkVdDc1sJEACNAaNzJZDxw6HwuaZJ6YrMMioXdeYgWud71LQ 2013-12-04T12:52:31Z
# End of private keys