Files
ShadowsocksX-NG/ShadowsocksX-NG/Base.lproj/Localizable.strings

42 lines
891 B
Plaintext
Raw Normal View History

2016-06-10 19:44:49 +08:00
/*
* SHARED STRINGS
*/
/*
* ./PACUtils.swift
*/
"PAC has been updated by latest GFW List." = "PAC has been updated by latest GFW List.";
"Failed to download latest GFW List." = "Failed to download latest GFW List.";
/*
* ./PreferencesWindowController.swift
*/
"New Server" = "New Server";
/*
* ./AppDelegate.swift
*/
"Add Shadowsocks Server Profile" = "Add Shadowsocks Server Profile";
"By scan QR Code" = "By scan QR Code";
2016-06-12 01:19:06 +08:00
"By Handle SS URL" = "By Handle SS URL";
2016-06-10 19:44:49 +08:00
" Encription Method: \(profile.method)" = " Encription Method: \(profile.method)";
"Current server profile is not valid." = "Current server profile is not valid.";
"No current server profile." = "No current server profile.";
"Shadowsocks: On" = "Shadowsocks: On";
2016-06-12 01:19:06 +08:00
"Turn Shadowsocks Off" = "Turn Shadowsocks Off";
2016-06-10 19:44:49 +08:00
"Shadowsocks: Off" = "Shadowsocks: Off";
2016-06-12 01:19:06 +08:00
"Turn Shadowsocks On" = "Turn Shadowsocks On";