Add localization for english text on LibreY

This commit is contained in:
davidovski
2023-10-25 03:57:50 +01:00
parent 217601aa49
commit ae92ec2b0a
15 changed files with 118 additions and 41 deletions
+2 -2
View File
@@ -120,7 +120,7 @@
case 3:
if ($opts->disable_bittorent_search) {
echo "<p class=\"text-result-container\">The host disabled this feature! :C</p>";
echo "<p class=\"text-result-container\">" . TEXTS["feature_disabled"] . "</p>";
break;
}
@@ -129,7 +129,7 @@
case 4:
if ($opts->disable_hidden_service_search) {
echo "<p class=\"text-result-container\">The host disabled this feature! :C</p>";
echo "<p class=\"text-result-container\">" . TEXTS["feature_disabled"] . "</p>";
break;
}
require "engines/ahmia/hidden_service.php";