- When an invalid value for 'taskd.trust' is noticed, the 'sync' command will
  error out, and the 'diag' command will refer the user to the man page.
  This is because the allowed values were 'yes'/'no', and now are
  'strict'/'ignore hostname'/'allow all'.
This commit is contained in:
Paul Beckingham 2014-09-28 17:39:45 -04:00
parent dcc5dbf16a
commit fe46dadeee
9 changed files with 22 additions and 7 deletions

View file

@ -488,6 +488,7 @@
#define STRING_CMD_SYNC_CONNECT "Nie mogę połączyć się z {1} {2}"
#define STRING_CMD_SYNC_HANDSHAKE "Nieudany handshake. {1}"
#define STRING_CMD_SYNC_TRUST_CA "Powinieneś udostępnić certyfikat CA lub nadpisać weryfikację. Wybierz jedną z opcji."
#define STRING_CMD_SYNC_TRUST_OBS "The 'taskd.trust' settings may now only contain a value of 'strict', 'ignore hostname' or 'allow all'."
#define STRING_CMD_DIAG_USAGE "Szczegóły platformy i środowiska budowania"
#define STRING_CMD_DIAG_PLATFORM "Platforma"
#define STRING_CMD_DIAG_UNKNOWN "<nieznane>"