From 425246beb1bf766ed9ff2a8c35f25384735ceed2 Mon Sep 17 00:00:00 2001 From: m2049r Date: Sun, 29 Apr 2018 11:21:20 +0200 Subject: [PATCH] remove unused ids & strings (#266) --- .../main/res/drawable/backgound_amount.xml | 10 --- app/src/main/res/drawable/backgound_scan.xml | 15 ---- .../main/res/drawable/ic_add_black_24dp.xml | 9 --- .../drawable/ic_arrow_right_orange_24dp.xml | 9 --- .../res/drawable/ic_favorite_white_14dp.xml | 9 --- app/src/main/res/drawable/ic_max_sweep.xml | 9 --- app/src/main/res/drawable/ic_monero_32dp.xml | 14 ---- app/src/main/res/drawable/ic_monero_qr.xml | 21 ------ .../main/res/layout/activity_test_send.xml | 22 ------ app/src/main/res/layout/fragment_generate.xml | 1 - app/src/main/res/layout/fragment_receive.xml | 1 - .../res/layout/fragment_send_btc_confirm.xml | 2 - .../res/layout/fragment_send_btc_success.xml | 1 - .../main/res/layout/fragment_send_confirm.xml | 3 - .../main/res/layout/fragment_send_success.xml | 1 - app/src/main/res/layout/fragment_tx_info.xml | 2 - app/src/main/res/layout/item_transaction.xml | 1 - app/src/main/res/layout/item_wallet.xml | 1 - app/src/main/res/layout/prompt_changepw.xml | 1 - app/src/main/res/layout/prompt_password.xml | 1 - app/src/main/res/layout/prompt_rename.xml | 1 - app/src/main/res/values-de/about.xml | 1 - app/src/main/res/values-de/strings.xml | 67 ------------------ app/src/main/res/values-es/about.xml | 1 - app/src/main/res/values-es/strings.xml | 65 ----------------- app/src/main/res/values-fr/about.xml | 1 - app/src/main/res/values-fr/strings.xml | 67 ------------------ app/src/main/res/values-it/about.xml | 1 - app/src/main/res/values-it/strings.xml | 67 ------------------ app/src/main/res/values-nb/about.xml | 1 - app/src/main/res/values-nb/strings.xml | 69 +------------------ app/src/main/res/values-zh-rTW/about.xml | 1 - app/src/main/res/values-zh-rTW/strings.xml | 67 ------------------ app/src/main/res/values/about.xml | 1 - app/src/main/res/values/colors.xml | 9 --- app/src/main/res/values/dimens.xml | 8 --- app/src/main/res/values/integers.xml | 5 +- app/src/main/res/values/strings.xml | 69 ------------------- 38 files changed, 2 insertions(+), 632 deletions(-) delete mode 100644 app/src/main/res/drawable/backgound_amount.xml delete mode 100644 app/src/main/res/drawable/backgound_scan.xml delete mode 100644 app/src/main/res/drawable/ic_add_black_24dp.xml delete mode 100644 app/src/main/res/drawable/ic_arrow_right_orange_24dp.xml delete mode 100644 app/src/main/res/drawable/ic_favorite_white_14dp.xml delete mode 100644 app/src/main/res/drawable/ic_max_sweep.xml delete mode 100644 app/src/main/res/drawable/ic_monero_32dp.xml delete mode 100644 app/src/main/res/drawable/ic_monero_qr.xml delete mode 100644 app/src/main/res/layout/activity_test_send.xml diff --git a/app/src/main/res/drawable/backgound_amount.xml b/app/src/main/res/drawable/backgound_amount.xml deleted file mode 100644 index 8fe9ec7..0000000 --- a/app/src/main/res/drawable/backgound_amount.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - diff --git a/app/src/main/res/drawable/backgound_scan.xml b/app/src/main/res/drawable/backgound_scan.xml deleted file mode 100644 index 255a292..0000000 --- a/app/src/main/res/drawable/backgound_scan.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - diff --git a/app/src/main/res/drawable/ic_add_black_24dp.xml b/app/src/main/res/drawable/ic_add_black_24dp.xml deleted file mode 100644 index 0258249..0000000 --- a/app/src/main/res/drawable/ic_add_black_24dp.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/app/src/main/res/drawable/ic_arrow_right_orange_24dp.xml b/app/src/main/res/drawable/ic_arrow_right_orange_24dp.xml deleted file mode 100644 index 89be915..0000000 --- a/app/src/main/res/drawable/ic_arrow_right_orange_24dp.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/app/src/main/res/drawable/ic_favorite_white_14dp.xml b/app/src/main/res/drawable/ic_favorite_white_14dp.xml deleted file mode 100644 index 736aacd..0000000 --- a/app/src/main/res/drawable/ic_favorite_white_14dp.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/app/src/main/res/drawable/ic_max_sweep.xml b/app/src/main/res/drawable/ic_max_sweep.xml deleted file mode 100644 index 18ffccb..0000000 --- a/app/src/main/res/drawable/ic_max_sweep.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/app/src/main/res/drawable/ic_monero_32dp.xml b/app/src/main/res/drawable/ic_monero_32dp.xml deleted file mode 100644 index ea68ee8..0000000 --- a/app/src/main/res/drawable/ic_monero_32dp.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/app/src/main/res/drawable/ic_monero_qr.xml b/app/src/main/res/drawable/ic_monero_qr.xml deleted file mode 100644 index ceda495..0000000 --- a/app/src/main/res/drawable/ic_monero_qr.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - diff --git a/app/src/main/res/layout/activity_test_send.xml b/app/src/main/res/layout/activity_test_send.xml deleted file mode 100644 index 4df48d5..0000000 --- a/app/src/main/res/layout/activity_test_send.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - diff --git a/app/src/main/res/layout/fragment_generate.xml b/app/src/main/res/layout/fragment_generate.xml index 976448a..7a8df46 100644 --- a/app/src/main/res/layout/fragment_generate.xml +++ b/app/src/main/res/layout/fragment_generate.xml @@ -124,7 +124,6 @@ app:errorEnabled="true"> - Über Schließen Ich bin Monerujo Version %1$s (%2$d) diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index ce6fb3e..4a7bcbc 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -43,14 +43,8 @@ XMR.TO Auftrag - Sendet %1$s BTC - Schlüssel: - Adresse: - Status: - %1$s BTC - Bestätigung ausstehend Bezahlung ausstehend @@ -89,16 +83,11 @@ Fortgeschritten: - Tippe für mehr Details Besuche XMR.TO für Support & Nachverfolgung - Transaktionsdetails anschauen Geheimer Schlüssel\nXMR.TO XMR.TO Geheimer Schlüssel BTC Zieladresse Menge - Erstelle XMR.TO Auftrag - - Berühre zum Wiederholen Transaktions-ID Zieladresse @@ -113,21 +102,15 @@ Fertigstellen …\nDies kann einen Moment dauern! - Backup erfolgreich Backup fehlgeschlagen! - Archivierung erfolgreich Archivierung fehlgeschlagen! - Löschen fehlgeschlagen! Umbenennen fehlgeschlagen! Passwort ändern fehlgeschlagen! Passwort geändert Node ([<user>:<pass>@]<daemon>[:<port>]) - Netzwerkauswahl - Lade Wallet-Liste Lade Wallet … - Speichere Wallet Wallet gespeichert Wallet Speicherung fehlgeschlagen! Verbinde … @@ -136,12 +119,9 @@ Node ungültig!\nVersuche anderen. Kann Node nicht erreichen!\nNochmal oder anderen Node versuchen. - Arbeite daran … Verbindung getrennt - Transaktion gesendet! Transaktion fehlgeschlagen: %1$s - Konnte Transaktion nicht erstellen! Da hast du zu lange gewartet, mein Freund! @@ -157,35 +137,22 @@ Fingerabdruck nicht erkannt. Nochmals versuchen. Falsches Passwort! Wallet existiert nicht! - Das ist kein Wallet! Daemonadresse muss gesetzt sein! Wallet entspricht nicht dem ausgewähltem Netz - Kann nicht zum Daemon verbinden! Versuche es noch einmal. - Etwas stimmt nicht! (Watch Only) Empfangen Geben - Menge - Datum + %1$s XMR unbestätigt - Transaktionen - Daemon verbunden! monerujo Service - monerujo Service Läuft - monerujo Service Gestoppt - monerujo Service - monerujo Service Verbunden - monerujo Service Getrennt Synchronisiert: Blöcke verbleibend Scanne: - Probleme Externer Speicher nicht beschreibbar! Panik! Wir brauchen die Zugriffsrechte auf den externen Speicher wirklich! Keine Kamera = Kein QR scannen! @@ -197,8 +164,6 @@ XMR.TO Schlüssel in Zwischenablage kopiert! Wallet Adresse in Zwischenablage kopiert! Transaktions-ID in Zwischenablage kopiert! - Auswahl des Seeds aus Sicherheitsgründen deaktiviert! - Auswahl des Spend-Keys aus Sicherheitsgründen deaktiviert! Kopieren aus Sicherheitsgründen deaktiviert! Umtausch-Rate nicht verfügbar!\nNutze XMR/XMR oder versuche es noch einmal @@ -221,13 +186,8 @@ Passwortphrasen stimmen nicht überein Passwortphrase darf nicht leer sein Erstell mir jetzt endlich ein Wallet! - mnemonischer Seed Ich habe den Mnemonischen Seed notiert! - Backup - Schlüssel exportieren - LÖSCHEN - Gib mir einen Namen! Wallet existiert bereits! Kann nicht mit einem . beginnen @@ -248,13 +208,10 @@ 25-Wörter mnemonischer Seed Wiederherstellungshöhe oder Datum (JJJJ-MM-TT) - Wallet - Passwort Öffentliche Adresse View-Key Spend-Key Mnemonischer Seed - Scan ab Blöckhöhe: Walletdateien Wiederherstellungspasswort Gib einen gültigen Schlüssel ein @@ -267,20 +224,13 @@ Zahlungs-ID (optional) 0.00 Private Notizen (optional) - Tx-Priorität - Mixin - Sweep Generieren Scannen - Vorbereiten - Entsorgen (Rückgängig) Gib meine wertvollen Moneroj aus Gib meine wertvollen Moneroj aus (%1$s) - Letzter Schritt - Bestätigen! Kein QR-Code Kein gültiger Zahlungs-QR-Code Keine gültige Adresse - Bereite Transaktion vor Senden Saldo: %1$s XMR Adresse @@ -288,13 +238,10 @@ Einstellungen Bestätigen Fertig - Zusammenfassung - Menge > Guthaben Menge Gebühr (XMR) Gebühr - Staub Total (XMR) Total @@ -303,18 +250,14 @@ Transaktionserstellungsfehler - inkl. %1$s Gebühr - Gebühr %1$s (%1$s) fehlgeschlagen - %1$s + %1$s - Status - Adresse Zeitstempel TX-ID - TX-ID\n(BTC) TX-Schlüssel Ziel Ziel\n(BTC) @@ -325,30 +268,20 @@ Gebühr Transfers Notizen - In Zwischenablage kopieren - In Zwischenablage kopiert - Transaktionsdetails (optional) Speichern - Notizen gespeichert Notizen speichern fehlgeschlagen Transaktionsdetails AUSSTEHEND FEHLGESCHLAGEN - Zeig mir den QR-Code - Generieren Zahlungs-ID (optional) Menge - XMR Konnte Wallet nicht öffnen! 16 oder 64 Hex-Zeichen (0–9,a–f) Muss bei einer integrierten Adresse leer sein - Muss bei einer BTC Adresse leer sein - Muss > 0 sein - Wert eingeben Max. %1$s Min. 0 XMR keine Nummer diff --git a/app/src/main/res/values-es/about.xml b/app/src/main/res/values-es/about.xml index ccd2a3f..ddd25b0 100644 --- a/app/src/main/res/values-es/about.xml +++ b/app/src/main/res/values-es/about.xml @@ -1,6 +1,5 @@ - Acerca De Cerrar Versión %1$s (%2$d) diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index fc077b9..93593e9 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -51,21 +51,15 @@ Guardando todo\n¡Puede llevar un tiempo! - Copia de seguridad satisfactoria ¡Copia de seguridad fallida! - Archivado satisfactorio ¡Archivado fallido! - ¡Borrado fallido! ¡Cambio de nombre fallido! ¡Cambio de contraseña fallido! Contraseña cambiada Nodo ([<usuario>:<contraseña>@]<daemon>[:<puerto>]) - Selección de Red - Cargando lista de monederos Cargando monedero… - Guardando monedero Monedero guardada ¡Guardado de monedero fallido! Conectando… @@ -74,12 +68,9 @@ ¡Nodo inválido!\nInténtalo con otro. ¡No se puede alcanzar el nodo!\nInténtalo de nuevo o prueba otro. - Trabajando en ello … Desconectado - ¡Transacción enviada! Transacción fallida: %1$s - ¡No se pudo crear la transacción! Todavía estoy ocupado con tu último monedero … @@ -93,35 +84,22 @@ [Fingerprint not recognized. Try again.] ¡Contraseña incorrecta! ¡El monedero no existe! - ¡Esto no es un monedero! ¡La dirección del daemon debe estar configurada! El monedero no coincide con la red seleccionada - ¡No se puede conectar al daemon! Inténtalo de nuevo. - ¡Algo ha sucedido! (Sólo Vista) Recibir Enviar - Monto - Fecha + %1$s XMR sin confirmar - Transacciones - ¡Conectado al daemon! Servicio de monerujo - Servicio de monerujo en ejecucion - Servicio de monerujo detenido - Servicio de monerujo - Servicio de monerujo conectado - Servicio de monerujo desconectado Sincronizado: bloques restantes Escaneando: - Problemas ¡No se puede escribir en el almacenamiento externo! ¡Pánico! ¡De verdad necesitamos esos permisos para el almacenamiento externo! Sin cámara = ¡Sin escaneo de QR! @@ -130,8 +108,6 @@ Dirección Pública ¡Clave de vista copiada al portapapeles! ¡Dirección del monedero copiada al portapapeles! - ¡La selección de la semilla está desactivada por motivos de seguridad! - ¡La selección de la clave de gasto está desactivada por motivos de seguridad! ¡La copia está desactivada por motivos de seguridad! ¡No se ha podido obtener la tasa de cambio!\nUsa XMR/XMR o inténtalo de nuevo @@ -155,13 +131,8 @@ Contraseñas no coinciden Contraseña no puede estar vacía ¡Házme ya un monedero! - Semilla Mnemotécnica ¡Ya anote todo! - Copia de Seguridad - Exportar Claves - BORRAR - ¡Dame un nombre! ¡El monedero ya existe! No puede empezar con . @@ -182,13 +153,10 @@ Semilla Mnemotécnica de 25 Palabras Altura o Fecha (YYYY-MM-DD) de Restauración - Monedero - Contraseña Dirección Pública Clave de Vista Clave de Gasto Semilla Mnemotécnica - Altura de Restauración: Contraseña de restauración para el archivo del monedero Introduce una clave válida @@ -199,17 +167,10 @@ ID de Pago (opcional) 0.00 Notas Privadas (opcional) - Prioridad de Transacción - Mezclar - Barrer Generar Scan - Preparar - Disponer (Deshacer) - Último Paso - ¡Confirma! No es un Código QR de monero Dirección de Monero inválida - Preparando transacción Enviar Fondos disponibles: %1$s XMR Dirección @@ -217,24 +178,19 @@ Ajustes Aprobar Hecho - Resumen - Monto > Fondos Monto Comisión - Polvo Total Error creando la transacción - incl. comisión de %1$s - Comisión %1$s (%1$s) fallido - %1$s + %1$s - Dirección Marca de tiempo ID de Transacción Clave de Transacción @@ -245,29 +201,20 @@ Comisión Transferencias Notas - Copiar al Portapapeles - Copiado al Portapapeles - Detalles de la transacción (opcional) Guardar - Notas guardadas El guardado de las notas ha fallado Detalles de la Transacción PENDIENTE FALLIDO - Muéstrame el código QR - Generar ID de Pago (opcional) Monto - XMR ¡No se ha podido abrir el monedero! 16 o 64 caracteres hexadecimales (0–9,a–f) Debe estar vacío con una dirección integrada - Debe ser > 0 - Introduce valor Max. %1$s Min. 0 XMR no es un número @@ -298,12 +245,7 @@ Ingresaste una dirección Bitcoin
Vas a enviar XMR y el destinatario recibirá BTC usando el servicio XMR.TO. ]]> - Enviando %1$s BTC - Clave: - Dirección: - Estado: - %1$s BTC Confirmación pendiente Pago pendiente Error de XMR.TO (%1$s) @@ -329,15 +271,11 @@ %1$s BTC = %2$s XMR (Cambio: %1$s BTC/XMR) Avanzado - Click para más detalles Visita https://xmr.to para soporte y rastreo - Mira en los datos de la TX para más detalles Clave secreta\nXMR.TO Clave secreta XMR.TO Dirección BTC destino Monto - Creando orden XMR.TO - Toca para reintentar Oye, esperaste demasiado! Clave XMR.TO ¡Clave XMR.TO copiada al portapapeles! @@ -349,11 +287,8 @@ Total (XMR) %1$s XMR +%1$s Comisión - Estado - TX ID\n(BTC) Destino\n(BTC) Monto\n(BTC) - Debe quedar vacío con una dirección Bitcoin Soy monerujo Orden XMR.TO Pago en BTC activado, toca para más info. diff --git a/app/src/main/res/values-fr/about.xml b/app/src/main/res/values-fr/about.xml index c0cd7c7..0aca4e1 100644 --- a/app/src/main/res/values-fr/about.xml +++ b/app/src/main/res/values-fr/about.xml @@ -1,6 +1,5 @@ - À Propos Fermer Je suis monerujo Version %1$s (%2$d) diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index f07f8cf..fe9aa22 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -44,14 +44,8 @@ Ordres XMR.TO - Envoi %1$s BTC - Clef : - Adresse : - Statut : - %1$s BTC - En Attente de Confirmation En Attente de Paiement @@ -90,16 +84,11 @@ Avancé : - Cliquez pour plus d\'infos Visitez xmr.to pour l\'assistance & le suivi - Voir les détails TX pour plus d\'infos Clef Secrète\nXMR.TO Clef Secrète XMR.TO Adresse BTC Destination Montant - Création de l\'ordre XMR.TO - - Touchez pour réessayer ID de Transaction Adresse Destination @@ -114,21 +103,15 @@ Récapitulation …\nCela peut prendre un moment ! - Sauvegarde réussie Sauvegarde Échouée ! - Archivage réussi Archivage Échouée ! - Suppression Échouée ! Renommage Échoué ! Modification du mot de passe Échouée ! Modification du mot de passe réussie Nœud ([<utilisateur>:<mdp>@]<démon>[:<port>]) - Sélection Réseau - Chargement de la liste des Portefeuilles Chargement du Portefeuille … - Sauvegarde du Portefeuille Portefeuille Sauvegardé Sauvegarde du Portefeuille Échouée ! Connexion … @@ -137,12 +120,9 @@ Nœud invalide !\nEssayez un autre. Nœud injoignable !\nEssayez à nouveau ou un autre. - On y travaille … Déconnecté - Transaction envoyée ! Transaction échouée : %1$s - Impossible de créer la transaction ! Vous avez attendu trop longtemps l\'ami ! @@ -158,35 +138,22 @@ Empreinte digitale non reconnue. Résessayez. Mot de passe incorrect ! Portefeuille inexistant ! - Ce n\'est pas un portefeuille ! L\'adresse du démon ne peut pas être configurée ! Portefeuille incompatible avec le réseau sélectionné - Connexion au démon impossible ! Réessayez. - Quelque chose ne va pas ! (Audit) Recevoir Envoyer - Montant - Date + %1$s XMR non confirmés - Transactions - Démon connecté ! Service monerujo - Service monerujo Lancé - Service monerujo Arrêté - Service monerujo - Service monerujo Connecté - Service monerujo Déconnecté Synchronisé : Blocs restant Analyse : - Problèmes Stockage Externe non inscriptible ! Panique ! On a vraiment besoin de ces permissions de Stockage Externe ! Pas de camera = Pas de Scan QR ! @@ -198,8 +165,6 @@ Clef XMR.TO copiée ! Adresse du Portefeuille copiée ! ID de Transaction copié ! - Sélection de phrase mnemonic désactivée par sécurité ! - Sélecting de clef de dépense désactivée par sécurité ! Copie désactivée par sécurité ! Taux de change introuvable !\nUtilisez XMR/XMR ou essayez à nouveau @@ -224,13 +189,8 @@ Phrases secrètes non correspondantes La Phrase secrète ne doit pas être vide Faites moi un Portefeuille déjà ! - Phrase Mnémonique J\'ai noté ces 25 mots ! - Sauvegarde - Exporter les clefs - SUPPRIMER - Donnez-moi un nom ! Le Portefeuille existe ! Ne peut pas commencer par . @@ -251,13 +211,10 @@ Phrase Mnémonique Hauteur ou date de restauration (YYYY-MM-DD) - Portefeuille - Mot de passe Adresse publique Clef d\'audit Clef de dépense Phrase Mnémonique - Hauteur de restauration : Mdp de restauration des fichiers Portefeuille Entrez une clef valide @@ -270,20 +227,13 @@ ID de Paiement (optionnel) 0.00 Notes Privées (optionnelles) - Priorité Tx - RingSize - Balayage Générer Scanner - Preparer - Éliminer (Undo) Dépenser mes beaux Moneroj Dépenser mes beaux Moneroj (%1$s) - Dernière étape - Confirmation ! QR Code invalide QR code de paiement invalide Adresse invalide - Preparation de la transaction Envoi Solde : %1$s XMR Adresse @@ -291,13 +241,10 @@ Paramètres Confirmation Terminé - Résumé - Montant > Fonds Montant Frais (XMR) Frais - Poussière Total (XMR) Total @@ -306,18 +253,14 @@ Erreur de Création de Transaction - Dont Frais %1$s - Frais %1$s (%1$s) Echoué - %1$s + %1$s - Statut - Adresse Horodatage ID TX - ID TX\n(BTC) Clef TX Destination Destination\n(BTC) @@ -328,30 +271,20 @@ Frais Transferts Notes - Copier - Copié - Détail de la Transaction (optionnelles) Sauvegarder - Notes sauvegardées Sauvegarde de Notes échouée Détails de la Transaction EN ATTENTE ÉCHOUÉ - Afficher le QR Code - Générer ID de Paiement (optionnel) Montant - XMR Ouverture du portefeuille impossible ! 16 ou 64 caractères héxadécimaux (0–9,a–f) Doit être vide avec une adresse intégrée - Doit être vide avec une adresse bitcoin - Doit être > 0 - Entrer la valeur Max. %1$s Min. 0 XMR pas un nombre diff --git a/app/src/main/res/values-it/about.xml b/app/src/main/res/values-it/about.xml index 752ecc0..e3e1c5f 100644 --- a/app/src/main/res/values-it/about.xml +++ b/app/src/main/res/values-it/about.xml @@ -1,6 +1,5 @@ - [About] Chiudi Io sono monerujo Versione %1$s (%2$d) diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index f5e623d..3e7b2ee 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -43,14 +43,8 @@ Ordine XMR.TO - Invio in corso %1$s BTC - Chiave: - Indirizzo: - Stato: - %1$s BTC - In attesa di conferma In attesa del pagamento @@ -89,16 +83,11 @@ Avanzate: - Clicca per più dettagli Visita xmr.to per supporto e tracciamento - Vedi dettagli TX per più dettagli Chiave segreta\nXMR.TO Chiave segreta XMR.TO Indirizzo BTC di destinazione Ammontare - Creando ordine XMR.TO - - Tocca per riprovare ID Transazione Indirizzo di Destinazione @@ -113,21 +102,15 @@ Rimettendo le cose a posto …\nPuò richiedere del tempo! - Backup effettuato con successo Backup fallito! - Archiviazione effettuata con successo Archiviazione fallita! - Cancellazione fallita! Rinomina fallita! Modifica password fallita! Password cambiata Nodo ([<utente>:<password>@]<daemon>[:<porta>]) - Selezione della rete - Caricando la lista dei portafogli Caricando portafoglio … - Salvando portafoglio Portafoglio salvato Salvataggio portafoglio fallito! In connessione … @@ -136,12 +119,9 @@ Nodo invalido!\nProvane un altro. Impossibile raggiungere il nodo!\nProva di nuovo o provane un altro. - Lavorandoci su … Disconnesso - Transazione inviata! Transazione fallita: %1$s - Impossibile creare la transazione! Amico/a, hai aspettato troppo a lungo! @@ -157,35 +137,22 @@ Impronta digitale non riconosciuta. Prova di nuovo. Password errata! Il portafoglio non esiste! - Questo non è un portafoglio! Deve essere impostato l\'indirizzo del Daemon! Il portafoglio non si abbina con la rete selezionata - Impossibile connettersi al daemon! Prova di nuovo. - Qualcosa è sbagliato! (solo-visualizzazione) Ricevi Invia - Ammontare - Data + %1$s XMR non confermati - Transazioni - Daemon connesso! Servizio monerujo - Servizio monerujo attivo - Servizio monerujo fermato - Servizio monerujo - Servizio monerujo connesso - Servizio monerujo Disconnesso Sincronizzati: Blocchi rimanenti Scansionando: - Problemi L\'unità di memoria esterna non è scrivibile! Aiuto! Abbiamo veramente bisogno di questi permessi sull\'unità di memoria esterna! Nessuna telecamera = Nessuna scansione QR! @@ -197,8 +164,6 @@ Chiave XMR.TO copiata negli appunti! Indirizzo del portafoglio copiato negli appunti! ID transazione copiato negli appunti! - Selezione del seed disabilitata per ragioni di sicurezza! - Selezione della chiave di spesa disabilitata per ragioni di sicurezza! Copia disabilitata per ragioni di sicurezza! Impossibile recuperare il tasso di cambio!\nUsa XMR/XMR o prova di nuovo @@ -222,13 +187,8 @@ Le passphrase non corrispondono La passphrase potrebbe non essere vuota Fammi subito un portafoglio! - Seed mnemonico Ho annotato le informazioni qui sopra! - Backup - Esporta chiavi - ELIMINA - Dammi un nome! Il portafoglio esiste! Non può iniziare con . @@ -249,13 +209,10 @@ Seed mnemonico da 25 parole Altezza o data (AAAA-MM-GG) di ripristino - Portafoglio - Password Indirizzo pubblico Chiave di visualizzazione Chiave di spesa Seed mnemonico - Altezza di ripristino: Password di ripristino dei file del portafoglio Inserisci una chiave valida @@ -268,20 +225,13 @@ ID pagamento (opzionale) 0,00 Note private (opzionali) - Priorità Tx - Mixin - Spazza Genera Scansiona - Prepara - Disfati (Undo) Spendi i miei bei Moneroj Spendi i miei bei Moneroj (%1$s) - Ultimi passo - Conferma! Non è un codice QR Non è un codice QR pagamento valido Non è un indirizzo valido - Preparando la transazione Invia Saldo: %1$s XMR Indirizzo @@ -289,13 +239,10 @@ Impostazioni Conferma Fatto - Riassunto - Ammontare > Fondi Ammontare Commissione (XMR) Commissione - Polvere Totale (XMR) Totale @@ -304,18 +251,14 @@ Errore nella creazione della transazione - incl. %1$s di commissione - Commissione %1$s (%1$s) fallita - %1$s + %1$s - Status - Indirizzo Timestamp ID TX - ID TX\n(BTC) Chiave TX Destinazione Destinazione\n(BTC) @@ -326,30 +269,20 @@ Commissione Trasferimenti Note - Copia negli appunti - Copiata negli appunti - Dettagli transazione (opzionale) Salva - Note salvate Salvataggio note fallito Dettagli della transazione IN ATTESA FALLITA - Mostrami il codice QR - Genera ID pagamento (opzionale) Ammontare - XMR Impossibile aprire il portafoglio! 16 o 64 caratteri esadecimali (0–9,a–f) Deve essere vuoto con un indirizzo integrato - Deve essere vuoto con un indirizzo Bitcoin - Deve essere > 0 - Inserisci valore Max. %1$s Min. 0 XMR non è un numero diff --git a/app/src/main/res/values-nb/about.xml b/app/src/main/res/values-nb/about.xml index db53735..5c7a357 100644 --- a/app/src/main/res/values-nb/about.xml +++ b/app/src/main/res/values-nb/about.xml @@ -1,6 +1,5 @@ - Om Lukk Jeg er monerujo Versjon %1$s (%2$d) diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml index a105d7c..29f48de 100644 --- a/app/src/main/res/values-nb/strings.xml +++ b/app/src/main/res/values-nb/strings.xml @@ -42,14 +42,8 @@ ]]> XMR.TO Ordre - Sender %1$s BTC - Nøkkel: - Adresse: - Status: - %1$s BTC - Bekreftelse venter Betaling venter XMR.TO error (%1$s) @@ -87,16 +81,11 @@ Avansert: - Trykk for flere detaljer Besøk xmr.to for støtte og sporing - Se transaksjonsdetaljer for mer informasjon Hemmelig nøkkel\nXMR.TO XMR.TO Hemmelig nøkkel BTC destinasjonsadresse Mengde - Lager XMR.TO ordre - - Trykk for å forsøke igjen Transaksjons-ID Destinasjonsadresse @@ -111,21 +100,15 @@ Gjør ting ferdig …\nDette kan ta si tid! - Backup suksessfull Backup feila! - Arkivering suksessfull Arkivering feila! - Sletting feila! Kunne ikke gi nytt navn! [Passordforandring feila!] [Passord forandra] Node ([<bruker>:<pass>@]<daemon>[:<port>]) - Velg nett - Laster lommebokliste Laster lommebok … - Lagrer lommebok Lommebok lagra Lommeboklagring feila! Kobler til … @@ -134,12 +117,9 @@ Noden er ugyldig!\nPrøv en annen. Kan ikke nå node!\nPrøv på nytt eller med en annen. - Jobber med det … Kobla fra - Transaksjon sendt! Transaksjon feila: %1$s - Kunne ikke lage transaksjon! Du venta for lenge, min venn! @@ -155,35 +135,22 @@ [Fingerprint not recognized. Try again.] Feil passord! Lommebok eksisterer ikke! - Dette er ikke en lommebok! Daemon-adresse må være gitt! Lommebok matcher ikke valgt nett - Kan ikke koble til daemon! Prøv igjen. - Noe er galt! (Bare se) Motta Gi - Mengde - Dato + %1$s XMR ubekrefta - Transaksjoner - Daemon tilkobla! monerujo tjeneste - monerujo tjeneste kjører - monerujo tjeneste stoppa - monerujo tjeneste - monerujo tjeneste tilkobla - monerujo tjeneste frakobla Synkronisert: Gjenværende blokker Skanner: - Problemer Ekstern lagring er ikke skrivbar! Panikk! Vi trenger virkelig de eksternlagrings-rettighetene! Ikke noe kamera = ikke noe QR-skanning! @@ -195,8 +162,6 @@ XMR.TO-nøkkel kopiert til utklippstavle! Lommebokadresse kopiert til utklippstavle! Transaksjons-ID kopiert til utklippstavle! - Å velge seed er skrudd av for sikkerhetsgrunner! - Å velge spend-nøkkel er skrudd av for sikkerhetsgrunner! Kopiering skrudd av for sikkerhetsgrunner! Kan ikke hente vekslingskurs!\nBruk XMR/XMR eller prøv igjen @@ -220,13 +185,8 @@ [Passordene stemmer ikke overens] [Passord kan ikke være tomt] Lag meg en lommebok! - Mnemonisk seed Jeg har notert informasjonen ovenfor! - Backup - Eksporter nøkler - SLETT - Gi meg et navn! Lommebok eksisterer! Kan ikke begynne med . @@ -247,14 +207,11 @@ 25-ord mnemonisk seed Gjenopprettelseshøyde- eller dato (ÅÅÅÅ-MM-DD) - Lommebok - Passord Offentlig adresse View-nøkkel Spend-nøkkel Mnemonisk seed - Gjenopprettelseshøyde: - [Lommebokfiler gjenopprettelsespassord] + [Lommebokfiler gjenopprettelsespassord] Skriv inn gyldig nøkkel Skriv inn gyldig adresse @@ -266,20 +223,13 @@ Betalings-ID (valgfritt) 0,00 Privat notat (valgfritt) - Transaksjonsprioritet - Mixin - Sweip Generer Skann - Forbered - Forkast (angre) Bruk mine søte moneroj Bruk mine søte moneroj (%1$s) - Siste steg - bekreft! Ikke en QR-kode Ikke en gyldig betalings-QR-kode Ikke en gyldig adresse - Forbereder transaksjon Send Saldo: %1$s XMR Adresse @@ -287,13 +237,10 @@ Innstillinger Bekreft Ferdig - Oppsummering - Mengde over saldo Antall Avgift (XMR) Avgift - Støv Totalt (XMR) Totalt @@ -302,18 +249,14 @@ Error med å lage transaksjon - inkl. %1$s avgift - Avgift %1$s (%1$s) feila - %1$s + %1$s - Status - Adresse Tidsstempel TX ID - TX ID\n(BTC) TX-nøkkel Destinasjon Destinasjon\n(BTC) @@ -324,30 +267,20 @@ Avgift Overføringer Notater - Kopier til utklippstavle - Kopiert til utklippstavle - Transaksjonsdetaljer (valgfritt) Lagre - Notater lagra Lagra notater feila Transaksjonsdetaljer VENTENDE FEILA - Vis meg QR-koden - Generer Betalings-ID (valgfritt) Mengde - XMR Kunne ikke åpne lommebok! 16 eller 64 heks-karakterer (0–9,a–f) Må være tom med integrert adresse - Må være tom med Bitcoin-adresse - Må være over 0 - Skriv inn verdi Maks. %1$s Min. 0 XMR ikke et tall diff --git a/app/src/main/res/values-zh-rTW/about.xml b/app/src/main/res/values-zh-rTW/about.xml index 55b4f7c..9457bf4 100644 --- a/app/src/main/res/values-zh-rTW/about.xml +++ b/app/src/main/res/values-zh-rTW/about.xml @@ -1,6 +1,5 @@ - 關於 關閉 I am monerujo 版本 %1$s (%2$d) diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 699f722..a351606 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -43,14 +43,8 @@ XMR.TO訂單 - 發送中 %1$s BTC - 金鑰: - 地址: - 狀態: - %1$s BTC - 等待確認中 等待付款中 @@ -89,16 +83,11 @@ 進階選項: - 點選查看詳細資訊 參訪 xmr.to 以支援 & 追蹤 - 查看 TX 資料以獲得更多資訊 私鑰\nXMR.TO XMR.TO 私鑰 目的地 BTC 地址 金額 - 建立 XMR.TO 訂單 - - 點選以重試 交易ID 收款地址 @@ -113,21 +102,15 @@ 正在關閉錢包 …\n可能會花費些許時間! - 備份成功 備份失敗! - 封存成功 封存失敗! - 刪除失敗! 重新命名失敗! 密碼更改失敗! 密碼更改成功 節點 ([<名稱>:<密碼>@]<節點>[:<port>]) - 網路選擇 - 載入錢包列表 載入錢包 … - 儲存錢包 錢包已儲存 儲存錢包失敗! 連接中 … @@ -136,12 +119,9 @@ 節點無效!\n請試試其他節點。 無法連接至節點!\n請試試其他節點。 - 處理中 … 中斷連接 - 交易已發送! 交易失敗: %1$s - 無法建立交易! 等待時間過長! @@ -157,35 +137,22 @@ 無法辨識的指紋,請再試一次。 密碼錯誤! 錢包不存在! - 這不是錢包! 必需要設定節點位置! 錢包不符合選擇的網路 - 無法連接至節點! 請稍後重試。 - 有東西出錯了! (唯讀) 接收 發送 - 金額 - 日期 + %1$s 未確認的 XMR - 交易 - 節點已連接! monerujo 服務 - monerujo 服務運行中 - monerujo 服務已終止 - monerujo 服務 - monerujo 服務已連接 - monerujo 服務已中斷 已同步區塊: 剩餘區塊 掃描中: - 問題 外部儲存空間無法寫入! 我們真的很需要你的外部儲存空間權限! 沒有相機 = 無法使用QR碼掃描! @@ -197,8 +164,6 @@ XMR.TO 金鑰已複製至剪貼簿! 錢包地址已複製至剪貼簿! 交易ID 已複製至剪貼簿! - 選取種子碼因安全性因素已停用選取! - 花費金鑰因安全性因素已停用選取! 因安全性因素已停用複製功能! 無法取得匯率!\n使用 XMR/XMR 或重試 @@ -219,13 +184,8 @@ 密碼不符 密碼不得空白 建立錢包! - 記憶種子碼 我已抄寫以上資訊! - 備份 - 匯出金鑰 - 刪除 - 取個名稱! 錢包已存在! 無法使用以.作為開頭 @@ -246,13 +206,10 @@ 25字記憶種子碼 從區塊高度或日期(YYYY-MM-DD)回復 - 錢包 - 密碼 公開地址 查看金鑰 花費金鑰 記憶種子碼 - 回復高度: 錢包檔回復密碼 輸入有效的金鑰 @@ -265,20 +222,13 @@ 付款ID (選填) 0.00 註記 (選填) - Tx優先權 - Mixin - Sweep 產生 掃描 - 準備 - Dispose (復原) 發送我的 Moneroj 發送我的 Moneroj (%1$s) - 最後步驟 - 確認! 這不是QR碼 這不是有效的付款QR碼 這不是有效的地址 - 正在準備交易 發送 餘額: %1$s XMR 地址 @@ -286,13 +236,10 @@ 設定 確認 完成 - 總結 - 金額 > 餘額 金額 手續費 (XMR) 手續費 - Dust 總計 (XMR) 總計 @@ -301,18 +248,14 @@ 建立交易錯誤 - 內含 %1$s 手續費 - 手續費 %1$s (%1$s) 失敗 - %1$s + %1$s - 狀態 - 地址 時間戳記 TX ID - TX ID\n(BTC) TX金鑰 收款地址 收款地址\n(BTC) @@ -323,30 +266,20 @@ 手續費 轉帳 附註 - 複製至剪貼簿 - 已複製至剪貼簿 - 交易明細 (選填) 儲存 - 附註已儲存 附註儲存失敗 交易明細 等待確認中 失敗 - 顯示QR碼 - 產生 付款ID (選填) 金額 - XMR 無法開啟錢包! 16 或 64 Hex 字元 (0–9,a–f) 使用整合地址時必須為空白 - 使用BTC地址時必須為空白 - 必須大於0 - 輸入數值 最大值 %1$s 最小值 0 輸入的XMR不是個數字 diff --git a/app/src/main/res/values/about.xml b/app/src/main/res/values/about.xml index 8ad0bb0..d7e3271 100644 --- a/app/src/main/res/values/about.xml +++ b/app/src/main/res/values/about.xml @@ -1,6 +1,5 @@ - About Close I am monerujo Version %1$s (%2$d) diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 1c41294..d06d6d4 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -8,14 +8,11 @@ #FFFF6105 #FFF0006B - #FFFFD700 - #9B9B9B #FF417505 #FFFF6105 - #cc5100 #ffffff #000000 #1F4E97 @@ -27,15 +24,9 @@ #FF616161 - #cc5100 #61221A - #dcdcdc - #ffffff - #2B4868 @color/gradientPink - #F8CC5A - #ffffff diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index b00382b..d122071 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -1,15 +1,7 @@ - 16dp - 16dp - 260dp - - 16dp - 129dp - @dimen/abc_text_size_title_material_toolbar - 12dp 16dp 24dp diff --git a/app/src/main/res/values/integers.xml b/app/src/main/res/values/integers.xml index 68bd3b3..a6b3dae 100644 --- a/app/src/main/res/values/integers.xml +++ b/app/src/main/res/values/integers.xml @@ -1,5 +1,2 @@ - - 200 - 1000 - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e549797..0eaccb0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,5 @@ monerujo - monerujo Wallet Testnet @@ -46,14 +45,8 @@ XMR.TO Order - Sending %1$s BTC - Key: - Address: - Status: - %1$s BTC - Confirmation Pending Payment Pending @@ -92,16 +85,11 @@ Advanced: - Click for more details Visit xmr.to for support & tracking - See TX details for more details Secret Key\nXMR.TO XMR.TO Secret Key Destination BTC Address Amount - Creating XMR.TO Order - - Touch to retry Transaction ID Destination Address @@ -116,24 +104,18 @@ Wrapping things up …\nThis can take a while! - Backup successful Backup failed! - Archive successful Archive failed! - Delete failed! Rename failed! Change Password failed! Password changed Node ([<user>:<pass>@]<daemon>[:<port>]) - Net Selection Stagenet Testnet Mainnet - Loading Wallet List Loading Wallet … - Saving Wallet Wallet saved Wallet save failed! Connecting … @@ -142,12 +124,9 @@ Node invalid!\nTry another. Cannot reach node!\nTry again or another. - Working on it … Disconnected - Transaction sent! Transaction failed: %1$s - Could not create transaction! You waited too long my friend! @@ -163,36 +142,22 @@ Fingerprint not recognized. Try again. Incorrect password! Wallet does not exist! - This is not a wallet! Daemon address must be set! Wallet does not match selected net - Cannot connect to daemon! Try again. - Something\'s wrong! (Watch Only) Receive Give - Amount - Date + %1$s XMR unconfirmed - XMR - Transactions - Daemon connected! monerujo Service - monerujo Service Running - monerujo Service Stopped - monerujo Service - monerujo Service Connected - monerujo Service Disconnected Synced: Blocks remaining Scanning: - Problems External Storage is not writable! Panic! We really need those External Storage permissions! No camera = No QR scanning! @@ -204,8 +169,6 @@ XMR.TO Key copied to clipboard! Wallet Address copied to clipboard! Transaction ID copied to clipboard! - Selecting seed disabled for security reasons! - Selecting spend key disabled for security reasons! Copy disabled for security reasons! Cannot get exchange rate!\nUse XMR/XMR or try again @@ -229,13 +192,8 @@ Passphrases do not match Passphrase may not be empty Make me a wallet already! - Mnemonic Seed I have noted the mnemonic seed - Backup - Export Keys - DELETE - Give me a name! Wallet exists! Cannot begin with . @@ -256,13 +214,10 @@ 25-Word Mnemonic Seed Restore Height or Date (YYYY-MM-DD) - Wallet - Password Public Address View Key Spend Key Mnemonic Seed - Restore Height: Wallet Files Restore Password Enter valid Key @@ -275,20 +230,13 @@ Payment ID (optional) 0.00 Private Notes (optional) - Tx Priority - Mixin - Sweep Generate Scan - Prepare - Dispose (Undo) Spend my sweet Moneroj Spend my sweet Moneroj (%1$s) - Last Step - Confirm! Not a QR Code Not a valid payment QR code Not a valid address - Preparing transaction Send Balance: %1$s XMR Address @@ -296,13 +244,10 @@ Settings Confirm Done - Summary - Amount > Funds Amount Fee (XMR) Fee - Dust Total (XMR) Total @@ -311,18 +256,14 @@ Create Transaction Error - incl. %1$s fee - Fee %1$s (%1$s) failed - %1$s + %1$s - Status - Address Timestamp TX ID - TX ID\n(BTC) TX Key Destination Destination\n(BTC) @@ -333,30 +274,20 @@ Fee Transfers Notes - Copy to Clipboard - Copied to Clipboard - Transaction Details (optional) Save - Notes saved Notes saved failed Transaction Details PENDING FAILED - Show me the QR Code - Generate Payment ID (optional) Amount - XMR Could not open wallet! 16 or 64 Hex characters (0–9,a–f) Must be empty with integrated address - Must be empty with bitcoin address - Must be > 0 - Enter value Max. %1$s Min. 0 XMR not a number