mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-03 12:16:27 -04:00
remove resource bundle
This commit is contained in:
parent
6ca922ba2c
commit
6a138c231a
3 changed files with 1 additions and 37 deletions
|
@ -8,7 +8,6 @@ import org.slf4j.LoggerFactory;
|
||||||
public class StorageDirectory
|
public class StorageDirectory
|
||||||
{
|
{
|
||||||
private static final Logger log = LoggerFactory.getLogger(StorageDirectory.class);
|
private static final Logger log = LoggerFactory.getLogger(StorageDirectory.class);
|
||||||
private static final String USER_PROPERTIES_FILE_NAME = "bitsquare.properties";
|
|
||||||
private static File storageDirectory;
|
private static File storageDirectory;
|
||||||
|
|
||||||
static
|
static
|
||||||
|
@ -72,7 +71,7 @@ public class StorageDirectory
|
||||||
else if (osName != null && osName.startsWith("Mac"))
|
else if (osName != null && osName.startsWith("Mac"))
|
||||||
return new File(System.getProperty("user.home") + "/Library/Application Support/BitSquare");
|
return new File(System.getProperty("user.home") + "/Library/Application Support/BitSquare");
|
||||||
else
|
else
|
||||||
return new File(System.getProperty("user.home") + "/BitSquare");
|
return new File(System.getProperty("user.home") + File.separator + "BitSquare");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void createDirIfNotExists()
|
private static void createDirIfNotExists()
|
||||||
|
|
|
@ -1,35 +0,0 @@
|
||||||
|
|
||||||
# generic
|
|
||||||
OTHER=Other
|
|
||||||
|
|
||||||
# BankAccountTypeInfo.BankAccountType
|
|
||||||
SEPA=Sepa
|
|
||||||
WIRE=Wire
|
|
||||||
INTERNATIONAL=International
|
|
||||||
OK_PAY=OK Pay
|
|
||||||
NET_TELLER=Netteller
|
|
||||||
PERFECT_MONEY=Perfect Money
|
|
||||||
|
|
||||||
# Arbitrator.ID_TYPE
|
|
||||||
REAL_LIFE_ID=Real life ID
|
|
||||||
NICKNAME=Nickname
|
|
||||||
COMPANY=Company
|
|
||||||
|
|
||||||
# Arbitrator.METHODS
|
|
||||||
TLS_NOTARY=TLS Notary
|
|
||||||
SKYPE_SCREEN_SHARING=Skype screen sharing
|
|
||||||
SMART_PHONE_VIDEO_CHAT=Smart phone video chat
|
|
||||||
REQUIRE_REAL_ID=Require real life Identification
|
|
||||||
BANK_STATEMENT=Bank statement
|
|
||||||
|
|
||||||
# Arbitrator.ID_VERIFICATIONS
|
|
||||||
PASSPORT=Passport
|
|
||||||
GOV_ID=Government issued ID
|
|
||||||
UTILITY_BILLS=Utility bills
|
|
||||||
FACEBOOK=Facebook account
|
|
||||||
GOOGLE_PLUS=Google+ account
|
|
||||||
TWITTER=Twitter account
|
|
||||||
PGP=PGP
|
|
||||||
BTC_OTC=BTC OTC
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue