From f8116532477387cf025e8a4fd937722b28cfd445 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 16 Dec 2019 20:03:30 +0000 Subject: [PATCH] remove unnecessary strings from Util._x --- .../src/main/java/com/muwire/webui/Util.java | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/webui/src/main/java/com/muwire/webui/Util.java b/webui/src/main/java/com/muwire/webui/Util.java index 0d428cf5..fb1b6927 100644 --- a/webui/src/main/java/com/muwire/webui/Util.java +++ b/webui/src/main/java/com/muwire/webui/Util.java @@ -31,10 +31,6 @@ public class Util { // alphabetical please _x("Actions"), _x("Active Sources"), - _x("Allow browsing"), - _x("Allow only trusted connections"), - _x("Allow others to view my trust list"), - _x("Bad input"), _x("Browse"), _x("Browsing"), _x("Cancel"), @@ -43,14 +39,9 @@ public class Util { _x("Clear Finished"), _x("Comment"), _x("Details for {0}"), - _x("Directory for downloaded files"), - _x("Directory for incomplete files"), _x("Distrusted User"), _x("Down"), _x("Download"), - _x("Download Location"), - _x("Download retry frequency (seconds)"), - _x("Download speed smoothing interval (second)"), _x("Downloaded Pieces"), _x("Downloader"), _x("Downloading"), @@ -61,7 +52,6 @@ public class Util { _x("Hide Certificates"), _x("Hide Comment"), _x("Host"), - _x("I2P Tunnels - Changes Require Plugin Restart"), _x("Import"), _x("Imported"), _x("Inbound tunnel length"), @@ -72,8 +62,6 @@ public class Util { _x("Mark Neutral"), _x("Mark Trusted"), _x("Name"), - _x("Outbound tunnel length"), - _x("Outbound tunnel quantity"), _x("Pause"), _x("Piece Size"), _x("Progress"), @@ -88,12 +76,8 @@ public class Util { _x("Retry"), _x("Save"), _x("Search"), - _x("Search extra hop"), - _x("Search in comments"), _x("Sender"), _x("Senders"), - _x("Share downloaded files"), - _x("Share hidden files"), _x("Shared Files"), _x("Sharing"), _x("Show Comment"), @@ -102,25 +86,18 @@ public class Util { _x("Speed"), _x("State"), _x("Status"), - _x("Store incomplete files in"), _x("Subscribe"), _x("Subscribed"), _x("Total Pieces"), - _x("Total upload slots (-1 means unlimited)"), _x("Trust"), - _x("Trust list update frequency (hours)"), _x("Trusted User"), _x("Unshare"), _x("Unsubscribe"), _x("Upload"), - _x("Upload slots per user (-1 means unlimited)"), _x("Uploads"), _x("User"), _x("View {0} Certificates"), _x("Your Trust"), - _x("{0} does not exist"), - _x("{0} is not a directory"), - _x("{0} not writeable"), _x("{0}% of piece") };