mirror of
https://github.com/FlatL1neAPT/TorghostNG
synced 2024-11-10 05:44:13 +00:00
Update to 1.3
This commit is contained in:
parent
ebd1b3d2db
commit
bb9ee193a5
1 changed files with 2 additions and 2 deletions
|
@ -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 gõ 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"
|
||||
|
|
Loading…
Reference in a new issue