|
363 | 363 | <string name="other__update_critical_button">Update Bitkit</string> |
364 | 364 | <string name="other__camera_ask_title">Permission to use camera</string> |
365 | 365 | <string name="other__camera_ask_msg">Bitkit needs permission to use your camera</string> |
| 366 | + <string name="other__camera_init_error">Failed to initialize camera: {message}</string> |
366 | 367 | <string name="other__camera_no_text"><bold>It appears Bitkit does not have permission to access your camera.</bold>\n\nTo utilize this feature in the future you will need to enable camera permissions for this app from your phone\'s settings.</string> |
| 368 | + <string name="other__camera_permission_button">Enable camera</string> |
| 369 | + <string name="other__camera_permission_description">Allow camera access to scan bitcoin invoices and pay more quickly.</string> |
| 370 | + <string name="other__camera_permission_title">SCAN\n<accent>QR CODE</accent></string> |
| 371 | + <string name="other__camera_scan_qr">Scan QR</string> |
367 | 372 | <string name="other__clipboard_redirect_title">Clipboard Data Detected</string> |
368 | 373 | <string name="other__clipboard_redirect_msg">Do you want to be redirected to the relevant screen?</string> |
369 | 374 | <string name="other__coming_soon">Coming soon</string> |
|
410 | 415 | <string name="other__lnurl_withdr_error_minmax">Incorrect LNURL withdraw params, min/max not set correctly.</string> |
411 | 416 | <string name="other__lnurl_withdr_success_title">Withdraw Requested</string> |
412 | 417 | <string name="other__lnurl_withdr_success_msg">Your withdraw was successfully requested. Waiting for payment.</string> |
| 418 | + <string name="other__logs_export_error">Failed to create log zip file</string> |
413 | 419 | <string name="other__node_error_starting">Error starting: %1$s</string> |
414 | 420 | <string name="other__node_initializing">Setting up wallet…</string> |
415 | 421 | <string name="other__node_running">Running</string> |
|
489 | 495 | <string name="security__mnemonic_multiple_header">Multiple Devices</string> |
490 | 496 | <string name="security__mnemonic_multiple_text">Don\'t use your Bitkit recovery phrase on multiple phones simultaneously, as this can corrupt your data.</string> |
491 | 497 | <string name="security__mnemonic_latest_backup"><bold>Latest data backup:</bold> {time}</string> |
| 498 | + <string name="security__mnemonic_load_error">Failed to load mnemonic</string> |
492 | 499 | <string name="security__pin_security_header">Increase Security</string> |
493 | 500 | <string name="security__pin_security_title"><accent>Protect</accent>\nyour bitcoin</string> |
494 | 501 | <string name="security__pin_security_text">To increase wallet security, you can set up a PIN code and Face ID.</string> |
|
634 | 641 | <string name="settings__bg__include_amount">Include amount in notifications</string> |
635 | 642 | <string name="settings__bg__notifications_header">Notifications</string> |
636 | 643 | <string name="settings__bg__privacy_header">Privacy</string> |
| 644 | + <string name="settings__bg__setup">Set up in background</string> |
637 | 645 | <string name="settings__bg__switch_title">Get paid when Bitkit is closed</string> |
638 | 646 | <string name="settings__cs__bnb_title">Branch and Bound</string> |
639 | 647 | <string name="settings__cs__bnb_desc">Finds exact amount matches to minimize change</string> |
|
681 | 689 | <string name="settings__support__report_text">Please describe the issue you are experiencing or ask a general question.</string> |
682 | 690 | <string name="settings__support__label_address">Email address</string> |
683 | 691 | <string name="settings__support__label_message">Issue or question</string> |
| 692 | + <string name="settings__support__link_error">Failed to open support links</string> |
684 | 693 | <string name="settings__support__placeholder_address">satoshi@satoshi.com</string> |
685 | 694 | <string name="settings__support__placeholder_message">Describe the issue or ask a question</string> |
686 | 695 | <string name="settings__support__text_button">Send</string> |
|
1186 | 1195 | <string name="widgets__blocks__name">Bitcoin Blocks</string> |
1187 | 1196 | <string name="widgets__blocks__description">Examine various statistics on newly mined Bitcoin Blocks.</string> |
1188 | 1197 | <string name="widgets__blocks__error">Couldn\'t get blocks data</string> |
| 1198 | + <string name="widgets__blocks__field__block">Block</string> |
| 1199 | + <string name="widgets__blocks__field__date">Date</string> |
| 1200 | + <string name="widgets__blocks__field__size">Size</string> |
| 1201 | + <string name="widgets__blocks__field__time">Time</string> |
| 1202 | + <string name="widgets__blocks__field__transactions">Transactions</string> |
1189 | 1203 | <string name="widgets__facts__name">Bitcoin Facts</string> |
1190 | 1204 | <string name="widgets__facts__description">Discover fun facts about Bitcoin, every time you open your wallet.</string> |
1191 | 1205 | <string name="widgets__calculator__name">Bitcoin Calculator</string> |
|
0 commit comments