diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-17 00:10:49 +0100 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-12-29 19:30:31 +0000 |
commit | 0229b070c970fce52ee4bbcd4a6387015b453421 (patch) | |
tree | a1480e5e5e235939f66471ffd5897de160b5a596 /apps | |
parent | f94c26e5739f28657e8c965dfe4fe6fef14706be (diff) | |
download | nextcloud-server-0229b070c970fce52ee4bbcd4a6387015b453421.tar.gz nextcloud-server-0229b070c970fce52ee4bbcd4a6387015b453421.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/l10n/ca.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ca.php b/apps/user_ldap/l10n/ca.php index be72912040d..d801ddff631 100644 --- a/apps/user_ldap/l10n/ca.php +++ b/apps/user_ldap/l10n/ca.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( +"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>Avís:</b> Les aplicacions user_ldap i user_webdavauth són incompatibles. Podeu experimentar comportaments no desitjats. Demaneu a l'administrador del sistema que en desactivi una.", +"<b>Warning:</b> The PHP LDAP module needs is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Avís:</b> El mòdul PHP LDAP necessari no està instal·lat, el dorsal no funcionarà. Demaneu a l'administrador del sistema que l'instal·li.", "Host" => "Màquina", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Podeu ometre el protocol, excepte si requeriu SSL. Llavors comenceu amb ldaps://", "Base DN" => "DN Base", |