aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/en
Commit message (Collapse)AuthorAgeFilesLines
* added crossbrowser support and error handlingbrunobar792018-08-011-0/+6
|
* send to fullscreen if no permission from popupbrunobar792018-07-311-0/+3
|
* copybrunobar792018-07-311-1/+1
|
* use existing modalsbrunobar792018-07-311-0/+12
|
* Merge pull request #4625 from MetaMask/initial-trezor-supportBruno Barbieri2018-07-201-1/+106
|\ | | | | Initial trezor support
| * last css fixesbrunobar792018-07-191-0/+3
| |
| * design donebrunobar792018-07-191-4/+40
| |
| * fix browser not supported screenbrunobar792018-07-181-1/+1
| |
| * Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-181-0/+3
| |\ | | | | | | | | | initial-trezor-support
| * | updated account list based on new designsbrunobar792018-07-181-0/+6
| | |
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-141-0/+6
| |\ \ | | | | | | | | | | | | initial-trezor-support
| * | | update labelbrunobar792018-07-141-1/+1
| | | |
| * | | added affiliate link to trezorbrunobar792018-07-141-0/+3
| | | |
| * | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-131-0/+24
| |\ \ \ | | | | | | | | | | | | | | | initial-trezor-support
| * | | | added tooltipbrunobar792018-07-121-1/+1
| | | | |
| * | | | forget device and autiload account features addedbrunobar792018-07-121-0/+3
| | | | |
| * | | | finish warning modal UIbrunobar792018-07-111-0/+9
| | | | |
| * | | | added ui to remove accountsbrunobar792018-07-101-0/+3
| | | | |
| * | | | copy updatedbrunobar792018-07-071-1/+1
| | | | |
| * | | | update connect harwdware screenbrunobar792018-07-071-0/+9
| | | | |
| * | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-071-0/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | initial-trezor-support
| * | | | | move strings to localization filebrunobar792018-07-061-0/+9
| | | | | |
| * | | | | move hardcoded strings to localization filebrunobar792018-07-031-0/+15
| | | | | |
| * | | | | fix merge conflictsbrunobar792018-07-021-0/+9
| |\ \ \ \ \
| * | | | | | initial trezor supportBruno2018-06-101-0/+9
| | | | | | |
* | | | | | | Use Number constructor for number conversion. Use existing ↵Alexander Tseung2018-07-181-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | noConversionRateAvailable message
* | | | | | | Add fallback when no function found, fix network colors, add fiat values for ↵Alexander Tseung2018-07-181-0/+9
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | tokens with contract exchange rates
* | | | | | Fix edge cases and add translation compatibilitySara Reynolds2018-07-171-0/+3
| |_|_|_|/ |/| | | |
* | | | | Add tooltip to new tab icon in tx-viewWhymarrh Whitby2018-07-121-0/+3
| | | | |
* | | | | Add tooltip to menu icon in tx-viewWhymarrh Whitby2018-07-121-0/+3
| |_|_|/ |/| | |
* | | | Use eth-method-registry to get method dataAlexander Tseung2018-07-071-0/+3
| | | |
* | | | Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+21
| |_|/ |/| |
* | | Update import from seed screen on new ui.Dan2018-07-051-0/+9
| |/ |/|
* | Merge branch 'develop' into i4409-i4410-ens-input-enhancementsDan2018-06-201-0/+6
|\ \
| * | View address of an added token (#4591)Csaba S2018-06-191-0/+6
| |/ | | | | | | | | | | * adding menu actions for tokens * apply common style
* / ENS input in send form shows distinct errors for invalid addresses and ↵Dan2018-06-151-0/+3
|/ | | | non-existent addresses.
* Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-011-4/+19
|\
| * Add new alert modalsAlexander Tseung2018-06-011-1/+10
| |
| * Add rpc key to i18n messages (#4375)Alexander Tseung2018-05-301-0/+3
| |
| * Add notification for dropped retry transactions (#4363)Alexander Tseung2018-05-301-3/+6
| |
* | Display correct titles and subtitles on send token and editing send ↵Dan2018-05-251-0/+7
|/ | | | transaction screens.
* Update designs for Add Token screenAlexander Tseung2018-05-201-1/+10
|
* Add error message when passwords don't match in first time flow. Change ↵Alexander Tseung2018-05-141-1/+1
| | | | input field styling in first time flow
* Add new unlock screen designAlexander Tseung2018-05-121-1/+10
|
* Use new design for reveal seed screen. Persist seed words only in first time ↵Alexander Tseung2018-04-231-3/+30
| | | | flow
* Fix spinner layoutAlexander Tseung2018-04-181-2/+2
|
* Fix BigNumber exception in confirm-send-etherAlexander Tseung2018-04-181-0/+3
|
* Address Add Token design feedbackDavid Yoo2018-04-031-1/+1
|
* Adds simulation failure error messages to confirm screen.Dan2018-04-031-0/+3
|
* Merge branch 'master' into i18n-translator-reduxDan2018-03-271-0/+15
|\
| * Updates Add token screen to latest design.Dan2018-03-241-0/+15
| |
* | Correct reprice title and subtitle key names.Dan2018-03-221-2/+2
| |
* | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-1/+1
| | | | | | | | t() call; t is just available on props.
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-211-3/+78
|\| | | | | | | i18n-translator-redux
| * Add i18n to tx statusThomas2018-03-211-1/+13
| |
| * Update onlySendToEtherAddress messageThomas2018-03-211-1/+1
| |
| * Add i18n in settings/infoThomas2018-03-211-0/+3
| |
| * Started on Tx list i18nThomas2018-03-211-0/+6
| |
| * Remove duplicate keysThomas2018-03-201-7/+1
| |
| * Add send screen templateDan Finlay2018-03-201-1/+13
| |
| * Add template for settings and infoDan Finlay2018-03-201-0/+9
| |
| * Add recover and backup tempaltesDan Finlay2018-03-201-0/+18
| |
| * Add connecting indication templatesDan Finlay2018-03-201-0/+15
|/
* Fix messages typo (#3591)Thomas Huang2018-03-171-1/+1
|
* More for i18nThomas2018-03-161-0/+210
|
* Add sigRequest for Signature RequestThomas2018-03-131-0/+3
|
* Missing comma in messages.jsonDan2018-03-071-1/+1
|
* Merge branch 'master' into i18nDan2018-03-071-4/+18
|\
* | complete i18n across new UINick Doiron2018-01-301-66/+102
| |
* | better organization of locale file; i18n in more view filesNick Doiron2018-01-241-125/+506
| |
* | first steps to i18nNick Doiron2018-01-231-1/+166
|/
* Fix MetaMask title for EN.Kevin Serrano2016-07-141-1/+1
|
* init commitkumavis2015-08-011-0/+10