bitcoin-atm
bitcoin atm for pyc inc.
git clone https://9o.is/git/bitcoin-atm.git
Msg.scala
(1024B)
1 package inc.pyc.chimera
2
3 /**
4 * This is temporary. Keep this here until I
5 * move it to Angularjs i18n
6 */
7 object Msg {
8 val unableToStart = "Unable to start"
9 val hardwareMalfunction = "Hardware failure"
10 val networkUnreachableTx = "Network unreachable\nContact store manager to finish your purchase"
11 val networkUnreachable = "Network unreachable\nWill try to reconnect every 20 seconds"
12 val billOverLimit = "The bill inserted passes the buy limit."
13 val billOverBalance = "We apologize but we ran out of bitcoin."
14 val idUploadSuccess = "We have received your registration and will notify you very soon."
15 val unableFulfillRequest = "Unable to fulfill request."
16 val unableValidateQr = "Unable to validate QR code."
17 val buyLimitQuota = "Buy limit of $%,d has been reached."
18 val invalidScannedQr = "Scanned QR code does not have a valid Bitcoin address."
19 val errorSending = "There may have been a problem sending your bitcoins. PYC has been notified of the issue and will resolve it as soon as possible."
20 }