From ea170f1f6abb4578823617f2e0e9ffee6b7c68f3 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Thu, 31 Oct 2024 02:01:41 +0000 Subject: luci-app-adblock-fast: update to sync with principal package Signed-off-by: Stan Grishin --- .../htdocs/luci-static/resources/adblock-fast/status.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js') 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", -- cgit v1.2.3