New backup labels by narcolepticinsomniac

This commit is contained in:
tophf 2017-03-16 13:24:00 +03:00
parent f86a6489ef
commit 7d5b9b8a34
2 changed files with 6 additions and 2 deletions

View File

@ -69,7 +69,7 @@
"description": "Heading for backup" "description": "Heading for backup"
}, },
"backupMessage": { "backupMessage": {
"message": "Larger imported files may take a moment. Wait for a browser notification to appear.", "message": "Select a file or drag and drop to this page.",
"description": "Message for backup" "description": "Message for backup"
}, },
"checkAllUpdates": { "checkAllUpdates": {
@ -136,6 +136,10 @@
"message": "Are you sure you want to delete this style?", "message": "Are you sure you want to delete this style?",
"description": "Confirmation before deleting a style" "description": "Confirmation before deleting a style"
}, },
"dragDropMessage": {
"message": "Drop your backup file anywhere on this page to import.",
"description": "Drag'n'drop message"
},
"confirmOK": { "confirmOK": {
"message": "Delete" "message": "Delete"
}, },

View File

@ -221,7 +221,7 @@
<script src="manage.js"></script> <script src="manage.js"></script>
</head> </head>
<body id="stylus-manage" i18n-dragndrop-hint="backupMessage"> <body id="stylus-manage" i18n-dragndrop-hint="dragDropMessage">
<div id="header"> <div id="header">
<h1 id="manage-heading" i18n-text="manageHeading"></h1> <h1 id="manage-heading" i18n-text="manageHeading"></h1>
<fieldset> <fieldset>