LSaddons : ssh : fix error strings and translate it

This commit is contained in:
Benjamin Renard 2019-05-21 12:07:46 +02:00
parent f130804aae
commit d2951ed74f
4 changed files with 465 additions and 391 deletions

View file

@ -47,16 +47,16 @@ LSerror :: defineError('SSH_03',
_("SSH : Fail to load authentication key (%{path}).")
);
LSerror :: defineError('SSH_04',
_("SSH Support : Unable to connect to SSH Server (%{host}:%{port}).")
_("SSH : Unable to connect to SSH Server (%{host}:%{port}).")
);
LSerror :: defineError('SSH_05',
_("SSH Support : Unable to make directory %{dir} on the remote server.")
_("SSH : Unable to make directory %{dir} on the remote server.")
);
LSerror :: defineError('SSH_06',
_("SSH Support : Unable to delete directory %{dir} on the remote server.")
_("SSH : Unable to delete directory %{dir} on the remote server.")
);
LSerror :: defineError('SSH_07',
_("SSH Support : Unable to rename folder from %{old} to %{new} on the remote server.")
_("SSH : Unable to rename folder from %{old} to %{new} on the remote server.")
);
/**

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff