Update to 1.3

This commit is contained in:
Git Kern3l 2020-04-27 22:26:46 +07:00 committed by GitHub
parent ebd1b3d2db
commit bb9ee193a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ class English:
uninstalled = icon.success + " TorghostNG has been uninstalled"
installed = icon.success + " {} has been installed"
already_installed = icon.info + " {} is already installed"
description = """TorghostNG 1.2 - Make all your internet traffic anonymized through Tor proxy
description = """TorghostNG 1.3 - Make all your internet traffic anonymized through Tor proxy
Rewritten from TorGhost with Python 3"""
root_please = icon.error + " You must be root, use 'sudo TorghostNG'"
sorry_windows = icon.error + " Sorry, TorghostNG is not designed for Windows 😛 Use Tor Browser pls"
@ -103,7 +103,7 @@ class Vietnamese(English):
uninstalled = icon.success + " TorghostNG đã được gỡ cài đặt"
installed = icon.success + " {} đã được cài đặt"
already_installed = icon.info + " {} đã được cài đặt sẵn"
description = """TorghostNG 1.2 - Giúp bạn kết nối Internet ẩn danh qua Tor
description = """TorghostNG 1.3 - Giúp bạn kết nối Internet ẩn danh qua Tor
Được lại từ TorGhost bằng Python 3"""
root_please = icon.error + " Phải chạy TorghostNG với quyền root nha, thử 'sudo torghostng' xem"
sorry_windows = icon.error + " Xin lỗi các bạn dùng Windows nhá ☹ Các bạn dùng Tor Brower nha"