diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-09-03 20:25:16 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-09-03 20:25:16 +0000 |
commit | 0a79ef0ee4142fa18d316a20fef6344cfffea257 (patch) | |
tree | ce5cce9649b92794d0b7f80fc0ea08ad1403be56 /applications/luci-app-pbr/htdocs/luci-static/resources/pbr | |
parent | 96be7a3eb95847a15e273100e82afdcb99a3ee02 (diff) |
luci-app-pbr: sync with principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/htdocs/luci-static/resources/pbr')
-rw-r--r-- | applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js b/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js index 184e1285b1..1afbf6d35e 100644 --- a/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js +++ b/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js @@ -11,7 +11,7 @@ var pkg = { return "pbr"; }, get ReadmeCompat() { - return "1.1.6-16"; + return "1.1.7-1"; }, get URL() { return ( @@ -383,16 +383,19 @@ var status = baseclass.extend({ ), errorNftFileInstall: _("Failed to install fw4 nft file '%s'"), errorNoDownloadWithSecureReload: _( - "Policy '%s' refers to URL which can't be downloaded in 'secure_reload' mode!" + "Policy '%s' refers to URL which can't be downloaded in 'secure_reload' mode" ), errorDownloadUrlNoHttps: _( - "Failed to download '%s', HTTPS is not supported!" + "Failed to download '%s', HTTPS is not supported" ), - errorDownloadUrl: _("Failed to download '%s'!"), + errorDownloadUrl: _("Failed to download '%s'"), errorFileSchemaRequiresCurl: _( - "The file:// schema requires curl, but it's not detected on this system!" + "The file:// schema requires curl, but it's not detected on this system" + ), + errorTryFailed: _("Command failed: '%s'"), + errorIncompatibleUserFile: _( + "Incompatible custom user file detected '%s'" ), - errorTryFailed: _("Command failed: %s"), }; var errorsTitle = E( "label", |