|
@@ -263,7 +263,7 @@ BEGIN
|
|
|
USAGE_COMMAND, "Executes list of script commands."
|
|
|
USAGE_PARAMETER, "Passes list of parameters to script."
|
|
|
USAGE_INI, "Path to configuration INI-file."
|
|
|
- USAGE_RAWCONFIG, "Configures any settings using raw format as in an INI file."
|
|
|
+ USAGE_RAWCONFIG, "Configures any settings using a raw format as in an INI file."
|
|
|
USAGE_BATCHSETTINGS, "Updates settings of sites matching a mask using a raw format as in an INI file."
|
|
|
USAGE_LOG, "Turns on session logging to file."
|
|
|
USAGE_LOGLEVEL, "Logging level (0..2), add * to enable password logging."
|
|
@@ -276,7 +276,7 @@ BEGIN
|
|
|
USAGE_IMPLICIT, "Implicit TLS/SSL (FTP protocol only)."
|
|
|
USAGE_EXPLICIT, "Explicit TLS/SSL (FTP protocol only)."
|
|
|
USAGE_TIMEOUT, "Server response timeout."
|
|
|
- USAGE_RAWSETTINGS, "Configures any session settings using raw format as in an INI file."
|
|
|
+ USAGE_RAWSETTINGS, "Configures any session settings using a raw format as in an INI file."
|
|
|
USAGE_UPDATE, "Queries application homepage for updates."
|
|
|
USAGE_HELP, "Prints this usage."
|
|
|
USAGE_KEYGEN, "Converts private key to .ppk format or edits key. Use %s to specify output file. Use %s to change or set passphrase. Use %s to change or set comment."
|
|
@@ -293,6 +293,7 @@ BEGIN
|
|
|
ENCRYPT_KEY_GENERATED, "**Encryption key was generated.**\n\nYou should safely backup the generated encryption key. If you lose it, you won't be able to read your files."
|
|
|
LOCATION_PROFILE_HINT, "Open location profile \"%s\".|Local directory:\n %s|Remote directory:\n %s"
|
|
|
USAGE_INFO, "Prints list of supported ciphers and algorithms."
|
|
|
+ USAGE_RAWTRANSFERSETTINGS, "Configures any transfer settings using a raw format as in an INI file."
|
|
|
|
|
|
WIN_FORMS_STRINGS, "WIN_FORMS_STRINGS"
|
|
|
COPY_FILE, "%s file '%s' to %s:"
|