diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-10-31 02:01:41 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-10-31 02:01:41 +0000 |
commit | ea170f1f6abb4578823617f2e0e9ffee6b7c68f3 (patch) | |
tree | 434b335e9dd8c2e1734a4aa0d40e055f11bf36b4 /applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js | |
parent | f9899fd1a38ef2784cebc943a65c741e6cf3685c (diff) |
luci-app-adblock-fast: update to sync with principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js')
-rw-r--r-- | applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js b/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js index d05f09403e..3da046c8ce 100644 --- a/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js +++ b/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js @@ -261,9 +261,7 @@ var status = baseclass.extend({ "The %s failed to discover WAN gateway" ).format(pkg.Name), errorOutputDirCreate: _("Failed to create directory for %s file"), - errorOutputFileCreate: _("Failed to create '%s' file").format( - outputFile - ), + errorOutputFileCreate: _("Failed to create '%s' file"), errorFailDNSReload: _("Failed to restart/reload DNS resolver"), errorSharedMemory: _("Failed to access shared memory"), errorSorting: _("Failed to sort data file"), @@ -304,6 +302,10 @@ var status = baseclass.extend({ errorTooLittleRam: _( "Free ram (%s) is not enough to process all enabled block-lists" ), + errorCreatingBackupFile: _("failed to create backup file %s"), + errorDeletingDataFile: _("failed to delete data file %s"), + errorRestoringBackupFile: _("failed to restore backup file %s"), + errorNoOutputFile: _("failed to create final block-list %s"), }; var errorsTitle = E( "label", |