mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSaddons : ssh : fix error strings and translate it
This commit is contained in:
parent
f130804aae
commit
d2951ed74f
4 changed files with 465 additions and 391 deletions
|
@ -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.")
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue