$lang['refresh_expanded_containers']='Refresh all expanded containers for';
$lang['create_new_entry_on']='Создать новую запись на';//'Create a new entry on';
$lang['view_server_info']='Просмотреть информацию о возможностях сервера';//'View server-supplied information';
$lang['import_from_ldif']='Импорт записей из LDIF файла';//'Import entries from an LDIF file';
$lang['logout_of_this_server']='Отключиться от этого сервера';//'Logout of this server';
$lang['logged_in_as']='Поключен как:';//'Logged in as: ';
$lang['read_only']='только для чтения';//'read only';
$lang['could_not_determine_root']='Не могу определить корень Вашего LDAP дерева';//'Could not determin the root of your LDAP tree.';
$lang['ldap_refuses_to_give_root']='It appears that the LDAP server has been configured to not reveal its root.';
$lang['please_specify_in_config']='Пожалуста определите это в config.php';//'Please specify it in config.php';
$lang['create_new_entry_in']='Создайте новую запись в';//'Create a new entry in';
// Entry display
$lang['delete_this_entry']='Удалить эту запись';//'Delete this entry';
$lang['delete_this_entry_tooltip']='You will be prompted to confirm this decision';
$lang['copy_this_entry']='Скопировать эту запись';//'Copy this entry';
$lang['copy_this_entry_tooltip']='Скопировать этот обьект в другое место, новый DN, или другой сервер';//'Copy this object to another location, a new DN, or another server';
$lang['export_to_ldif']='Экспорт в LDIF';//'Export to LDIF';
$lang['export_to_ldif_tooltip']='Сохранить дамп LDIF этого обьекта';//'Save an LDIF dump of this object';
$lang['export_subtree_to_ldif_tooltip']='Save an LDIF dump of this object and all of its children';
$lang['export_subtree_to_ldif']='Экспорт поддерева в LDIF';//'Export subtree to LDIF';
$lang['add_value_tooltip']='Добавить дополнительные значение к этому атрибуту';//'Add an additional value to this attribute';
$lang['refresh']='обновить';//'refresh';
$lang['refresh_this_entry']='Обновить эту запись';//'Refresh this entry';
$lang['delete_hint']='Совет: <b>Удалить атрибут</b>, очистите текстовое поле и нажмите сохрнить.';//'Hint: <b>To delete an attribute</b>, empty the text field and click save.';
$lang['viewing_read_only']='Просмотреть запись в режиме только для чтения';//'Viewing entry in read-only mode.';
$lang['change_entry_rdn']='Change this entry\'s RDN';
$lang['no_new_attrs_available']='нет новых атрибутов для этой записи';//'no new attributes available for this entry';
$lang['the_following_objectclasses']='Следующий <b>objectClasses</b> поддерживаеться этим LDAP сервером.';;//'The following <b>objectClasses</b> are supported by this LDAP server.';
$lang['the_following_attributes']='Следующий <b>attributeTypes</b> поддерживаеться этим LDAP севером.';//The following <b>attributeTypes</b> are supported by this LDAP server.';
$lang['the_following_matching']='Следующий <b>matching rules</b> поддерживаеться этим LDAP севером.';//'The following <b>matching rules</b> are supported by this LDAP server.';
$lang['the_following_syntaxes']='Следующий <b>syntaxes</b> поддерживаеться этим LDAP сервером.';//'The following <b>syntaxes</b> are supported by this LDAP server.';
$lang['jump_to_objectclass']='Перейти к objectClass';//'Jump to an objectClass';
$lang['jump_to_attr']='Перейти к атрибутам';//'Jump to an attribute';
$lang['schema_for_server']='Схема для сервера';//'Schema for server';
$lang['new_required_attrs_instructions']='Instructions: In order to add this objectClass to this entry, you must specify';
$lang['that_this_oclass_requires']='that this objectClass requires. You can do so in this form.';
$lang['add_oclass_and_attrs']='И ObjectClass и Attributes';//'Add ObjectClass and Attributes';
// General
$lang['chooser_link_tooltip']='Click to popup a dialog to select an entry (DN) graphically';
$lang['no_updates_in_read_only_mode']='You cannot perform updates while server is in read-only mode';
$lang['bad_server_id']='Плохой сервера id';//'Bad server id';
$lang['not_enough_login_info']='Не достаточно информации для подключения к серверу. Пожалуста проверте Вашу конфигулацию.';//'Not enough information to login to server. Please check your configuration.';
$lang['could_not_connect']='Не могу подключиться к LDAP сервером';//'Could not connect to LDAP server.';
$lang['could_not_perform_ldap_mod_add']='Could not perform ldap_mod_add operation.';
// Add value form
$lang['add_new']='Добавить новый';//'Add new';
$lang['value_to']='Значение к';//'value to';
$lang['server']='Сервер';//'Server';
$lang['distinguished_name']='Distinguished Name';
$lang['current_list_of']='Текущий список';//'Current list of';
$lang['values_for_attribute']='значение для атрибута';//'values for attribute';
$lang['inappropriate_matching_note']='Note: You will get an "inappropriate matching" error if you have not<br />'.
'setup an <tt>EQUALITY</tt> rule on your LDAP server for this attribute.';
$lang['enter_value_to_add']='Enter the value you would like to add:';
$lang['new_required_attrs_note']='Note: you may be required to enter new attributes<br />that this objectClass requires.';