diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-15 15:54:51 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-15 15:58:52 +0100 |
commit | 6c197227d06d03403f335dbc23463ebf4b5f98a6 (patch) | |
tree | 4ea442828495d7e33031b11b2a558decad126d37 | |
parent | 5616690506759558a4fdb462286a398aabd0738c (diff) | |
download | nextcloud-server-6c197227d06d03403f335dbc23463ebf4b5f98a6.tar.gz nextcloud-server-6c197227d06d03403f335dbc23463ebf4b5f98a6.zip |
Join split translated strings
-rwxr-xr-x | apps/files_external/lib/config.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index fe9d62ab47f..a3d1da68845 100755 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -415,14 +415,10 @@ class OC_Mount_Config { $l= new OC_L10N('files_external'); $txt=''; if(!OC_Mount_Config::checksmbclient()) { - $txt.=$l->t('<b>Warning:</b> "smbclient" is not installed.' - .' Mounting of CIFS/SMB shares is not possible.' - .' Please ask your system administrator to install it.').'<br />'; + $txt.=$l->t('<b>Warning:</b> "smbclient" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it.').'<br />'; } if(!OC_Mount_Config::checkphpftp()) { - $txt.=$l->t('<b>Warning:</b> The FTP support in PHP is not enabled or installed.' - .' Mounting of FTP shares is not possible.' - .' Please ask your system administrator to install it.').'<br />'; + $txt.=$l->t('<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it.').'<br />'; } return($txt); |