42 lines
891 B
Plaintext
42 lines
891 B
Plaintext
/*
|
|
* 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";
|
|
|
|
"By Handle SS URL" = "By Handle SS URL";
|
|
|
|
" 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";
|
|
|
|
"Turn Shadowsocks Off" = "Turn Shadowsocks Off";
|
|
|
|
"Shadowsocks: Off" = "Shadowsocks: Off";
|
|
|
|
"Turn Shadowsocks On" = "Turn Shadowsocks On";
|