mirror of
https://github.com/transatoshi-mw/grin-web-wallet.git
synced 2025-10-06 15:52:47 +00:00
28 lines
1.1 KiB
PHP
Executable File
28 lines
1.1 KiB
PHP
Executable File
<?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');
|
|
?>
|