remove unnecessary strings from Util._x

pull/34/head
Zlatin Balevsky 2019-12-16 20:03:30 +00:00
parent f321000071
commit f811653247
1 changed files with 0 additions and 23 deletions

View File

@ -31,10 +31,6 @@ public class Util {
// alphabetical please // alphabetical please
_x("Actions"), _x("Actions"),
_x("Active Sources"), _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("Browse"),
_x("Browsing"), _x("Browsing"),
_x("Cancel"), _x("Cancel"),
@ -43,14 +39,9 @@ public class Util {
_x("Clear Finished"), _x("Clear Finished"),
_x("Comment"), _x("Comment"),
_x("Details for {0}"), _x("Details for {0}"),
_x("Directory for downloaded files"),
_x("Directory for incomplete files"),
_x("Distrusted User"), _x("Distrusted User"),
_x("Down"), _x("Down"),
_x("Download"), _x("Download"),
_x("Download Location"),
_x("Download retry frequency (seconds)"),
_x("Download speed smoothing interval (second)"),
_x("Downloaded Pieces"), _x("Downloaded Pieces"),
_x("Downloader"), _x("Downloader"),
_x("Downloading"), _x("Downloading"),
@ -61,7 +52,6 @@ public class Util {
_x("Hide Certificates"), _x("Hide Certificates"),
_x("Hide Comment"), _x("Hide Comment"),
_x("Host"), _x("Host"),
_x("I2P Tunnels - Changes Require Plugin Restart"),
_x("Import"), _x("Import"),
_x("Imported"), _x("Imported"),
_x("Inbound tunnel length"), _x("Inbound tunnel length"),
@ -72,8 +62,6 @@ public class Util {
_x("Mark Neutral"), _x("Mark Neutral"),
_x("Mark Trusted"), _x("Mark Trusted"),
_x("Name"), _x("Name"),
_x("Outbound tunnel length"),
_x("Outbound tunnel quantity"),
_x("Pause"), _x("Pause"),
_x("Piece Size"), _x("Piece Size"),
_x("Progress"), _x("Progress"),
@ -88,12 +76,8 @@ public class Util {
_x("Retry"), _x("Retry"),
_x("Save"), _x("Save"),
_x("Search"), _x("Search"),
_x("Search extra hop"),
_x("Search in comments"),
_x("Sender"), _x("Sender"),
_x("Senders"), _x("Senders"),
_x("Share downloaded files"),
_x("Share hidden files"),
_x("Shared Files"), _x("Shared Files"),
_x("Sharing"), _x("Sharing"),
_x("Show Comment"), _x("Show Comment"),
@ -102,25 +86,18 @@ public class Util {
_x("Speed"), _x("Speed"),
_x("State"), _x("State"),
_x("Status"), _x("Status"),
_x("Store incomplete files in"),
_x("Subscribe"), _x("Subscribe"),
_x("Subscribed"), _x("Subscribed"),
_x("Total Pieces"), _x("Total Pieces"),
_x("Total upload slots (-1 means unlimited)"),
_x("Trust"), _x("Trust"),
_x("Trust list update frequency (hours)"),
_x("Trusted User"), _x("Trusted User"),
_x("Unshare"), _x("Unshare"),
_x("Unsubscribe"), _x("Unsubscribe"),
_x("Upload"), _x("Upload"),
_x("Upload slots per user (-1 means unlimited)"),
_x("Uploads"), _x("Uploads"),
_x("User"), _x("User"),
_x("View {0} Certificates"), _x("View {0} Certificates"),
_x("Your Trust"), _x("Your Trust"),
_x("{0} does not exist"),
_x("{0} is not a directory"),
_x("{0} not writeable"),
_x("{0}% of piece") _x("{0}% of piece")
}; };