diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..9a95311 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contributing Guidelines + +We love pull requests from everyone! Bug reports are also welcome. + +However if you've got a question or would like to start a discussion, please post to the +[community](https://plus.google.com/communities/105515929887248493912). + +If you would like to contribute language translations, we prefer if you use our +[Transifex project](https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/). Languages will be +synced from there regularly. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b94f55e --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.gradle/ +build/ +local.properties +.classpath +.project +.settings/ +.idea/ +*.iml +bin/ +gen/ diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..c8d5aa5 --- /dev/null +++ b/.tx/config @@ -0,0 +1,30 @@ +[main] +host = https://www.transifex.com + +[bitcoin-wallet.strings] +type = ANDROID +source_file = wallet/res/values/strings.xml +source_lang = en +file_filter = wallet/res/values-/strings.xml +lang_map = sl_SI:sl, pt_BR:pt-rBR, zh_TW:zh-rTW + +[bitcoin-wallet.strings_help] +type = ANDROID +source_file = wallet/res/values/strings_help.xml +source_lang = en +file_filter = wallet/res/values-/strings_help.xml +lang_map = sl_SI:sl, pt_BR:pt-rBR, zh_TW:zh-rTW + +[bitcoin-wallet.market-promo-text] +type = TXT +source_file = market/market-promo-text.txt +source_lang = en +file_filter = market/market-promo-text-.txt +lang_map = sl_SI:sl, pt_BR:pt-BR, zh_TW:zh-TW + +[bitcoin-wallet.market-description] +type = TXT +source_file = market/market-description.txt +source_lang = en +file_filter = market/market-description-.txt +lang_map = sl_SI:sl, pt_BR:pt-BR, zh_TW:zh-TW diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1c3965 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +Welcome to _Bitcoin Wallet_, a standalone Bitcoin payment app for your Android device! + +This project contains several sub-projects: + + * __wallet__: + The Android app itself. This is probably what you're searching for. + * __market__: + App description and promo material for the Google Play app store. + * __integration-android__: + A tiny library for integrating Bitcoin payments into your own Android app + (e.g. donations, in-app purchases). + * __sample-integration-android__: + A minimal example app to demonstrate integration of Bitcoin payments into + your Android app. + +You can build all sub-projects at once using Gradle: + +`gradle clean build` diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000..7753bfa --- /dev/null +++ b/build.gradle @@ -0,0 +1,18 @@ +buildscript { + repositories { + jcenter() + } + + dependencies { + classpath 'com.android.tools.build:gradle:2.0.0' + classpath('fr.avianey.androidsvgdrawable:gradle-plugin:3.0.0') { + exclude group: 'xerces' + } + } +} + +allprojects { + repositories { + jcenter() + } +} diff --git a/eclipse-code-format.xml b/eclipse-code-format.xml new file mode 100644 index 0000000..c3795f5 --- /dev/null +++ b/eclipse-code-format.xml @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/integration-android/AUTHORS b/integration-android/AUTHORS new file mode 100644 index 0000000..ee589b3 --- /dev/null +++ b/integration-android/AUTHORS @@ -0,0 +1 @@ +Andreas Schildbach diff --git a/integration-android/COPYING b/integration-android/COPYING new file mode 100644 index 0000000..7a4a3ea --- /dev/null +++ b/integration-android/COPYING @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/integration-android/build.gradle b/integration-android/build.gradle new file mode 100644 index 0000000..ead04c0 --- /dev/null +++ b/integration-android/build.gradle @@ -0,0 +1,23 @@ +apply plugin: 'java' + +dependencies { + compile('com.google.android:android:4.0.1.2') { + transitive false + } +} + +sourceSets { + main { + java { + srcDir 'src' + } + resources { + srcDir 'src' + } + } +} + +compileJava { + sourceCompatibility '1.5' + targetCompatibility '1.5' +} diff --git a/integration-android/src/de/schildbach/wallet/integration/android/BitcoinIntegration.java b/integration-android/src/de/schildbach/wallet/integration/android/BitcoinIntegration.java new file mode 100644 index 0000000..3fba9de --- /dev/null +++ b/integration-android/src/de/schildbach/wallet/integration/android/BitcoinIntegration.java @@ -0,0 +1,284 @@ +/** + * Copyright 2012-2014 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package de.schildbach.wallet.integration.android; + +import android.app.Activity; +import android.content.Context; +import android.content.Intent; +import android.content.pm.PackageManager; +import android.net.Uri; +import android.widget.Toast; + +/** + * @author Andreas Schildbach + */ +public final class BitcoinIntegration +{ + private static final String INTENT_EXTRA_PAYMENTREQUEST = "paymentrequest"; + private static final String INTENT_EXTRA_PAYMENT = "payment"; + private static final String INTENT_EXTRA_TRANSACTION_HASH = "transaction_hash"; + + private static final String MIMETYPE_PAYMENTREQUEST = "application/bitcoin-paymentrequest"; // BIP 71 + + /** + * Request any amount of Bitcoins (probably a donation) from user, without feedback from the app. + * + * @param context + * Android context + * @param address + * Bitcoin address + */ + public static void request(final Context context, final String address) + { + final Intent intent = makeBitcoinUriIntent(address, null); + + start(context, intent); + } + + /** + * Request specific amount of Bitcoins from user, without feedback from the app. + * + * @param context + * Android context + * @param address + * Bitcoin address + * @param amount + * Bitcoin amount in satoshis + */ + public static void request(final Context context, final String address, final long amount) + { + final Intent intent = makeBitcoinUriIntent(address, amount); + + start(context, intent); + } + + /** + * Request payment from user, without feedback from the app. + * + * @param context + * Android context + * @param paymentRequest + * BIP70 formatted payment request + */ + public static void request(final Context context, final byte[] paymentRequest) + { + final Intent intent = makePaymentRequestIntent(paymentRequest); + + start(context, intent); + } + + /** + * Request any amount of Bitcoins (probably a donation) from user, with feedback from the app. Result intent can be + * received by overriding {@link android.app.Activity#onActivityResult()}. Result indicates either + * {@link Activity#RESULT_OK} or {@link Activity#RESULT_CANCELED}. In the success case, use + * {@link #transactionHashFromResult(Intent)} to read the transaction hash from the intent. + * + * Warning: A success indication is no guarantee! To be on the safe side, you must drive your own Bitcoin + * infrastructure and validate the transaction. + * + * @param activity + * Calling Android activity + * @param requestCode + * Code identifying the call when {@link android.app.Activity#onActivityResult()} is called back + * @param address + * Bitcoin address + */ + public static void requestForResult(final Activity activity, final int requestCode, final String address) + { + final Intent intent = makeBitcoinUriIntent(address, null); + + startForResult(activity, requestCode, intent); + } + + /** + * Request specific amount of Bitcoins from user, with feedback from the app. Result intent can be received by + * overriding {@link android.app.Activity#onActivityResult()}. Result indicates either {@link Activity#RESULT_OK} or + * {@link Activity#RESULT_CANCELED}. In the success case, use {@link #transactionHashFromResult(Intent)} to read the + * transaction hash from the intent. + * + * Warning: A success indication is no guarantee! To be on the safe side, you must drive your own Bitcoin + * infrastructure and validate the transaction. + * + * @param activity + * Calling Android activity + * @param requestCode + * Code identifying the call when {@link android.app.Activity#onActivityResult()} is called back + * @param address + * Bitcoin address + */ + public static void requestForResult(final Activity activity, final int requestCode, final String address, final long amount) + { + final Intent intent = makeBitcoinUriIntent(address, amount); + + startForResult(activity, requestCode, intent); + } + + /** + * Request payment from user, with feedback from the app. Result intent can be received by overriding + * {@link android.app.Activity#onActivityResult()}. Result indicates either {@link Activity#RESULT_OK} or + * {@link Activity#RESULT_CANCELED}. In the success case, use {@link #transactionHashFromResult(Intent)} to read the + * transaction hash from the intent. + * + * Warning: A success indication is no guarantee! To be on the safe side, you must drive your own Bitcoin + * infrastructure and validate the transaction. + * + * @param activity + * Calling Android activity + * @param requestCode + * Code identifying the call when {@link android.app.Activity#onActivityResult()} is called back + * @param paymentRequest + * BIP70 formatted payment request + */ + public static void requestForResult(final Activity activity, final int requestCode, final byte[] paymentRequest) + { + final Intent intent = makePaymentRequestIntent(paymentRequest); + + startForResult(activity, requestCode, intent); + } + + /** + * Get payment request from intent. Meant for usage by applications accepting payment requests. + * + * @param intent + * intent + * @return payment request or null + */ + public static byte[] paymentRequestFromIntent(final Intent intent) + { + final byte[] paymentRequest = intent.getByteArrayExtra(INTENT_EXTRA_PAYMENTREQUEST); + + return paymentRequest; + } + + /** + * Put BIP70 payment message into result intent. Meant for usage by Bitcoin wallet applications. + * + * @param result + * result intent + * @param payment + * payment message + */ + public static void paymentToResult(final Intent result, final byte[] payment) + { + result.putExtra(INTENT_EXTRA_PAYMENT, payment); + } + + /** + * Get BIP70 payment message from result intent. Meant for usage by applications initiating a Bitcoin payment. + * + * You can use the transactions contained in the payment to validate the payment. For this, you need your own + * Bitcoin infrastructure though. There is no guarantee that the payment will ever confirm. + * + * @param result + * result intent + * @return payment message + */ + public static byte[] paymentFromResult(final Intent result) + { + final byte[] payment = result.getByteArrayExtra(INTENT_EXTRA_PAYMENT); + + return payment; + } + + /** + * Put transaction hash into result intent. Meant for usage by Bitcoin wallet applications. + * + * @param result + * result intent + * @param txHash + * transaction hash + */ + public static void transactionHashToResult(final Intent result, final String txHash) + { + result.putExtra(INTENT_EXTRA_TRANSACTION_HASH, txHash); + } + + /** + * Get transaction hash from result intent. Meant for usage by applications initiating a Bitcoin payment. + * + * You can use this hash to request the transaction from the Bitcoin network, in order to validate. For this, you + * need your own Bitcoin infrastructure though. There is no guarantee that the transaction has ever been broadcasted + * to the Bitcoin network. + * + * @param result + * result intent + * @return transaction hash + */ + public static String transactionHashFromResult(final Intent result) + { + final String txHash = result.getStringExtra(INTENT_EXTRA_TRANSACTION_HASH); + + return txHash; + } + + private static final int SATOSHIS_PER_COIN = 100000000; + + private static Intent makeBitcoinUriIntent(final String address, final Long amount) + { + final StringBuilder uri = new StringBuilder("bitcoin:"); + if (address != null) + uri.append(address); + if (amount != null) + uri.append("?amount=").append(String.format("%d.%08d", amount / SATOSHIS_PER_COIN, amount % SATOSHIS_PER_COIN)); + + final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.toString())); + + return intent; + } + + private static Intent makePaymentRequestIntent(final byte[] paymentRequest) + { + final Intent intent = new Intent(Intent.ACTION_VIEW); + intent.setType(MIMETYPE_PAYMENTREQUEST); + intent.putExtra(INTENT_EXTRA_PAYMENTREQUEST, paymentRequest); + + return intent; + } + + private static void start(final Context context, final Intent intent) + { + final PackageManager pm = context.getPackageManager(); + if (pm.resolveActivity(intent, 0) != null) + context.startActivity(intent); + else + redirectToDownload(context); + } + + private static void startForResult(final Activity activity, final int requestCode, final Intent intent) + { + final PackageManager pm = activity.getPackageManager(); + if (pm.resolveActivity(intent, 0) != null) + activity.startActivityForResult(intent, requestCode); + else + redirectToDownload(activity); + } + + private static void redirectToDownload(final Context context) + { + Toast.makeText(context, "No Bitcoin application found.\nPlease install Bitcoin Wallet.", Toast.LENGTH_LONG).show(); + + final Intent marketIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=de.schildbach.wallet")); + final Intent binaryIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/bitcoin-wallet/bitcoin-wallet/releases")); + + final PackageManager pm = context.getPackageManager(); + if (pm.resolveActivity(marketIntent, 0) != null) + context.startActivity(marketIntent); + else if (pm.resolveActivity(binaryIntent, 0) != null) + context.startActivity(binaryIntent); + // else out of luck + } +} diff --git a/market/market-app-icon.png b/market/market-app-icon.png new file mode 100644 index 0000000..96cbf04 Binary files /dev/null and b/market/market-app-icon.png differ diff --git a/market/market-description-ar.txt b/market/market-description-ar.txt new file mode 100644 index 0000000..eea62b3 --- /dev/null +++ b/market/market-description-ar.txt @@ -0,0 +1,22 @@ +إجعل محفظة البيتكوين الخاصة بك معك دائما، في جيبك! يمكنك الدفع بمسح رمز الاستجابة السريعة (QR-code). في حين كنت البائع، ستستلم المبالغ بشكل موثوق وفوري. محفظة البيتكوين Bitcoin Wallet هي أول برنامج بيتكوين جوال و الأكثر أمانا أيضا! + +مميزات البرنامج: + +• لا داعي للتسجيل أو استخدام تطبيقات شبكة إنترنت أو الخدمات السحابية! كون الاتصال في هذه المحفظة غير مركزي (peer-to-peer) ولا تعتمد على سيرفر خدمة. +• يمكنك عرض رصيد محفظة البيتكوين الخاصة بك بوحدة BTC أو وحدة mBTC. +• تحويل البيتكوين من وإلى العملات المحلية. +• إرسال واستلام البيتكون بواسطة نظام اتصال المدى القريب (NFC)، ورموز الاستجابة السريعة (QR-codes) بالإضافة إلى عناوين البيتكوين (URL). +• دفتر عناوين لحفظ عناوين البيتكوين المستخدمة بشكل دوري. +• في حين تعذر الاتصال بالإنترنت، يمكنك الدفع عن طريق تقنية البلوتوث. +• يقوم البرنامج بإشعارك حين استلام دفعات البيتكوين بواسطة تنبيهات النظام (Notifications). +• عرض رصيدك الحالي من البيتكوين باستخدام التطبيقات المصغرة App Widget. + +يمكنك الحصول على معلومات أكثر عن البيتكوين في الموقع التالي +https://bitcoin.org + +إذا أردت المساهمة في مشروع محفظة البيتكوين Bitcoin Wallet، قم بزيارة +https://github.com/bitcoin-wallet/bitcoin-wallet + +الرخصة رقم GPLv3 +استخدم البرنامج على مسؤوليتك الخاصة! +http://www.gnu.org/licenses/gpl-3.0.ar.html \ No newline at end of file diff --git a/market/market-description-ca.txt b/market/market-description-ca.txt new file mode 100644 index 0000000..d27ef3e --- /dev/null +++ b/market/market-description-ca.txt @@ -0,0 +1,36 @@ +Tingues els teus Bitcoins sempre amb tu, a la teva butxaca!. Per pagar ràpidament escanejant un codi QR. Com a comerciant, pots rebre pagaments instantàniament amb confiança. La Cartera Bitcoin és la primera aplicació mòbil de Bitcoin i possiblement també la més segura!. + + +CARACTERÍSTIQUES + +• Sense enregistrar-se ni amb necessitat d'un servei web o al núvol!. Aquesta cartera és descentralitzada i de parell a parell. +• Mostra l'import de bitcoin en BTC, mBTC i µBTC. +• Conversió cap a i des de divises nacionals. +• Enviar i rebre bitcoins a través d'NFC, codis QR i adreces Bitcoin. +• Llibreta d'adreces per a les adreces utilitzades regularment. +• Quan ets fora de línia, encara pots pagar a través de Bluetooth. +• Notificació del sistema quan reps monedes. +• Possibilitat d'agregar carteres de paper (per ex. les utilitzades per l'emmagatzematge en fred) +• Widget d'aplicació per al balanç de Bitcoin. + + +COL·LABORAR + +La Cartera de Bitcoin és codi obert i programari lliure. Llicència: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.ca.html + +El nostre codi està disponible a GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Totes les traduccions estan gestionades a través de Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +TESTIMONIS + +• Moltes carteres mòbils basen el seu codi en la Cartera Bitcoin. Exemples: blockchain.info i BTCX. +• Cartera mòbil recomanada per https://bitcoin.org +• Recomanada per BitPay. + + +Utilitza-la sota la teva responsabilitat! \ No newline at end of file diff --git a/market/market-description-cs.txt b/market/market-description-cs.txt new file mode 100644 index 0000000..16c3164 --- /dev/null +++ b/market/market-description-cs.txt @@ -0,0 +1,36 @@ +Mějte své Bitcoiny vždy s sebou ve své kapse! Plaťte rychlým oskenováním QR kódu. A jako prodejce můžete přijímat platby spolehlivě a rychle. Bitcoin Wallet je mobilní Bitcoin aplikace číslo jedna a jedna z nejbezpečnějších! + + +FUNKCE + +• Žádná registrace, žádná webová služba ani cloud není potřeba! Tato peněženka je de-centralizovaná a peer to peer. +• Zobrazení Bitcoin částek v BTC, mBTC a µBTC. +• Přepočet z a do národních měn. +• Odesílání a přijímání plateb přes NFC, QR kódy nebo Bitcoin URL. +• Adresář pro často používané Bitcoin adresy. +• Pokud jste offline, stále můžete platit přes Bluetooth. +• Systémové notifikace při přijaté platbě +• Načítání papírových peněženek (např. ty co se používají u cold storage). +• Widget pro zobrazení Bitcoin bilance. + + +PŘISPĚJTE + +Bitcoin Wallet je open source a svobodný software. Licence: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Náš zdrojový kód je k dispozici na GitHubu: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Veškeré překlady jsou tvořeny pomocí Transflex. +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +UZNÁNÍ + +• Mnoho mobilních peněženek využívá zdrojový kód Bitcoin Wallet. Například: blockchain.info a BTCX. +• Doporučená mobilní peněženka stránkou https://bitcoin.org +• Doporučeno službou BitPay. + + +Použití na vlastní riziko! \ No newline at end of file diff --git a/market/market-description-da.txt b/market/market-description-da.txt new file mode 100644 index 0000000..3a9755d --- /dev/null +++ b/market/market-description-da.txt @@ -0,0 +1,36 @@ +Hav altid dine Bitcoins med dig i din lomme! Du betaler ved hurtigt at scanne en QR-kode. Som handlende kan du modtage betalinger pålideligt og øjeblikkeligt. Bitcoin Wallet er den første mobile Bitcoin-app, og muligvis også den mest sikre! + + +FUNKTIONER + +• Ingen registrering, webservice eller sky behøves! Tegnebogen er decentraliseret og peer-to-peer. +• Visning af Bitcoin-beløb i BTC, mBTC og µBTC. +• Konvertering til og fra lokale valutaer. +• Afsendelse og modtagelse af Bitcoin via NFC, QR-koder eller Bitcoin-URLer. +• Adressebog til ofte brugte Bitcoin-adresser. +• Når du er offline, kan du stadig betale via Bluetooth. +• Systemnotifikation for modtagne mønter. +• Rydning af papirtegnebøger (fx de der bruges til kold opbevaring). +• App-widget for Bitcoin-saldo. + + +BIDRAG + +Bitcoin Wallet er fri software med åben kildekode. Licens: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Vores kildekode er tilgængelig på GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Alle oversættelser håndteres via Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +ANBEFALINGER + +• Mange mobile tegnebøger baserer deres kode på Bitcoin Wallet. Eksempler: blockchain.info og BTCX. +• Anbefalet mobil-tegnebog af https://bitcoin.org +• Anbefalet af BitPay. + + +Brug for egen risiko! \ No newline at end of file diff --git a/market/market-description-de.txt b/market/market-description-de.txt new file mode 100644 index 0000000..4507af5 --- /dev/null +++ b/market/market-description-de.txt @@ -0,0 +1,36 @@ +Hab deine Bitcoins immer dabei, in deiner Hosentasche! Du zahlst, indem du rasch einen QR-Code scannst. Als Händler empfängst du Zahlungen zuverlässig und sofort. Bitcoin Wallet ist die erste mobile Bitcoin app, und wohl auch die sicherste! + + +FEATURES + +• Keine Registrierung, Web-Dienst oder Cloud nötig! Diese Wallet ist dezentral und Peer to Peer. +• Anzeige von Bitcoin-Werten in BTC, mBTC und µBTC. +• Umrechnung von und zu den nationalen Währungen. +• Senden und Empfangen von Bitcoin via NFC, QR-Codes oder Bitcoin URLs. +• Adressbuch für regelmäßig genutzte Empfänger. +• Wenn du offline bist, kannst du trotzdem über Bluetooth zahlen. +• System-Benachrichtigung für den Empfang von Zahlungen. +• Entleeren von Paper-Wallets (die z.B. für Cold-Storage genutzt wurden). +• App-Widget zeigt Bitcoin-Guthaben an. + + +MITWIRKEN + +Bitcoin Wallet ist Open Source und Freie Software. Lizenz: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.de.html + +Unser Source Code ist auf GitHub verfügbar: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Alle Übersetzungen werden auf Transifex organisiert: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +EMPFEHLUNGEN + +• Viele mobile Wallets basieren auf Bitcoin Wallet. Beispiele: blockchain.info und BTCX. +• Von https://bitcoin.org empfohlenes mobiles Wallet. +• Von BitPay empfohlen. + + +Nutzung auf eigene Gefahr! \ No newline at end of file diff --git a/market/market-description-el.txt b/market/market-description-el.txt new file mode 100644 index 0000000..fdb6052 --- /dev/null +++ b/market/market-description-el.txt @@ -0,0 +1,36 @@ +Τα Bitcoins πάντα μαζί σας, στην τσέπη σας!Πληρώστε σαρώνοντας γρήγορα ένα QR code. Ως έμπορος, λαμβάνετε πληρωμές αξιόπιστα και άμεσα. Το Bitcoin Wallet είναι ή πρώτη εφαρμογή Bitcoin για κινητά, και αναμφισβήτητα η πιο ασφαλής! + + +ΧΑΡΑΚΤΗΡΙΣΤΙΚΑ + +• Χωρίς ανάγκη εγγραφής, διαδικτυακής υπηρεσίας ή νέφος απαραίτητο! Αυτό το πορτοφόλι είναι αποκεντρωμένης λειτουργίας και peer to peer. +• Απεικόνιση του ποσού Bitcoin BTC, mBTC και µBTC. +• Μετατροπή προς και από εθνικά νομίσματα. +• Αποστολή και παραλαβή Bitcoin μέσω NFC, κωδικών QR ή Bitcoin URL. +• Διευθυνσιολόγιο για συχνά χρησιμοποιούμενες διευθύνσεις Bitcoin. +• Όταν είστε εκτός σύνδεσης, μπορείτε ακόμη να πληρώσετε μέσω Bluetooth. +• Ειδοποίηση συστήματος για ληφθέντα νομίσματα. +• Εισαγωγή χάρτινων πορτοφολιών (π.χ. για αποθήκευση σε φυσική μορφή). +• Γραφικό στοιχείο για υπόλοιπο των Bitcoin. + + +ΣΥΜΒΑΛΛΕΤΕ + +Το Bitcoin Wallet είναι λογισμικό ανοικτού κώδικα και δωρεάν λογισμικό. Άδεια χρήσης: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Ο κώδικάς μας είναι διαθέσιμος στο GitHub. +https://github.com/bitcoin-wallet/bitcoin-wallet + +Διαχείρηση όλων των μεταφράσεων μέσω του Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +ΣΥΣΤΑΣΕΙΣ + +• Πολλά κινητά πορτοφόλια βασίζουν τον κώδικά τους στο Bitcoin Wallet. Π.χ.: blockchain.info και BTCX. +• Το προτεινόμενο πορτοφόλι για κινητά από το https://bitcoin.org +• Προτεινόμενο από το BitPay. + + +Χρησιμοποιήστε με δική σας ευθύνη! \ No newline at end of file diff --git a/market/market-description-eo.txt b/market/market-description-eo.txt new file mode 100644 index 0000000..71101c1 --- /dev/null +++ b/market/market-description-eo.txt @@ -0,0 +1,22 @@ +Havu viajn Bitmonojn ĉiam kun vi, en via poŝo! Vi povas pagi per rapide skanado de QR-kodo. Kiel komercisto, vi povas ricevi pagojn fidinde kaj tuj. Bitcoin Wallet estas unua movebla Bitmona aplikaĵo, kaj disputeble ankaŭ la plej sekura! + +TRAJTOJ: + +• Neniu registriĝo, ttt servo aŭ nubo bezonataj! Ĉi monujo estas malcentralizita kaj pajro al pajro. +• Montro de Bitmona kvanto en BTC kaj mBTC. +• Konvertiĝo al kaj de la naciaj valutoj. +• Sendado kaj ricevo de Bitmono tra NFC, QR-kodoj aŭ Bitmono URLoj. +• Adreslibro por regule uzataj Bitmonadresoj. +• Kiam vi estas senkonekta, vi ankoraŭ povas pagi per Bluetooth. +• Sistema sciigo por ricevitaj moneroj. +• Aplikaĵa fenestraĵo por Bitmona saldo. + +Vi povas trovi pli pri Bitmono ĉe +https://bitcoin.org + +Se vi volas kontribui al Bitcoin Wallet, la projekto lokas ĉe +https://github.com/bitcoin-wallet/bitcoin-wallet + +Licenco: GPLv3 +Uzu je via propra risko! +http://www.gnu.org/licenses/gpl-3.0.en.html \ No newline at end of file diff --git a/market/market-description-es.txt b/market/market-description-es.txt new file mode 100644 index 0000000..df28798 --- /dev/null +++ b/market/market-description-es.txt @@ -0,0 +1,36 @@ +Ten tus bitcoins siempre contigo, ¡en tu bolsillo! Paga rápidamente leyendo el código QR. Como comercio puedes recibir pagos de forma fiable e instantánea. Bitcoin Wallet es la primera aplicación móvil Bitcoin. ¡Y posiblemente también la más segura! + + +CARACTERÍSTICAS + +• ¡No requiere registro, servidor en la nube o servicio web! Este monedero es auténticamente descentralizado y entre pares (peer-to-peer). +• Muestra la cantidad de bitcoins en BTC, mBTC, y µBTC. +• Conversión hacia y desde divisas nacionales. +• Envío y recepción de bitcoins mediante NFC, códigos QR o identificadores URL Bitcoin. +• Libreta de direcciones para guardar las direcciones Bitcoin más utilizadas. +• Cuando no tengas conexión, puedes seguir pagando via Bluetooth. +• Notificación de sistema al recibir bitcoins. +• Barrido de monederos de papel (por ejemplo, los que se utilizan para custodia en frio). +• Widget para el saldo de bitcoins. + + +CONTRIBUIR + +Bitcoin Wallet es código abierto y software libre. Licencia: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Nuestro código fuente está disponible en GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Todas las traducciones son administradas a través de Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +TESTIMONIOS + +• Muchos monederos móviles basan su código en Bitcoin Wallet. Ejemplos: blockchain.info y BTCX. +• Monedero móvil recomendado por https://bitcoin.org +• Recomendado por BitPay. + + +¡Úsalo bajo tu propio riesgo! \ No newline at end of file diff --git a/market/market-description-fi.txt b/market/market-description-fi.txt new file mode 100644 index 0000000..8e8122e --- /dev/null +++ b/market/market-description-fi.txt @@ -0,0 +1,36 @@ +Pidä Bitcoinisi aina mukana taskussasi! Voit maksaa nopeasti skannaamalla QR-koodin. Kauppiaana saat maksut turvallisesti ja välittömästi. Bitcoin Wallet on ensimmäinen Bitcoin-mobiilisovellus ja luultavimmin myös kaikista turvallisin! + + +OMINAISUUDET + +• Ei vaadi rekisteröintiä, verkkopalveluja tai pilvitallennusta! Tämä lompakko on hajautettu ja suorayhteyksinen. +• Mahdollisuus näyttää Bitcoin-varat määrissä BTC, mBTC ja µBTC. +• Yksikkömuunnos valtioiden valuuttojen välillä. +• Bitcoinien lähettäminen ja vastaanottaminen NFC, QR-koodien tai Bitcoin-URL-osotteiden avulla. +• Osoitekirja säännöllisesti käytettyjä Bitcoin-osoitteita varten. +• Kun et ole verkkoyhteyden ulottuvilla, voit silti maksaa Bluetoothin välityksellä. +• Järjestelmän ilmoitus vastaanotetuille Bitcoineille. +• Paperisen lompakon pyyhkäisymahdollisuus (esim. näitä käytetään "kylmissä varastoissa"). +• Android-sovellus Bitcoin-varojen hallintaan. + + +OSALLISTU + +Bitcoin Wallet on avointa lähdekoodia ja vapaa ohjelmisto. Lisenssi: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Lähdekoodi saatavilla GitHub:sta: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Kaikki käännökset on hallinnoitu Transifex:n kautta: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +SUOSITTELUMME + +• Useat mobiililompakot perustuvat Bitcoin Wallet-ohjelman lähdekoodiin, esimerkiksi: blockchain.info ja BTCX. +• https://bitcoin.org: suosittelema mobiililompakko +• BitPay:n suosittelema. + + +Käytä omalla vastuulla! \ No newline at end of file diff --git a/market/market-description-fr.txt b/market/market-description-fr.txt new file mode 100644 index 0000000..29e773b --- /dev/null +++ b/market/market-description-fr.txt @@ -0,0 +1,36 @@ +Ayez vos bitcoins toujours avec vous dans votre poche ! Payez rapidement en numérisant un code QR. En tant que marchand, vous recevez les paiements de manière fiable et instantanée. Bitcoin Wallet est la première appli Bitcoin mobile et sans doute aussi la plus sûre ! + + +CARACTÉRISTIQUES + +• Pas d'inscription, de service Web ou de nuage de nécessaire ! Ce portefeuille est décentralisé et de pair-à-pair. +• Affichage du montant de bitcoins en BTC, mBTC et µBTC. +• Conversion vers et depuis des devises nationales. +• Envoi et réception de bitcoins par NFC, codes QR ou URL Bitcoin +• Carnet d'adresses pour les adresses Bitcoin utilisées régulièrement. +• Quand vous êtes hors-ligne vous pouvez quand même payez via Bluetooth. +• Notification du système pour les pièces reçues. +• Balayage de portefeuilles papier (c.-à-d. ceux utilisés pour le stockage à froid). +• Widget applicatif pour le solde en bitcoin. + + +CONTRIBUER + +Bitcoin Wallet est un logiciel à code source ouvert et libre. Licence : GPLv3 +https://www.gnu.org/licenses/gpl-3.0.fr.html + +Notre code source est proposée sur GutHub : +https://github.com/bitcoin-wallet/bitcoin-wallet + +Toutes les traductions sont gérées sur Transifex : +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +TÉMOIGNAGES + +• De nombreux portefeuilles basent leur code sur Bitcoin Wallet. Par exemples : blockchain.info et BTCX. +• Portefeuille mobile recommandé par https://bitcoin.org +• Recommandé par BitPay. + + +Utilisez à vos propres risques ! \ No newline at end of file diff --git a/market/market-description-he.txt b/market/market-description-he.txt new file mode 100644 index 0000000..effb143 --- /dev/null +++ b/market/market-description-he.txt @@ -0,0 +1,23 @@ +שא את הביטקוין שלך עליך ללא תלות בשרות חיצוני, העבר או קבל כסף בקלות על ידי ברקוד, הכנסת כתובת או תקשורת מגע (NFC). כסוחר, אתה תקבל תשלומים בצורה בטוחה ומיידית. ארנק הביטקוין הוא היישום הנייד הראשון לביטקוין, וכנראה גם המאובטח ביותר! + +תכונות: + +• אין צורך בהרשמה, שירות אינטרנט או ענן. הארנק הוא מבוזר ומעמית-לעמית. +• הצגת היתרה בביטקוין, מילי-ביט או מיוביט. +• המרה למטבעות מקומיים. +• קבלה ושליחה של ביטקוינים דרך NFC, קוד QR או באמצעות כתובות ביטקוין. +• ספר כתובות לכתובות ביטקוין בשימוש תכוף. +• כשאתה לא מחובר לרשת, עדיין תוכל לשלם באמצעות Bluetooth. +• התראות מערכת על קבלת מטבעות. +• גריפת ארנקי נייר (כלומר, אלו המשמשים לצבירה קרה) +• וידג'ט לבדיקת יתרת הביטקוין שלך + +אתה יכול למצוא יותר על ביטקוין בכתובת +לפרטים נוספים : https://bitcoin.org + +אם אתה רוצה לתרום לפרויקט ארנק הביטקוין, הפרויקט ממוקם ב +https://github.com/bitcoin-wallet/bitcoin-wallet + +רישיון : GPLv3 +שים לב: השימוש הוא באחריות המשתמש. +http://www.gnu.org/licenses/gpl-3.0.en.html \ No newline at end of file diff --git a/market/market-description-hi.txt b/market/market-description-hi.txt new file mode 100644 index 0000000..ca33ea5 --- /dev/null +++ b/market/market-description-hi.txt @@ -0,0 +1,35 @@ +अपनी जेब में, हमेशा के लिए अपने बिटकोइंस रखे ! आप QR-कोड स्कैन करके जल्दी से भुगतान कर सकते हैं एक व्यापारी के रूप में,आप जल्दी से और विश्वसनीयता से भुगतान प्राप्त कर सकते हैं. बिटकोइन बटुआ पहला मोबाइल बिटकोइन एप्लीकेशन है और यक़ीनन सबसे सुरक्षित है + + +विशेषताएं + +• कोई पंजीकरण, वेब सेवा या बादल की जरूरत नहीं ! यह बटुआ विकेन्द्रीकृत और निजी है। +•राष्ट्रीय मुद्राओं मै ओर से रूपांतरण। +• एनएफसी, QR कोड या Bitcoin यूआरएल के माध्यम से Bitcoin प्राप्त करना +• Address book नियमित रूप से इस्तेमाल में आने वाले बिटकोइन पतों के लिए. +• आप ऑफ़लाइन हो, तब भी आप ब्लूटूथ के माध्यम से भुगतान कर सकते हैं। +• प्राप्त सिक्कों के लिए प्रणाली अधिसूचना। +• जेब की सफ़ाई(जैसे कोल्ड स्टोरेज के लिए इस्तेमाल किया जाता हे) +• Bitcoin संतुलन के लिए ऐप विजेट। + + +योगदान + +bitcoin वॉलेट खुला स्रोत और मुफ्त सॉफ्टवेयर है । लाइसेंस: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +हमारे स्रोत कोड GitHub पर उपलब्ध है: +https://github.com/bitcoin-wallet/bitcoin-wallet + +सभी अनुवाद Transifex के माध्यम से प्रबंधित कर रहे हैं: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + + प्रशंसापत्र + +• कई मोबाइल बटुए Bitcoin पर आधारीत हे। उदाहरण: blockchain.info और BTCX +• https://bitcoin.org द्वारा मोबाइल बटुआ की सिफारिश +• BitPay द्वारा अनुशंसित। + + +अपने जोखिम पर उपयोग करें! \ No newline at end of file diff --git a/market/market-description-hr.txt b/market/market-description-hr.txt new file mode 100644 index 0000000..ab88098 --- /dev/null +++ b/market/market-description-hr.txt @@ -0,0 +1,35 @@ +Imaj svoje Bitcoin-e uvijek sa sobom, u svom džepu. Plaćaj brzim skeniranjem QR koda. Kao trgovac, primaj uplate sigurno i brzo. Bitcoin Wallet je prva mobilna Bitcoin aplikacija, i ne porecivo najsigurnija! + + +ZNAČAJKE + +• Bez registracije, web servis ili cloud potreban! Ovaj novčanik je de-centraliziran i klijent prema klijentu. +• Prikaži Bitcoin iznos u BTC, mBTC i uBTC. +• Pretvorba u ili iz nacionalnih valuta. +• Slanje i primanje Bitcoina s NFC, QR kodom ili Bitcoin URL-om. +• Adresar za često korištene Bitcoin adrese. +• Kada si izvan mreže, možete još uvijek preko Bluetooth-a. +• Sistemske obavjesti za primljene coin-ove. +• Widgeti aplikacije za balansiranje Bitcoin-ova. + + +DOPRINOS + +Bitcoin Wallet je javno dostupan kod i besplatna aplikacija. Licencirana pod GPLv3. +https://www.gnu.org/licenses/gpl-3.0.en.html + +Naš izvorni kod je dostušan na GitHub-u: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Sve transakcije se provode preko Transifex-a: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +IZJAVE + +• Mnoge mobilne aplikacije temelje svoj kod na Bitcoin Wallet. Primjer: blockchain.info i BTCX. +• Preporučeni pokretni novčanik od https://bitcoin.org +• Preporučava BitPay. + + +Koristi na svoj vlastiti rizik. diff --git a/market/market-description-hu.txt b/market/market-description-hu.txt new file mode 100644 index 0000000..eea0ef8 --- /dev/null +++ b/market/market-description-hu.txt @@ -0,0 +1,36 @@ +Mindig legyenek nálad a Bitcoin-jaid a zsebedben! Úgy tudsz fizetni, hogy gyorsan beolvasol egy QR kódot. Kereskedőként megkapod a fizetséget megbízhatóan és azonnal. A Bitcoin Wallet az első mobil Bitcoin alkalmazás és vitathatatlanul a legbiztonságosabb is! + + +JELLEMZŐK + +• Nincs regisztráció és nem szükséges semmiféle háttéralkalmazás futtatása (web, vagy cloud)! Decentralizált és közvetlen (P2P). +• Bitcoin összeg megjelenítési módok: BTC, mBTC és µBTC. +• Átváltás a saját valutádra, oda-vissza. +• Bitcoin küldés és fogadás NFC-n, QR kódokon vagy Bitcoin URL-eken keresztül. +• Címtár a rendszeresen használt Bitcoin címek számára. +• Offline állapotban is fizethetsz - Bluetooth segítségével. +• Rendszerüzenet Bitcoin érkezésekor. +• Papírtárcák besöprése (pl. amik hűtőháznak vannak használva). +• Widget a Bitcoin egyenlegről. + + +HOZZÁJÁRULÁS + +A Bitcoin Wallet nyílt forráskódú és ingyenes szoftver. Licenc: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +A forráskódunk elérhető a GitHub-on: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Minden fordítást a Transifex kezelt: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +AJÁNLÓLEVELEK + +• Sok mobiltárca a Bitcoin Wallet-re alapozza a kódját. Például: blockchain.info és BTCX. +• Ajánlott mobiltárca a https://bitcoin.org által +• Ajánlva a BitPay által. + + +Saját felelősségedre használd! \ No newline at end of file diff --git a/market/market-description-id.txt b/market/market-description-id.txt new file mode 100644 index 0000000..e8fb05a --- /dev/null +++ b/market/market-description-id.txt @@ -0,0 +1,21 @@ +Dengan aplikasi ini Anda selalu mempunyai Bitcoin dengan Anda, dalam saku Anda! Anda dapat mengirim pembayaran hanya dengan memindai kode-QR atau mendekatkan dua ponsel bersama (NFC). Bitcoin Wallet dirancang untuk mudah digunakan dan diandalkan, sementara juga menjadi lebih aman dan cepat. + +FITUR: + +• Tidak diperlukan server awan atau layanan web! Dompet ini benar-benar peer ke peer. +• Tampilkan saldo dompet dalam Bitcoin dan mata uang lainnya. +• Mengirim dan menerima Bitcoin via NFC, kode-QR atau Tautan Bitcoin. +• Buku alamat untuk alamat penggunaan bitcoin secara reguler. +• Masukkan transaksi saat offline, akan dilaksanakan ketika online. +• Notifikasi sistem untuk konektivitas Bitcoin dan menerima koin. +• Widget Apl untuk saldo Bitcoin. + +Anda dapat mengetahui lebih mengenai Bitcoin di +https://bitcoin.org + +Jika Anda ingin berkontribusi kepada Bitcoin Wallet, proyeknya berada di +https://github.com/bitcoin-wallet/bitcoin-wallet + +Lisensi: GPLv3 +Gunakan dengan resiko Anda! +http://www.gnu.org/licenses/gpl-3.0.en.html \ No newline at end of file diff --git a/market/market-description-it.txt b/market/market-description-it.txt new file mode 100644 index 0000000..901fa2a --- /dev/null +++ b/market/market-description-it.txt @@ -0,0 +1,36 @@ +Porta i tuoi Bitcoin sempre con te, in tasca! Paghi velocemente scansionando un QR-code. Come un commerciante, riceverai i pagamenti sicuri e istantanei. Bitcoin Wallet è la prima Bitcoin app mobile, e probabilmente anche la più sicura! + + +CARATTERISTICHE + +• Non è necessaria alcuna registrazione, servizio web o cloud! Questo portafoglio è de-centralizzato e peer to peer. +• Mostra l'ammontare di Bitcoin in BTC, mBTC e µBTC. +• Conversione verso e dalle monete nazionali. +• Invio e ricevimento di Bitcoin tramite NFC, codici QR o URL Bitcoin. +• Rubrica degli indirizzi per usare indirizzi Bitcoin regolarmente. +• Quando sei offline, puoi comunque ancora pagare via Bluetooth. +• Sistema di notifica per le monete ricevute. +• Svuotamento di portafogli cartacei (es: quelli utilizzati come depositi offline) +• App Widget per il saldo Bitcoin + + +CONTRIBUISCI + +Bitcoin Wallet è open source e software libero. Licenza: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Il nostro codice sorgente è disponibile su GitHub +https://github.com/bitcoin-wallet/bitcoin-wallet + +Tutte le traduzioni sono gestite attraverso Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +TESTIMONIANZE + +• Molti portafogli mobile basano il loro codice basato su Bitcoin Wallet. Esempi: blockchain.info e BTCX. +• Portafoglio mobile raccomandato da https://bitcoin.org +• Raccomandato da BitPay. + + +Usala a tuo rischio! \ No newline at end of file diff --git a/market/market-description-iw.txt b/market/market-description-iw.txt new file mode 100644 index 0000000..ed41427 --- /dev/null +++ b/market/market-description-iw.txt @@ -0,0 +1,22 @@ +שא את הביטקוין שלך עליך ללא תלות בשרות חיצוני, העבר או קבל כסף בקלות על ידי ברקוד, הכנסת כתובת או תקשורת מגע (NFC). כסוחר, אתה תקבל תשלומים בצורה בטוחה ומיידית. ארנק הביטקוין הוא היישום הנייד הראשון לביטקוין, וכנראה גם המאובטח ביותר! + +FEATURES: + +• אין צורך בהרשמה, שירות אינטרנט או ענן. הארנק הוא מבוזר ומעמית-לעמית. +• הצגת היתרה בביטקוין, מילי-ביט או מיוביט. +• המרה למטבעות מקומיים. +• קבלה ושליחה של ביטקוינים דרך NFC, קוד QR או באמצעות כתובות ביטקוין. +• ספר כתובות לכתובות ביטקוין בשימוש תכוף. +• כשאתה לא מחובר לרשת, עדיין תוכל לשלם באמצעות Bluetooth. +• התראות מערכת על קבלת מטבעות. +• וידג'ט לבדיקת יתרת הביטקוין שלך + +אתה יכול למצוא יותר על ביטקוין בכתובת +לפרטים נוספים : https://bitcoin.org + +אם אתה רוצה לתרום לפרויקט ארנק הביטקוין, הפרויקט ממוקם ב +https://github.com/bitcoin-wallet/bitcoin-wallet + +רישיון : GPLv3 +שים לב: השימוש הוא באחריות המשתמש. +http://www.gnu.org/licenses/gpl-3.0.en.html \ No newline at end of file diff --git a/market/market-description-ja.txt b/market/market-description-ja.txt new file mode 100644 index 0000000..4b4b89f --- /dev/null +++ b/market/market-description-ja.txt @@ -0,0 +1,36 @@ +ビットコインを持ち歩こう、いつでもあなたのポケットに! QRコードスキャンで素早く支払。バイヤーとしても、即座にかつ確実に支払を受取り。 ビットコインウォレットは初めてのモバイルビットコインアプリ、そして間違いなく最も安全なアプリでもあります! + + +特徴 + +• 登録必要なし、ウェブサービスもクラウドもいりません! このウォレットは分散型P2Pです。 +• BTC、mBTC、μBTCでのビットコインの表示。 +• 自国通貨へ/自国通貨からの変換表示。 +• NFC、QRコード、ビットコインURLでの送金や受取。 +• 良く使うビットコインアドレス用のアドレスブック。 +• オフラインの時でもBluetoothで支払い可能。 +• コイン受取の通知。 +• ペーパーウォレットをスィープ(例. コールドストレージ用) +• ビットコイン残高のためのウィジェット。 + + +開発に協力ください + +Bitcoin Walletはオープンソースであり、自由ソフトウェアです。ライセンス: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.ja.html + +ソースコードはGithubにあります。 +https://github.com/bitcoin-wallet/bitcoin-wallet + +全ての翻訳はTransifexで管理されています: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +推薦文 + +• 多くのモバイルウォレットのコードはBitcoin Walletをベースにしています。例: blockchain.info, BTCX. +• https://bitcoin.org の推奨モバイルウォレットです。 +• BitPayによって推奨されています。 + + +自己責任でお使いください! \ No newline at end of file diff --git a/market/market-description-ko.txt b/market/market-description-ko.txt new file mode 100644 index 0000000..ab2bc8a --- /dev/null +++ b/market/market-description-ko.txt @@ -0,0 +1,36 @@ +내 비트코인과 내 주머니 속의 비트코인 지갑! QR 코드를 읽어 비트코인을 초스피드로 보내거나 받을 수 있으며, 상점 결제 또한 매우 빠르며 신뢰할 수 있습니다. 비트코인 왈렛(Bitcoin Wallet)은 모바일에서 지원되는 첫번째 비트코인 앱인 동시에 최상의 보안을 자랑합니다! + + +특징 + +• 회원 가입, 웹 서비스, 클라우드, 모두 No! 비트코인 사용자가 직접 소유하는 분산화 P2P 지갑 !!! +• 비트코인의 다양한 액면 단위 설정 - BTC, mBTC, µBTC +• 모든 국가별 통화와 비트코인 평가 환율 제공 +• 비트코인 URL과 QR 코드 또는 NFC를 통해 비트코인 전송 가능 +• 범용적으로 사용되는 비트코인 주소를 위한 간편 주소록 기능 +• 오프라인일 때에도 블루투스를 통해 거래 가능 +• 비트코인 수취 시 시스템의 자동 알림 기능 +• 종이 지폐로부터 전송하기 (예: 비트코인 개인키 정보를 가지고 있는 인쇄물이나 필사본) +• 전 세계 모든 통화별로 비트코인 잔액이 표시되는 위젯 기능 + + +도움받은 곳 + +비트코인 지갑은 오픈소스이며 자유 소프트웨어입니다. 라이센스 정책 : GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +소스 코드는 짓허브(GitHub)에서 볼 수 있습니다. +https://github.com/bitcoin-wallet/bitcoin-wallet + +모든 로컬라이제이션은 Transifex 웹사이트에서 이루어집니다: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +사용자 리뷰 + +• 대부분 모바일용 비트코인 전자지갑의 소스 코드는 이 비트코인 전자지갑 앱으로부터 비롯되었습니다. 예를 들면 blockchain.info 그리고 BTCX. +• 비트코인 공식 사이트인 https://bitcoin.org로부터 그 신뢰성과 안정성을 추천받았습니다. +• 비트코인 상점용 솔루션 사업자인 BitPay로부터 추천받은 앱입니다. + + +자신의 위험에 사용! \ No newline at end of file diff --git a/market/market-description-mk.txt b/market/market-description-mk.txt new file mode 100644 index 0000000..3c37fad --- /dev/null +++ b/market/market-description-mk.txt @@ -0,0 +1,22 @@ +Имај ги твоите Биткоини секогаш со тебе, во твојот џеб! Плаќањето се одвива со брзо скенирање на QR код. Како трговец, можеш да примаш плаќања доверливо и без одложување. Биткоин Паричник е првата мобилна Биткоин апликација и веројатно најсигурната! + +ОДЛИКИ: + +• Без регистрација, веб сервис или информации во облакот! Овој паричник е децентрализиран, со peer to peer конекција. +• Прикажување на Биткоин сумата во BTC и mBTC. +• Конверзија во и од национални валути. +• Испраќање и примање на Биткоин преку NFC, QR кодови или Биткоин интернет адреса. +• Адресар за често користени Биткоин адреси. +• Кога си офлајн, сѐ уште можеш да плаќаш преку Bluetooth. +• Системско известување за примени биткоини. +• Апликациски виџет за Биткоин салдо. + +Можеш да дознаеш повеќе за Биткоин на +https://bitcoin.org + +Ако сакаш да придонесеш за Биткоин Паричник, проектот е лоциран на +https://github.com/bitcoin-wallet/bitcoin-wallet + +License: GPLv3 +Користи на сопствен ризик! +http://www.gnu.org/licenses/gpl-3.0.en.html \ No newline at end of file diff --git a/market/market-description-nb.txt b/market/market-description-nb.txt new file mode 100644 index 0000000..9950b8b --- /dev/null +++ b/market/market-description-nb.txt @@ -0,0 +1,36 @@ +Ha alltid dine bitcoins med deg, i lommen din! Du betaler ved å raskt skanne en QR-kode. Som en kjøpmann, får du betaling pålitelig og kjapt. Bitcoin Wallet er den første Bitcoin mobilappen, og kanskje også den sikreste! + + +FUNKSJONER + +• Ingen registrering, webtjeneste eller sky trengs! Denne lommeboken er desentralisert og peer-to-peer. +• Visning av bitcoinbeløpet i BTC, mBTC og μBTC. +• Konvertering til og fra nasjonale valutaer. +• Sende og motta bitcoin via NFC, QR-koder eller Bitcoin-URLer. +• Adressebok for regelmessig brukte Bitcoin-adresser. +• Når du er frakoblet, kan du fortsatt betale via blåtann. +• Systemvarsling for mottatte mynter. +• Sveiping av papirlommebøker (f.eks. de som brukes til kaldlagring). +• Miniprogram for saldo over bitcoins. + + +BIDRA + +Bitcoin Wallet har åpen kildekode og er fri programvare. Lisens: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Vår kildekode er tilgjengelig på GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Alle oversettelser skjer via Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +ANBEFALINGER + +• Mange mobillommebøker baserer sin kildekode på Bitcoin Wallet. Eksempler: blockchain.info og BTCX. +• Anbefalt mobillommebok av https://bitcoin.org +• Anbefalt av BitPay. + + +Bruk på eget ansvar! \ No newline at end of file diff --git a/market/market-description-nl.txt b/market/market-description-nl.txt new file mode 100644 index 0000000..b757323 --- /dev/null +++ b/market/market-description-nl.txt @@ -0,0 +1,36 @@ +Draag je Bitcoins altijd bij je, in je broekzak! Je kunt vlot betalen door een QR-code te scannen. Als winkelier ontvang je je betalingen betrouwbaar en onmiddelijk. Bitcoin Wallet is de eerste mobiele Bitcoin-app, en misschien wel de veiligste! + + +EIGENSCHAPPEN + +• Geen registratie, webservice of cloud vereist! Deze portemonnee is decentraal en peer-to-peer. +• Toon Bitcoin bedrag in BTC, mBTC en µBTC. +• Conversie van en naar nationale valuta. +* Verzend en ontvang Bitcoin via NFC, QR-codes of Bitcoin-URL's +• Adresboek voor regelmatig gebruikte Bitcoin-adressen. +• Offline kun je nog steeds betalen via Bluetooth. +• Systeemmelding wanneer je Bitcoins ontvangt +• Opname van papieren portemonnee (b.v. voor cold storage). +• App widget voor Bitcoin saldo. + + +HELP MEE + +Bitcoin Wallet is open source en free software. Licentie: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Onze broncode is beschikbaar op GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Alle vertalingen worden geregeld via Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +TESTIMONIALS + +* Veel mobiele portemonnees baseren hun code op Bitcoin Wallet. Voorbeelden: blockchain.info en BTCX. +* Aanbevolen mobiele portemonnee op https://bitcoin.org +* Aangeraden door BitPay. + + +Gebruik op eigen risico! \ No newline at end of file diff --git a/market/market-description-pl.txt b/market/market-description-pl.txt new file mode 100644 index 0000000..e7c8bc8 --- /dev/null +++ b/market/market-description-pl.txt @@ -0,0 +1,22 @@ +Miej swoje Bitcoiny zawsze w swojej kieszeni! Zapłacisz skanując kod QR. Jako sprzedawca odbierzesz płatności niezawodnie i natychmiastowo. Bitcoin Wallet jest pierwszą aplikacją Bitcoinową na telefony i niezaprzeczalnie najbezpieczniejszą. + +WŁAŚCIWOŚCI: + +• Brak konieczności rejestracji, serwisu online lub chmury! Ten portfel używa zdecentralizowanej sieci peer-to-peer. +• Wyświetl ilość kwotę w BTC i mBTC. +• Zamiana z i na waluty narodowe +• Wysyłąnie i odbieranie Bitcoin za pomocą NFC, kodów QR czy adresów Bitcoin URL. +• Książka adresowa dla regularnie używanych adresów Bitcoin. +• Gdy jesteś offline, wciąż możesz zapłacić przy użyciu Bluetooth. +• System powiadomień dla przychodzących transakcji. +• Widget aplikacji dla stanu konta. + +Dowiedz się więcej o Bitcoin +https://bitcoin.org + +Jeśli chcesz przyczynić się do rozwoju Bitcoin Wallet to projekt znajduje się pod adresem +https://github.com/bitcoin-wallet/bitcoin-wallet + +Licencja: GPLv3 +Używasz na własne ryzyko! +http://www.gnu.org/licenses/gpl-3.0.en.html \ No newline at end of file diff --git a/market/market-description-pt-BR.txt b/market/market-description-pt-BR.txt new file mode 100644 index 0000000..fb38440 --- /dev/null +++ b/market/market-description-pt-BR.txt @@ -0,0 +1,36 @@ +Tenha os seus Bitcoins sempre com você, no seu bolso! Efetue pagamentos rapidamente apenas escaneando um código QR. Como comerciante, você pode receber pagamentos de forma confiável e instantaneamente. O Bitcoin Wallet é o primeiro aplicativo Bitcoin móvel, e, possivelmente, o mais seguro! + + +CARACTERÍSTICAS + +• Sem necessidade de cadastro, serviço web ou hospedagem! Esta carteira é descentralizada e "peer to peer". +• Exibe a quantidade de Bitcoins em BTC, mBTC e µBTC. +• Conversão para moedas nacionais. +• Envio e recebimento de Bitcoins via NFC, códigos QR ou endereços Bitcoin. +• Catálogo para guardar os endereços mais utilizados. +• Quando você estiver off-line, você ainda pode pagar via Bluetooth. +• Notificações do sistema para moedas recebidas. +• Varrer de carteiras de papel (por exemplo, aqueles usados para o armazenamento a frio). +• Widget para saldo de Bitcoins. + + +CONTRIBUA + +Bitcoin Wallet é open source e software livre. Licença: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Nosso código fonte está disponível no GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Todas as traduções são gerenciadas via Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +TESTEMUNHOS + +• Muitas carteiras móveis baseiam seu código em Bitcoin Wallet. Exemplos: blockchain.info e BTCX. +• Carteira mobile recomendada por https://bitcoin.org +• Recomendado por BitPay. + + +Use por sua conta e risco! \ No newline at end of file diff --git a/market/market-description-ru.txt b/market/market-description-ru.txt new file mode 100644 index 0000000..31daf7b --- /dev/null +++ b/market/market-description-ru.txt @@ -0,0 +1,36 @@ +Носите биткоины всегда с собой, в кармане! Платите быстро, сканируя QR-код. Будучи продавцом, получайте платежи быстро и надёжно. Бумажник Bitcoin — первое мобильное приложение для Bitcoin и, возможно, самое безопасное! + + +ОСОБЕННОСТИ + +• Не нужна ни регистрация, ни веб-сервис, ни облако! Этот кошелек децентрализован и является p2p. +• Отображение суммы Bitcoin в BTC, mBTC и µBTC. +• Конверсия из и в национальные валюты. +• Поддержка отправки и получения средств через NFC, QR-коды или Bitcoin URL. +• Адресная книга часто используемых адресов. +• Когда вы не в сети, вы можете платить через Bluetooth. +• Системные уведомления о получаемых монетах. +• Сканирование бумажных кошельков. +• Виджет для отображения баланса Bitcoin. + + +ПОДДЕРЖКА + +Bitcoin Wallet это бесплатное приложение с открытым исходным кодом. Лицензия: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.ru.html + +Исходный код приложения доступен на GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Все переводы сделаны через Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +РЕКОМЕНДАЦИИ + +• Многие мобильные кошельки основывают свой код на Bitcoin Wallet. Примеры: blockchain.info и BTCX. +• Мобильный кошелек рекомендованный https://bitcoin.org +• Рекомендуется BitPay. + + +Используйте на свой страх и риск! \ No newline at end of file diff --git a/market/market-description-sk.txt b/market/market-description-sk.txt new file mode 100644 index 0000000..33eebfe --- /dev/null +++ b/market/market-description-sk.txt @@ -0,0 +1,22 @@ +Bitcoiny vždy so sebou vo svojom vrecku. Jednoduché a rýchle platby pomocou QR kódov. Pre obchodníkov ponúka spoľahlivé a okamžité prijímanie platieb. Bitcoin Wallet je prvá mobilná Bitcoin aplikácia a preukázateľne aj najbezpečnejšia. + +FUNKCIE: + +• Nie je potrebná žiadna registrácia ani žiadny účet. +• Zobrazenie zostatku Bitcoinov v BTC alebo mBTC. +• Prepočet hodnoty Bitcoinov do viacerých cudzích mien. +• Posielanie a prijímanie Bitcoinov pomocou NFC, QR kódov alebo Bitcoin adries. +• Adresár pre často používané Bitcoin adresy. +• V offline režime je platba možná aj cez Bluetooth. +• Notifikácie v stavovej lište pri prijatí Bitcoinov. +• Widget s celkovým zostatkom. + +Viac informácií o Bitcoine +https://bitcoin.org + +Ak chcete prispieť do projektu Bitcoin Wallet nájdete ho na adrese +https://github.com/bitcoin-wallet/bitcoin-wallet + +Licencia: GPLv3 +Použitie len na vlastné riziko! +http://www.gnu.org/licenses/gpl-3.0.en.html diff --git a/market/market-description-sl.txt b/market/market-description-sl.txt new file mode 100644 index 0000000..823dc1a --- /dev/null +++ b/market/market-description-sl.txt @@ -0,0 +1,22 @@ +Nosite svoje novce vedno s seboj v žepu. Plačila so hitra, le prečitate QR-kodo. Tudi prejemanje plačil je zanesljivo in takojšnje. Bitcoin Wallet je prva mobilna aplikacija za bitcoin in najbrž tudi najbolj varna! + +LASTNOSTI: + +• Potrebna ni nobena registracija, spletna storitev ali oblak! Ta denarnica deluje povsem decentralizirano in vrstniško. +• Prikaz zneskov v BTC, mBTC ali µBTC. +• Samodejna pretvorba v evre in druge lokalne valute. +• Pošiljanje in prejemanje bitcoinov prek NFC, QR-kod ali bitcoin URL-jev. +• Zasebni imenik bitcoin naslovov. +• Z bitcoinom lahko plačujete tudi, če nimate povezave. +• Sistemska obvestila ob prejetih novcih. +• Widget, ki prikazuje stanje v denarnici. + +Več o bitcoinu lahko zveste na +https://bitcoin.org/sl/ + +Če želite prispevati k aplikaciji Bitcoin Wallet, se nam pridružite na +https://github.com/bitcoin-wallet/bitcoin-wallet + +Licenca: GPLv3 +Uporaba na lastno odgovornost! +http://www.gnu.org/licenses/gpl-3.0.en.html \ No newline at end of file diff --git a/market/market-description-sq.txt b/market/market-description-sq.txt new file mode 100644 index 0000000..d344099 --- /dev/null +++ b/market/market-description-sq.txt @@ -0,0 +1,36 @@ +<>Mbani Bitcoin-at e juaj gjithmonë me ju, në xhepin tuaj! Paguani shpejt duke skanuar një QR kod. Si tregtar, pranoni pagesat lehtë dhe menjëherë. Bitcoin Wallet është Bitcoin aplikacioni i parë mobil, dhe gjithashtu më i sigurti! + + +VEÇORIT + +• Nuk kërkohet regjistrim, ueb shërbim apo cloud! Kjo kulet është e de-centralizuar dhe 'peer to peer'. +• Shfaq shumën e Bitcoins në BTC, mBTC dhe µBTC. +• Konvertimi nga monedhat nacionale. +• Dërgimi dhe pranimi i Bitcoin-ave me anë të NFC, QR kodeve ose Bircoin URL-ve. +• Libri i adresave të cilat i përdorni rregullisht për monedha. +• Kur jeni offline, ju prap mund të paguani përmes Bluetooth. +• Sistemi i lajmërimit për pranimin e monedhave. +• Shpenzimi i kuletave në letër (p.sh. ato të cilat përdoren për 'cold storage'). +• Shtesa e programit për bilancin e monedhave. + + +KONTRIBUOJ + +Bitcoin Wallet është kod i hapur dhe softuer i lirë. Licenca: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Kodi jonë burimor është i hapur në GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Të gjitha përkthimet menagjohen nga Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +DЁSHMIT + +• Shumë kuleta mobile bazohen ne kodin e Bitcoin Wallet. Shembuj: blockchain.info dhe BTCX. +• Kulet mobile e rekomanduar nga https://bitcoin.org +• Rekomanduar nga BitPay. + + +Përdoreni në përgjegjësin tuaj! \ No newline at end of file diff --git a/market/market-description-sv.txt b/market/market-description-sv.txt new file mode 100644 index 0000000..374556d --- /dev/null +++ b/market/market-description-sv.txt @@ -0,0 +1,36 @@ +Ha alltid dina bitcoin med dig i fickan! Du gör betalningar genom att snabbt scanna en QR-kod. Handlare får betalningar tillförlitligt och omedelbart. Bitcoin Wallet är den första mobila bitcoin-appen, och utan tvekan den mest säkra! + + +FUNKTIONER + +• Ingen registrering, web- eller molntjänst behövs! Bitcoin Wallet är decentraliserad och peer-to-peer. +• Visa summa bitcoin i BTC, mBTC eller µBTC. +• Konventering till och från nationell valuta. +• Skicka och ta emot bitcoin via NFC, QR-koder eller en Bitcoin-URL. +• Adressbok för de Bitcoinadresser man använder ofta. +• När du är nedkopplad kan du fortfarande betala via Bluetooth. +• Meddelande om mottagna bitcoin. +• Inläsning av pappersplånbok (tex. sådan som används för permanent lagring). +• App widget som visar ditt saldo. + + +BIDRA + +Bitcoin Wallet är öppen mjukvara och fri mjukvara. Licens: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Vår källkod finns tillgänglig på GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +All översättning hanteras via Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +REKOMMENDATIONER + +• Många mobila wallets baserar sin kod på Bitcoin Wallet. Så som: blockchain.info och BTCX. +• Rekommenderad mobil wallet av https://bitcoin.org +• Rekommenderad av BitPay. + + +Används på egen risk! \ No newline at end of file diff --git a/market/market-description-tr.txt b/market/market-description-tr.txt new file mode 100644 index 0000000..ee087ad --- /dev/null +++ b/market/market-description-tr.txt @@ -0,0 +1,36 @@ +Bitcoin'leriniz daima cebinizde sizinle olsun! Herhangi bir QR kodunu okuyarak çabuk ödeme yapabilirsiniz. Bir tüccar olarak ödemeleri güvenilir ve anında alabilirsiniz. Bitcoin Wallet ilk mobil Bitcoin uygulamasıdır ve muhtemelen en güvenli Bitcoin uygulamasıdır! + + +ÖZELLİKLER + +• Hiçbir oturuma, web ya da bulut hizmetine gerek yoktur. Bu cüzdan merkezsiz ve eşten eşedir. +• Bitcoin meblağlarını BTC, mBTC ve µBTC olarak göster. +• Ulusal para birimlerine ve bu para birimlerinden dönüştürme. +• QR kodları, Bitcoin bağlantıları ve yakın alan iletişimi ile Bitcoin alımı ve gönderilmesi. +• Sık kullanılan Bitcoin adresleri için adres defteri içerir. +• Çevrimdışı olduğunuzda Bluetooth vasıtasıyla ödemeler. +• Alınan bitcoin'ler için sistem bildirimleri. +• Kağıt cüzdanların taranması (mesela soğuk depolama için kullanılanlar). +• Bitcoin bakiyesini görüntüleyen widget. + + +İŞTİRAK EDİN + +Bitcoin Wallet açık kaynak ve özgür yazılımdır. Lisans: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Kaynak kodumuz GitHub'da mevcuttur: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Tüm tercümeler Transifex üzerinde yönetilir: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +REFERANSLAR + +• Birçok mobil cüzdan kodları için Bitcoin Wallet'i temel alırlar. Mesela blockchain.info ve BTCX. +• https://bitcoin.org tarafından tavsiye edilen mobil cüzdan. +• BitPay tarafından tavsiye edilir. + + +Tüm riski siz üstlenmiş olursunuz! \ No newline at end of file diff --git a/market/market-description-uk.txt b/market/market-description-uk.txt new file mode 100644 index 0000000..09c0878 --- /dev/null +++ b/market/market-description-uk.txt @@ -0,0 +1,36 @@ +Носіть Bitcoin завжди з собою, в кишені! Оплачуйте швидко, скануючи QR-код. Якщо ви продавець, отримуйте оплату швидко і надійно. Гаманець Bitcoin — перший мобільний додаток для Bitcoin, і можливо найбезпечніший! + + +Особливості + +• Не потрібна реєстрація, ані веб-сервіс, ані хмара! Цей гаманець децентралізований і є p2p. +• Показ суми Bitcoin в BTC, mBTC і µBTC. +• Конверсія із, та в національні валюти. +• Підтримка відправки та отримання засобів через NFC, QR-коди або Bitcoin URL. +• Список адрес які часто використовуються. +• Коли ви не в мережі, ви можете оплачувати через Bluetooth. +• Системні сповіщення про отримані монети. +• Сканування паперових гаманців. +• Віджет для відображення балансу Bitcoin. + + +ПІДТРИМКА + +Bitcoin Wallet це безкоштовний додаток з відкритим початковим кодом. Ліцензія: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.uk.html + +Початковий код додатку доступний на GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +Всі переклади зроблені через Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +РЕКОМЕНДАЦІЇ + +• Багато мобільних гаманців мають за основу код Bitcoin Wallet. Приклади: blockchain.info і BTCX. +• Мобільний гаманець рекомендований https://bitcoin.org +• Рекомендується BitPay. + + +Використувуйте на свій страх та ризик! \ No newline at end of file diff --git a/market/market-description-vi.txt b/market/market-description-vi.txt new file mode 100644 index 0000000..9f579f3 --- /dev/null +++ b/market/market-description-vi.txt @@ -0,0 +1,21 @@ +Với ứng dụng này thì các Bitcoin sẽ luôn trong tầm kiểm soát của riêng bạn! Bạn có thể gửi các khoản chi trả thông qua thao tác cực kỳ đơn giản đó là quét mã dạng QR hoặc bằng cách chạm hai điện thoại vào nhau (NFC). Bitcoin Wallet được thiết với nguyên lý dễ dàng, tiện lợi, đáng tin tưởng, cũng như cực kỳ nhanh lẹ và đảm bảo an toàn cho người dùng. + +TÍNH NĂNG: + +• Không cần có cloud server hoặc dịch vụ web bổ sung nào cả! Ví tiền của bạn được kết nối thông qua sự lựa chọn của bạn trong kết nối mang ngang hàng lẫn nhau. +• Hiển thị trạng thái cân bằng tài khoản giữa Bitcoin và các loại tiền tệ khác. +• Gửi và nhận Bitcoin thông qua NFC, mã dạng QR hoặc đường dẫn liên kết dạng Bitcoin. +• Sổ địa chỉ đối với các địa chỉ Bitcoin thường sử dụng. +• Tham gia tiến trình giao dịch ngay khi không có kết nối mạng, và sẽ thực hiện kết nối ngay khi có mạng. +• Thông báo trong hệ thống theo tính nhanh gọn về số lượng Bitcoin nhận và gửi đi. +• Tiện ích dành riêng cho Bitcoin. + +Bạn có thể tìm hiểu thêm về Bitcoin tại +https://bitcoin.org + +Nếu bạn có ý tưởng đóng góp cho Bitcoin Wallet, hãy truy cập vào trang web +https://github.com/bitcoin-wallet/bitcoin-wallet + +Giấy phép: GPLv3 +Sử dụng với sự cẩn trọng của riêng bạn! +http://www.gnu.org/licenses/gpl-3.0.en.html \ No newline at end of file diff --git a/market/market-description-zh-TW.txt b/market/market-description-zh-TW.txt new file mode 100644 index 0000000..a3b8feb --- /dev/null +++ b/market/market-description-zh-TW.txt @@ -0,0 +1,36 @@ +隨身攜帶你的 Bitcoin,就在你的口袋中!你可以掃描 QR 條碼快速付款。商家也可以安全又快速的完成請款。Bitcoin Wallet 是第一個可以在行動設備使用的 Bitcoin app,並自認為是最安全的一個! + + +特點 + +• 不需要註冊、不用登記網路服務、也不使用任何雲端服務!這個錢包 app 完全去中心,並使用對等網路(P2P)來服務。 +• 可以顯示不同 Bitcoin 金額單位,如 BTC、mBTC 與 µBTC。 +• 可以轉換各國貨幣。 +• 可以透過 NFC、QR 條碼、或是 Bitcoin 付款網址來付款及收款。 +• 可以用位址簿管理常用的 Bitcoin 位址。 +• 可以在離線時使用藍芽付款。 +• 可以在收到款項時通知提醒。 +• 可以兌現紙錢包(及其他冷儲存的媒介)。 +• Bitcoin 餘額桌面小工具。 + + +出力 + +Bitcoin Wallet 既是開放源碼也是自由軟體。授權條款: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +我們的原始碼位在 GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +所有的翻譯工作都用 Transifex 管理: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +大推 + +• 很多行動錢包的程式都從 Bitcoin Wallet 發展而來。比如說: blockchain.info、以及 BTCX。 +• https://bitcoin.org 推薦的行動錢包 +• BitPay 推薦使用。 + + +請自負使用風險! \ No newline at end of file diff --git a/market/market-description-zh.txt b/market/market-description-zh.txt new file mode 100644 index 0000000..ed0aa7b --- /dev/null +++ b/market/market-description-zh.txt @@ -0,0 +1,36 @@ +将比特币随身携带,在您的口袋中! 扫描二维码快速支付,即时可靠的接收付款。比特币钱包 (Bitcoin Wallet) 是首选的、最安全的比特币应用! + + +功能 + +• 不需要注册,不需要网络服务,也不需要云!比特币钱包是“去中心化”的,点对点的 (peer to peer)。 +• 以 BTC, mBTC 以及 µBTC 为单位显示比特币金额。 +• 从比特币转换为国家货币,或者从国家货币转换为比特币。 +• 通过 NFC,二维码、比特币链接发送或接收比特币。 +• 为经常使用的比特币地址创建地址簿。 +• 断网情况下仍然可以通过蓝牙付款。 +• 收到比特币时显示系统通知。 +• 与纸钱包交换比特币(纸钱包经常用于冷存储)。 +• 应用程序小部件,用于显示比特币余额。 + + +贡献 + +Bitcoin Wallet 是 开源项目自由软件,以 GPLv3 授权。 +https://www.gnu.org/licenses/gpl-3.0.en.html + +源代码托管在 GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +所有的本地化翻译均在 Transifex 上进行: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +评价 + +• 很多的移动钱包应用程序都基于 Bitcoin Wallet,比如:blockchain.info 以及 BTCX. +• 由 https://bitcoin.org 推荐的移动钱包。 +• 由 BitPay 推荐的移动钱包。 + + +您需要自担风险! \ No newline at end of file diff --git a/market/market-description.txt b/market/market-description.txt new file mode 100644 index 0000000..361975b --- /dev/null +++ b/market/market-description.txt @@ -0,0 +1,36 @@ +Have your Bitcoins always with you, in your pocket! You pay by quickly scanning a QR code. As a merchant, you receive payments reliably and instantly. Bitcoin Wallet is the first mobile Bitcoin app, and arguably also the most secure! + + +FEATURES + +• No registration, web service or cloud needed! This wallet is de-centralized and peer to peer. +• Display of Bitcoin amount in BTC, mBTC and µBTC. +• Conversion to and from national currencies. +• Sending and receiving of Bitcoin via NFC, QR codes or Bitcoin URLs. +• Address book for regularly used Bitcoin addresses. +• When you're offline, you can still pay via Bluetooth. +• System notification for received coins. +• Sweeping of paper wallets (e.g. those used for cold storage). +• App widget for Bitcoin balance. + + +CONTRIBUTE + +Bitcoin Wallet is open source and free software. License: GPLv3 +https://www.gnu.org/licenses/gpl-3.0.en.html + +Our source code is available at GitHub: +https://github.com/bitcoin-wallet/bitcoin-wallet + +All translations are managed via Transifex: +https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ + + +TESTIMONIALS + +• Many mobile wallets base their code on Bitcoin Wallet. Examples: blockchain.info and BTCX. +• Recommended mobile wallet by https://bitcoin.org +• Recommended by BitPay. + + +Use at your own risk! \ No newline at end of file diff --git a/market/market-feature-graphic.png b/market/market-feature-graphic.png new file mode 100644 index 0000000..720a163 Binary files /dev/null and b/market/market-feature-graphic.png differ diff --git a/market/market-promo-graphic.png b/market/market-promo-graphic.png new file mode 100644 index 0000000..2c20003 Binary files /dev/null and b/market/market-promo-graphic.png differ diff --git a/market/market-promo-text-ar.txt b/market/market-promo-text-ar.txt new file mode 100644 index 0000000..ce60334 --- /dev/null +++ b/market/market-promo-text-ar.txt @@ -0,0 +1 @@ +البيتكوين الخاصة بك، في جيبك الخاص! \ No newline at end of file diff --git a/market/market-promo-text-ca.txt b/market/market-promo-text-ca.txt new file mode 100644 index 0000000..edee275 --- /dev/null +++ b/market/market-promo-text-ca.txt @@ -0,0 +1 @@ +Els teus Bitcoins, a la teva butxaca! \ No newline at end of file diff --git a/market/market-promo-text-cs.txt b/market/market-promo-text-cs.txt new file mode 100644 index 0000000..6f4b8b4 --- /dev/null +++ b/market/market-promo-text-cs.txt @@ -0,0 +1 @@ +Vaše vlastní Bitcoiny ve vaší vlastní kapse! \ No newline at end of file diff --git a/market/market-promo-text-da.txt b/market/market-promo-text-da.txt new file mode 100644 index 0000000..1ae657d --- /dev/null +++ b/market/market-promo-text-da.txt @@ -0,0 +1 @@ +Dine egne Bitcoins i din egen lomme! \ No newline at end of file diff --git a/market/market-promo-text-de.txt b/market/market-promo-text-de.txt new file mode 100644 index 0000000..ef59579 --- /dev/null +++ b/market/market-promo-text-de.txt @@ -0,0 +1 @@ +Deine eigenen Bitcoins, in Deiner eigenen Tasche! \ No newline at end of file diff --git a/market/market-promo-text-el.txt b/market/market-promo-text-el.txt new file mode 100644 index 0000000..1fa8d1f --- /dev/null +++ b/market/market-promo-text-el.txt @@ -0,0 +1 @@ +Τα δικά σας Bitcoin, στην τσέπη σας! \ No newline at end of file diff --git a/market/market-promo-text-eo.txt b/market/market-promo-text-eo.txt new file mode 100644 index 0000000..260efff --- /dev/null +++ b/market/market-promo-text-eo.txt @@ -0,0 +1 @@ +Viaj propraj Bitmonoj, en via propra poŝo! \ No newline at end of file diff --git a/market/market-promo-text-es.txt b/market/market-promo-text-es.txt new file mode 100644 index 0000000..e64ef0a --- /dev/null +++ b/market/market-promo-text-es.txt @@ -0,0 +1 @@ +¡Tus bitcoins en tu bolsillo! \ No newline at end of file diff --git a/market/market-promo-text-fi.txt b/market/market-promo-text-fi.txt new file mode 100644 index 0000000..4aca359 --- /dev/null +++ b/market/market-promo-text-fi.txt @@ -0,0 +1 @@ +Pidä Bitcoinisi omassa taskussasi! \ No newline at end of file diff --git a/market/market-promo-text-fr.txt b/market/market-promo-text-fr.txt new file mode 100644 index 0000000..0264dd5 --- /dev/null +++ b/market/market-promo-text-fr.txt @@ -0,0 +1 @@ +Vos bitcoins, dans votre poche ! \ No newline at end of file diff --git a/market/market-promo-text-he.txt b/market/market-promo-text-he.txt new file mode 100644 index 0000000..1d89945 --- /dev/null +++ b/market/market-promo-text-he.txt @@ -0,0 +1 @@ +הביטקוינים שלך, בכיס שלך! \ No newline at end of file diff --git a/market/market-promo-text-hi.txt b/market/market-promo-text-hi.txt new file mode 100644 index 0000000..9144315 --- /dev/null +++ b/market/market-promo-text-hi.txt @@ -0,0 +1 @@ +आपके अपने बिटकोइंस , आपकी अपनी पॉकेट में ! \ No newline at end of file diff --git a/market/market-promo-text-hr.txt b/market/market-promo-text-hr.txt new file mode 100644 index 0000000..73ccefd --- /dev/null +++ b/market/market-promo-text-hr.txt @@ -0,0 +1 @@ +Tvoji vlastiti Bitcoin-ovi, u tvome džepu! \ No newline at end of file diff --git a/market/market-promo-text-hu.txt b/market/market-promo-text-hu.txt new file mode 100644 index 0000000..e674ade --- /dev/null +++ b/market/market-promo-text-hu.txt @@ -0,0 +1 @@ +Tartsd a zsebedben Bitcoin érméidet! \ No newline at end of file diff --git a/market/market-promo-text-id.txt b/market/market-promo-text-id.txt new file mode 100644 index 0000000..b3be89d --- /dev/null +++ b/market/market-promo-text-id.txt @@ -0,0 +1 @@ +Anda memiliki Bitcoin, dalam saku Anda sendiri! \ No newline at end of file diff --git a/market/market-promo-text-it.txt b/market/market-promo-text-it.txt new file mode 100644 index 0000000..67ef276 --- /dev/null +++ b/market/market-promo-text-it.txt @@ -0,0 +1 @@ +I tuoi Bitcoin, nella tua tasca! \ No newline at end of file diff --git a/market/market-promo-text-iw.txt b/market/market-promo-text-iw.txt new file mode 100644 index 0000000..1d89945 --- /dev/null +++ b/market/market-promo-text-iw.txt @@ -0,0 +1 @@ +הביטקוינים שלך, בכיס שלך! \ No newline at end of file diff --git a/market/market-promo-text-ja.txt b/market/market-promo-text-ja.txt new file mode 100644 index 0000000..1241db7 --- /dev/null +++ b/market/market-promo-text-ja.txt @@ -0,0 +1 @@ +君のビットコインを、君のポケットに! \ No newline at end of file diff --git a/market/market-promo-text-ko.txt b/market/market-promo-text-ko.txt new file mode 100644 index 0000000..1b0a5c3 --- /dev/null +++ b/market/market-promo-text-ko.txt @@ -0,0 +1 @@ +내 주머니 속, 내 비트코인 ! \ No newline at end of file diff --git a/market/market-promo-text-mk.txt b/market/market-promo-text-mk.txt new file mode 100644 index 0000000..f8e860a --- /dev/null +++ b/market/market-promo-text-mk.txt @@ -0,0 +1 @@ +Твоите лични Биткоини, во твојот сопствен џеб! \ No newline at end of file diff --git a/market/market-promo-text-nb.txt b/market/market-promo-text-nb.txt new file mode 100644 index 0000000..bbc377c --- /dev/null +++ b/market/market-promo-text-nb.txt @@ -0,0 +1 @@ +Dine egne bitcoins, i din egen lomme! \ No newline at end of file diff --git a/market/market-promo-text-nl.txt b/market/market-promo-text-nl.txt new file mode 100644 index 0000000..ad49b28 --- /dev/null +++ b/market/market-promo-text-nl.txt @@ -0,0 +1 @@ +Je eigen bitcoins, in je eigen zak! \ No newline at end of file diff --git a/market/market-promo-text-pl.txt b/market/market-promo-text-pl.txt new file mode 100644 index 0000000..217ab59 --- /dev/null +++ b/market/market-promo-text-pl.txt @@ -0,0 +1 @@ +Twoje własne Bitcoiny, w twojej własnej kieszeni! \ No newline at end of file diff --git a/market/market-promo-text-pt-BR.txt b/market/market-promo-text-pt-BR.txt new file mode 100644 index 0000000..a361621 --- /dev/null +++ b/market/market-promo-text-pt-BR.txt @@ -0,0 +1 @@ +Seus Bitcoins em seu bolso! \ No newline at end of file diff --git a/market/market-promo-text-ru.txt b/market/market-promo-text-ru.txt new file mode 100644 index 0000000..a4f4c12 --- /dev/null +++ b/market/market-promo-text-ru.txt @@ -0,0 +1 @@ +Ваши Bitcoin, в вашем собственном кармане! \ No newline at end of file diff --git a/market/market-promo-text-sk.txt b/market/market-promo-text-sk.txt new file mode 100644 index 0000000..97e04de --- /dev/null +++ b/market/market-promo-text-sk.txt @@ -0,0 +1 @@ +Tvoje vlastné Bitcoiny, v Tvojom vlastnom vrecku! \ No newline at end of file diff --git a/market/market-promo-text-sl.txt b/market/market-promo-text-sl.txt new file mode 100644 index 0000000..cfedfef --- /dev/null +++ b/market/market-promo-text-sl.txt @@ -0,0 +1 @@ +Vaši novci v vašem žepu! \ No newline at end of file diff --git a/market/market-promo-text-sq.txt b/market/market-promo-text-sq.txt new file mode 100644 index 0000000..889993f --- /dev/null +++ b/market/market-promo-text-sq.txt @@ -0,0 +1 @@ +Bitcoin-monedhat tuaja, në xhepin tuaj! \ No newline at end of file diff --git a/market/market-promo-text-sv.txt b/market/market-promo-text-sv.txt new file mode 100644 index 0000000..a7b902c --- /dev/null +++ b/market/market-promo-text-sv.txt @@ -0,0 +1 @@ +Dina egna bitcoin, i din egen ficka! \ No newline at end of file diff --git a/market/market-promo-text-tr.txt b/market/market-promo-text-tr.txt new file mode 100644 index 0000000..39a2eea --- /dev/null +++ b/market/market-promo-text-tr.txt @@ -0,0 +1 @@ +Kendi Bitcoinleriniz, kendi cebinizde! \ No newline at end of file diff --git a/market/market-promo-text-uk.txt b/market/market-promo-text-uk.txt new file mode 100644 index 0000000..4d11afc --- /dev/null +++ b/market/market-promo-text-uk.txt @@ -0,0 +1 @@ +Ваші Bitcoin, у вашій власній кишені! \ No newline at end of file diff --git a/market/market-promo-text-vi.txt b/market/market-promo-text-vi.txt new file mode 100644 index 0000000..c70bd02 --- /dev/null +++ b/market/market-promo-text-vi.txt @@ -0,0 +1 @@ +Bitcoin của riêng bạn, trong túi tiền của riêng bạn! \ No newline at end of file diff --git a/market/market-promo-text-zh-TW.txt b/market/market-promo-text-zh-TW.txt new file mode 100644 index 0000000..248ab36 --- /dev/null +++ b/market/market-promo-text-zh-TW.txt @@ -0,0 +1 @@ +你的 Bitcoin 就在自己的口袋裡! \ No newline at end of file diff --git a/market/market-promo-text-zh.txt b/market/market-promo-text-zh.txt new file mode 100644 index 0000000..f272d21 --- /dev/null +++ b/market/market-promo-text-zh.txt @@ -0,0 +1 @@ +您的比特币,装进您的口袋! \ No newline at end of file diff --git a/market/market-promo-text.txt b/market/market-promo-text.txt new file mode 100644 index 0000000..bcb5c4f --- /dev/null +++ b/market/market-promo-text.txt @@ -0,0 +1 @@ +Your own Bitcoins, in your own pocket! \ No newline at end of file diff --git a/market/poster.svg b/market/poster.svg new file mode 100644 index 0000000..7d6dff9 --- /dev/null +++ b/market/poster.svg @@ -0,0 +1,561 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + /* * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License Version 3. */ + Download from Google Play + Bitcoin Walletfor Android + Your own Bitcoins, on your own phone!No cloud server or web service necessary. + + + diff --git a/market/screenshot-block-explorer.png b/market/screenshot-block-explorer.png new file mode 100644 index 0000000..004a8d8 Binary files /dev/null and b/market/screenshot-block-explorer.png differ diff --git a/market/screenshot-exchange-rates.png b/market/screenshot-exchange-rates.png new file mode 100644 index 0000000..428fb9b Binary files /dev/null and b/market/screenshot-exchange-rates.png differ diff --git a/market/screenshot-network-monitor-10in.png b/market/screenshot-network-monitor-10in.png new file mode 100644 index 0000000..81c2aea Binary files /dev/null and b/market/screenshot-network-monitor-10in.png differ diff --git a/market/screenshot-network-monitor-7in.png b/market/screenshot-network-monitor-7in.png new file mode 100644 index 0000000..00d62a1 Binary files /dev/null and b/market/screenshot-network-monitor-7in.png differ diff --git a/market/screenshot-peer-monitor.png b/market/screenshot-peer-monitor.png new file mode 100644 index 0000000..6644baf Binary files /dev/null and b/market/screenshot-peer-monitor.png differ diff --git a/market/screenshot-request-coins-7in.png b/market/screenshot-request-coins-7in.png new file mode 100644 index 0000000..b908bff Binary files /dev/null and b/market/screenshot-request-coins-7in.png differ diff --git a/market/screenshot-request-coins.png b/market/screenshot-request-coins.png new file mode 100644 index 0000000..937b4ce Binary files /dev/null and b/market/screenshot-request-coins.png differ diff --git a/market/screenshot-send-coins-7in.png b/market/screenshot-send-coins-7in.png new file mode 100644 index 0000000..9f063f2 Binary files /dev/null and b/market/screenshot-send-coins-7in.png differ diff --git a/market/screenshot-send-coins.png b/market/screenshot-send-coins.png new file mode 100644 index 0000000..c4cf20a Binary files /dev/null and b/market/screenshot-send-coins.png differ diff --git a/market/screenshot-sweep-wallet.png b/market/screenshot-sweep-wallet.png new file mode 100644 index 0000000..9ec1281 Binary files /dev/null and b/market/screenshot-sweep-wallet.png differ diff --git a/market/screenshot-wallet-10in.png b/market/screenshot-wallet-10in.png new file mode 100644 index 0000000..5658cac Binary files /dev/null and b/market/screenshot-wallet-10in.png differ diff --git a/market/screenshot-wallet-7in.png b/market/screenshot-wallet-7in.png new file mode 100644 index 0000000..76890a3 Binary files /dev/null and b/market/screenshot-wallet-7in.png differ diff --git a/market/screenshot-wallet.png b/market/screenshot-wallet.png new file mode 100644 index 0000000..7d242fa Binary files /dev/null and b/market/screenshot-wallet.png differ diff --git a/market/screenshot-widget.png b/market/screenshot-widget.png new file mode 100644 index 0000000..f29456e Binary files /dev/null and b/market/screenshot-widget.png differ diff --git a/sample-integration-android/AUTHORS b/sample-integration-android/AUTHORS new file mode 100644 index 0000000..ee589b3 --- /dev/null +++ b/sample-integration-android/AUTHORS @@ -0,0 +1 @@ +Andreas Schildbach diff --git a/sample-integration-android/AndroidManifest.xml b/sample-integration-android/AndroidManifest.xml new file mode 100644 index 0000000..623eba5 --- /dev/null +++ b/sample-integration-android/AndroidManifest.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sample-integration-android/COPYING b/sample-integration-android/COPYING new file mode 100644 index 0000000..7a4a3ea --- /dev/null +++ b/sample-integration-android/COPYING @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/sample-integration-android/build.gradle b/sample-integration-android/build.gradle new file mode 100644 index 0000000..f0fcf10 --- /dev/null +++ b/sample-integration-android/build.gradle @@ -0,0 +1,34 @@ +apply plugin: 'com.android.application' + +dependencies { + compile(project(':integration-android')) { + exclude(group: 'com.google.android', module: 'android') + } + compile 'org.bitcoinj:bitcoinj-core:0.12.3' +} + +android { + compileSdkVersion 'android-15' + buildToolsVersion '23.0.2' + + lintOptions { abortOnError false } + + sourceSets { + main { + manifest.srcFile 'AndroidManifest.xml' + java.srcDirs = ['src'] + res.srcDirs = ['res'] + assets.srcDirs = ['assets'] + } + } + + packagingOptions { + exclude 'lib/x86_64/darwin/libscrypt.dylib' + exclude 'lib/x86_64/freebsd/libscrypt.so' + exclude 'lib/x86_64/linux/libscrypt.so' + exclude 'com/google/thirdparty/publicsuffix/PublicSuffixPatterns.gwt.xml' + exclude 'com/google/thirdparty/publicsuffix/PublicSuffixType.gwt.xml' + exclude 'org/bitcoinj/crypto/mnemonic/wordlist/english.txt' + exclude 'org/bitcoinj/crypto/cacerts' + } +} diff --git a/sample-integration-android/project.properties b/sample-integration-android/project.properties new file mode 100644 index 0000000..0840b4a --- /dev/null +++ b/sample-integration-android/project.properties @@ -0,0 +1,14 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-15 diff --git a/sample-integration-android/res/layout/sample_activity.xml b/sample-integration-android/res/layout/sample_activity.xml new file mode 100644 index 0000000..1a3d2c3 --- /dev/null +++ b/sample-integration-android/res/layout/sample_activity.xml @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + +