diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-15 07:53:31 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-15 07:53:31 +0200 |
commit | 05790a01307aa347e77502603791afd84d62aa8b (patch) | |
tree | b7d9af564d407ddf619c311255129221594021d7 /lib/plugins/authldap | |
parent | 6195ee595a01948dc58965a73a8b2ed33a3dc2b5 (diff) | |
parent | 9c9643569e11748094bd63810a3d805df0d3e9bf (diff) | |
download | rpg-05790a01307aa347e77502603791afd84d62aa8b.tar.gz rpg-05790a01307aa347e77502603791afd84d62aa8b.tar.bz2 |
Merge pull request #1148 from dokuwiki-translate/lang_update_33
Translation update (hr)
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/hr/lang.php | 9 | ||||
-rw-r--r-- | lib/plugins/authldap/lang/hr/settings.php | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/hr/lang.php b/lib/plugins/authldap/lang/hr/lang.php new file mode 100644 index 000000000..5e13d1b05 --- /dev/null +++ b/lib/plugins/authldap/lang/hr/lang.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Davor Turkalj <turki.bsc@gmail.com> + */ +$lang['connectfail'] = 'LDAP se ne može spojiti: %s'; +$lang['domainfail'] = 'LDAP ne može pronaći Vaš korisnički dn'; diff --git a/lib/plugins/authldap/lang/hr/settings.php b/lib/plugins/authldap/lang/hr/settings.php index cb8df7218..5c306d84b 100644 --- a/lib/plugins/authldap/lang/hr/settings.php +++ b/lib/plugins/authldap/lang/hr/settings.php @@ -19,9 +19,14 @@ $lang['binddn'] = 'DN opcionalnog korisnika ako anonimni korisnik $lang['bindpw'] = 'Lozinka gore navedenog korisnika'; $lang['userscope'] = 'Ograniči područje za pretragu korisnika'; $lang['groupscope'] = 'Ograniči područje za pretragu grupa'; +$lang['userkey'] = 'Atribut označava ime; mora biti u skladu s korisničkim filterom.'; $lang['groupkey'] = 'Članstvo grupa iz svih atributa korisnika (umjesto standardnih AD grupa) npr. grupa iz odjela ili telefonskog broja'; +$lang['modPass'] = 'Da li LDAP lozinka može biti izmijenjena kroz dokuwiki?'; $lang['debug'] = 'Prikaži dodatne informacije u slučaju greške'; $lang['deref_o_0'] = 'LDAP_DEREF_NEVER'; $lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING'; $lang['deref_o_2'] = 'LDAP_DEREF_FINDING'; $lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS'; +$lang['referrals_o_-1'] = 'koristi podrazumijevano'; +$lang['referrals_o_0'] = 'ne slijedi preporuke'; +$lang['referrals_o_1'] = 'slijedi preporuke'; |