|
@@ -204,7 +204,7 @@ BEGIN
|
|
|
EXTERNAL_EDITOR_HINT, "Edit (external)|Edit selected file(s) using external editor '%s'"
|
|
|
MASK_HINT2, "* matches any number of characters.\n? matches exactly one character.\n[abc] matches one character from the set.\n[a-z] matches one character from the range.\nExample: *.html; photo??.png"
|
|
|
PATH_MASK_HINT2, "Mask can be extended with path mask.\nExample: */public_html/*.html"
|
|
|
- CUSTOM_COMMAND_PATTERNS_HINT6, "Patterns:\n!! expands to exclamation mark\n! expands to file name\n!& expands to list of selected files (quoted, space-delimited)\n!/ expands to current remote path\n!S expands to current session URL\n!E expands to serialized connection data of current session\n!@ expands to current session hostname\n!U expands to current session username\n!P expands to current session password\n!# expands to current session port number\n!N expands to current session name\n!?prompt[\\]?default! expands to user-entered value with given prompt and default (optional \\ avoids escaping)\n!`command` expands to output of local command\n \nLocal command patterns:\n!^! expands to file name from local panel\n \nExample:\ngrep \"!?Pattern:?!\" !&"
|
|
|
+ CUSTOM_COMMAND_PATTERNS_HINT5, "Patterns:\n!! expands to exclamation mark\n! expands to file name\n!& expands to list of selected files (quoted, space-delimited)\n!/ expands to current remote path\n!S expands to current session URL\n!@ expands to current session hostname\n!U expands to current session username\n!P expands to current session password\n!# expands to current session port number\n!N expands to current session name\n!?prompt[\\]?default! expands to user-entered value with given prompt and default (optional \\ avoids escaping)\n!`command` expands to output of local command\n \nLocal command patterns:\n!^! expands to file name from local panel\n \nExample:\ngrep \"!?Pattern:?!\" !&"
|
|
|
CLOSED_ON_QUEUE_EMPTY, "All background transfers were finished. Connection was closed."
|
|
|
DIRECTORY_READING_CANCELLED, "Reading of remote directory was cancelled."
|
|
|
SYNC_DIR_BROWSE_TOGGLE, "Synchronized browsing was turned %s.|on|off"
|
|
@@ -294,6 +294,7 @@ BEGIN
|
|
|
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."
|
|
|
+ CUSTOM_COMMAND_PATTERNS_HINT6, "!E expands to serialized connection data of current session"
|
|
|
|
|
|
WIN_FORMS_STRINGS, "WIN_FORMS_STRINGS"
|
|
|
COPY_FILE, "%s file '%s' to %s:"
|