%s in your configuration, but you have not specified the auto_uid_number_mechanism. Please correct this problem.'; $lang['uidpool_not_set'] = 'You specified the "auto_uid_number_mechanism" as "uidpool" in your configuration for server %s, but you did not specify the audo_uid_number_uid_pool_dn. Please specify it before proceeding.'; $lang['uidpool_not_exist'] = 'It appears that the uidPool you specified in your configuration ("%s") does not exist.'; $lang['specified_uidpool'] = 'You specified the "auto_uid_number_mechanism" as "search" in your configuration for server %s, but you did not specify the "auto_uid_number_search_base". Please specify it before proceeding.'; $lang['auto_uid_invalid_credential'] = 'Unable to bind to %s with your with auto_uid credentials. Please check your configuration file.'; $lang['bad_auto_uid_search_base'] = 'Your phpLDAPadmin configuration specifies an invalid auto_uid_search_base for server %s'; $lang['auto_uid_invalid_value'] = 'You specified an invalid value for auto_uid_number_mechanism ("%s") in your configration. Only "uidpool" and "search" are valid. Please correct this problem.'; $lang['error_auth_type_config'] = 'Error: You have an error in your config file. The only three allowed values for auth_type in the $servers section are \'session\', \'cookie\', and \'config\'. You entered \'%s\', which is not allowed. '; $lang['php_install_not_supports_tls'] = 'Your PHP install does not support TLS.'; $lang['could_not_start_tls'] = 'Could not start TLS. Please check your LDAP server configuration.'; $lang['could_not_bind_anon'] = 'Could not bind anonymously to server.'; $lang['could_not_bind'] = 'Could not bind to the LDAP server.'; $lang['anonymous_bind'] = 'Anonymous Bind'; $lang['bad_user_name_or_password'] = 'Bad username or password. Please try again.'; $lang['redirecting_click_if_nothing_happens'] = 'Redirecting... Click here if nothing happens.'; $lang['successfully_logged_in_to_server'] = 'Successfully logged into server %s'; $lang['could_not_set_cookie'] = 'Could not set cookie.'; $lang['ldap_said'] = 'LDAP said: %s'; $lang['ferror_error'] = 'Error'; $lang['fbrowse'] = 'browse'; $lang['delete_photo'] = 'Delete Photo'; $lang['install_not_support_blowfish'] = 'Your PHP install does not support blowfish encryption.'; $lang['install_not_support_md5crypt'] = 'Your PHP install does not support md5crypt encryption.'; $lang['install_no_mash'] = 'Your PHP install does not have the mhash() function. Cannot do SHA hashes.'; $lang['jpeg_contains_errors'] = 'jpegPhoto contains errors
'; $lang['ferror_number'] = 'Error number: %s (%s)'; $lang['ferror_discription'] = 'Description: %s

'; $lang['ferror_number_short'] = 'Error number: %s

'; $lang['ferror_discription_short'] = 'Description: (no description available)
'; $lang['ferror_submit_bug'] = 'Is this a phpLDAPadmin bug? If so, please report it.'; $lang['ferror_unrecognized_num'] = 'Unrecognized error number: '; $lang['ferror_nonfatil_bug'] = '
You found a non-fatal phpLDAPadmin bug!
Error:%s (%s)
File: %s line %s, caller %s
Versions:PLA: %s, PHP: %s, SAPI: %s
Web server:%s
Please report this bug by clicking here.

'; $lang['ferror_congrats_found_bug'] = 'Congratulations! You found a bug in phpLDAPadmin.

Error:%s
Level:%s
File:%s
Line:%s
Caller:%s
PLA Version:%s
PHP Version:%s
PHP SAPI:%s
Web server:%s

Please report this bug by clicking below!'; //ldif_import_form $lang['import_ldif_file_title'] = 'Import LDIF File'; $lang['select_ldif_file'] = 'Select an LDIF file:'; $lang['select_ldif_file_proceed'] = 'Proceed >>'; $lang['dont_stop_on_errors'] = 'Don\'t stop on errors'; //ldif_import $lang['add_action'] = 'Adding...'; $lang['delete_action'] = 'Deleting...'; $lang['rename_action'] = 'Renaming...'; $lang['modify_action'] = 'Modifying...'; $lang['warning_no_ldif_version_found'] = 'No version found. Assuming 1.'; $lang['valid_dn_line_required'] = 'A valid dn line is required.'; $lang['missing_uploaded_file'] = 'Missing uploaded file.'; $lang['no_ldif_file_specified.'] = 'No LDIF file specified. Please try again.'; $lang['ldif_file_empty'] = 'Uploaded LDIF file is empty.'; $lang['empty'] = 'empty'; $lang['file'] = 'File'; $lang['number_bytes'] = '%s bytes'; $lang['failed'] = 'Failed'; $lang['ldif_parse_error'] = 'LDIF Parse Error'; $lang['ldif_could_not_add_object'] = 'Could not add object:'; $lang['ldif_could_not_rename_object'] = 'Could not rename object:'; $lang['ldif_could_not_delete_object'] = 'Could not delete object:'; $lang['ldif_could_not_modify_object'] = 'Could not modify object:'; $lang['ldif_line_number'] = 'Line Number:'; $lang['ldif_line'] = 'Line:'; // Exports $lang['export_format'] = 'Export format'; $lang['line_ends'] = 'Line ends'; $lang['must_choose_export_format'] = 'You must choose an export format.'; $lang['invalid_export_format'] = 'Invalid export format'; $lang['no_exporter_found'] = 'No available exporter found.'; $lang['error_performing_search'] = 'Encountered an error while performing search.'; $lang['showing_results_x_through_y'] = 'Showing results %s through %s.'; $lang['searching'] = 'Searching...'; $lang['size_limit_exceeded'] = 'Notice, search size limit exceeded.'; $lang['entry'] = 'Entry'; $lang['ldif_export_for_dn'] = 'LDIF Export for: %s'; $lang['generated_on_date'] = 'Generated by phpLDAPadmin on %s'; $lang['total_entries'] = 'Total Entries'; $lang['dsml_export_for_dn'] = 'DSLM Export for: %s'; // logins $lang['could_not_find_user'] = 'Could not find a user "%s"'; $lang['password_blank'] = 'You left the password blank.'; $lang['login_cancelled'] = 'Login cancelled.'; $lang['no_one_logged_in'] = 'No one is logged in to that server.'; $lang['could_not_logout'] = 'Could not logout.'; $lang['unknown_auth_type'] = 'Unknown auth_type: %s'; $lang['logged_out_successfully'] = 'Logged out successfully from server %s'; $lang['authenticate_to_server'] = 'Authenticate to server %s'; $lang['warning_this_web_connection_is_unencrypted'] = 'Warning: This web connection is unencrypted.'; $lang['not_using_https'] = 'You are not using \'https\'. Web browser will transmit login information in clear text.'; $lang['login_dn'] = 'Login DN'; $lang['user_name'] = 'User name'; $lang['password'] = 'Password'; $lang['authenticate'] = 'Authenticate'; // Entry browser $lang['entry_chooser_title'] = 'Entry Chooser'; // Index page $lang['need_to_configure'] = 'You need to configure phpLDAPadmin. Edit the file \'config.php\' to do so. An example config file is provided in \'config.php.example\''; // Mass deletes $lang['no_deletes_in_read_only'] = 'Deletes not allowed in read only mode.'; $lang['error_calling_mass_delete'] = 'Error calling mass_delete.php. Missing mass_delete in POST vars.'; $lang['mass_delete_not_array'] = 'mass_delete POST var is not an array.'; $lang['mass_delete_not_enabled'] = 'Mass deletion is not enabled. Please enable it in config.php before proceeding.'; $lang['mass_deleting'] = 'Mass Deleting'; $lang['mass_delete_progress'] = 'Deletion progress on server "%s"'; $lang['malformed_mass_delete_array'] = 'Malformed mass_delete array.'; $lang['no_entries_to_delete'] = 'You did not select any entries to delete.'; $lang['deleting_dn'] = 'Deleting %s'; $lang['total_entries_failed'] = '%s of %s entries failed to be deleted.'; $lang['all_entries_successful'] = 'All entries deleted successfully.'; $lang['confirm_mass_delete'] = 'Confirm mass delete of %s entries on server %s'; $lang['yes_delete'] = 'Yes, delete!'; // Renaming entries $lang['non_leaf_nodes_cannot_be_renamed'] = 'You cannot rename an entry which has children entries (eg, the rename operation is not allowed on non-leaf entries)'; $lang['no_rdn_change'] = 'You did not change the RDN'; $lang['invalid_rdn'] = 'Invalid RDN value'; $lang['could_not_rename'] = 'Could not rename the entry'; ?>