Add legal and final strings (#1185)
* add legal and final strings * removed unneeded suffixes from string ids * removed unused strings and simplified string ids for vnext-only strings * reword nostreams option
This commit is contained in:
parent
6ab006de61
commit
7197cc3bea
16 changed files with 3307 additions and 3326 deletions
|
@ -7,7 +7,7 @@ module.exports = function(state, emit) {
|
|||
const el = html`
|
||||
<div class="px-1">
|
||||
${raw(
|
||||
state.translate('frontPageExpireInfo', {
|
||||
state.translate('archiveExpiryInfo', {
|
||||
downloadCount:
|
||||
'<span class="lg:inline-block md:block sm:inline-block block"></span><select id="dlCount"></select>',
|
||||
timespan: '<select id="timespan"></select>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue