/** * Localized data. * * @author Lukáš Dvořák * @author Daniel Rokos * @copyright Copyright (C) 2010-2014 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions // Class: // Class:+ // Class:/Attribute: // Class:/Attribute:+ // Class:/Attribute:/Value: // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ // // Class: UserLDAP // Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Class:UserLDAP' => 'LDAP uživatel', 'Class:UserLDAP+' => 'Uživatel ověřen přes LDAP', 'Class:UserLDAP/Attribute:password' => 'Heslo', 'Class:UserLDAP/Attribute:password+' => '', ));