mirror of
https://github.com/transatoshi-mw/grin-web-wallet.git
synced 2025-10-07 00:02:47 +00:00
contents of zip
This commit is contained in:
27
backend/additional_text.php
Executable file
27
backend/additional_text.php
Executable 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');
|
||||
?>
|
Reference in New Issue
Block a user