contents of zip

This commit is contained in:
transatoshi
2024-12-20 18:08:44 -08:00
parent aeb2b99db7
commit f03ed73d2b
261 changed files with 208197 additions and 0 deletions

27
backend/additional_text.php Executable file
View File

@@ -0,0 +1,27 @@
<?php
// Miscellaneous text
getDefaultTranslation('HTTP');
getDefaultTranslation('HTTPS');
getDefaultTranslation('Ledger Nano S');
getDefaultTranslation('Ledger Nano X');
getDefaultTranslation('Ledger Nano S Plus');
getDefaultTranslation('Ledger Stax');
getDefaultTranslation('Ledger Flex');
getDefaultTranslation('Trezor');
getDefaultTranslation('Trezor Model One');
getDefaultTranslation('Trezor Model T');
getDefaultTranslation('Trezor Safe 3');
getDefaultTranslation('Trezor Safe 5');
// Extension text
getDefaultTranslation('MWC Wallet');
getDefaultTranslation('A MimbleWimble Coin wallet.');
getDefaultTranslation('Open in New Tab');
getDefaultTranslation('Open in New Window');
getDefaultTranslation('MWC Wallet is an extension that allows you to manage your MimbleWimble Coin in your web browser.');
getDefaultTranslation('This extension injects an API into every website you visit making it possible for those websites to interact with MWC Wallet.');
getDefaultTranslation('Manage your MimbleWimble Coin');
getDefaultTranslation('Website API integration');
getDefaultTranslation('Hardware wallet support');
?>