--- phpldapadmin-0.9.4.orig/doc/ChangeLog +++ phpldapadmin-0.9.4/doc/ChangeLog @@ -1,6 +1,36 @@ -$Header: /cvsroot/phpldapadmin/phpldapadmin/doc/ChangeLog,v 1.12 2004/04/18 15:54:32 uugdave Exp $ +$Header: /cvsroot/phpldapadmin/phpldapadmin/doc/ChangeLog,v 1.15 2004/05/11 12:25:23 uugdave Exp $ + +* Version 0.9.4b, 2004-05-11 + + * Notes: + + This follow-on release fixes one critical bug contained in 0.9.4 + relating to session.auto_start and schema caching. + + * Changes + + - Fixed bugs (all duplicates of single bug): + 947981 + 951003 + 951140 + - Fixed binary attribute creation (create.php) + +* Version 0.9.4a, 2004-05-08 + + * Notes: + + This follow-on release fixes several critical bugs contained in 0.9.4. + + * Changes: + + - Fixed bugs: + 949500 Error while adding New User Account + 949500 Creating a new uid under ou=People + 948695 is_executable() error using phpldapadmin - windows + 948741 Level: E_WARNING + 948413 Undefined variable: lang (E_NOTICE) after install -* Version 0.9.4, 2004-04-XX +* Version 0.9.4, 2004-05-04 * Notes: --- phpldapadmin-0.9.4.orig/doc/CREDITS +++ phpldapadmin-0.9.4/doc/CREDITS @@ -1,4 +1,4 @@ -$Header: /cvsroot/phpldapadmin/phpldapadmin/doc/CREDITS,v 1.12 2004/03/25 12:50:39 uugdave Exp $ +$Header: /cvsroot/phpldapadmin/phpldapadmin/doc/CREDITS,v 1.14 2004/05/08 14:11:28 i18phpldapadmin Exp $ * Project Developers: - David Smith Maintainer @@ -36,6 +36,7 @@ Aleksey Soldatov - Unknown Italian - Alexandre Maciel Brasilian (Portuguese) + Elton Schroeder Fenner (CLeGi) - Piotr Tarnowski (DrFugazi) Polish - Gunnar Nystrom Swedish --- phpldapadmin-0.9.4.orig/lang/recoded/pt-br.php +++ phpldapadmin-0.9.4/lang/recoded/pt-br.php @@ -1,4 +1,5 @@ DN'; -$lang['search_scope'] = 'Abrangência da Busca'; -$lang['search_ filter'] = 'Filtro de Busca'; -$lang['show_attributes'] = 'Exibir Atributos'; -$lang['Search'] = 'Buscar'; -// $lang['equals'] = 'equals'; -// $lang['starts_with'] = 'starts with'; -// $lang['contains'] = 'contains'; -// $lang['ends_with'] = 'ends with'; -// $lang['sounds_like'] = 'sounds like'; +$lang['simple_search_form_str'] = 'Formulário de busca Simples';//'Simple Search Form'; +$lang['advanced_search_form_str'] = 'Formulário de busca Avançada';//'Advanced Search Form'; +$lang['server'] = 'Servidor';//'Server'; +$lang['search_for_entries_whose'] = 'Buscar objetos cujo...';//'Search for entries whose'; +$lang['base_dn'] = 'Base DN';//'Base DN'; +$lang['search_scope'] = 'Abrangência da Busca';//'Search Scope'; +$lang['show_attributes'] = 'Exibir Atributos';//'Show Attributtes'; +$lang['Search'] = 'Buscar';//'Search'; +$lang['equals'] = 'igual';//'equals'; +$lang['contains'] = 'contém';//'contains'; +$lang['predefined_search_str'] = 'Selecione uma busca pré-definida';//'or select a predefined search'; +$lang['predefined_searches'] = 'Buscas pré-definidas';//'Predefined Searches'; +$lang['no_predefined_queries'] = 'Nenhum critério de busca foi definido no config.php';// 'No queries have been defined in config.php.'; + // Tree browser -$lang['request_new_feature'] = 'Requisitar um novo recurso'; -$lang['see_open_requests'] = 'Ver as requisições em aberto'; -$lang['report_bug'] = 'Comunicar um problema/defeito'; -$lang['see_open_bugs'] = 'Ver os problemas/defeitos em aberto'; -$lang['schema'] = 'esquemas'; -$lang['search'] = 'buscar'; -$lang['create'] = 'novo'; -$lang['info'] = 'info'; -$lang['import'] = 'importar'; -$lang['refresh'] = 'atualizar'; -$lang['logout'] = 'desconectar'; -$lang['create_new'] = 'Criar Novo'; -$lang['view_schema_for'] = 'ver esquemas de'; -$lang['refresh_expanded_containers'] = 'atualizar todos os containers abertos em'; -$lang['create_new_entry_on'] = 'criar um novo objeto em'; -$lang['view_server_info'] = 'visualizar as informações fornecidas pelo servidor'; -$lang['import_from_ldif'] = 'importar objetos de um arquivo LDIF'; -$lang['logout_of_this_server'] = 'desconectar deste servidor'; -$lang['logged_in_as'] = 'Conectado como: '; -$lang['read_only'] = 'somente leitura'; -$lang['could_not_determine_root'] = 'Incapaz de determinar a raiz do sua árvore LDAP.'; -$lang['ldap_refuses_to_give_root'] = 'Aparentemente o servidor LDAP foi configurado para ocultar sua raiz.'; -$lang['please_specify_in_config'] = 'Por favor, especifique no arquivo config.php'; -$lang['create_new_entry_in'] = 'Criar um novo objeto em'; -$lang['login_link'] = 'Conectar...'; +$lang['request_new_feature'] = 'Solicitar uma nova função';//'Request a new feature'; +$lang['report_bug'] = 'Comunicar um bug';//'Report a bug'; +$lang['schema'] = 'esquema';//'schema'; +$lang['search'] = 'buscar';//'search'; +$lang['refresh'] = 'atualizar';//'refresh'; +$lang['create'] = 'criar';//'create'; +$lang['info'] = 'info';//'info'; +$lang['import'] = 'importar';//'import'; +$lang['logout'] = 'desconectar';//'logout'; +$lang['create_new'] = 'Criar Novo';//'Create New'; +$lang['new'] = 'Novo';//'new'; +$lang['view_schema_for'] = 'Ver esquemas de';//'View schema for'; +$lang['refresh_expanded_containers'] = 'Atualizar todos containers abertos para';//'Refresh all expanded containers for'; +$lang['create_new_entry_on'] = 'Criar um novo objeto em';//'Create a new entry on'; +$lang['view_server_info'] = 'Ver informações fornecidas pelo servidor';//'View server-supplied information'; +$lang['import_from_ldif'] = 'Importar objetos de um arquivo LDIF';//'Import entries from an LDIF file'; +$lang['logout_of_this_server'] = 'Desconectar deste servidor';//'Logout of this server'; +$lang['logged_in_as'] = 'Conectado como: ';//'Logged in as: '; +$lang['read_only'] = 'somente leitura';//'read only'; +$lang['read_only_tooltip'] = 'Este atributo foi marcado como somente leitura pelo administrador do phpLDAPadmin';//This attribute has been flagged as read only by the phpLDAPadmin administrator'; +$lang['could_not_determine_root'] = 'Não foi possível determinar a raiz da sua árvore LDAP.';//'Could not determin the root of your LDAP tree.'; +$lang['ldap_refuses_to_give_root'] = 'Parece que o servidor LDAP foi configurado para não revelar seu root.';//'It appears that the LDAP server has been configured to not reveal its root.'; +$lang['please_specify_in_config'] = 'Por favor especifique-o no config.php';//'Please specify it in config.php'; +$lang['create_new_entry_in'] = 'Criar um novo objeto em';//'Create a new entry in'; +$lang['login_link'] = 'Conectar...';//'Login...'; +$lang['login'] = 'conectar';//'login'; // Entry display -$lang['delete_this_entry'] = 'Apagar este objeto'; -$lang['delete_this_entry_tooltip'] = 'Será solicitado que você confirme sua decisão'; -$lang['copy_this_entry'] = 'Copiar este objeto'; -$lang['copy_this_entry_tooltip'] = 'Copia este objeto para outro contexto, para um novo DN ou para outro servidor'; -$lang['export_to_ldif'] = 'Exportar para LDIF'; -$lang['export_to_ldif_tooltip'] = 'Salva um arquivo LDIF com os dados deste objeto'; -$lang['export_subtree_to_ldif_tooltip'] = 'Salva um arquivo LDIF com os dados deste objeto e todos os seus filhos'; -$lang['export_subtree_to_ldif'] = 'Exportar ramos para LDIF'; -$lang['export_mac'] = 'Arquivo texto do tipo Macintosh'; -$lang['export_win'] = 'Arquivo texto do tipo DOS/Windows'; -$lang['export_unix'] = 'Arquivo texto do tipo Unix'; -$lang['create_a_child_entry'] = 'Criar um objeto-filho'; -$lang['add_a_jpeg_photo'] = 'Adicionar uma imagem JPEG'; -$lang['rename_entry'] = 'Renomear Objeto'; -$lang['rename'] = 'Renomear'; -$lang['add'] = 'Adicionar'; -$lang['view'] = 'Ver'; -$lang['add_new_attribute'] = 'Adicionar Novo Atributo'; -$lang['add_new_attribute_tooltip'] = 'Adiciona um novo atributo/valor para este objeto'; -$lang['internal_attributes'] = 'Atributos Internos'; -$lang['hide_internal_attrs'] = 'Ocultar os atributos internos'; -$lang['show_internal_attrs'] = 'Exibir os atributos internos'; -$lang['internal_attrs_tooltip'] = 'Atributos configurados automaticamente pelo sistema'; -$lang['entry_attributes'] = 'Atributos do Objeto'; -$lang['attr_name_tooltip'] = 'Clique para visualizar a definição do esquema para atributos do tipo \'%s\''; -$lang['click_to_display'] = 'Clique em \'+\' para exibir'; -$lang['hidden'] = 'ocultos'; -$lang['none'] = 'nenhum'; -$lang['save_changes'] = 'Salvar Alterações'; -$lang['add_value'] = 'adicionar novo valor'; -$lang['add_value_tooltip'] = 'Adiciona um novo valor para o atributo \'%s\''; -$lang['refresh_entry'] = 'Atualizar'; -$lang['refresh_this_entry'] = 'Atualiza este objeto'; -$lang['delete_hint'] = "Dica: Para apagar um atributo, deixe o campo correspondente vazio e clique em 'Salvar Alterações'."; -$lang['attr_schema_hint'] = 'Dica: Para visualizar o esquema de um atributo, clique no nome do atributo desejado.'; -$lang['attrs_modified'] = 'Alguns atributos (%s) foram modificados e estão destacados abaixo.'; -$lang['attr_modified'] = 'Um atributo (%s) foi modificado e está destacado abaixo.'; -$lang['viewing_read_only'] = 'Visualizando o objeto em modo somente-leitura.'; -$lang['change_entry_rdn'] = 'Alterar o RDN deste objeto'; -$lang['no_new_attrs_available'] = 'não há mais atributos disponíveis para este objeto'; -$lang['binary_value'] = 'Valor binário'; -$lang['add_new_binary_attr'] = 'Adicionar Novo Atributo Binário'; -$lang['add_new_binary_attr_tooltip'] = 'Adiciona um novo atributo/valor binário de um arquivo para este objeto'; -$lang['alias_for'] = 'Nota: \'%s\' é um nome amigável para \'%s\''; -$lang['download_value'] = 'fazer download'; -$lang['delete_attribute'] = 'apagar atributo'; -$lang['true'] = 'verdadeiro'; -$lang['false'] = 'falso'; -$lang['none_remove_value'] = 'nenhum, remover o valor'; -$lang['really_delete_attribute'] = 'Deseja realmente apagar atributo'; +$lang['delete_this_entry'] = 'Excluir este objeto';//'Delete this entry'; +$lang['delete_this_entry_tooltip'] = 'Será solicitado que você confirme sua decisão';//'You will be prompted to confirm this decision'; +$lang['copy_this_entry'] = 'Copiar este objeto';//'Copy this entry'; +$lang['copy_this_entry_tooltip'] = 'Copiar este objeto para outro local, um novo DN, ou outro servidor';//'Copy this object to another location, a new DN, or another server'; +$lang['export'] = 'Exportar';//'Export to LDIF'; +$lang['export_tooltip'] = 'Salva um arquivo LDIF com os dados deste objeto';//'Save an LDIF dump of this object'; +$lang['export_subtree_tooltip'] = 'Salva um arquivo LDIF com os dados deste objeto e todos os seus filhos';//'Save an LDIF dump of this object and all of its children'; +$lang['export_subtree'] = 'Exportar sub-árvore para LDIF';//'Export subtree to LDIF'; +$lang['create_a_child_entry'] = 'Criar objeto filho';//'Create a child entry'; +$lang['rename_entry'] = 'Renomear objeto';//'Rename Entry'; +$lang['rename'] = 'Renomear';//'Rename'; +$lang['add'] = 'Inserir';//'Add'; +$lang['view'] = 'Ver';//'View'; +$lang['view_one_child'] = 'Ver 1 filho';//'View 1 child'; +$lang['view_children'] = 'Ver %s filhos';//'View %s children'; +$lang['add_new_attribute'] = 'Inserir Novo Atributo';//'Add New Attribute'; +$lang['add_new_objectclass'] = 'Inserir nova ObjectClass';//'Add new ObjectClass'; +$lang['hide_internal_attrs'] = 'Ocultar atributos internos';//'Hide internal attributes'; +$lang['show_internal_attrs'] = 'Exibir atributos internos';//'Show internal attributes'; +$lang['attr_name_tooltip'] = 'Clique para ver a definição do esquema para atributos do tipo \'%s\'';//'Click to view the schema defintion for attribute type \'%s\''; +$lang['none'] = 'nenhum';//'none'; +$lang['no_internal_attributes'] = 'Nenhum atributo interno.';//'No internal attributes'; +$lang['no_attributes'] = 'Este objeto não tem atributos.';//'This entry has no attributes'; +$lang['save_changes'] = 'Salvar Alterações';//'Save Changes'; +$lang['add_value'] = 'inserir valor';//'add value'; +$lang['add_value_tooltip'] = 'Insere um novo valor para o atributo \'%s\'';//'Add an additional value to this attribute'; +$lang['refresh_entry'] = 'Atualizar';// 'Refresh'; +$lang['refresh_this_entry'] = 'Atualizar este objeto';//'Refresh this entry'; +$lang['delete_hint'] = 'Dica: Para apagar um atributo, apague o conteúdo do campo de texto e clique salvar.';//'Hint: To delete an attribute, empty the text field and click save.'; +$lang['attr_schema_hint'] = 'Dica: Para ver o esquema de um atributo clique no nome do atributo.';//'Hint: To view the schema for an attribute, click the attribute name.'; +$lang['attrs_modified'] = 'Alguns atributos (%s) foram modificados e estão destacados abaixo.';//'Some attributes (%s) were modified and are highlighted below.'; +$lang['attr_modified'] = 'Um atributo (%s) foi modificado e está destacado abaixo';//'An attribute (%s) was modified and is highlighted below.'; +$lang['viewing_read_only'] = 'Vizualizando objeto em modo somente-leitura.';//'Viewing entry in read-only mode.'; +$lang['no_new_attrs_available'] = 'novos atributos não disponíveis para este objeto.';//'no new attributes available for this entry'; +$lang['no_new_binary_attrs_available'] = 'novos atributos binários não disponíveis para este objeto.';//'no new binary attributes available for this entry'; +$lang['binary_value'] = 'Valor binário';//'Binary value'; +$lang['add_new_binary_attr'] = 'Inserir novo atributo binário';//'Add New Binary Attribute'; +$lang['alias_for'] = 'Nota: \'%s\' é um alias para \'%s\'';//'Note: \'%s\' is an alias for \'%s\''; +$lang['download_value'] = 'download do valor';//'download value'; +$lang['delete_attribute'] = 'apagar atributo';//'delete attribute'; +$lang['true'] = 'verdadeiro';//'true'; +$lang['false'] = 'falso';//'false'; +$lang['none_remove_value'] = 'nenhum, remover valor';//?? //'none, remove value'; +$lang['really_delete_attribute'] = 'Deseja realmente apagar atributo';//'Really delete attribute'; +$lang['add_new_value'] = 'Inserir novo valor';//'Add New Value'; // Schema browser -$lang['the_following_objectclasses'] = 'As seguintes classes de objetos são suportadas por este servidor LDAP.'; -$lang['the_following_attributes'] = 'Os seguintes tipos de atributos são suportados por este servidor LDAP.'; -$lang['the_following_matching'] = 'As seguintes regras de consistência/b> são suportadas por este servidor LDAP.'; -$lang['the_following_syntaxes'] = 'As seguintes regras de sintaxe são suportadas por este servidor LDAP.'; -$lang['jump_to_objectclass'] = 'Ir para uma classe de objetos'; -$lang['jump_to_attr'] = 'Ir para um atributo'; -$lang['schema_for_server'] = 'Esquemas do servidor'; -$lang['required_attrs'] = 'Atributos Necessários'; -$lang['optional_attrs'] = 'Atributos Opcionais'; -$lang['OID'] = 'OID'; -$lang['desc'] = 'Descrição'; -$lang['name'] = 'Nome'; -$lang['is_obsolete'] = 'Essa classe de objetos é obsoleta'; -$lang['inherits'] = 'Herda de'; -$lang['jump_to_this_oclass'] = 'Ir para a definição desta classe de objetos'; -$lang['matching_rule_oid'] = 'OID da Regra de Consistência'; -$lang['syntax_oid'] = 'OID da Regra de Sintaxe'; -$lang['not_applicable'] = 'não aplicável'; -$lang['not_specified'] = 'não especificado'; +$lang['the_following_objectclasses'] = 'As seguintes Classes de objetos são suportadas por este servidor LDAP.';//'The following objectClasses are supported by this LDAP server.'; +$lang['the_following_attributes'] = 'Os seguintes tipos de atributos são suportadas por este servidor LDAP.';//'The following attributeTypes are supported by this LDAP server.'; +$lang['the_following_matching'] = 'As seguintes regras de consistência são suportadas por este servidor LDAP.';//'The following matching rules are supported by this LDAP server.'; +$lang['the_following_syntaxes'] = 'As seguintes sintaxes são suportadas por este servidor LDAP.';//'The following syntaxes are supported by this LDAP server.'; +$lang['schema_retrieve_error_1']='O servidor não suporta o protocolo LDAP completamente.';//'The server does not fully support the LDAP protocol.'; +$lang['schema_retrieve_error_2']='Sua versão do PHP não executa a consulta corretamente.';//'Your version of PHP does not correctly perform the query.'; +$lang['schema_retrieve_error_3']='Ou, por fim, o phpLDAPadmin não sabe como buscar o esquema para o seu servidor.';//'Or lastly, phpLDAPadmin doesn\'t know how to fetch the schema for your server.'; +$lang['jump_to_objectclass'] = 'Ir para uma classe de objetos';//'Jump to an objectClass'; +$lang['jump_to_attr'] = 'Ir para um tipo de atributo';//'Jump to an attribute'; +$lang['jump_to_matching_rule'] = 'Ir para regras de consistência';//'Jump to a matching rule'; +$lang['schema_for_server'] = 'Esquema para servidor';//'Schema for server'; +$lang['required_attrs'] = 'Atributos Obrigatórios';//'Required Attributes'; +$lang['optional_attrs'] = 'Atributos Opcionais';//'Optional Attributes'; +$lang['optional_binary_attrs'] = 'Atributos Binários Opcionais';//'Optional Binary Attributes'; +$lang['OID'] = 'OID';//'OID'; +$lang['aliases']='Apelidos';//'Aliases'; +$lang['desc'] = 'Descrição';//'Description'; +$lang['no_description']='sem descrição';//'no description'; +$lang['name'] = 'Nome';//'Name'; +$lang['equality']='Igualdade';//'Equality'; +$lang['is_obsolete'] = 'Esta classe de objeto está obsoleta.';//'This objectClass is obsolete'; +$lang['inherits'] = 'Herda de';//'Inherits'; +$lang['inherited_from']='Herdado de';//inherited from'; +$lang['parent_to'] = 'Pai para';//'Parent to'; +$lang['jump_to_this_oclass'] = 'Ir para definição desta classe de objeto';//'Jump to this objectClass definition'; +$lang['matching_rule_oid'] = 'OID da Regra de consistência';//'Matching Rule OID'; +$lang['syntax_oid'] = 'OID da Sintaxe';//'Syntax OID'; +$lang['not_applicable'] = 'não aplicável';//'not applicable'; +$lang['not_specified'] = 'não especificado';//not specified'; +$lang['character']='caracter';//'character'; +$lang['characters']='caracteres';//'characters'; +$lang['used_by_objectclasses']='Usado por classes de objetos';//'Used by objectClasses'; +$lang['used_by_attributes']='Usado por Atributos';//'Used by Attributes'; +$lang['oid']='OID'; +$lang['obsolete']='Obsoleto';//'Obsolete'; +$lang['ordering']='Ordenando';//'Ordering'; +$lang['substring_rule']='Regra de substring';//'Substring Rule'; +$lang['single_valued']='Avaliado sozinho';//'Single Valued'; +$lang['collective']='Coletivo';//'Collective'; +$lang['user_modification']='Alteração do usuário';//'User Modification'; +$lang['usage']='Uso';//'Usage'; +$lang['maximum_length']='Tamanho Máximo';//'Maximum Length'; +$lang['attributes']='Tipos de Atriburos';//'Attributes Types'; +$lang['syntaxes']='Sintaxes';//'Syntaxes'; +$lang['objectclasses']='Classe de Objetos';//'objectClasses'; +$lang['matchingrules']='Regra de consistência';//'Matching Rules'; +$lang['could_not_retrieve_schema_from']='Não foi possível encontrar esquema de';//'Could not retrieve schema from'; +$lang['type']='Tipo';// 'Type'; // Deleting entries -$lang['entry_deleted_successfully'] = 'Objeto \'%s\' apagado com sucesso.'; -$lang['you_must_specify_a_dn'] = 'Você precisa especificar o DN'; -$lang['could_not_delete_entry'] = 'Impossível apagar o objeto: %s'; +$lang['entry_deleted_successfully'] = 'Objeto \'%s\' excluído com sucesso.';//'Entry \'%s\' deleted successfully.'; +$lang['you_must_specify_a_dn'] = 'Você deve especificar um DN';//'You must specify a DN'; +$lang['could_not_delete_entry'] = 'Não foi possível excluir o objeto: %s';//'Could not delete the entry: %s'; +$lang['no_such_entry'] = 'Objeto inexistente: %s';//'No such entry: %s'; +$lang['delete_dn'] = 'Excluir %s';//'Delete %s'; +$lang['entry_is_root_sub_tree'] = 'Este objeto é a raiz de uma sub-árvore e contém %s objetos.';//'This entry is the root of a sub-tree containing %s entries.'; +$lang['view_entries'] = 'Ver objetos';//'view entries'; +$lang['confirm_recursive_delete'] = 'o phpLDAPadmin pode excluir recursivamente este objeto e todos %s filhos. Veja abaixo uma lista de todos os objetos que esta ação vai excluir. Deseja fazer isso?';//'phpLDAPadmin can recursively delete this entry and all %s of its children. See below for a list of all the entries that this action will delete. Do you want to do this?'; +$lang['confirm_recursive_delete_note'] = 'Nota: isto é potencialmente muito perigoso, faça isso por sua conta e risco. Esta operação não pode ser desfeita. Leve em consideração apelidos, referências e outras coisas que podem causar problemas.';//'Note: this is potentially very dangerous and you do this at your own risk. This operation cannot be undone. Take into consideration aliases, referrals, and other things that may cause problems.'; +$lang['delete_all_x_objects'] = 'Excluir todos os %s objetos';//'Delete all %s objects'; +$lang['recursive_delete_progress'] = 'Progresso de exclusão recursiva';//'Recursive delete progress'; +$lang['entry_and_sub_tree_deleted_successfully'] = 'Objeto %s e sub-árvore excluído com sucesso.';// 'Entry %s and sub-tree deleted successfully.'; +$lang['failed_to_delete_entry'] = 'Falha ao excluir objeto %s';//'Failed to delete entry %s'; + +// Deleting attributes +$lang['attr_is_read_only'] = 'O atributo %s está marcado como somente leitura na configuração do phpLDAPadmin.';//'The attribute "%s" is flagged as read-only in the phpLDAPadmin configuration.'; +$lang['no_attr_specified'] = 'Nome de atributo não especificado.';//'No attribute name specified.'; +$lang['no_dn_specified'] = 'DN não especificado';//'No DN specified'; + +// Adding attributes +$lang['left_attr_blank'] = 'Você deixou o valor do atributo vazio. Por favor retorne e tente novamente.';//'You left the attribute value blank. Please go back and try again.'; +$lang['failed_to_add_attr'] = 'Falha ao inserir o atributo.';//'Failed to add the attribute.'; +$lang['file_empty'] = 'O arquivo que você escolheu está vazio ou não existe. Por favor retorne e tente novamente.';//'The file you chose is either empty or does not exist. Please go back and try again.'; +$lang['invalid_file'] = 'Erro de segurança: O arquivo que está sendo carregado pode ser malicioso.';//'Security error: The file being uploaded may be malicious.'; +$lang['warning_file_uploads_disabled'] = 'Sua configuração do PHP desabilitou o upload de arquivos. Por favor verifique o php.ini antes de continuar.';//'Your PHP configuration has disabled file uploads. Please check php.ini before proceeding.'; +$lang['uploaded_file_too_big'] = 'O arquivo que você carregou é muito grande. Por favor verifique a configuração do upload_max_size no php.ini';//'The file you uploaded is too large. Please check php.ini, upload_max_size setting'; +$lang['uploaded_file_partial'] = 'O arquivo que você selecionou foi carregado parcialmente, provavelmente por causa de um erro de rede.';//'The file you selected was only partially uploaded, likley due to a network error.'; +$lang['max_file_size'] = 'Tamanho máximo de arquivo: %s';//'Maximum file size: %s'; + +// Updating values +$lang['modification_successful'] = 'Alteração bem sucedida!';//'Modification successful!'; +$lang['change_password_new_login'] = 'Você alterou sua senha, você deve conectar novamente com a sua nova senha.'; //'Since you changed your password, you must now login again with your new password.'; + // Adding objectClass form -$lang['new_required_attrs'] = 'Novo(s) Atributo(s) Necessário(s)'; -$lang['requires_to_add'] = 'Essa ação requer que você adicione'; -$lang['new_attributes'] = 'novo(s) atributos(s)'; -$lang['new_required_attrs_instructions'] = 'Instruções: Para poder acrescentar esta Classe de Objetos a este objeto, você precisa especificar'; -$lang['that_this_oclass_requires'] = 'que esta Classe de Objetos necessita. Você pode fazê-lo no formulário abaixo:'; -$lang['add_oclass_and_attrs'] = 'Acrescentar Classe de Objetos e Atributos'; +$lang['new_required_attrs'] = 'Novos Atributos Obrigatórios';//'New Required Attributes'; +$lang['requires_to_add'] = 'Esta ação requer que você insira';//'This action requires you to add'; +$lang['new_attributes'] = 'novos atributos';//'new attributes'; +$lang['new_required_attrs_instructions'] = 'Instruções: Para poder inserir esta Classe de Objetos a este objeto, você deve especificar';//'Instructions: In order to add this objectClass to this entry, you must specify'; +$lang['that_this_oclass_requires'] = 'que esta Classe de Objetos requer. Você pode fazê-lo no formulário abaixo:';//'that this objectClass requires. You can do so in this form.'; +$lang['add_oclass_and_attrs'] = 'Inserir Classe de Objetos e Atributos';//'Add ObjectClass and Attributes'; // General -$lang['chooser_link_tooltip'] = 'Clique aqui para abrir uma janela e selecionar o valor do atributo (DN) graficamente'; -$lang['no_updates_in_read_only_mode'] = 'Você não pode realizar alterações enquanto o servidor estiver em modo somente-leitura'; -$lang['bad_server_id'] = 'ID do servidor inválido'; -$lang['not_enough_login_info'] = 'Informação insuficiente para efetuar conexão ao servidor. Por favor verifique a sua configuração.'; -$lang['could_not_connect'] = 'Impossível conectar ao servidor LDAP.'; -$lang['could_not_perform_ldap_mod_add'] = 'Impossível realizar operação ldap_mod_add.'; -$lang['bad_server_id_underline'] = 'ID do servidor inválido: '; -$lang['success'] = ' Sucesso'; -$lang['server_colon_pare'] = 'Servidor: '; -$lang['look_in'] = 'Procurando em: '; -$lang['missing_server_id_in_query_string'] = 'Nenhum ID de servidor especificado na busca!'; -$lang['missing_dn_in_query_string'] = 'Nenhum DN especificado na busca!'; -$lang['back_up_p'] = 'Backup...'; -$lang['no_entries'] = 'nenhum objeto'; -$lang['not_logged_in'] = 'Não conectado'; -$lang['could_not_det_base_dn'] = 'Impossível determinar a base DN'; +$lang['chooser_link_tooltip'] = 'Clique para abrir uma janela e selecionar um objeto (DN) graficamente';//"Click to popup a dialog to select an entry (DN) graphically'; +$lang['no_updates_in_read_only_mode'] = 'Você não pode realizar atualizações enquanto o servidor estiver em modo somente leitura';//'You cannot perform updates while server is in read-only mode'; +$lang['bad_server_id'] = 'ID do servidor inválido';//'Bad server id'; +$lang['not_enough_login_info'] = 'Informações insuficientes para a conexão com o servidor. Por favor verifique sua configuração.';//'Not enough information to login to server. Please check your configuration.'; +$lang['could_not_connect'] = 'Não foi possível conectar com o servidor LDAP.';//'Could not connect to LDAP server.'; +$lang['could_not_connect_to_host_on_port'] = 'Não foi possível conectar em "%s" na porta "%s"';//'Could not connect to "%s" on port "%s"'; +$lang['could_not_perform_ldap_mod_add'] = 'Não foi possível executar operação ldap_mod_add.';//'Could not perform ldap_mod_add operation.'; +$lang['bad_server_id_underline'] = 'server_id inválido: ';//"Bad server_id: '; +$lang['success'] = 'Sucesso';//"Success'; +$lang['server_colon_pare'] = 'Servidor: ';//"Server: '; +$lang['look_in'] = 'Procurando em: ';//"Looking in: '; +$lang['missing_server_id_in_query_string'] = 'ID do servidor não especificado na consulta!';//'No server ID specified in query string!'; +$lang['missing_dn_in_query_string'] = 'DN não especificado na consulta!';//'No DN specified in query string!'; +$lang['back_up_p'] = 'Backup...';//"Back Up...'; +$lang['no_entries'] = 'nenhum objeto';//"no entries'; +$lang['not_logged_in'] = 'Não conectado';//"Not logged in'; +$lang['could_not_det_base_dn'] = 'Não foi possível determinar a base DN';//"Could not determine base DN'; +$lang['reasons_for_error']='Isso pode ter acontecido por vários motivos, os mais provável são:';//'This could happen for several reasons, the most probable of which are:'; +$lang['please_report_this_as_a_bug']='Por favor informe isso como bug.';//'Please report this as a bug.'; +$lang['yes']='Sim';//'Yes' +$lang['no']='Não';//'No' +$lang['go']='Ir';//'go' +$lang['delete']='Excluir';//'Delete'; +$lang['back']='Voltar';//'Back'; +$lang['object']='objeto';//'object'; +$lang['delete_all']='Excluir tudo';//'Delete all'; +$lang['url_bug_report']='https://sourceforge.net/tracker/?func=add&group_id=61828&atid=498546'; +$lang['hint'] = 'dica';//'hint'; +$lang['bug'] = 'bug';//'bug'; +$lang['warning'] = 'aviso';//'warning'; +$lang['light'] = 'a palavra "light" de "light bulb"'; // the word 'light' from 'light bulb' +$lang['proceed_gt'] = 'Continuar >>';//'Proceed >>'; + // Add value form -$lang['add_new'] = 'Adicionar novo valor'; -$lang['value_to'] = 'para'; -$lang['distinguished_name'] = 'Nome Distinto'; -$lang['current_list_of'] = 'Lista atual de'; -$lang['values_for_attribute'] = 'valor(es) para o atributo'; -$lang['inappropriate_matching_note'] = 'Nota: Você vai receber um erro de "inappropriate matching" se você não
' . - 'configurar uma regra de IGUALDADE no seu servidor LDAP para este atributo.'; -$lang['enter_value_to_add'] = 'Entre com o valor que você gostaria de adicionar:'; -$lang['new_required_attrs_note'] = 'Nota: talvez seja solicitado que você entre com os atributos necessários para esta classe de objetos'; -$lang['syntax'] = 'Sintaxe'; - -//copy.php -$lang['copy_server_read_only'] = 'Você não pode realizar alterações enquanto o servidor estiver em modo somente-leitura'; -$lang['copy_dest_dn_blank'] = 'Você não especificou o DN de destino.'; -$lang['copy_dest_already_exists'] = 'O objeto de destino (%s) já existe.'; -$lang['copy_dest_container_does_not_exist'] = 'O container de destino (%s) não existe.'; -$lang['copy_source_dest_dn_same'] = 'O DN de origem e o DN de destino são iguais.'; -$lang['copy_copying'] = 'Copiando '; -$lang['copy_recursive_copy_progress'] = 'Progresso da cópia recursiva'; -$lang['copy_building_snapshot'] = 'Construindo a imagem da árvore a ser copiada...'; -$lang['copy_successful_like_to'] = 'Cópia bem-sucedida! Você gostaria de '; -$lang['copy_view_new_entry'] = 'visualizar o novo objeto'; -$lang['copy_failed'] = 'Falha ao copiar o DN: '; +$lang['add_new'] = 'Inserir novo';//'Add new'; +$lang['value_to'] = 'valor para';//'value to'; +//also used in copy_form.php +$lang['distinguished_name'] = 'Nome Distinto';// 'Distinguished Name'; +$lang['current_list_of'] = 'Lista atual de';//'Current list of'; +$lang['values_for_attribute'] = 'valores para atributo';//'values for attribute'; +$lang['inappropriate_matching_note'] = 'Nota: Você vai receber um erro de "inappropriate matching" se você não configurar uma regra de IGUALDADE no seu servidor LDAP para este atributo.'; //'Note: You will get an "inappropriate matching" error if you have not
setup an EQUALITY rule on your LDAP server for this attribute.'; +$lang['enter_value_to_add'] = 'Entre com o valor que você quer inserir: ';//'Enter the value you would like to add:'; +$lang['new_required_attrs_note'] = 'Nota: talvez seja solicitado que você entre com os atributos necessários para esta classe de objetos';//'Note: you may be required to enter new attributes
that this objectClass requires.'; +$lang['syntax'] = 'Sintaxe';//'Syntax'; + +//Copy.php +$lang['copy_server_read_only'] = 'Você não pode realizar atualizações enquanto o servidor estiver em modo somente leitura';//"You cannot perform updates while server is in read-only mode'; +$lang['copy_dest_dn_blank'] = 'Você deixou o DN de destino vazio.';//"You left the destination DN blank.'; +$lang['copy_dest_already_exists'] = 'O objeto de destino (%s) já existe.';//"The destination entry (%s) already exists.'; +$lang['copy_dest_container_does_not_exist'] = 'O container de destino (%s) não existe.';//'The destination container (%s) does not exist.'; +$lang['copy_source_dest_dn_same'] = 'O DN de origem e destino são o mesmo.';//"The source and destination DN are the same.'; +$lang['copy_copying'] = 'Copiando ';//"Copying '; +$lang['copy_recursive_copy_progress'] = 'Progresso da cópia recursiva';//"Recursive copy progress'; +$lang['copy_building_snapshot'] = 'Construindo a imagem da árvore a ser copiada...';//"Building snapshot of tree to copy... '; +$lang['copy_successful_like_to'] = 'Copiado com sucesso! Você gostaria de ';//"Copy successful! Would you like to '; +$lang['copy_view_new_entry'] = 'ver o novo objeto';//"view the new entry'; +$lang['copy_failed'] = 'Falha ao copiar DN: ';//'Failed to copy DN: '; + //edit.php -$lang['missing_template_file'] = 'Alerta, o arquivo-modelo não encontrado: '; -$lang['using_default'] = 'Usando padrão.'; +$lang['missing_template_file'] = 'Aviso: arquivo modelo faltando, ';//'Warning: missing template file, '; +$lang['using_default'] = 'Usando o padrão.';//'Using default.'; +$lang['template'] = 'Modelo';//'Template'; +$lang['must_choose_template'] = 'Você deve escolher um modelo';//'You must choose a template'; +$lang['invalid_template'] = '%s é um modelo inválido';// '%s is an invalid template'; +$lang['using_template'] = 'usando o modelo';//'using template'; +$lang['go_to_dn'] = 'Ir para %s';//'Go to %s'; //copy_form.php -$lang['copyf_title_copy'] = 'Copiar '; -$lang['copyf_to_new_object'] = 'para um novo objeto'; -$lang['copyf_dest_dn'] = 'DN de Destino'; -$lang['copyf_dest_dn_tooltip'] = 'O DN completo do novo objeto que será criado a partir da cópia da origem'; -$lang['copyf_dest_server'] = 'Servidor de Destino'; -$lang['copyf_note'] = 'Dica: Copiar objetos entre servidores diferentes só funcionará se não houverem violações de esquema.'; -$lang['copyf_recursive_copy'] = 'Copiar recursivamente todos os objetos-filhos deste objeto também'; +$lang['copyf_title_copy'] = 'Copiar ';//"Copy '; +$lang['copyf_to_new_object'] = 'para um novo objeto';//"to a new object'; +$lang['copyf_dest_dn'] = 'DN de destino';//"Destination DN'; +$lang['copyf_dest_dn_tooltip'] = 'O DN completo do novo objeto que será criado a partir da cópia da origem';//'The full DN of the new entry to be created when copying the source entry'; +$lang['copyf_dest_server'] = 'Servidor de destino';//"Destination Server'; +$lang['copyf_note'] = 'Dica: Copiando entre diferentes servidores somente funciona se não houver violação de esquema';//"Note: Copying between different servers only works if there are no schema violations'; +$lang['copyf_recursive_copy'] = 'Copia recursivamente todos filhos deste objeto também.';//"Recursively copy all children of this object as well.'; +$lang['recursive_copy'] = 'Cópia Recursiva';//'Recursive copy'; +$lang['filter'] = 'Filtro';//'Filter'; +$lang['filter_tooltip'] = 'Quando executar uma cópia recursiva, copiar somente os objetos que atendem a este filtro';// 'When performing a recursive copy, only copy those entries which match this filter'; + //create.php -$lang['create_required_attribute'] = 'Você especificou um valor em branco para %s, que é um atributo necessário.'; -$lang['create_redirecting'] = 'Redirecionando'; -$lang['create_here'] = 'aqui'; -$lang['create_could_not_add'] = 'Impossível adicionar o objeto ao servidor LDAP.'; +$lang['create_required_attribute'] = 'Você deixou vazio o valor de um atributo obrigatório (%s).';//"Error, you left the value blank for required attribute '; +$lang['redirecting'] = 'Redirecionando...';//"Redirecting'; moved from create_redirection -> redirection +$lang['here'] = 'aqui';//"here'; renamed vom create_here -> here +$lang['create_could_not_add'] = 'Não foi possível inserir o objeto no servidor LDAP.';//"Could not add the object to the LDAP server.'; //create_form.php -$lang['createf_create_object'] = 'Criar um Objeto'; -$lang['createf_choose_temp'] = 'Escolha um modelo'; -$lang['createf_select_temp'] = 'Escolha o modelo correspondente ao objeto que deseja criar'; -$lang['createf_proceed'] = 'Prosseguir'; +$lang['createf_create_object'] = 'Criar Objeto';//"Create Object'; +$lang['createf_choose_temp'] = 'Escolher um modelo';//"Choose a template'; +$lang['createf_select_temp'] = 'Selecionar um modelo para o processo de criação';//"Select a template for the creation process'; +$lang['createf_proceed'] = 'Prosseguir';//"Proceed >>'; +$lang['rdn_field_blank'] = 'Você deixou o campo RDN vazio.';//'You left the RDN field blank.'; +$lang['container_does_not_exist'] = 'O container que você especificou (%s) não existe. Por favor tente novamente.';// 'The container you specified (%s) does not exist. Please try again.'; +$lang['no_objectclasses_selected'] = 'Você não selecionou nenhuma Classe de Objetos para este objeto. Por favor volte e faça isso.';//'You did not select any ObjectClasses for this object. Please go back and do so.'; +$lang['hint_structural_oclass'] = 'Dica: Você deve escolher pelo menos uma Classe de Objetos estrutural';//'Hint: You must choose at least one structural objectClass'; //creation_template.php -$lang['ctemplate_on_server'] = 'No servidor'; -$lang['ctemplate_no_template'] = 'Nenhum Modelo foi especificado.'; -$lang['ctemplate_config_handler'] = 'Seu arquivo de configuração determina que o modelo'; -$lang['ctemplate_handler_does_not_exist'] = "é válido. Porém este modelo não existe no diretório 'templates/creation'."; +$lang['ctemplate_on_server'] = 'No servidor';//"On server'; +$lang['ctemplate_no_template'] = 'Nenhum modelo especificado.';//"No template specified in POST variables.'; +$lang['ctemplate_config_handler'] = 'Seu arquivo de configuração determina que o modelo';//"Your config specifies a handler of'; +$lang['ctemplate_handler_does_not_exist'] = 'é válido. Porém este modelo não existe no diretório "templates/creation".';//"for this template. But, this handler does not exist in the 'templates/creation' directory.'; +$lang['create_step1'] = 'Passo 1 de 2: Nome e Classe(s) de Objetos';//'Step 1 of 2: Name and ObjectClass(es)'; +$lang['create_step2'] = 'Passo 2 de 2: Especifica atributos e valores';//'Step 2 of 2: Specify attributes and values'; +$lang['relative_distinguished_name'] = 'Nome Distinto Relativo';//'Relative Distinguished Name'; +$lang['rdn'] = 'RDN';//'RDN'; +$lang['rdn_example'] = 'exemplo: cn=MinhaNovaPessoa';//'(example: cn=MyNewPerson)'; +$lang['container'] = 'Container';//'Container'; + // search.php -$lang['you_have_not_logged_into_server'] = 'Você ainda não se conectou ao servidor LDAP selecionado, portanto você não pode efetuar buscas nele.'; -$lang['click_to_go_to_login_form'] = 'Clique aqui para conectar-se ao servidor'; -$lang['unrecognized_criteria_option'] = 'Critério de busca desconhecido: '; -$lang['if_you_want_to_add_criteria'] = 'Se você quer adicionar o seu próprio critério de busca à lista, certifique-se de que você editou \'search.php\' para contemplar o novo critério. Saindo.'; -$lang['entries_found'] = 'Objetos encontrados: '; -$lang['filter_performed'] = 'Filtro utilizado: '; -$lang['search_duration'] = 'A busca foi realizada pelo phpLDAPadmin em'; -$lang['seconds'] = 'segundos'; +$lang['you_have_not_logged_into_server'] = 'Você não conectou no servidor selecionado ainda, assim, você não pode realizar buscas nele.';//'You have not logged into the selected server yet, so you cannot perform searches on it.'; +$lang['click_to_go_to_login_form'] = 'Clique aqui para conectar-se ao servidor';//'Click here to go to the login form'; +$lang['unrecognized_criteria_option'] = 'Critério desconhecido: ';// 'Unrecognized criteria option: '; +$lang['if_you_want_to_add_criteria'] = 'Se você quer inserir seus próprios critérios à lista. Certifique-se de editar o search.php para tratá-los. Saindo.';//'If you want to add your own criteria to the list. Be sure to edit search.php to handle them. Quitting.'; +$lang['entries_found'] = 'Objetos encontrados: ';//'Entries found: '; +$lang['filter_performed'] = 'Filtro aplicado: ';//'Filter performed: '; +$lang['search_duration'] = 'Busca realizada pelo phpLDAPadmin em';//'Search performed by phpLDAPadmin in'; +$lang['seconds'] = 'segundos';//'seconds'; // search_form_advanced.php -$lang['scope_in_which_to_search'] = 'A abrangência de onde é feita a busca pelos objetos'; -$lang['scope_sub'] = 'Sub (toda a sub-arvore)'; -$lang['scope_one'] = 'One (um nivel abaixo do base DN)'; -$lang['scope_base'] = 'Base (apenas no base DN)'; -$lang['standard_ldap_search_filter'] = 'Filtro de busca LDAP padrão. Exemplo: (&(sn=Smith)(givenname=David))'; -$lang['search_filter'] = 'Filtro de Busca'; -$lang['list_of_attrs_to_display_in_results'] = 'A lista de atributos que devem ser mostrados no resultado (separados por vírgula)'; -$lang['show_attributes'] = 'Exibir Atributos'; +$lang['scope_in_which_to_search'] = 'O escopo no qual procurar';//'The scope in which to search'; +$lang['scope_sub'] = 'Sub (toda a sub-árvore)';//'Sub (entire subtree)'; +$lang['scope_one'] = 'One (um nível de profundidade)';//'One (one level beneath base)'; +$lang['scope_base'] = 'Base (apenas a base dn)';//'Base (base dn only)'; +$lang['standard_ldap_search_filter'] = 'Filtro de busca LDAP padrão. Exemplo: (&(sn=Silva)(givenname=Pedro))';//'Standard LDAP search filter. Example: (&(sn=Smith)(givenname=David))'; +$lang['search_filter'] = 'Filtro de Busca';//'Search Filter'; +$lang['list_of_attrs_to_display_in_results'] = 'A lista de atributos que devem ser mostrados nos resultados (separados por vírgula)';//'A list of attributes to display in the results (comma-separated)'; // search_form_simple.php -$lang['search_for_entries_whose'] = 'Procurar por objetos cujo:'; -$lang['equals'] = 'e igual a'; -$lang['starts with'] = 'comeca com'; -$lang['contains'] = 'contem'; -$lang['ends with'] = 'termina com'; -$lang['sounds like'] = 'e semelhante a'; +$lang['starts with'] = 'inicia com';//'starts with'; +$lang['ends with'] = 'termina com';//'ends with'; +$lang['sounds like'] = 'é semelhante a';//'sounds like'; + // server_info.php -$lang['could_not_fetch_server_info'] = 'Incapaz de obter informações LDAP à partir do servidor'; -$lang['server_info_for'] = 'Informações do servidor: '; -$lang['server_reports_following'] = 'O servidor forneceu as seguintes informações sobre si mesmo'; -$lang['nothing_to_report'] = 'O servidor não tem nenhuma informação sobre si mesmo para fornecer.'; +$lang['could_not_fetch_server_info'] = 'Não foi possível obter informação LDAP do servidor';//'Could not retrieve LDAP information from the server'; +$lang['server_info_for'] = 'Informações do servidor: ';//'Server info for: '; +$lang['server_reports_following'] = 'O servidor forneceu a seguinte informação sobre si mesmo';//'Server reports the following information about itself'; +$lang['nothing_to_report'] = 'Este servidor não tem nada a informar';//'This server has nothing to report.'; //update.php -$lang['update_array_malformed'] = 'update_array est&aaculte; mal-formado. Isto pode ser um problema/defeito do phpLDAPadmin. Por favor comunique isto.'; -$lang['could_not_perform_ldap_modify'] = 'Impossível realizar operação ldap_modify.'; +$lang['update_array_malformed'] = 'update_array danificado. Isto pode ser um bug do phpLDAPadmin. Por favor informe.';//'update_array is malformed. This might be a phpLDAPadmin bug. Please report it.'; +$lang['could_not_perform_ldap_modify'] = 'Não foi possível realizar a operação ldap_modify.';//'Could not perform ldap_modify operation.'; // update_confirm.php -$lang['do_you_want_to_make_these_changes'] = 'Você confirma estas alterações?'; -$lang['attribute'] = 'Atributo'; -$lang['old_value'] = 'Valor Antigo'; -$lang['new_value'] = 'Valor Novo'; -$lang['attr_deleted'] = '[atributo apagado]'; -$lang['commit'] = 'Confirma'; -$lang['cancel'] = 'Cancela'; -$lang['you_made_no_changes'] = 'Você não fez nenhuma alteração.'; -$lang['go_back'] = 'Voltar'; +$lang['do_you_want_to_make_these_changes'] = 'Você confirma estas alterações?';//'Do you want to make these changes?'; +$lang['attribute'] = 'Atributo';//'Attribute'; +$lang['old_value'] = 'Valor Antigo';//'Old Value'; +$lang['new_value'] = 'Valor Novo';//'New Value'; +$lang['attr_deleted'] = '[atributo excluído]';//'[attribute deleted]'; +$lang['commit'] = 'Confirmar';//'Commit'; +$lang['cancel'] = 'Cancelar';//'Cancel'; +$lang['you_made_no_changes'] = 'Você não fez alterações';//'You made no changes'; +$lang['go_back'] = 'Voltar';//'Go back'; // welcome.php -$lang['welcome_note'] = 'Use o menu a esquerda para navegar'; -$lang['credits'] = 'Créditos'; -$lang['changelog'] = 'Últimas Atualizações'; -$lang['documentation'] = 'Documentação'; +$lang['welcome_note'] = 'Use o menu à esquerda para navegar';//'Use the menu to the left to navigate'; +$lang['credits'] = 'Créditos';//'Credits'; +$lang['changelog'] = 'Log de Alterações';//'ChangeLog'; +$lang['donate'] = 'Contribuir';//'Donate'; // view_jpeg_photo.php -$lang['unsafe_file_name'] = 'Nome de arquivo inseguro: '; -$lang['no_such_file'] = 'Nome de arquivo não encontrado: '; +$lang['unsafe_file_name'] = 'Nome de arquivo inseguro: ';//'Unsafe file name: '; +$lang['no_such_file'] = 'Arquivo inexistente: ';//'No such file: '; //function.php -$lang['auto_update_not_setup'] = 'Você ativou o recurso auto_uid_numbers para %s na sua configuração, - mas você não definiu auto_uid_number_mechanism. Por favor, corrija este problema.'; -$lang['uidpool_not_set'] = 'Você especificou o recurso auto_uid_number_mechanism como uidpool - na sua configuração para o servidor %s, mas você não definiu - audo_uid_number_uid_pool_dn. Por favor, corrija este problema.'; -$lang['uidpool_not_exist'] = 'Aparentemente, o objeto uidPool que você especificou (%s) - não existe.'; -$lang['specified_uidpool'] = 'Você especificou o recurso auto_uid_number_mechanism como search na sua - configuração para o servidor %s, mas você não definiu - auto_uid_number_search_base. Por favor, corrija este problema.'; -$lang['auto_uid_invalid_value'] = 'Você especificou um valor inválido para o recurso auto_uid_number_mechanism (%s) - na sua configuração. Apenas uidpool e search são válidos. - Por favor, corrija este problema.'; -$lang['error_auth_type_config'] = 'Erro: Seu arquivo de configuração possui um erro. Os únicos valores permitidos para - auth_type na seção $servers são \'config\' e \'form\'. Você usou \'%s\', - o que não é permitido. '; -$lang['php_install_not_supports_tls'] = 'Sua instalação do PHP não suporta TLS'; -$lang['could_not_start_tls'] = 'Impossível inicializar TLS.
Por favor, verifique a configuração do seu servidor LDAP.'; -$lang['auth_type_not_valid'] = 'Seu arquivo de configuração possui um erro. O valor %s para auth_type não é permitido.'; -$lang['ldap_said'] = 'O servidor LDAP respondeu: %s

'; -$lang['ferror_error'] = 'Erro'; -$lang['fbrowse'] = 'Procurar'; -$lang['delete_photo'] = 'Apagar Imagem'; -$lang['install_not_support_blowfish'] = 'Sua instalação do PHP não suporta encriptação blowfish.'; -$lang['install_no_mash'] = 'Sua instalação do PHP não possui a função mhash(). Impossível realizar encriptações SHA.'; -$lang['jpeg_contains_errors'] = 'jpegPhoto possui erros
'; -$lang['ferror_number'] = 'Número do erro: %s (%s)

'; -$lang['ferror_discription'] = 'Descrição: %s

'; -$lang['ferror_number_short'] = 'Número do erro: %s

'; -$lang['ferror_discription_short'] = 'Descrição: (nenhuma descrição disponível)
'; -$lang['ferror_submit_bug'] = 'Isto é um problema/defeito do phpLDAPadmin? Se sim, por favor comunique isto.'; -$lang['ferror_unrecognized_num'] = 'Número do erro desconhecido: '; -$lang['ferror_nonfatil_bug'] = '
-
- Você encontrou um erro não-fatal do phpLDAPadmin!
Erro:%s (%s)
Arquivo:%s Linha %s, Requisitante %s
Versões:PLA: %s, PHP: %s, SAPI: %s -
Servidor Web:%s
- Por favor, comunique este problema clicando aqui.

'; - -$lang['ferror_congrats_found_bug'] = 'Parabéns! Você encontrou um problema/defeito no phpLDAPadmin.

- - - - - - - - - - -
Erro:%s
Nível:%s
Arquivo:%s
Linha:%s
Requisitante:%s
Versão do PLA:%s
Versão do PHP:%s
PHP SAPI:%s
Servidor Web:%s
-
- Por favor comunique esse problema/defeito clicando abaixo!'; +$lang['auto_update_not_setup'] = 'Você habilitou auto_uid_numbers para %s na sua configuração, mas você não especificou auto_uid_number_mechanism. Por favor corrija este problema.';//"You have enabled auto_uid_numbers for %s in your configuration, but you have not specified the auto_uid_number_mechanism. Please correct this problem.'; +$lang['uidpool_not_set'] = 'Você especificou o "auto_uid_number_mechanism" como "uidpool" na sua configuração para o servidor %s, mas você não especificou o audo_uid_number_uid_pool_dn. Por favor especifique-o antes de continuar.';//"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'] = 'Parece que o uidPool que você especificou na sua configuração (%s) não existe.';//"It appears that the uidPool you specified in your configuration (%s) does not exist.'; +$lang['specified_uidpool'] = 'Você especificou o "auto_uid_number_mechanism" como "busca" na sua configuração para o servidor %s, mas você não especificou o "auto_uid_number_search_base". Por favor especifique-o antes de continuar.';//"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'] = 'Problema ao conectar ao %s com as suas credenciais auto_uid. Por favor verifique seu arquivo de configuração.';// 'Unable to bind to %s with your with auto_uid credentials. Please check your configuration file.'; +$lang['bad_auto_uid_search_base'] = 'Sua configuração do phpLDAPadmin especifica que o auto_uid_search_base é inválido para o servidor %s';//'Your phpLDAPadmin configuration specifies an invalid auto_uid_search_base for server %s'; +$lang['auto_uid_invalid_value'] = 'Você especificou um valor inválido para auto_uid_number_mechanism ("%s") na sua configuração. Somente "uidpool" e "busca" são válidos. Por favor corrija este problema.';//"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'] = 'Erro: Você tem um erro no seu arquivo de configuração. Os dois únicos valores permitidos para auth_type na seção $servers são \'config\' e \'form\'. Você entrou \'%s\', que não é permitido.';//"Error: You have an error in your config file. The only two allowed values for 'auth_type' in the $servers section are 'config' and 'form'. You entered '%s', which is not allowed. '; + +$lang['php_install_not_supports_tls'] = 'Sua instalação do PHP não suporta TLS';//"Your PHP install does not support TLS'; +$lang['could_not_start_tls'] = 'Impossível iniciar TLS. Por favor verifique a configuração do servidor LDAP.';//"Could not start TLS.
Please check your LDAP server configuration.'; +$lang['could_not_bind_anon'] = 'Não foi possível conectar ao servidor anonimamente.';//'Could not bind anonymously to server.'; +$lang['could_not_bind'] = 'Não foi possível conectar ao servidor LDAP.';//'Could not bind to the LDAP server.'; +$lang['anonymous_bind'] = 'Conexão anônima';//'Anonymous Bind'; +$lang['bad_user_name_or_password'] = 'Usuário ou senha inválido. Por favor tente novamente.';//'Bad username or password. Please try again.'; +$lang['redirecting_click_if_nothing_happens'] = 'Redirecionando... Clique aqui se nada acontecer.';//'Redirecting... Click here if nothing happens.'; +$lang['successfully_logged_in_to_server'] = 'Conexão estabelecida com sucesso no sevidor %s';//'Successfully logged into server %s'; +$lang['could_not_set_cookie'] = 'Não foi possível criar o cookie.';//'Could not set cookie.'; +$lang['ldap_said'] = 'O servidor LDAP respondeu: %s';//"LDAP said: %s

'; +$lang['ferror_error'] = 'Erro';//"Error'; +$lang['fbrowse'] = 'procurar';//"browse'; +$lang['delete_photo'] = 'Excluir imagem';//"Delete Photo'; +$lang['install_not_support_blowfish'] = 'Sua instalação do PHP não suporta codificação blowfish.';//"Your PHP install does not support blowfish encryption.'; +$lang['install_not_support_md5crypt'] = 'Sua instalação do PHP não suporta codificação md5crypt.';//'Your PHP install does not support md5crypt encryption.'; +$lang['install_no_mash'] = 'Sua instalação do PHP não tem a função mhash(). Impossível fazer transformações SHA.';// "Your PHP install does not have the mhash() function. Cannot do SHA hashes.'; +$lang['jpeg_contains_errors'] = 'Foto jpeg contém erros
';//"jpegPhoto contains errors
'; +$lang['ferror_number'] = 'Erro número: %s (%s)';//"Error number: %s (%s)

'; +$lang['ferror_discription'] ='Descrição: %s

';// "Description: %s

'; +$lang['ferror_number_short'] = 'Erro número: %s

';//"Error number: %s

'; +$lang['ferror_discription_short'] = 'Descrição: (descrição não disponível
';//"Description: (no description available)
'; +$lang['ferror_submit_bug'] = 'Isto é um bug do phpLDAPadmin? Se for, por favor informe.';//"Is this a phpLDAPadmin bug? If so, please report it.'; +$lang['ferror_unrecognized_num'] = 'Número do erro desconhecido: ';//"Unrecognized error number: '; + +$lang['ferror_nonfatil_bug'] = '
Você encontrou um bug não-fatal no phpLDAPadmin!
Erro:%s (%s)
Arquivo:%s linha %s, solicitante %s
Versão:PLA: %s, PHP: %s, SAPI: %s
Servidor Web:%s

';//"
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'] = 'Parabéns! Você encontrou um bug no phpLDAPadmin.

Erro:%s
Nível:%s
Arquivo:%s
Linha:%s
Caller:%s
PLA Vers&atile;o:%s
PHP Vers&atile;o:%s
PHP SAPI:%s
Servidor Web:%s

Por favor informe o bug clicando abaixo!';//"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'] = 'Importar Arquivo LDIF'; -$lang['select_ldif_file'] = 'Selecione um arquivo LDIF:'; -$lang['select_ldif_file_proceed'] = 'Prosseguir >>'; +$lang['import_ldif_file_title'] = 'Importar arquivo LDIF';//'Import LDIF File'; +$lang['select_ldif_file'] = 'Selecionar um arquivo LDIF';//'Select an LDIF file:'; +$lang['select_ldif_file_proceed'] = 'Continuar >>';//'Proceed >>'; +$lang['dont_stop_on_errors'] = 'Não parar quando der erro';//'Don\'t stop on errors'; //ldif_import -$lang['add_action'] = 'Adicionando...'; -$lang['delete_action'] = 'Apagando...'; -$lang['rename_action'] = 'Renomeando...'; -$lang['modify_action'] = 'Modificando...'; - -$lang['failed'] = 'falhou'; -$lang['ldif_parse_error'] = 'Erro Analisando Arquivo LDIF'; -$lang['ldif_could_not_add_object'] = 'Impossível adicionar objeto:'; -$lang['ldif_could_not_rename_object'] = 'Impossível renomear objeto:'; -$lang['ldif_could_not_delete_object'] = 'Impossível apagar objeto:'; -$lang['ldif_could_not_modify_object'] = 'Impossível modificar objeto:'; -$lang['ldif_line_number'] = 'Número da Linha:'; -$lang['ldif_line'] = 'Linha:'; +$lang['add_action'] = 'Inserindo...';//'Adding...'; +$lang['delete_action'] = 'Deletando...';//'Deleting...'; +$lang['rename_action'] = 'Renomeando...';//'Renaming...'; +$lang['modify_action'] = 'Alterando...';//'Modifying...'; +$lang['warning_no_ldif_version_found'] = 'Nenhuma versão encontrada. Assumindo 1.';//'No version found. Assuming 1.'; +$lang['valid_dn_line_required'] = 'Uma linha dn válida é obrigatória.';//'A valid dn line is required.'; +$lang['missing_uploaded_file'] = 'Arquivo carregado perdido.';//'Missing uploaded file.'; +$lang['no_ldif_file_specified.'] = 'Nenhum arquivo LDIF especificado. Por favor tente novamente.';//'No LDIF file specified. Please try again.'; +$lang['ldif_file_empty'] = 'Arquivo LDIF carregado está vazio.';// 'Uploaded LDIF file is empty.'; +$lang['empty'] = 'vazio';//'empty'; +$lang['file'] = 'Arquivo';//'File'; +$lang['number_bytes'] = '%s bytes';//'%s bytes'; + +$lang['failed'] = 'Falhou';//'failed'; +$lang['ldif_parse_error'] = 'Erro Analisando Arquivo LDIF';//'LDIF Parse Error'; +$lang['ldif_could_not_add_object'] = 'Não foi possível inserir objeto:';//'Could not add object:'; +$lang['ldif_could_not_rename_object'] = 'Não foi possível renomear objeto:';//'Could not rename object:'; +$lang['ldif_could_not_delete_object'] = 'Não foi possível excluir objeto:';//'Could not delete object:'; +$lang['ldif_could_not_modify_object'] = 'Não foi possível alterar objeto:';//'Could not modify object:'; +$lang['ldif_line_number'] = 'Linha Número:';//'Line Number:'; +$lang['ldif_line'] = 'Linha:';//'Line:'; + +//delete_form +$lang['sure_permanent_delete_object']='Você tem certeza que deseja excluir este objeto permanentemente?';//'Are you sure you want to permanently delete this object?'; +$lang['permanently_delete_children']='Exluir permanentemente todos os objetos filho também?';//'Permanently delete all children also?'; + +$lang['list_of_entries_to_be_deleted'] = 'Lista de objetos a serem deletados: ';//'List of entries to be deleted:'; +$lang['dn'] = 'DN'; //'DN'; + +// Exports +$lang['export_format'] = 'Formato para exportar';// 'Export format'; +$lang['line_ends'] = 'Fins de linha'; //'Line ends'; +$lang['must_choose_export_format'] = 'Você deve especificar um formato para exportar';//'You must choose an export format.'; +$lang['invalid_export_format'] = 'Formato para exportação inválido';//'Invalid export format'; +$lang['no_exporter_found'] = 'Nenhum exportador de arquivos encontrado.';//'No available exporter found.'; +$lang['error_performing_search'] = 'Erro encontrado enquanto fazia a pesquisa.';//'Encountered an error while performing search.'; +$lang['showing_results_x_through_y'] = 'Mostrando resultados %s através %s.';//'Showing results %s through %s.'; +$lang['searching'] = 'Pesquisando...';//'Searching...'; +$lang['size_limit_exceeded'] = 'Aviso, limite da pesquisa excedido.';//'Notice, search size limit exceeded.'; +$lang['entry'] = 'Objeto';//'Entry'; +$lang['ldif_export_for_dn'] = 'Exportação LDIF para: %s'; //'LDIF Export for: %s'; +$lang['generated_on_date'] = 'Gerado pelo phpLDAPadmin no %s';//'Generated by phpLDAPadmin on %s'; +$lang['total_entries'] = 'Total de objetos';//'Total Entries'; +$lang['dsml_export_for_dn'] = 'Exportação DSLM para: %s';//'DSLM Export for: %s'; + +// logins +$lang['could_not_find_user'] = 'Não foi possível encontrar o usuário "%s"';//'Could not find a user "%s"'; +$lang['password_blank'] = 'Você deixou a senha vazia.';//'You left the password blank.'; +$lang['login_cancelled'] = 'Login cancelado.';//'Login cancelled.'; +$lang['no_one_logged_in'] = 'Ninguém está conectado neste servidor.';//'No one is logged in to that server.'; +$lang['could_not_logout'] = 'Não foi possível desconectar.';//'Could not logout.'; +$lang['unknown_auth_type'] = 'auth_type desconhecido: %s';//'Unknown auth_type: %s'; +$lang['logged_out_successfully'] = 'Desconectado com sucesso do servidor %s';//'Logged out successfully from server %s'; +$lang['authenticate_to_server'] = 'Autenticar no servidor %s';//'Authenticate to server %s'; +$lang['warning_this_web_connection_is_unencrypted'] = 'Aviso: Esta conexão NÃO é criptografada.';//'Warning: This web connection is unencrypted.'; +$lang['not_using_https'] = 'Você não está usando \'https\'. O navegador internet vai transmitir as informações de login sem criptografar.';// 'You are not use \'https\'. Web browser will transmit login information in clear text.'; +$lang['login_dn'] = 'Login DN';//'Login DN'; +$lang['user_name'] = 'Nome de usuário';//'User name'; +$lang['password'] = 'Senha';//'Password'; +$lang['authenticate'] = 'Autenticar';//'Authenticate'; + +// Entry browser +$lang['entry_chooser_title'] = 'Selecionador de objeto';//'Entry Chooser'; + +// Index page +$lang['need_to_configure'] = 'Você deve configurar o phpLDAPadmin. Faça isso editando o arquivo \'config.php\'. Um arquivo de exemplo é fornecido em \'config.php.example\'';// ';//'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'] = 'Exclusões não permitidas no modo somente leitura.';//'Deletes not allowed in read only mode.'; +$lang['error_calling_mass_delete'] = 'Erro chamando mass_delete.php. Faltando mass_delete nas variáveis POST.';//'Error calling mass_delete.php. Missing mass_delete in POST vars.'; +$lang['mass_delete_not_array'] = 'a variável POST mass_delete não é um conjunto';//'mass_delete POST var is not an array.'; +$lang['mass_delete_not_enabled'] = 'Exclusão em massa não habilitada. Por favor habilite-a no arquivo config.php antes de continuar';//'Mass deletion is not enabled. Please enable it in config.php before proceeding.'; +$lang['mass_deleting'] = 'Exclusão em massa';//'Mass Deleting'; +$lang['mass_delete_progress'] = 'Progresso da exclusão no servidor "%s"';//'Deletion progress on server "%s"'; +$lang['malformed_mass_delete_array'] = 'Conjunto mass_delete danificado.';//'Malformed mass_delete array.'; +$lang['no_entries_to_delete'] = 'Você não selecionou nenhum objeto para excluir';//'You did not select any entries to delete.'; +$lang['deleting_dn'] = 'Excluindo %s';//'Deleting %s'; +$lang['total_entries_failed'] = '%s de %s objetos falharam na exclusão.';//'%s of %s entries failed to be deleted.'; +$lang['all_entries_successful'] = 'Todos objetos foram excluídos com sucesso.';//'All entries deleted successfully.'; +$lang['confirm_mass_delete'] = 'Confirme exclusão em massa de %s objetos no servidor %s';//'Confirm mass delete of %s entries on server %s'; +$lang['yes_delete'] = 'Sim, excluir!';//'Yes, delete!'; + + +// Renaming entries +$lang['non_leaf_nodes_cannot_be_renamed'] = 'Você não pode renomear um objeto que tem objetos filhos (isto é, a operação de renomear não é permitida em objetos não-folha)';// 'You cannot rename an entry which has children entries (eg, the rename operation is not allowed on non-leaf entries)'; +$lang['no_rdn_change'] = 'Você não alterou o RDN';//'You did not change the RDN'; +$lang['invalid_rdn'] = 'Valor RDN inválido';//'Invalid RDN value'; +$lang['could_not_rename'] = 'Não foi possível renomear o objeto';//'Could not rename the entry'; + + ?> --- phpldapadmin-0.9.4.orig/lang/recoded/ca.php +++ phpldapadmin-0.9.4/lang/recoded/ca.php @@ -1,5 +1,5 @@
Has trobat un error fatal del phpLDAPadmin!
Error:%s (%s)
Arxiu: %s línia %s, caller %s
Versions:PLA: %s, PHP: %s, SAPI: %s -
Servidor Web:%s
- Envía aquesta errada fent click aquí.

'; + Servidor Web:%s

'; $lang['ferror_congrats_found_bug'] = 'Felicitats! Has trobat una errada al phpLDAPadmin.

--- phpldapadmin-0.9.4.orig/lang/recoded/de.php +++ phpldapadmin-0.9.4/lang/recoded/de.php @@ -6,7 +6,7 @@ * Modifikationen von Dieter Kluenter * * - * $Header: /cvsroot/phpldapadmin/phpldapadmin/lang/recoded/de.php,v 1.19 2004/04/26 19:49:36 i18phpldapadmin Exp $ + * $Header: /cvsroot/phpldapadmin/phpldapadmin/lang/de.php,v 1.22 2004/04/26 19:49:36 i18phpldapadmin Exp $ * * Verwendete CVS-Version von en.php 1.65 */ @@ -424,7 +424,7 @@ $lang['ferror_submit_bug'] = 'Ist das ein phpLDAPadmin Fehler? Wenn dies so ist, dann bitte darüber berichten';//"Is this a phpLDAPadmin bug? If so, please report it.'; $lang['ferror_unrecognized_num'] = 'Unbekannte Fehlernummer:';//"Unrecognized error number: '; -$lang['ferror_nonfatil_bug'] = '
Error:%s
Ein nicht fataler Fehler in phpLDAPadmin gefunden!
Fehler:%s (%s)
Datei:%sZeile:%s, aufgerufen von %s
Version:PLA: %s, PHP: %s, SAPI: %s
Web server:%s
Bitte diesen Fehler melden (durch anklicken)..

';//"
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_nonfatil_bug'] = '
Ein nicht fataler Fehler in phpLDAPadmin gefunden!
Fehler:%s (%s)
Datei:%sZeile:%s, aufgerufen von %s
Version:PLA: %s, PHP: %s, SAPI: %s
Web server:%s

';//"
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'] = '
Gratulation, einen Fehler in phpLDAPadmin gefunden!
Fehler:%s (%s)
Datei:%sZeile:%s, aufgerufen von %s
Version:PLA: %s, PHP: %s, SAPI: %s
Web server:%s
Bitte diesen Fehler melden (durch anklicken)..

';//"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!'; --- phpldapadmin-0.9.4.orig/lang/recoded/en.php +++ phpldapadmin-0.9.4/lang/recoded/en.php @@ -1,5 +1,5 @@
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.

'; + Web server:%s

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

--- phpldapadmin-0.9.4.orig/lang/recoded/es.php +++ phpldapadmin-0.9.4/lang/recoded/es.php @@ -1,5 +1,5 @@ dínoslo.'; $lang['ferror_unrecognized_num'] = 'Número de error desconocido: '; $lang['ferror_nonfatil_bug'] = '
Error:%s
+ Has encontrado un error menor del phpLDAPadmin!
- Has encontrado un error fatal del phpLDAPadmin!
Error:%s (%s)
Archivo:
Error:%s (%s)
Archivo: %s línea %s, caller %s
Versiones:PLA: %s, PHP: %s, SAPI: %s -
Servidor Web:%s
- Envía este error haciendo click aquí.

'; + Servidor Web:%s

'; $lang['ferror_congrats_found_bug'] = 'Felicidades! Has encontrado un error en el phpLDAPadmin.

--- phpldapadmin-0.9.4.orig/lang/recoded/fr.php +++ phpldapadmin-0.9.4/lang/recoded/fr.php @@ -11,7 +11,7 @@ * * Thank you! * - * $Header: /cvsroot/phpldapadmin/phpldapadmin/lang/recoded/fr.php,v 1.16 2004/03/07 17:39:07 xrenard Exp $ + * $Header: /cvsroot/phpldapadmin/phpldapadmin/lang/fr.php,v 1.24 2004/03/07 17:37:41 xrenard Exp $ */ /* @@ -412,8 +412,8 @@ $lang['ferror_nonfatil_bug'] = '
Error:%s
Vous avez trouvé un bogue non fatal dans phpLDAPAdmin!
Erreur:%s (%s)
Fichier: %s ligne %s, origine de l\'appel %s
Versions:PLA: %s, PHP: %s, SAPI: %s -
Serveur Web:%s
- S\'il vous plaît, veuillez rapporter ce bogue en cliquant ici.

'; + Serveur Web:%s

'; $lang['ferror_congrats_found_bug'] = 'Félicitations! Vous avez trouvé un bogue dans phpLDAPadmin.

--- phpldapadmin-0.9.4.orig/lang/recoded/nl.php +++ phpldapadmin-0.9.4/lang/recoded/nl.php @@ -1,5 +1,5 @@ bugreport invullen';//"Is this a phpLDAPadmin bug? If so, please report it.'; $lang['ferror_unrecognized_num'] = 'Onbekend foutnummer:';//"Unrecognized error number: '; -$lang['ferror_nonfatil_bug'] = '
Erreur:%s
Een niet fatale fout in phpLDAPadmin gevonden!
Fout:%s (%s)
Bestand:%sRegel:%s, aangeroepen door %s
Versie:PLA: %s, PHP: %s, SAPI: %s
Web server:%s
Graag een bugreport invullen.

';//"
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_nonfatil_bug'] = '
Een niet fatale fout in phpLDAPadmin gevonden!
Fout:%s (%s)
Bestand:%sRegel:%s, aangeroepen door %s
Versie:PLA: %s, PHP: %s, SAPI: %s
Web server:%s

';//"
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'] = '
--- phpldapadmin-0.9.4.orig/lang/recoded/pl.php +++ phpldapadmin-0.9.4/lang/recoded/pl.php @@ -1,5 +1,5 @@
Gefeliciteerd! Een fout in phpLDAPadmin gevonden!
Znalazłeś błąd w phpLDAPadmin (nie krytyczny) !
BÅ‚Ä…d:%s (%s)
Plik: %s linia %s, wywołane z %s
Wersje:PLA: %s, PHP: %s, SAPI: %s -
Serwer Web:%s
- Proszę zgłoś ten błąd klikając tutaj.

'; + Serwer Web:%s

'; $lang['ferror_congrats_found_bug'] = 'Gratulacje ! Znalazłeś błąd w phpLDAPadmin.

--- phpldapadmin-0.9.4.orig/lang/recoded/sv.php +++ phpldapadmin-0.9.4/lang/recoded/sv.php @@ -1,5 +1,5 @@ @@ -325,8 +325,8 @@ $lang['ferror_nonfatil_bug'] = '
BÅ‚Ä…d:%s
Du har hittat en icke-kritisk phpLDAPadmin bug!
Fel:%s (%s)
Fil: %s rad %s, anropande %s
Versioner:PLA: %s, PHP: %s, SAPI: %s -
Web server:%s
- Var vänlig och rapportera felet genom att klicka här.

'; + Web server:%s

'; //'
--- phpldapadmin-0.9.4.orig/lang/pt-br.php +++ phpldapadmin-0.9.4/lang/pt-br.php @@ -1,4 +1,5 @@ DN'; -$lang['search_scope'] = 'Abrangência da Busca'; -$lang['search_ filter'] = 'Filtro de Busca'; -$lang['show_attributes'] = 'Exibir Atributos'; -$lang['Search'] = 'Buscar'; -// $lang['equals'] = 'equals'; -// $lang['starts_with'] = 'starts with'; -// $lang['contains'] = 'contains'; -// $lang['ends_with'] = 'ends with'; -// $lang['sounds_like'] = 'sounds like'; +$lang['simple_search_form_str'] = 'Formulário de busca Simples';//'Simple Search Form'; +$lang['advanced_search_form_str'] = 'Formulário de busca Avançada';//'Advanced Search Form'; +$lang['server'] = 'Servidor';//'Server'; +$lang['search_for_entries_whose'] = 'Buscar objetos cujo...';//'Search for entries whose'; +$lang['base_dn'] = 'Base DN';//'Base DN'; +$lang['search_scope'] = 'Abrangência da Busca';//'Search Scope'; +$lang['show_attributes'] = 'Exibir Atributos';//'Show Attributtes'; +$lang['Search'] = 'Buscar';//'Search'; +$lang['equals'] = 'igual';//'equals'; +$lang['contains'] = 'contém';//'contains'; +$lang['predefined_search_str'] = 'Selecione uma busca pré-definida';//'or select a predefined search'; +$lang['predefined_searches'] = 'Buscas pré-definidas';//'Predefined Searches'; +$lang['no_predefined_queries'] = 'Nenhum critério de busca foi definido no config.php';// 'No queries have been defined in config.php.'; + // Tree browser -$lang['request_new_feature'] = 'Requisitar um novo recurso'; -$lang['see_open_requests'] = 'Ver as requisições em aberto'; -$lang['report_bug'] = 'Comunicar um problema/defeito'; -$lang['see_open_bugs'] = 'Ver os problemas/defeitos em aberto'; -$lang['schema'] = 'esquemas'; -$lang['search'] = 'buscar'; -$lang['create'] = 'novo'; -$lang['info'] = 'info'; -$lang['import'] = 'importar'; -$lang['refresh'] = 'atualizar'; -$lang['logout'] = 'desconectar'; -$lang['create_new'] = 'Criar Novo'; -$lang['view_schema_for'] = 'ver esquemas de'; -$lang['refresh_expanded_containers'] = 'atualizar todos os containers abertos em'; -$lang['create_new_entry_on'] = 'criar um novo objeto em'; -$lang['view_server_info'] = 'visualizar as informações fornecidas pelo servidor'; -$lang['import_from_ldif'] = 'importar objetos de um arquivo LDIF'; -$lang['logout_of_this_server'] = 'desconectar deste servidor'; -$lang['logged_in_as'] = 'Conectado como: '; -$lang['read_only'] = 'somente leitura'; -$lang['could_not_determine_root'] = 'Incapaz de determinar a raiz do sua árvore LDAP.'; -$lang['ldap_refuses_to_give_root'] = 'Aparentemente o servidor LDAP foi configurado para ocultar sua raiz.'; -$lang['please_specify_in_config'] = 'Por favor, especifique no arquivo config.php'; -$lang['create_new_entry_in'] = 'Criar um novo objeto em'; -$lang['login_link'] = 'Conectar...'; +$lang['request_new_feature'] = 'Solicitar uma nova função';//'Request a new feature'; +$lang['report_bug'] = 'Comunicar um bug';//'Report a bug'; +$lang['schema'] = 'esquema';//'schema'; +$lang['search'] = 'buscar';//'search'; +$lang['refresh'] = 'atualizar';//'refresh'; +$lang['create'] = 'criar';//'create'; +$lang['info'] = 'info';//'info'; +$lang['import'] = 'importar';//'import'; +$lang['logout'] = 'desconectar';//'logout'; +$lang['create_new'] = 'Criar Novo';//'Create New'; +$lang['new'] = 'Novo';//'new'; +$lang['view_schema_for'] = 'Ver esquemas de';//'View schema for'; +$lang['refresh_expanded_containers'] = 'Atualizar todos containers abertos para';//'Refresh all expanded containers for'; +$lang['create_new_entry_on'] = 'Criar um novo objeto em';//'Create a new entry on'; +$lang['view_server_info'] = 'Ver informações fornecidas pelo servidor';//'View server-supplied information'; +$lang['import_from_ldif'] = 'Importar objetos de um arquivo LDIF';//'Import entries from an LDIF file'; +$lang['logout_of_this_server'] = 'Desconectar deste servidor';//'Logout of this server'; +$lang['logged_in_as'] = 'Conectado como: ';//'Logged in as: '; +$lang['read_only'] = 'somente leitura';//'read only'; +$lang['read_only_tooltip'] = 'Este atributo foi marcado como somente leitura pelo administrador do phpLDAPadmin';//This attribute has been flagged as read only by the phpLDAPadmin administrator'; +$lang['could_not_determine_root'] = 'Não foi possível determinar a raiz da sua árvore LDAP.';//'Could not determin the root of your LDAP tree.'; +$lang['ldap_refuses_to_give_root'] = 'Parece que o servidor LDAP foi configurado para não revelar seu root.';//'It appears that the LDAP server has been configured to not reveal its root.'; +$lang['please_specify_in_config'] = 'Por favor especifique-o no config.php';//'Please specify it in config.php'; +$lang['create_new_entry_in'] = 'Criar um novo objeto em';//'Create a new entry in'; +$lang['login_link'] = 'Conectar...';//'Login...'; +$lang['login'] = 'conectar';//'login'; // Entry display -$lang['delete_this_entry'] = 'Apagar este objeto'; -$lang['delete_this_entry_tooltip'] = 'Será solicitado que você confirme sua decisão'; -$lang['copy_this_entry'] = 'Copiar este objeto'; -$lang['copy_this_entry_tooltip'] = 'Copia este objeto para outro contexto, para um novo DN ou para outro servidor'; -$lang['export_to_ldif'] = 'Exportar para LDIF'; -$lang['export_to_ldif_tooltip'] = 'Salva um arquivo LDIF com os dados deste objeto'; -$lang['export_subtree_to_ldif_tooltip'] = 'Salva um arquivo LDIF com os dados deste objeto e todos os seus filhos'; -$lang['export_subtree_to_ldif'] = 'Exportar ramos para LDIF'; -$lang['export_mac'] = 'Arquivo texto do tipo Macintosh'; -$lang['export_win'] = 'Arquivo texto do tipo DOS/Windows'; -$lang['export_unix'] = 'Arquivo texto do tipo Unix'; -$lang['create_a_child_entry'] = 'Criar um objeto-filho'; -$lang['add_a_jpeg_photo'] = 'Adicionar uma imagem JPEG'; -$lang['rename_entry'] = 'Renomear Objeto'; -$lang['rename'] = 'Renomear'; -$lang['add'] = 'Adicionar'; -$lang['view'] = 'Ver'; -$lang['add_new_attribute'] = 'Adicionar Novo Atributo'; -$lang['add_new_attribute_tooltip'] = 'Adiciona um novo atributo/valor para este objeto'; -$lang['internal_attributes'] = 'Atributos Internos'; -$lang['hide_internal_attrs'] = 'Ocultar os atributos internos'; -$lang['show_internal_attrs'] = 'Exibir os atributos internos'; -$lang['internal_attrs_tooltip'] = 'Atributos configurados automaticamente pelo sistema'; -$lang['entry_attributes'] = 'Atributos do Objeto'; -$lang['attr_name_tooltip'] = 'Clique para visualizar a definição do esquema para atributos do tipo \'%s\''; -$lang['click_to_display'] = 'Clique em \'+\' para exibir'; -$lang['hidden'] = 'ocultos'; -$lang['none'] = 'nenhum'; -$lang['save_changes'] = 'Salvar Alterações'; -$lang['add_value'] = 'adicionar novo valor'; -$lang['add_value_tooltip'] = 'Adiciona um novo valor para o atributo \'%s\''; -$lang['refresh_entry'] = 'Atualizar'; -$lang['refresh_this_entry'] = 'Atualiza este objeto'; -$lang['delete_hint'] = "Dica: Para apagar um atributo, deixe o campo correspondente vazio e clique em 'Salvar Alterações'."; -$lang['attr_schema_hint'] = 'Dica: Para visualizar o esquema de um atributo, clique no nome do atributo desejado.'; -$lang['attrs_modified'] = 'Alguns atributos (%s) foram modificados e estão destacados abaixo.'; -$lang['attr_modified'] = 'Um atributo (%s) foi modificado e está destacado abaixo.'; -$lang['viewing_read_only'] = 'Visualizando o objeto em modo somente-leitura.'; -$lang['change_entry_rdn'] = 'Alterar o RDN deste objeto'; -$lang['no_new_attrs_available'] = 'não há mais atributos disponíveis para este objeto'; -$lang['binary_value'] = 'Valor binário'; -$lang['add_new_binary_attr'] = 'Adicionar Novo Atributo Binário'; -$lang['add_new_binary_attr_tooltip'] = 'Adiciona um novo atributo/valor binário de um arquivo para este objeto'; -$lang['alias_for'] = 'Nota: \'%s\' é um nome amigável para \'%s\''; -$lang['download_value'] = 'fazer download'; -$lang['delete_attribute'] = 'apagar atributo'; -$lang['true'] = 'verdadeiro'; -$lang['false'] = 'falso'; -$lang['none_remove_value'] = 'nenhum, remover o valor'; -$lang['really_delete_attribute'] = 'Deseja realmente apagar atributo'; +$lang['delete_this_entry'] = 'Excluir este objeto';//'Delete this entry'; +$lang['delete_this_entry_tooltip'] = 'Será solicitado que você confirme sua decisão';//'You will be prompted to confirm this decision'; +$lang['copy_this_entry'] = 'Copiar este objeto';//'Copy this entry'; +$lang['copy_this_entry_tooltip'] = 'Copiar este objeto para outro local, um novo DN, ou outro servidor';//'Copy this object to another location, a new DN, or another server'; +$lang['export'] = 'Exportar';//'Export to LDIF'; +$lang['export_tooltip'] = 'Salva um arquivo LDIF com os dados deste objeto';//'Save an LDIF dump of this object'; +$lang['export_subtree_tooltip'] = 'Salva um arquivo LDIF com os dados deste objeto e todos os seus filhos';//'Save an LDIF dump of this object and all of its children'; +$lang['export_subtree'] = 'Exportar sub-árvore para LDIF';//'Export subtree to LDIF'; +$lang['create_a_child_entry'] = 'Criar objeto filho';//'Create a child entry'; +$lang['rename_entry'] = 'Renomear objeto';//'Rename Entry'; +$lang['rename'] = 'Renomear';//'Rename'; +$lang['add'] = 'Inserir';//'Add'; +$lang['view'] = 'Ver';//'View'; +$lang['view_one_child'] = 'Ver 1 filho';//'View 1 child'; +$lang['view_children'] = 'Ver %s filhos';//'View %s children'; +$lang['add_new_attribute'] = 'Inserir Novo Atributo';//'Add New Attribute'; +$lang['add_new_objectclass'] = 'Inserir nova ObjectClass';//'Add new ObjectClass'; +$lang['hide_internal_attrs'] = 'Ocultar atributos internos';//'Hide internal attributes'; +$lang['show_internal_attrs'] = 'Exibir atributos internos';//'Show internal attributes'; +$lang['attr_name_tooltip'] = 'Clique para ver a definição do esquema para atributos do tipo \'%s\'';//'Click to view the schema defintion for attribute type \'%s\''; +$lang['none'] = 'nenhum';//'none'; +$lang['no_internal_attributes'] = 'Nenhum atributo interno.';//'No internal attributes'; +$lang['no_attributes'] = 'Este objeto não tem atributos.';//'This entry has no attributes'; +$lang['save_changes'] = 'Salvar Alterações';//'Save Changes'; +$lang['add_value'] = 'inserir valor';//'add value'; +$lang['add_value_tooltip'] = 'Insere um novo valor para o atributo \'%s\'';//'Add an additional value to this attribute'; +$lang['refresh_entry'] = 'Atualizar';// 'Refresh'; +$lang['refresh_this_entry'] = 'Atualizar este objeto';//'Refresh this entry'; +$lang['delete_hint'] = 'Dica: Para apagar um atributo, apague o conteúdo do campo de texto e clique salvar.';//'Hint: To delete an attribute, empty the text field and click save.'; +$lang['attr_schema_hint'] = 'Dica: Para ver o esquema de um atributo clique no nome do atributo.';//'Hint: To view the schema for an attribute, click the attribute name.'; +$lang['attrs_modified'] = 'Alguns atributos (%s) foram modificados e estão destacados abaixo.';//'Some attributes (%s) were modified and are highlighted below.'; +$lang['attr_modified'] = 'Um atributo (%s) foi modificado e está destacado abaixo';//'An attribute (%s) was modified and is highlighted below.'; +$lang['viewing_read_only'] = 'Vizualizando objeto em modo somente-leitura.';//'Viewing entry in read-only mode.'; +$lang['no_new_attrs_available'] = 'novos atributos não disponíveis para este objeto.';//'no new attributes available for this entry'; +$lang['no_new_binary_attrs_available'] = 'novos atributos binários não disponíveis para este objeto.';//'no new binary attributes available for this entry'; +$lang['binary_value'] = 'Valor binário';//'Binary value'; +$lang['add_new_binary_attr'] = 'Inserir novo atributo binário';//'Add New Binary Attribute'; +$lang['alias_for'] = 'Nota: \'%s\' é um alias para \'%s\'';//'Note: \'%s\' is an alias for \'%s\''; +$lang['download_value'] = 'download do valor';//'download value'; +$lang['delete_attribute'] = 'apagar atributo';//'delete attribute'; +$lang['true'] = 'verdadeiro';//'true'; +$lang['false'] = 'falso';//'false'; +$lang['none_remove_value'] = 'nenhum, remover valor';//?? //'none, remove value'; +$lang['really_delete_attribute'] = 'Deseja realmente apagar atributo';//'Really delete attribute'; +$lang['add_new_value'] = 'Inserir novo valor';//'Add New Value'; // Schema browser -$lang['the_following_objectclasses'] = 'As seguintes classes de objetos são suportadas por este servidor LDAP.'; -$lang['the_following_attributes'] = 'Os seguintes tipos de atributos são suportados por este servidor LDAP.'; -$lang['the_following_matching'] = 'As seguintes regras de consistência/b> são suportadas por este servidor LDAP.'; -$lang['the_following_syntaxes'] = 'As seguintes regras de sintaxe são suportadas por este servidor LDAP.'; -$lang['jump_to_objectclass'] = 'Ir para uma classe de objetos'; -$lang['jump_to_attr'] = 'Ir para um atributo'; -$lang['schema_for_server'] = 'Esquemas do servidor'; -$lang['required_attrs'] = 'Atributos Necessários'; -$lang['optional_attrs'] = 'Atributos Opcionais'; -$lang['OID'] = 'OID'; -$lang['desc'] = 'Descrição'; -$lang['name'] = 'Nome'; -$lang['is_obsolete'] = 'Essa classe de objetos é obsoleta'; -$lang['inherits'] = 'Herda de'; -$lang['jump_to_this_oclass'] = 'Ir para a definição desta classe de objetos'; -$lang['matching_rule_oid'] = 'OID da Regra de Consistência'; -$lang['syntax_oid'] = 'OID da Regra de Sintaxe'; -$lang['not_applicable'] = 'não aplicável'; -$lang['not_specified'] = 'não especificado'; +$lang['the_following_objectclasses'] = 'As seguintes Classes de objetos são suportadas por este servidor LDAP.';//'The following objectClasses are supported by this LDAP server.'; +$lang['the_following_attributes'] = 'Os seguintes tipos de atributos são suportadas por este servidor LDAP.';//'The following attributeTypes are supported by this LDAP server.'; +$lang['the_following_matching'] = 'As seguintes regras de consistência são suportadas por este servidor LDAP.';//'The following matching rules are supported by this LDAP server.'; +$lang['the_following_syntaxes'] = 'As seguintes sintaxes são suportadas por este servidor LDAP.';//'The following syntaxes are supported by this LDAP server.'; +$lang['schema_retrieve_error_1']='O servidor não suporta o protocolo LDAP completamente.';//'The server does not fully support the LDAP protocol.'; +$lang['schema_retrieve_error_2']='Sua versão do PHP não executa a consulta corretamente.';//'Your version of PHP does not correctly perform the query.'; +$lang['schema_retrieve_error_3']='Ou, por fim, o phpLDAPadmin não sabe como buscar o esquema para o seu servidor.';//'Or lastly, phpLDAPadmin doesn\'t know how to fetch the schema for your server.'; +$lang['jump_to_objectclass'] = 'Ir para uma classe de objetos';//'Jump to an objectClass'; +$lang['jump_to_attr'] = 'Ir para um tipo de atributo';//'Jump to an attribute'; +$lang['jump_to_matching_rule'] = 'Ir para regras de consistência';//'Jump to a matching rule'; +$lang['schema_for_server'] = 'Esquema para servidor';//'Schema for server'; +$lang['required_attrs'] = 'Atributos Obrigatórios';//'Required Attributes'; +$lang['optional_attrs'] = 'Atributos Opcionais';//'Optional Attributes'; +$lang['optional_binary_attrs'] = 'Atributos Binários Opcionais';//'Optional Binary Attributes'; +$lang['OID'] = 'OID';//'OID'; +$lang['aliases']='Apelidos';//'Aliases'; +$lang['desc'] = 'Descrição';//'Description'; +$lang['no_description']='sem descrição';//'no description'; +$lang['name'] = 'Nome';//'Name'; +$lang['equality']='Igualdade';//'Equality'; +$lang['is_obsolete'] = 'Esta classe de objeto está obsoleta.';//'This objectClass is obsolete'; +$lang['inherits'] = 'Herda de';//'Inherits'; +$lang['inherited_from']='Herdado de';//inherited from'; +$lang['parent_to'] = 'Pai para';//'Parent to'; +$lang['jump_to_this_oclass'] = 'Ir para definição desta classe de objeto';//'Jump to this objectClass definition'; +$lang['matching_rule_oid'] = 'OID da Regra de consistência';//'Matching Rule OID'; +$lang['syntax_oid'] = 'OID da Sintaxe';//'Syntax OID'; +$lang['not_applicable'] = 'não aplicável';//'not applicable'; +$lang['not_specified'] = 'não especificado';//not specified'; +$lang['character']='caracter';//'character'; +$lang['characters']='caracteres';//'characters'; +$lang['used_by_objectclasses']='Usado por classes de objetos';//'Used by objectClasses'; +$lang['used_by_attributes']='Usado por Atributos';//'Used by Attributes'; +$lang['oid']='OID'; +$lang['obsolete']='Obsoleto';//'Obsolete'; +$lang['ordering']='Ordenando';//'Ordering'; +$lang['substring_rule']='Regra de substring';//'Substring Rule'; +$lang['single_valued']='Avaliado sozinho';//'Single Valued'; +$lang['collective']='Coletivo';//'Collective'; +$lang['user_modification']='Alteração do usuário';//'User Modification'; +$lang['usage']='Uso';//'Usage'; +$lang['maximum_length']='Tamanho Máximo';//'Maximum Length'; +$lang['attributes']='Tipos de Atriburos';//'Attributes Types'; +$lang['syntaxes']='Sintaxes';//'Syntaxes'; +$lang['objectclasses']='Classe de Objetos';//'objectClasses'; +$lang['matchingrules']='Regra de consistência';//'Matching Rules'; +$lang['could_not_retrieve_schema_from']='Não foi possível encontrar esquema de';//'Could not retrieve schema from'; +$lang['type']='Tipo';// 'Type'; // Deleting entries -$lang['entry_deleted_successfully'] = 'Objeto \'%s\' apagado com sucesso.'; -$lang['you_must_specify_a_dn'] = 'Você precisa especificar o DN'; -$lang['could_not_delete_entry'] = 'Impossível apagar o objeto: %s'; +$lang['entry_deleted_successfully'] = 'Objeto \'%s\' excluído com sucesso.';//'Entry \'%s\' deleted successfully.'; +$lang['you_must_specify_a_dn'] = 'Você deve especificar um DN';//'You must specify a DN'; +$lang['could_not_delete_entry'] = 'Não foi possível excluir o objeto: %s';//'Could not delete the entry: %s'; +$lang['no_such_entry'] = 'Objeto inexistente: %s';//'No such entry: %s'; +$lang['delete_dn'] = 'Excluir %s';//'Delete %s'; +$lang['entry_is_root_sub_tree'] = 'Este objeto é a raiz de uma sub-árvore e contém %s objetos.';//'This entry is the root of a sub-tree containing %s entries.'; +$lang['view_entries'] = 'Ver objetos';//'view entries'; +$lang['confirm_recursive_delete'] = 'o phpLDAPadmin pode excluir recursivamente este objeto e todos %s filhos. Veja abaixo uma lista de todos os objetos que esta ação vai excluir. Deseja fazer isso?';//'phpLDAPadmin can recursively delete this entry and all %s of its children. See below for a list of all the entries that this action will delete. Do you want to do this?'; +$lang['confirm_recursive_delete_note'] = 'Nota: isto é potencialmente muito perigoso, faça isso por sua conta e risco. Esta operação não pode ser desfeita. Leve em consideração apelidos, referências e outras coisas que podem causar problemas.';//'Note: this is potentially very dangerous and you do this at your own risk. This operation cannot be undone. Take into consideration aliases, referrals, and other things that may cause problems.'; +$lang['delete_all_x_objects'] = 'Excluir todos os %s objetos';//'Delete all %s objects'; +$lang['recursive_delete_progress'] = 'Progresso de exclusão recursiva';//'Recursive delete progress'; +$lang['entry_and_sub_tree_deleted_successfully'] = 'Objeto %s e sub-árvore excluído com sucesso.';// 'Entry %s and sub-tree deleted successfully.'; +$lang['failed_to_delete_entry'] = 'Falha ao excluir objeto %s';//'Failed to delete entry %s'; + +// Deleting attributes +$lang['attr_is_read_only'] = 'O atributo %s está marcado como somente leitura na configuração do phpLDAPadmin.';//'The attribute "%s" is flagged as read-only in the phpLDAPadmin configuration.'; +$lang['no_attr_specified'] = 'Nome de atributo não especificado.';//'No attribute name specified.'; +$lang['no_dn_specified'] = 'DN não especificado';//'No DN specified'; + +// Adding attributes +$lang['left_attr_blank'] = 'Você deixou o valor do atributo vazio. Por favor retorne e tente novamente.';//'You left the attribute value blank. Please go back and try again.'; +$lang['failed_to_add_attr'] = 'Falha ao inserir o atributo.';//'Failed to add the attribute.'; +$lang['file_empty'] = 'O arquivo que você escolheu está vazio ou não existe. Por favor retorne e tente novamente.';//'The file you chose is either empty or does not exist. Please go back and try again.'; +$lang['invalid_file'] = 'Erro de segurança: O arquivo que está sendo carregado pode ser malicioso.';//'Security error: The file being uploaded may be malicious.'; +$lang['warning_file_uploads_disabled'] = 'Sua configuração do PHP desabilitou o upload de arquivos. Por favor verifique o php.ini antes de continuar.';//'Your PHP configuration has disabled file uploads. Please check php.ini before proceeding.'; +$lang['uploaded_file_too_big'] = 'O arquivo que você carregou é muito grande. Por favor verifique a configuração do upload_max_size no php.ini';//'The file you uploaded is too large. Please check php.ini, upload_max_size setting'; +$lang['uploaded_file_partial'] = 'O arquivo que você selecionou foi carregado parcialmente, provavelmente por causa de um erro de rede.';//'The file you selected was only partially uploaded, likley due to a network error.'; +$lang['max_file_size'] = 'Tamanho máximo de arquivo: %s';//'Maximum file size: %s'; + +// Updating values +$lang['modification_successful'] = 'Alteração bem sucedida!';//'Modification successful!'; +$lang['change_password_new_login'] = 'Você alterou sua senha, você deve conectar novamente com a sua nova senha.'; //'Since you changed your password, you must now login again with your new password.'; + // Adding objectClass form -$lang['new_required_attrs'] = 'Novo(s) Atributo(s) Necessário(s)'; -$lang['requires_to_add'] = 'Essa ação requer que você adicione'; -$lang['new_attributes'] = 'novo(s) atributos(s)'; -$lang['new_required_attrs_instructions'] = 'Instruções: Para poder acrescentar esta Classe de Objetos a este objeto, você precisa especificar'; -$lang['that_this_oclass_requires'] = 'que esta Classe de Objetos necessita. Você pode fazê-lo no formulário abaixo:'; -$lang['add_oclass_and_attrs'] = 'Acrescentar Classe de Objetos e Atributos'; +$lang['new_required_attrs'] = 'Novos Atributos Obrigatórios';//'New Required Attributes'; +$lang['requires_to_add'] = 'Esta ação requer que você insira';//'This action requires you to add'; +$lang['new_attributes'] = 'novos atributos';//'new attributes'; +$lang['new_required_attrs_instructions'] = 'Instruções: Para poder inserir esta Classe de Objetos a este objeto, você deve especificar';//'Instructions: In order to add this objectClass to this entry, you must specify'; +$lang['that_this_oclass_requires'] = 'que esta Classe de Objetos requer. Você pode fazê-lo no formulário abaixo:';//'that this objectClass requires. You can do so in this form.'; +$lang['add_oclass_and_attrs'] = 'Inserir Classe de Objetos e Atributos';//'Add ObjectClass and Attributes'; // General -$lang['chooser_link_tooltip'] = 'Clique aqui para abrir uma janela e selecionar o valor do atributo (DN) graficamente'; -$lang['no_updates_in_read_only_mode'] = 'Você não pode realizar alterações enquanto o servidor estiver em modo somente-leitura'; -$lang['bad_server_id'] = 'ID do servidor inválido'; -$lang['not_enough_login_info'] = 'Informação insuficiente para efetuar conexão ao servidor. Por favor verifique a sua configuração.'; -$lang['could_not_connect'] = 'Impossível conectar ao servidor LDAP.'; -$lang['could_not_perform_ldap_mod_add'] = 'Impossível realizar operação ldap_mod_add.'; -$lang['bad_server_id_underline'] = 'ID do servidor inválido: '; -$lang['success'] = ' Sucesso'; -$lang['server_colon_pare'] = 'Servidor: '; -$lang['look_in'] = 'Procurando em: '; -$lang['missing_server_id_in_query_string'] = 'Nenhum ID de servidor especificado na busca!'; -$lang['missing_dn_in_query_string'] = 'Nenhum DN especificado na busca!'; -$lang['back_up_p'] = 'Backup...'; -$lang['no_entries'] = 'nenhum objeto'; -$lang['not_logged_in'] = 'Não conectado'; -$lang['could_not_det_base_dn'] = 'Impossível determinar a base DN'; +$lang['chooser_link_tooltip'] = 'Clique para abrir uma janela e selecionar um objeto (DN) graficamente';//"Click to popup a dialog to select an entry (DN) graphically'; +$lang['no_updates_in_read_only_mode'] = 'Você não pode realizar atualizações enquanto o servidor estiver em modo somente leitura';//'You cannot perform updates while server is in read-only mode'; +$lang['bad_server_id'] = 'ID do servidor inválido';//'Bad server id'; +$lang['not_enough_login_info'] = 'Informações insuficientes para a conexão com o servidor. Por favor verifique sua configuração.';//'Not enough information to login to server. Please check your configuration.'; +$lang['could_not_connect'] = 'Não foi possível conectar com o servidor LDAP.';//'Could not connect to LDAP server.'; +$lang['could_not_connect_to_host_on_port'] = 'Não foi possível conectar em "%s" na porta "%s"';//'Could not connect to "%s" on port "%s"'; +$lang['could_not_perform_ldap_mod_add'] = 'Não foi possível executar operação ldap_mod_add.';//'Could not perform ldap_mod_add operation.'; +$lang['bad_server_id_underline'] = 'server_id inválido: ';//"Bad server_id: '; +$lang['success'] = 'Sucesso';//"Success'; +$lang['server_colon_pare'] = 'Servidor: ';//"Server: '; +$lang['look_in'] = 'Procurando em: ';//"Looking in: '; +$lang['missing_server_id_in_query_string'] = 'ID do servidor não especificado na consulta!';//'No server ID specified in query string!'; +$lang['missing_dn_in_query_string'] = 'DN não especificado na consulta!';//'No DN specified in query string!'; +$lang['back_up_p'] = 'Backup...';//"Back Up...'; +$lang['no_entries'] = 'nenhum objeto';//"no entries'; +$lang['not_logged_in'] = 'Não conectado';//"Not logged in'; +$lang['could_not_det_base_dn'] = 'Não foi possível determinar a base DN';//"Could not determine base DN'; +$lang['reasons_for_error']='Isso pode ter acontecido por vários motivos, os mais provável são:';//'This could happen for several reasons, the most probable of which are:'; +$lang['please_report_this_as_a_bug']='Por favor informe isso como bug.';//'Please report this as a bug.'; +$lang['yes']='Sim';//'Yes' +$lang['no']='Não';//'No' +$lang['go']='Ir';//'go' +$lang['delete']='Excluir';//'Delete'; +$lang['back']='Voltar';//'Back'; +$lang['object']='objeto';//'object'; +$lang['delete_all']='Excluir tudo';//'Delete all'; +$lang['url_bug_report']='https://sourceforge.net/tracker/?func=add&group_id=61828&atid=498546'; +$lang['hint'] = 'dica';//'hint'; +$lang['bug'] = 'bug';//'bug'; +$lang['warning'] = 'aviso';//'warning'; +$lang['light'] = 'a palavra "light" de "light bulb"'; // the word 'light' from 'light bulb' +$lang['proceed_gt'] = 'Continuar >>';//'Proceed >>'; + // Add value form -$lang['add_new'] = 'Adicionar novo valor'; -$lang['value_to'] = 'para'; -$lang['distinguished_name'] = 'Nome Distinto'; -$lang['current_list_of'] = 'Lista atual de'; -$lang['values_for_attribute'] = 'valor(es) para o atributo'; -$lang['inappropriate_matching_note'] = 'Nota: Você vai receber um erro de "inappropriate matching" se você não
' . - 'configurar uma regra de IGUALDADE no seu servidor LDAP para este atributo.'; -$lang['enter_value_to_add'] = 'Entre com o valor que você gostaria de adicionar:'; -$lang['new_required_attrs_note'] = 'Nota: talvez seja solicitado que você entre com os atributos necessários para esta classe de objetos'; -$lang['syntax'] = 'Sintaxe'; - -//copy.php -$lang['copy_server_read_only'] = 'Você não pode realizar alterações enquanto o servidor estiver em modo somente-leitura'; -$lang['copy_dest_dn_blank'] = 'Você não especificou o DN de destino.'; -$lang['copy_dest_already_exists'] = 'O objeto de destino (%s) já existe.'; -$lang['copy_dest_container_does_not_exist'] = 'O container de destino (%s) não existe.'; -$lang['copy_source_dest_dn_same'] = 'O DN de origem e o DN de destino são iguais.'; -$lang['copy_copying'] = 'Copiando '; -$lang['copy_recursive_copy_progress'] = 'Progresso da cópia recursiva'; -$lang['copy_building_snapshot'] = 'Construindo a imagem da árvore a ser copiada...'; -$lang['copy_successful_like_to'] = 'Cópia bem-sucedida! Você gostaria de '; -$lang['copy_view_new_entry'] = 'visualizar o novo objeto'; -$lang['copy_failed'] = 'Falha ao copiar o DN: '; +$lang['add_new'] = 'Inserir novo';//'Add new'; +$lang['value_to'] = 'valor para';//'value to'; +//also used in copy_form.php +$lang['distinguished_name'] = 'Nome Distinto';// 'Distinguished Name'; +$lang['current_list_of'] = 'Lista atual de';//'Current list of'; +$lang['values_for_attribute'] = 'valores para atributo';//'values for attribute'; +$lang['inappropriate_matching_note'] = 'Nota: Você vai receber um erro de "inappropriate matching" se você não configurar uma regra de IGUALDADE no seu servidor LDAP para este atributo.'; //'Note: You will get an "inappropriate matching" error if you have not
setup an EQUALITY rule on your LDAP server for this attribute.'; +$lang['enter_value_to_add'] = 'Entre com o valor que você quer inserir: ';//'Enter the value you would like to add:'; +$lang['new_required_attrs_note'] = 'Nota: talvez seja solicitado que você entre com os atributos necessários para esta classe de objetos';//'Note: you may be required to enter new attributes
that this objectClass requires.'; +$lang['syntax'] = 'Sintaxe';//'Syntax'; + +//Copy.php +$lang['copy_server_read_only'] = 'Você não pode realizar atualizações enquanto o servidor estiver em modo somente leitura';//"You cannot perform updates while server is in read-only mode'; +$lang['copy_dest_dn_blank'] = 'Você deixou o DN de destino vazio.';//"You left the destination DN blank.'; +$lang['copy_dest_already_exists'] = 'O objeto de destino (%s) já existe.';//"The destination entry (%s) already exists.'; +$lang['copy_dest_container_does_not_exist'] = 'O container de destino (%s) não existe.';//'The destination container (%s) does not exist.'; +$lang['copy_source_dest_dn_same'] = 'O DN de origem e destino são o mesmo.';//"The source and destination DN are the same.'; +$lang['copy_copying'] = 'Copiando ';//"Copying '; +$lang['copy_recursive_copy_progress'] = 'Progresso da cópia recursiva';//"Recursive copy progress'; +$lang['copy_building_snapshot'] = 'Construindo a imagem da árvore a ser copiada...';//"Building snapshot of tree to copy... '; +$lang['copy_successful_like_to'] = 'Copiado com sucesso! Você gostaria de ';//"Copy successful! Would you like to '; +$lang['copy_view_new_entry'] = 'ver o novo objeto';//"view the new entry'; +$lang['copy_failed'] = 'Falha ao copiar DN: ';//'Failed to copy DN: '; + //edit.php -$lang['missing_template_file'] = 'Alerta, o arquivo-modelo não encontrado: '; -$lang['using_default'] = 'Usando padrão.'; +$lang['missing_template_file'] = 'Aviso: arquivo modelo faltando, ';//'Warning: missing template file, '; +$lang['using_default'] = 'Usando o padrão.';//'Using default.'; +$lang['template'] = 'Modelo';//'Template'; +$lang['must_choose_template'] = 'Você deve escolher um modelo';//'You must choose a template'; +$lang['invalid_template'] = '%s é um modelo inválido';// '%s is an invalid template'; +$lang['using_template'] = 'usando o modelo';//'using template'; +$lang['go_to_dn'] = 'Ir para %s';//'Go to %s'; //copy_form.php -$lang['copyf_title_copy'] = 'Copiar '; -$lang['copyf_to_new_object'] = 'para um novo objeto'; -$lang['copyf_dest_dn'] = 'DN de Destino'; -$lang['copyf_dest_dn_tooltip'] = 'O DN completo do novo objeto que será criado a partir da cópia da origem'; -$lang['copyf_dest_server'] = 'Servidor de Destino'; -$lang['copyf_note'] = 'Dica: Copiar objetos entre servidores diferentes só funcionará se não houverem violações de esquema.'; -$lang['copyf_recursive_copy'] = 'Copiar recursivamente todos os objetos-filhos deste objeto também'; +$lang['copyf_title_copy'] = 'Copiar ';//"Copy '; +$lang['copyf_to_new_object'] = 'para um novo objeto';//"to a new object'; +$lang['copyf_dest_dn'] = 'DN de destino';//"Destination DN'; +$lang['copyf_dest_dn_tooltip'] = 'O DN completo do novo objeto que será criado a partir da cópia da origem';//'The full DN of the new entry to be created when copying the source entry'; +$lang['copyf_dest_server'] = 'Servidor de destino';//"Destination Server'; +$lang['copyf_note'] = 'Dica: Copiando entre diferentes servidores somente funciona se não houver violação de esquema';//"Note: Copying between different servers only works if there are no schema violations'; +$lang['copyf_recursive_copy'] = 'Copia recursivamente todos filhos deste objeto também.';//"Recursively copy all children of this object as well.'; +$lang['recursive_copy'] = 'Cópia Recursiva';//'Recursive copy'; +$lang['filter'] = 'Filtro';//'Filter'; +$lang['filter_tooltip'] = 'Quando executar uma cópia recursiva, copiar somente os objetos que atendem a este filtro';// 'When performing a recursive copy, only copy those entries which match this filter'; + //create.php -$lang['create_required_attribute'] = 'Você especificou um valor em branco para %s, que é um atributo necessário.'; -$lang['create_redirecting'] = 'Redirecionando'; -$lang['create_here'] = 'aqui'; -$lang['create_could_not_add'] = 'Impossível adicionar o objeto ao servidor LDAP.'; +$lang['create_required_attribute'] = 'Você deixou vazio o valor de um atributo obrigatório (%s).';//"Error, you left the value blank for required attribute '; +$lang['redirecting'] = 'Redirecionando...';//"Redirecting'; moved from create_redirection -> redirection +$lang['here'] = 'aqui';//"here'; renamed vom create_here -> here +$lang['create_could_not_add'] = 'Não foi possível inserir o objeto no servidor LDAP.';//"Could not add the object to the LDAP server.'; //create_form.php -$lang['createf_create_object'] = 'Criar um Objeto'; -$lang['createf_choose_temp'] = 'Escolha um modelo'; -$lang['createf_select_temp'] = 'Escolha o modelo correspondente ao objeto que deseja criar'; -$lang['createf_proceed'] = 'Prosseguir'; +$lang['createf_create_object'] = 'Criar Objeto';//"Create Object'; +$lang['createf_choose_temp'] = 'Escolher um modelo';//"Choose a template'; +$lang['createf_select_temp'] = 'Selecionar um modelo para o processo de criação';//"Select a template for the creation process'; +$lang['createf_proceed'] = 'Prosseguir';//"Proceed >>'; +$lang['rdn_field_blank'] = 'Você deixou o campo RDN vazio.';//'You left the RDN field blank.'; +$lang['container_does_not_exist'] = 'O container que você especificou (%s) não existe. Por favor tente novamente.';// 'The container you specified (%s) does not exist. Please try again.'; +$lang['no_objectclasses_selected'] = 'Você não selecionou nenhuma Classe de Objetos para este objeto. Por favor volte e faça isso.';//'You did not select any ObjectClasses for this object. Please go back and do so.'; +$lang['hint_structural_oclass'] = 'Dica: Você deve escolher pelo menos uma Classe de Objetos estrutural';//'Hint: You must choose at least one structural objectClass'; //creation_template.php -$lang['ctemplate_on_server'] = 'No servidor'; -$lang['ctemplate_no_template'] = 'Nenhum Modelo foi especificado.'; -$lang['ctemplate_config_handler'] = 'Seu arquivo de configuração determina que o modelo'; -$lang['ctemplate_handler_does_not_exist'] = "é válido. Porém este modelo não existe no diretório 'templates/creation'."; +$lang['ctemplate_on_server'] = 'No servidor';//"On server'; +$lang['ctemplate_no_template'] = 'Nenhum modelo especificado.';//"No template specified in POST variables.'; +$lang['ctemplate_config_handler'] = 'Seu arquivo de configuração determina que o modelo';//"Your config specifies a handler of'; +$lang['ctemplate_handler_does_not_exist'] = 'é válido. Porém este modelo não existe no diretório "templates/creation".';//"for this template. But, this handler does not exist in the 'templates/creation' directory.'; +$lang['create_step1'] = 'Passo 1 de 2: Nome e Classe(s) de Objetos';//'Step 1 of 2: Name and ObjectClass(es)'; +$lang['create_step2'] = 'Passo 2 de 2: Especifica atributos e valores';//'Step 2 of 2: Specify attributes and values'; +$lang['relative_distinguished_name'] = 'Nome Distinto Relativo';//'Relative Distinguished Name'; +$lang['rdn'] = 'RDN';//'RDN'; +$lang['rdn_example'] = 'exemplo: cn=MinhaNovaPessoa';//'(example: cn=MyNewPerson)'; +$lang['container'] = 'Container';//'Container'; + // search.php -$lang['you_have_not_logged_into_server'] = 'Você ainda não se conectou ao servidor LDAP selecionado, portanto você não pode efetuar buscas nele.'; -$lang['click_to_go_to_login_form'] = 'Clique aqui para conectar-se ao servidor'; -$lang['unrecognized_criteria_option'] = 'Critério de busca desconhecido: '; -$lang['if_you_want_to_add_criteria'] = 'Se você quer adicionar o seu próprio critério de busca à lista, certifique-se de que você editou \'search.php\' para contemplar o novo critério. Saindo.'; -$lang['entries_found'] = 'Objetos encontrados: '; -$lang['filter_performed'] = 'Filtro utilizado: '; -$lang['search_duration'] = 'A busca foi realizada pelo phpLDAPadmin em'; -$lang['seconds'] = 'segundos'; +$lang['you_have_not_logged_into_server'] = 'Você não conectou no servidor selecionado ainda, assim, você não pode realizar buscas nele.';//'You have not logged into the selected server yet, so you cannot perform searches on it.'; +$lang['click_to_go_to_login_form'] = 'Clique aqui para conectar-se ao servidor';//'Click here to go to the login form'; +$lang['unrecognized_criteria_option'] = 'Critério desconhecido: ';// 'Unrecognized criteria option: '; +$lang['if_you_want_to_add_criteria'] = 'Se você quer inserir seus próprios critérios à lista. Certifique-se de editar o search.php para tratá-los. Saindo.';//'If you want to add your own criteria to the list. Be sure to edit search.php to handle them. Quitting.'; +$lang['entries_found'] = 'Objetos encontrados: ';//'Entries found: '; +$lang['filter_performed'] = 'Filtro aplicado: ';//'Filter performed: '; +$lang['search_duration'] = 'Busca realizada pelo phpLDAPadmin em';//'Search performed by phpLDAPadmin in'; +$lang['seconds'] = 'segundos';//'seconds'; // search_form_advanced.php -$lang['scope_in_which_to_search'] = 'A abrangência de onde é feita a busca pelos objetos'; -$lang['scope_sub'] = 'Sub (toda a sub-arvore)'; -$lang['scope_one'] = 'One (um nivel abaixo do base DN)'; -$lang['scope_base'] = 'Base (apenas no base DN)'; -$lang['standard_ldap_search_filter'] = 'Filtro de busca LDAP padrão. Exemplo: (&(sn=Smith)(givenname=David))'; -$lang['search_filter'] = 'Filtro de Busca'; -$lang['list_of_attrs_to_display_in_results'] = 'A lista de atributos que devem ser mostrados no resultado (separados por vírgula)'; -$lang['show_attributes'] = 'Exibir Atributos'; +$lang['scope_in_which_to_search'] = 'O escopo no qual procurar';//'The scope in which to search'; +$lang['scope_sub'] = 'Sub (toda a sub-árvore)';//'Sub (entire subtree)'; +$lang['scope_one'] = 'One (um nível de profundidade)';//'One (one level beneath base)'; +$lang['scope_base'] = 'Base (apenas a base dn)';//'Base (base dn only)'; +$lang['standard_ldap_search_filter'] = 'Filtro de busca LDAP padrão. Exemplo: (&(sn=Silva)(givenname=Pedro))';//'Standard LDAP search filter. Example: (&(sn=Smith)(givenname=David))'; +$lang['search_filter'] = 'Filtro de Busca';//'Search Filter'; +$lang['list_of_attrs_to_display_in_results'] = 'A lista de atributos que devem ser mostrados nos resultados (separados por vírgula)';//'A list of attributes to display in the results (comma-separated)'; // search_form_simple.php -$lang['search_for_entries_whose'] = 'Procurar por objetos cujo:'; -$lang['equals'] = 'e igual a'; -$lang['starts with'] = 'comeca com'; -$lang['contains'] = 'contem'; -$lang['ends with'] = 'termina com'; -$lang['sounds like'] = 'e semelhante a'; +$lang['starts with'] = 'inicia com';//'starts with'; +$lang['ends with'] = 'termina com';//'ends with'; +$lang['sounds like'] = 'é semelhante a';//'sounds like'; + // server_info.php -$lang['could_not_fetch_server_info'] = 'Incapaz de obter informações LDAP à partir do servidor'; -$lang['server_info_for'] = 'Informações do servidor: '; -$lang['server_reports_following'] = 'O servidor forneceu as seguintes informações sobre si mesmo'; -$lang['nothing_to_report'] = 'O servidor não tem nenhuma informação sobre si mesmo para fornecer.'; +$lang['could_not_fetch_server_info'] = 'Não foi possível obter informação LDAP do servidor';//'Could not retrieve LDAP information from the server'; +$lang['server_info_for'] = 'Informações do servidor: ';//'Server info for: '; +$lang['server_reports_following'] = 'O servidor forneceu a seguinte informação sobre si mesmo';//'Server reports the following information about itself'; +$lang['nothing_to_report'] = 'Este servidor não tem nada a informar';//'This server has nothing to report.'; //update.php -$lang['update_array_malformed'] = 'update_array est&aaculte; mal-formado. Isto pode ser um problema/defeito do phpLDAPadmin. Por favor comunique isto.'; -$lang['could_not_perform_ldap_modify'] = 'Impossível realizar operação ldap_modify.'; +$lang['update_array_malformed'] = 'update_array danificado. Isto pode ser um bug do phpLDAPadmin. Por favor informe.';//'update_array is malformed. This might be a phpLDAPadmin bug. Please report it.'; +$lang['could_not_perform_ldap_modify'] = 'Não foi possível realizar a operação ldap_modify.';//'Could not perform ldap_modify operation.'; // update_confirm.php -$lang['do_you_want_to_make_these_changes'] = 'Você confirma estas alterações?'; -$lang['attribute'] = 'Atributo'; -$lang['old_value'] = 'Valor Antigo'; -$lang['new_value'] = 'Valor Novo'; -$lang['attr_deleted'] = '[atributo apagado]'; -$lang['commit'] = 'Confirma'; -$lang['cancel'] = 'Cancela'; -$lang['you_made_no_changes'] = 'Você não fez nenhuma alteração.'; -$lang['go_back'] = 'Voltar'; +$lang['do_you_want_to_make_these_changes'] = 'Você confirma estas alterações?';//'Do you want to make these changes?'; +$lang['attribute'] = 'Atributo';//'Attribute'; +$lang['old_value'] = 'Valor Antigo';//'Old Value'; +$lang['new_value'] = 'Valor Novo';//'New Value'; +$lang['attr_deleted'] = '[atributo excluído]';//'[attribute deleted]'; +$lang['commit'] = 'Confirmar';//'Commit'; +$lang['cancel'] = 'Cancelar';//'Cancel'; +$lang['you_made_no_changes'] = 'Você não fez alterações';//'You made no changes'; +$lang['go_back'] = 'Voltar';//'Go back'; // welcome.php -$lang['welcome_note'] = 'Use o menu a esquerda para navegar'; -$lang['credits'] = 'Créditos'; -$lang['changelog'] = 'Últimas Atualizações'; -$lang['documentation'] = 'Documentação'; +$lang['welcome_note'] = 'Use o menu à esquerda para navegar';//'Use the menu to the left to navigate'; +$lang['credits'] = 'Créditos';//'Credits'; +$lang['changelog'] = 'Log de Alterações';//'ChangeLog'; +$lang['donate'] = 'Contribuir';//'Donate'; // view_jpeg_photo.php -$lang['unsafe_file_name'] = 'Nome de arquivo inseguro: '; -$lang['no_such_file'] = 'Nome de arquivo não encontrado: '; +$lang['unsafe_file_name'] = 'Nome de arquivo inseguro: ';//'Unsafe file name: '; +$lang['no_such_file'] = 'Arquivo inexistente: ';//'No such file: '; //function.php -$lang['auto_update_not_setup'] = 'Você ativou o recurso auto_uid_numbers para %s na sua configuração, - mas você não definiu auto_uid_number_mechanism. Por favor, corrija este problema.'; -$lang['uidpool_not_set'] = 'Você especificou o recurso auto_uid_number_mechanism como uidpool - na sua configuração para o servidor %s, mas você não definiu - audo_uid_number_uid_pool_dn. Por favor, corrija este problema.'; -$lang['uidpool_not_exist'] = 'Aparentemente, o objeto uidPool que você especificou (%s) - não existe.'; -$lang['specified_uidpool'] = 'Você especificou o recurso auto_uid_number_mechanism como search na sua - configuração para o servidor %s, mas você não definiu - auto_uid_number_search_base. Por favor, corrija este problema.'; -$lang['auto_uid_invalid_value'] = 'Você especificou um valor inválido para o recurso auto_uid_number_mechanism (%s) - na sua configuração. Apenas uidpool e search são válidos. - Por favor, corrija este problema.'; -$lang['error_auth_type_config'] = 'Erro: Seu arquivo de configuração possui um erro. Os únicos valores permitidos para - auth_type na seção $servers são \'config\' e \'form\'. Você usou \'%s\', - o que não é permitido. '; -$lang['php_install_not_supports_tls'] = 'Sua instalação do PHP não suporta TLS'; -$lang['could_not_start_tls'] = 'Impossível inicializar TLS.
Por favor, verifique a configuração do seu servidor LDAP.'; -$lang['auth_type_not_valid'] = 'Seu arquivo de configuração possui um erro. O valor %s para auth_type não é permitido.'; -$lang['ldap_said'] = 'O servidor LDAP respondeu: %s

'; -$lang['ferror_error'] = 'Erro'; -$lang['fbrowse'] = 'Procurar'; -$lang['delete_photo'] = 'Apagar Imagem'; -$lang['install_not_support_blowfish'] = 'Sua instalação do PHP não suporta encriptação blowfish.'; -$lang['install_no_mash'] = 'Sua instalação do PHP não possui a função mhash(). Impossível realizar encriptações SHA.'; -$lang['jpeg_contains_errors'] = 'jpegPhoto possui erros
'; -$lang['ferror_number'] = 'Número do erro: %s (%s)

'; -$lang['ferror_discription'] = 'Descrição: %s

'; -$lang['ferror_number_short'] = 'Número do erro: %s

'; -$lang['ferror_discription_short'] = 'Descrição: (nenhuma descrição disponível)
'; -$lang['ferror_submit_bug'] = 'Isto é um problema/defeito do phpLDAPadmin? Se sim, por favor comunique isto.'; -$lang['ferror_unrecognized_num'] = 'Número do erro desconhecido: '; -$lang['ferror_nonfatil_bug'] = '
//You found a non-fatal phpLDAPadmin bug!
Error:%s (%s)
File:
-
- Você encontrou um erro não-fatal do phpLDAPadmin!
Erro:%s (%s)
Arquivo:%s Linha %s, Requisitante %s
Versões:PLA: %s, PHP: %s, SAPI: %s -
Servidor Web:%s
- Por favor, comunique este problema clicando aqui.

'; - -$lang['ferror_congrats_found_bug'] = 'Parabéns! Você encontrou um problema/defeito no phpLDAPadmin.

- - - - - - - - - - -
Erro:%s
Nível:%s
Arquivo:%s
Linha:%s
Requisitante:%s
Versão do PLA:%s
Versão do PHP:%s
PHP SAPI:%s
Servidor Web:%s
-
- Por favor comunique esse problema/defeito clicando abaixo!'; +$lang['auto_update_not_setup'] = 'Você habilitou auto_uid_numbers para %s na sua configuração, mas você não especificou auto_uid_number_mechanism. Por favor corrija este problema.';//"You have enabled auto_uid_numbers for %s in your configuration, but you have not specified the auto_uid_number_mechanism. Please correct this problem.'; +$lang['uidpool_not_set'] = 'Você especificou o "auto_uid_number_mechanism" como "uidpool" na sua configuração para o servidor %s, mas você não especificou o audo_uid_number_uid_pool_dn. Por favor especifique-o antes de continuar.';//"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'] = 'Parece que o uidPool que você especificou na sua configuração (%s) não existe.';//"It appears that the uidPool you specified in your configuration (%s) does not exist.'; +$lang['specified_uidpool'] = 'Você especificou o "auto_uid_number_mechanism" como "busca" na sua configuração para o servidor %s, mas você não especificou o "auto_uid_number_search_base". Por favor especifique-o antes de continuar.';//"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'] = 'Problema ao conectar ao %s com as suas credenciais auto_uid. Por favor verifique seu arquivo de configuração.';// 'Unable to bind to %s with your with auto_uid credentials. Please check your configuration file.'; +$lang['bad_auto_uid_search_base'] = 'Sua configuração do phpLDAPadmin especifica que o auto_uid_search_base é inválido para o servidor %s';//'Your phpLDAPadmin configuration specifies an invalid auto_uid_search_base for server %s'; +$lang['auto_uid_invalid_value'] = 'Você especificou um valor inválido para auto_uid_number_mechanism ("%s") na sua configuração. Somente "uidpool" e "busca" são válidos. Por favor corrija este problema.';//"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'] = 'Erro: Você tem um erro no seu arquivo de configuração. Os dois únicos valores permitidos para auth_type na seção $servers são \'config\' e \'form\'. Você entrou \'%s\', que não é permitido.';//"Error: You have an error in your config file. The only two allowed values for 'auth_type' in the $servers section are 'config' and 'form'. You entered '%s', which is not allowed. '; + +$lang['php_install_not_supports_tls'] = 'Sua instalação do PHP não suporta TLS';//"Your PHP install does not support TLS'; +$lang['could_not_start_tls'] = 'Impossível iniciar TLS. Por favor verifique a configuração do servidor LDAP.';//"Could not start TLS.
Please check your LDAP server configuration.'; +$lang['could_not_bind_anon'] = 'Não foi possível conectar ao servidor anonimamente.';//'Could not bind anonymously to server.'; +$lang['could_not_bind'] = 'Não foi possível conectar ao servidor LDAP.';//'Could not bind to the LDAP server.'; +$lang['anonymous_bind'] = 'Conexão anônima';//'Anonymous Bind'; +$lang['bad_user_name_or_password'] = 'Usuário ou senha inválido. Por favor tente novamente.';//'Bad username or password. Please try again.'; +$lang['redirecting_click_if_nothing_happens'] = 'Redirecionando... Clique aqui se nada acontecer.';//'Redirecting... Click here if nothing happens.'; +$lang['successfully_logged_in_to_server'] = 'Conexão estabelecida com sucesso no sevidor %s';//'Successfully logged into server %s'; +$lang['could_not_set_cookie'] = 'Não foi possível criar o cookie.';//'Could not set cookie.'; +$lang['ldap_said'] = 'O servidor LDAP respondeu: %s';//"LDAP said: %s

'; +$lang['ferror_error'] = 'Erro';//"Error'; +$lang['fbrowse'] = 'procurar';//"browse'; +$lang['delete_photo'] = 'Excluir imagem';//"Delete Photo'; +$lang['install_not_support_blowfish'] = 'Sua instalação do PHP não suporta codificação blowfish.';//"Your PHP install does not support blowfish encryption.'; +$lang['install_not_support_md5crypt'] = 'Sua instalação do PHP não suporta codificação md5crypt.';//'Your PHP install does not support md5crypt encryption.'; +$lang['install_no_mash'] = 'Sua instalação do PHP não tem a função mhash(). Impossível fazer transformações SHA.';// "Your PHP install does not have the mhash() function. Cannot do SHA hashes.'; +$lang['jpeg_contains_errors'] = 'Foto jpeg contém erros
';//"jpegPhoto contains errors
'; +$lang['ferror_number'] = 'Erro número: %s (%s)';//"Error number: %s (%s)

'; +$lang['ferror_discription'] ='Descrição: %s

';// "Description: %s

'; +$lang['ferror_number_short'] = 'Erro número: %s

';//"Error number: %s

'; +$lang['ferror_discription_short'] = 'Descrição: (descrição não disponível
';//"Description: (no description available)
'; +$lang['ferror_submit_bug'] = 'Isto é um bug do phpLDAPadmin? Se for, por favor informe.';//"Is this a phpLDAPadmin bug? If so, please report it.'; +$lang['ferror_unrecognized_num'] = 'Número do erro desconhecido: ';//"Unrecognized error number: '; + +$lang['ferror_nonfatil_bug'] = '
Você encontrou um bug não-fatal no phpLDAPadmin!
Erro:%s (%s)
Arquivo:%s linha %s, solicitante %s
Versão:PLA: %s, PHP: %s, SAPI: %s
Servidor Web:%s

';//"
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'] = 'Parabéns! Você encontrou um bug no phpLDAPadmin.

Erro:%s
Nível:%s
Arquivo:%s
Linha:%s
Caller:%s
PLA Vers&atile;o:%s
PHP Vers&atile;o:%s
PHP SAPI:%s
Servidor Web:%s

Por favor informe o bug clicando abaixo!';//"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'] = 'Importar Arquivo LDIF'; -$lang['select_ldif_file'] = 'Selecione um arquivo LDIF:'; -$lang['select_ldif_file_proceed'] = 'Prosseguir >>'; +$lang['import_ldif_file_title'] = 'Importar arquivo LDIF';//'Import LDIF File'; +$lang['select_ldif_file'] = 'Selecionar um arquivo LDIF';//'Select an LDIF file:'; +$lang['select_ldif_file_proceed'] = 'Continuar >>';//'Proceed >>'; +$lang['dont_stop_on_errors'] = 'Não parar quando der erro';//'Don\'t stop on errors'; //ldif_import -$lang['add_action'] = 'Adicionando...'; -$lang['delete_action'] = 'Apagando...'; -$lang['rename_action'] = 'Renomeando...'; -$lang['modify_action'] = 'Modificando...'; - -$lang['failed'] = 'falhou'; -$lang['ldif_parse_error'] = 'Erro Analisando Arquivo LDIF'; -$lang['ldif_could_not_add_object'] = 'Impossível adicionar objeto:'; -$lang['ldif_could_not_rename_object'] = 'Impossível renomear objeto:'; -$lang['ldif_could_not_delete_object'] = 'Impossível apagar objeto:'; -$lang['ldif_could_not_modify_object'] = 'Impossível modificar objeto:'; -$lang['ldif_line_number'] = 'Número da Linha:'; -$lang['ldif_line'] = 'Linha:'; +$lang['add_action'] = 'Inserindo...';//'Adding...'; +$lang['delete_action'] = 'Deletando...';//'Deleting...'; +$lang['rename_action'] = 'Renomeando...';//'Renaming...'; +$lang['modify_action'] = 'Alterando...';//'Modifying...'; +$lang['warning_no_ldif_version_found'] = 'Nenhuma versão encontrada. Assumindo 1.';//'No version found. Assuming 1.'; +$lang['valid_dn_line_required'] = 'Uma linha dn válida é obrigatória.';//'A valid dn line is required.'; +$lang['missing_uploaded_file'] = 'Arquivo carregado perdido.';//'Missing uploaded file.'; +$lang['no_ldif_file_specified.'] = 'Nenhum arquivo LDIF especificado. Por favor tente novamente.';//'No LDIF file specified. Please try again.'; +$lang['ldif_file_empty'] = 'Arquivo LDIF carregado está vazio.';// 'Uploaded LDIF file is empty.'; +$lang['empty'] = 'vazio';//'empty'; +$lang['file'] = 'Arquivo';//'File'; +$lang['number_bytes'] = '%s bytes';//'%s bytes'; + +$lang['failed'] = 'Falhou';//'failed'; +$lang['ldif_parse_error'] = 'Erro Analisando Arquivo LDIF';//'LDIF Parse Error'; +$lang['ldif_could_not_add_object'] = 'Não foi possível inserir objeto:';//'Could not add object:'; +$lang['ldif_could_not_rename_object'] = 'Não foi possível renomear objeto:';//'Could not rename object:'; +$lang['ldif_could_not_delete_object'] = 'Não foi possível excluir objeto:';//'Could not delete object:'; +$lang['ldif_could_not_modify_object'] = 'Não foi possível alterar objeto:';//'Could not modify object:'; +$lang['ldif_line_number'] = 'Linha Número:';//'Line Number:'; +$lang['ldif_line'] = 'Linha:';//'Line:'; + +//delete_form +$lang['sure_permanent_delete_object']='Você tem certeza que deseja excluir este objeto permanentemente?';//'Are you sure you want to permanently delete this object?'; +$lang['permanently_delete_children']='Exluir permanentemente todos os objetos filho também?';//'Permanently delete all children also?'; + +$lang['list_of_entries_to_be_deleted'] = 'Lista de objetos a serem deletados: ';//'List of entries to be deleted:'; +$lang['dn'] = 'DN'; //'DN'; + +// Exports +$lang['export_format'] = 'Formato para exportar';// 'Export format'; +$lang['line_ends'] = 'Fins de linha'; //'Line ends'; +$lang['must_choose_export_format'] = 'Você deve especificar um formato para exportar';//'You must choose an export format.'; +$lang['invalid_export_format'] = 'Formato para exportação inválido';//'Invalid export format'; +$lang['no_exporter_found'] = 'Nenhum exportador de arquivos encontrado.';//'No available exporter found.'; +$lang['error_performing_search'] = 'Erro encontrado enquanto fazia a pesquisa.';//'Encountered an error while performing search.'; +$lang['showing_results_x_through_y'] = 'Mostrando resultados %s através %s.';//'Showing results %s through %s.'; +$lang['searching'] = 'Pesquisando...';//'Searching...'; +$lang['size_limit_exceeded'] = 'Aviso, limite da pesquisa excedido.';//'Notice, search size limit exceeded.'; +$lang['entry'] = 'Objeto';//'Entry'; +$lang['ldif_export_for_dn'] = 'Exportação LDIF para: %s'; //'LDIF Export for: %s'; +$lang['generated_on_date'] = 'Gerado pelo phpLDAPadmin no %s';//'Generated by phpLDAPadmin on %s'; +$lang['total_entries'] = 'Total de objetos';//'Total Entries'; +$lang['dsml_export_for_dn'] = 'Exportação DSLM para: %s';//'DSLM Export for: %s'; + +// logins +$lang['could_not_find_user'] = 'Não foi possível encontrar o usuário "%s"';//'Could not find a user "%s"'; +$lang['password_blank'] = 'Você deixou a senha vazia.';//'You left the password blank.'; +$lang['login_cancelled'] = 'Login cancelado.';//'Login cancelled.'; +$lang['no_one_logged_in'] = 'Ninguém está conectado neste servidor.';//'No one is logged in to that server.'; +$lang['could_not_logout'] = 'Não foi possível desconectar.';//'Could not logout.'; +$lang['unknown_auth_type'] = 'auth_type desconhecido: %s';//'Unknown auth_type: %s'; +$lang['logged_out_successfully'] = 'Desconectado com sucesso do servidor %s';//'Logged out successfully from server %s'; +$lang['authenticate_to_server'] = 'Autenticar no servidor %s';//'Authenticate to server %s'; +$lang['warning_this_web_connection_is_unencrypted'] = 'Aviso: Esta conexão NÃO é criptografada.';//'Warning: This web connection is unencrypted.'; +$lang['not_using_https'] = 'Você não está usando \'https\'. O navegador internet vai transmitir as informações de login sem criptografar.';// 'You are not use \'https\'. Web browser will transmit login information in clear text.'; +$lang['login_dn'] = 'Login DN';//'Login DN'; +$lang['user_name'] = 'Nome de usuário';//'User name'; +$lang['password'] = 'Senha';//'Password'; +$lang['authenticate'] = 'Autenticar';//'Authenticate'; + +// Entry browser +$lang['entry_chooser_title'] = 'Selecionador de objeto';//'Entry Chooser'; + +// Index page +$lang['need_to_configure'] = 'Você deve configurar o phpLDAPadmin. Faça isso editando o arquivo \'config.php\'. Um arquivo de exemplo é fornecido em \'config.php.example\'';// ';//'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'] = 'Exclusões não permitidas no modo somente leitura.';//'Deletes not allowed in read only mode.'; +$lang['error_calling_mass_delete'] = 'Erro chamando mass_delete.php. Faltando mass_delete nas variáveis POST.';//'Error calling mass_delete.php. Missing mass_delete in POST vars.'; +$lang['mass_delete_not_array'] = 'a variável POST mass_delete não é um conjunto';//'mass_delete POST var is not an array.'; +$lang['mass_delete_not_enabled'] = 'Exclusão em massa não habilitada. Por favor habilite-a no arquivo config.php antes de continuar';//'Mass deletion is not enabled. Please enable it in config.php before proceeding.'; +$lang['mass_deleting'] = 'Exclusão em massa';//'Mass Deleting'; +$lang['mass_delete_progress'] = 'Progresso da exclusão no servidor "%s"';//'Deletion progress on server "%s"'; +$lang['malformed_mass_delete_array'] = 'Conjunto mass_delete danificado.';//'Malformed mass_delete array.'; +$lang['no_entries_to_delete'] = 'Você não selecionou nenhum objeto para excluir';//'You did not select any entries to delete.'; +$lang['deleting_dn'] = 'Excluindo %s';//'Deleting %s'; +$lang['total_entries_failed'] = '%s de %s objetos falharam na exclusão.';//'%s of %s entries failed to be deleted.'; +$lang['all_entries_successful'] = 'Todos objetos foram excluídos com sucesso.';//'All entries deleted successfully.'; +$lang['confirm_mass_delete'] = 'Confirme exclusão em massa de %s objetos no servidor %s';//'Confirm mass delete of %s entries on server %s'; +$lang['yes_delete'] = 'Sim, excluir!';//'Yes, delete!'; + + +// Renaming entries +$lang['non_leaf_nodes_cannot_be_renamed'] = 'Você não pode renomear um objeto que tem objetos filhos (isto é, a operação de renomear não é permitida em objetos não-folha)';// 'You cannot rename an entry which has children entries (eg, the rename operation is not allowed on non-leaf entries)'; +$lang['no_rdn_change'] = 'Você não alterou o RDN';//'You did not change the RDN'; +$lang['invalid_rdn'] = 'Valor RDN inválido';//'Invalid RDN value'; +$lang['could_not_rename'] = 'Não foi possível renomear o objeto';//'Could not rename the entry'; + + ?> --- phpldapadmin-0.9.4.orig/lang/ca.php +++ phpldapadmin-0.9.4/lang/ca.php @@ -305,8 +305,8 @@ $lang['ferror_nonfatil_bug'] = '
Has trobat un error fatal del phpLDAPadmin!
Error:%s (%s)
Arxiu: %s línia %s, caller %s
Versions:PLA: %s, PHP: %s, SAPI: %s -
Servidor Web:%s
- Envía aquesta errada fent click aquí.

'; + Servidor Web:%s

'; $lang['ferror_congrats_found_bug'] = 'Felicitats! Has trobat una errada al phpLDAPadmin.

--- phpldapadmin-0.9.4.orig/lang/de.php +++ phpldapadmin-0.9.4/lang/de.php @@ -424,7 +424,7 @@ $lang['ferror_submit_bug'] = 'Ist das ein phpLDAPadmin Fehler? Wenn dies so ist, dann bitte darüber berichten';//"Is this a phpLDAPadmin bug? If so, please report it.'; $lang['ferror_unrecognized_num'] = 'Unbekannte Fehlernummer:';//"Unrecognized error number: '; -$lang['ferror_nonfatil_bug'] = '
Error:%s
Ein nicht fataler Fehler in phpLDAPadmin gefunden!
Fehler:%s (%s)
Datei:%sZeile:%s, aufgerufen von %s
Version:PLA: %s, PHP: %s, SAPI: %s
Web server:%s
Bitte diesen Fehler melden (durch anklicken)..

';//"
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_nonfatil_bug'] = '
Ein nicht fataler Fehler in phpLDAPadmin gefunden!
Fehler:%s (%s)
Datei:%sZeile:%s, aufgerufen von %s
Version:PLA: %s, PHP: %s, SAPI: %s
Web server:%s

';//"
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'] = '
Gratulation, einen Fehler in phpLDAPadmin gefunden!
Fehler:%s (%s)
Datei:%sZeile:%s, aufgerufen von %s
Version:PLA: %s, PHP: %s, SAPI: %s
Web server:%s
Bitte diesen Fehler melden (durch anklicken)..

';//"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!'; --- phpldapadmin-0.9.4.orig/lang/en.php +++ phpldapadmin-0.9.4/lang/en.php @@ -419,8 +419,8 @@ $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.

'; + Web server:%s

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

--- phpldapadmin-0.9.4.orig/lang/es.php +++ phpldapadmin-0.9.4/lang/es.php @@ -1,5 +1,5 @@ dínoslo.'; $lang['ferror_unrecognized_num'] = 'Número de error desconocido: '; $lang['ferror_nonfatil_bug'] = '
Error:%s
+ Has encontrado un error menor del phpLDAPadmin!
- Has encontrado un error fatal del phpLDAPadmin!
Error:%s (%s)
Archivo:
Error:%s (%s)
Archivo: %s línea %s, caller %s
Versiones:PLA: %s, PHP: %s, SAPI: %s -
Servidor Web:%s
- Envía este error haciendo click aquí.

'; + Servidor Web:%s

'; $lang['ferror_congrats_found_bug'] = 'Felicidades! Has encontrado un error en el phpLDAPadmin.

--- phpldapadmin-0.9.4.orig/lang/fr.php +++ phpldapadmin-0.9.4/lang/fr.php @@ -412,8 +412,8 @@ $lang['ferror_nonfatil_bug'] = '
Error:%s
Vous avez trouvé un bogue non fatal dans phpLDAPAdmin!
Erreur:%s (%s)
Fichier: %s ligne %s, origine de l\'appel %s
Versions:PLA: %s, PHP: %s, SAPI: %s -
Serveur Web:%s
- S\'il vous plaît, veuillez rapporter ce bogue en cliquant ici.

'; + Serveur Web:%s

'; $lang['ferror_congrats_found_bug'] = 'Félicitations! Vous avez trouvé un bogue dans phpLDAPadmin.

--- phpldapadmin-0.9.4.orig/lang/nl.php +++ phpldapadmin-0.9.4/lang/nl.php @@ -300,7 +300,7 @@ $lang['ferror_submit_bug'] = 'Is het een phpLDAPadmin fout? Als dat zo is, dan gaarne een bugreport invullen';//"Is this a phpLDAPadmin bug? If so, please report it.'; $lang['ferror_unrecognized_num'] = 'Onbekend foutnummer:';//"Unrecognized error number: '; -$lang['ferror_nonfatil_bug'] = '
Erreur:%s
Een niet fatale fout in phpLDAPadmin gevonden!
Fout:%s (%s)
Bestand:%sRegel:%s, aangeroepen door %s
Versie:PLA: %s, PHP: %s, SAPI: %s
Web server:%s
Graag een bugreport invullen.

';//"
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_nonfatil_bug'] = '
Een niet fatale fout in phpLDAPadmin gevonden!
Fout:%s (%s)
Bestand:%sRegel:%s, aangeroepen door %s
Versie:PLA: %s, PHP: %s, SAPI: %s
Web server:%s

';//"
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'] = '
--- phpldapadmin-0.9.4.orig/lang/pl.php +++ phpldapadmin-0.9.4/lang/pl.php @@ -395,8 +395,8 @@ $lang['ferror_nonfatil_bug'] = '
Gefeliciteerd! Een fout in phpLDAPadmin gevonden!
Znalaz³e¶ b³±d w phpLDAPadmin (nie krytyczny) !
B³±d:%s (%s)
Plik: %s linia %s, wywo³ane z %s
Wersje:PLA: %s, PHP: %s, SAPI: %s -
Serwer Web:%s
- Proszê zg³o¶ ten b³±d klikaj±c tutaj.

'; + Serwer Web:%s

'; $lang['ferror_congrats_found_bug'] = 'Gratulacje ! Znalaz³e¶ b³±d w phpLDAPadmin.

--- phpldapadmin-0.9.4.orig/lang/sv.php +++ phpldapadmin-0.9.4/lang/sv.php @@ -325,8 +325,8 @@ $lang['ferror_nonfatil_bug'] = '
B³±d:%s
Du har hittat en icke-kritisk phpLDAPadmin bug!
Fel:%s (%s)
Fil: %s rad %s, anropande %s
Versioner:PLA: %s, PHP: %s, SAPI: %s -
Web server:%s
- Var vänlig och rapportera felet genom att klicka här.

'; + Web server:%s

'; //'
--- phpldapadmin-0.9.4.orig/functions.php +++ phpldapadmin-0.9.4/functions.php @@ -1,5 +1,5 @@ $val ) { - $attr = $attrs[$i]; +if( isset( $attrs ) && is_array( $attrs ) ) { + foreach( $attrs as $i => $attr ) { if( is_attr_binary( $server_id, $attr ) ) { if( isset( $_FILES['vals']['name'][$i] ) && $_FILES['vals']['name'][$i] != '' ) { // read in the data from the file @@ -57,6 +56,7 @@ $new_entry[ $attr ][] = $val; } } else { + $val = isset( $vals[$i] ) ? $vals[$i] : ''; if( '' !== trim($val) ) $new_entry[ $attr ][] = $val; } @@ -67,8 +67,6 @@ if( ! in_array( 'top', $new_entry['objectClass'] ) ) $new_entry['objectClass'][] = 'top'; -// UTF-8 magic. Must decode the values that have been passed to us -// REMOVED ALL UTF8 Functions foreach( $new_entry as $attr => $vals ) if( ! is_attr_binary( $server_id, $attr ) ) if( is_array( $vals ) ) --- phpldapadmin-0.9.4.orig/documentation.php +++ phpldapadmin-0.9.4/documentation.php @@ -22,7 +22,12 @@ echo "

phpLDAPadmin ChangeLog

"; echo "
";
 		echo "";
-		include 'doc/ChangeLog';
+		#include 'doc/ChangeLog';
+		# Debian Hack: we have to read changelog.gz instead of ChangeLog
+		$fp = gzopen("doc/changelog.gz", "r");
+		while ($riga = gzgets($fp)) { echo $riga; }
+		gzclose($fp);
+		# End of the Debian Hack
 		echo "";
 		echo "
"; echo ""; --- phpldapadmin-0.9.4.orig/server_info.php +++ phpldapadmin-0.9.4/server_info.php @@ -1,5 +1,5 @@ $function()' " . - "phpLDAPadmin requires this function to work properly." ); - return false; - } - } - /* Make sure the config file is readable */ //if( ! is_readable( 'config.php' ) ) if( ! is_readable( realpath( 'config.php' ) ) ) { @@ -98,6 +89,12 @@ return false; } + if( ! is_writable( realpath( ini_get( 'session.save_path' ) ) ) ) { + pla_error( "Your PHP session configuration is incorrect. Please check the value of session.save_path + in your php.ini to ensure that the directory specified there exists and is writable", false ); + return false; + } + /* check for syntax errors in config.php */ // capture the result of including the file with output buffering ob_start(); --- phpldapadmin-0.9.4.orig/emuhash_functions.php +++ phpldapadmin-0.9.4/emuhash_functions.php @@ -31,7 +31,9 @@ $emuhash_openssl = '/usr/bin/openssl'; // don't create mhash functions if we don't have a working openssl - if ( ! is_executable( $emuhash_openssl ) ) { + if( ! file_exists( $emuhash_openssl ) ) + unset( $emuhash_openssl ); + elseif ( function_exists( 'is_executable' ) && ! is_executable( $emuhash_openssl ) ) { unset( $emuhash_openssl ); } else { @@ -57,6 +59,8 @@ set_magic_quotes_runtime( 0 ); $tmpfile = tempnam( $emuhash_temp_dir, "emuhash" ); $pwhandle = fopen( $tmpfile, "w" ); + if( ! $pwhandle ) + pla_error( "Unable to create a temporary file '$tmpfile' to create hashed password" ); fwrite( $pwhandle, $password_clear ); fclose( $pwhandle ); $cmd = $emuhash_openssl . ' ' . $openssl_hash_id . ' -binary < ' . $tmpfile; --- phpldapadmin-0.9.4.orig/search.php +++ phpldapadmin-0.9.4/search.php @@ -1,5 +1,5 @@ - -

New DNS Entry

- - - - - - - - -
-
//You found a non-fatal phpLDAPadmin bug!
Error:%s (%s)
File:
- - - - - - - - - - - - - - - - - - - -
DC Name: (hint: don't include "dc=")
Associated Domain:
Container DN: -

-
- - - - - - - - - - - - - - - - - - -
- Really create this new DC entry?
-
- - - - - -
Name
Domain
Container
-
-
- - +// $Header: /cvsroot/phpldapadmin/phpldapadmin/templates/creation/new_dns_entry.php,v 1.8 2004/05/05 12:47:54 uugdave Exp $ + +// Common to all templates +$container = $_POST['container']; +$server_id = $_POST['server_id']; + +// Unique to this template +$step = 1; +if( isset($_POST['step']) ) + $step = $_POST['step']; + + check_server_id( $server_id ) or die( "Bad server_id: " . htmlspecialchars( $server_id ) ); + have_auth_info( $server_id ) or die( "Not enough information to login to server. Please check your configuration." ); + + ?> + +

New DNS Entry

+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
DC Name: (hint: don't include "dc=")
Associated Domain:
Container DN: +

+
+ + + + + + + + + + + + + + + + + + +
+ Really create this new DC entry?
+
+ + + + + +
Name
Domain
Container
+
+
+ + --- phpldapadmin-0.9.4.orig/templates/creation/custom.php +++ phpldapadmin-0.9.4/templates/creation/custom.php @@ -1,8 +1,5 @@ UID Number: - + + + (automatically determined)"; ?> + @@ -102,7 +110,7 @@ - + - @@ -225,7 +233,7 @@ - : + : $name ){ ?> - + --- phpldapadmin-0.9.4.orig/templates/creation/new_security_object_template.php +++ phpldapadmin-0.9.4/templates/creation/new_security_object_template.php @@ -1,8 +1,5 @@ $name ){ ?> - + --- phpldapadmin-0.9.4.orig/templates/creation/new_user_template.php +++ phpldapadmin-0.9.4/templates/creation/new_user_template.php @@ -1,8 +1,5 @@ UID Number: - + (automatically determined)"; ?> @@ -196,7 +193,7 @@ - : + : - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: - - -
Common name:
Organization:
Address:
City:
Postal code:
Work phone:
Fax:
Mobile:
Email:
Container: -

-
- - -

Confirm entry creation:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Common name:
First name:
Last name:
Organization:
City:
Postal code:
Street:
Work phone:
Fax:
Mobile:
Email:
Container:
-
-
- - - - - - +// $Header: /cvsroot/phpldapadmin/phpldapadmin/templates/creation/new_address_template.php,v 1.9 2004/05/05 12:47:54 uugdave Exp $ + + +// customize this to your needs +$default_container = "ou=Addresses"; + +// Common to all templates +$container = $_POST['container']; +$server_id = $_POST['server_id']; + +// Unique to this template +$step = isset( $_POST['step'] ) ? $_POST['step'] : 1; + +check_server_id( $server_id ) or pla_error( "Bad server_id: " . htmlspecialchars( $server_id ) ); +have_auth_info( $server_id ) or pla_error( "Not enough information to login to server. Please check your configuration." ); + +?> + + + +

New Address Book Entry
+(InetOrgPerson)

+
+ + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name: + + +
Common name:
Organization:
Address:
City:
Postal code:
Work phone:
Fax:
Mobile:
Email:
Container: +

+
+ + +

Confirm entry creation:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Common name:
First name:
Last name:
Organization:
City:
Postal code:
Street:
Work phone:
Fax:
Mobile:
Email:
Container:
+
+
+
+ + + + + --- phpldapadmin-0.9.4.orig/templates/creation/new_ou_template.php +++ phpldapadmin-0.9.4/templates/creation/new_ou_template.php @@ -1,8 +1,5 @@ - \ No newline at end of file + --- phpldapadmin-0.9.4.orig/templates/template_config.php +++ phpldapadmin-0.9.4/templates/template_config.php @@ -1,5 +1,5 @@ 'Simple Security Object', 'icon' => 'images/user.png', 'handler' => 'new_security_object_template.php' ); -$templates[] = - array( 'desc' => 'Mozilla User', - 'icon' => 'images/user.png', - 'handler' => 'mozilla_template.php' ); - $templates[] = array( 'desc' => 'Custom', --- phpldapadmin-0.9.4.orig/debian/po/templates.pot +++ phpldapadmin-0.9.4/debian/po/templates.pot @@ -0,0 +1,174 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-06-21 09:29+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:4 +msgid "What is your LDAP server host address?" +msgstr "" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:4 +msgid "" +"Please enter the host name or the address of the LDAP server you want to " +"connect to." +msgstr "" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:11 +msgid "Do you want to use the ldaps protocol instead of ldap?" +msgstr "" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:11 +msgid "" +"If your LDAP server supports TLS (Transport Security Layer), you can use the " +"ldaps protocol to connect to it." +msgstr "" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:18 +msgid "What is the distinguished name of the search base?" +msgstr "" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:18 +msgid "" +"Please enter the distinguished name of the LDAP search base. Many sites use " +"the components of their domain names for this purpose. For example, the " +"domain \"example.com\" would use \"dc=example,dc=com\" as the distinguished " +"name of the search base." +msgstr "" + +#. Type: select +#. Choices +#: ../phpldapadmin.templates:26 +msgid "session, cookie, config" +msgstr "" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "Which type of authentication you want to use?" +msgstr "" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"session : You will be prompted for a login dn and a password everytime\n" +" you connect to phpLDAPadmin, and a session variabile on the\n" +" web server will store them. It is more secure so this is the\n" +" default." +msgstr "" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"cookie : You will be prompted for a login dn and a password everytime\n" +" you connect to phpLDAPadmin, and a cookie on your client will\n" +" store them." +msgstr "" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"config : login dn and password are stored in the configuration file,\n" +" so you have not to specify them when you connect to\n" +" phpLDAPadmin." +msgstr "" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:45 +msgid "What is the login dn for the LDAP server?" +msgstr "" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:45 +msgid "" +"Enter the name of the account that will be used to log in to the LDAP " +"server. If you chose a form based authentication this will be the default " +"login dn. In this case you can also leave it empty, if you do not want a " +"default one." +msgstr "" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:54 +msgid "What is the login password for the LDAP server?" +msgstr "" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:54 +msgid "" +"Enter the password that will be used to log in to the LDAP server. Note: the " +"password will be stored in clear text in config.php, which is not world-" +"readable." +msgstr "" + +#. Type: multiselect +#. Choices +#: ../phpldapadmin.templates:61 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "" + +#. Type: multiselect +#. Description +#: ../phpldapadmin.templates:63 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "" + +#. Type: multiselect +#. Description +#: ../phpldapadmin.templates:63 +msgid "" +"phpLDAPadmin supports any web server that php4 does, but this automatic " +"configuration process only supports Apache." +msgstr "" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:70 +msgid "Would you like to restart your webserver(s) now?" +msgstr "" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:70 +msgid "" +"Remember that in order to apply the changes your webserver(s) has/have to be " +"restarted." +msgstr "" --- phpldapadmin-0.9.4.orig/debian/po/fr.po +++ phpldapadmin-0.9.4/debian/po/fr.po @@ -0,0 +1,212 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: phpldapadmin\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-06-21 09:29+0200\n" +"PO-Revision-Date: 2004-06-06 08:16+0100\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:4 +msgid "What is your LDAP server host address?" +msgstr "Adresse ou nom d'hôte du serveur LDAP :" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:4 +msgid "" +"Please enter the host name or the address of the LDAP server you want to " +"connect to." +msgstr "" +"Veuillez indiquer le nom d'hôte ou l'adresse du serveur LDAP auquel vous " +"souhaitez vous connecter." + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:11 +msgid "Do you want to use the ldaps protocol instead of ldap?" +msgstr "Voulez-vous utiliser le protocole ldaps à la place de ldap ?" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:11 +msgid "" +"If your LDAP server supports TLS (Transport Security Layer), you can use the " +"ldaps protocol to connect to it." +msgstr "" +"Si votre serveur LDAP gère la couche de sécurité de transport (TLS : " +"« Transport Security Layer »), vous pouvez utiliser le protocole ldaps pour " +"vous y connecter." + +#. Type: string +#. Description +#: ../phpldapadmin.templates:18 +msgid "What is the distinguished name of the search base?" +msgstr "Nom distinctif de la base de recherche :" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:18 +msgid "" +"Please enter the distinguished name of the LDAP search base. Many sites use " +"the components of their domain names for this purpose. For example, the " +"domain \"example.com\" would use \"dc=example,dc=com\" as the distinguished " +"name of the search base." +msgstr "" +"Veuillez indiquer le nom distinctif de la base de recherche LDAP. De " +"nombreux sites utilisent les parties de leur nom de domaine pour cela. Par " +"exemple, le domaine « exemple.com » pourra utiliser « dc=exemple,dc=com » " +"comme nom distinctif de la base de recherche." + +#. Type: select +#. Choices +#: ../phpldapadmin.templates:26 +msgid "session, cookie, config" +msgstr "session, cookie, configuration" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "Which type of authentication you want to use?" +msgstr "Type d'authentification à utiliser :" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"session : You will be prompted for a login dn and a password everytime\n" +" you connect to phpLDAPadmin, and a session variabile on the\n" +" web server will store them. It is more secure so this is the\n" +" default." +msgstr "" +"session : un identifiant dn de connexion et un mot de passe vous seront " +"demandés\n" +" à chaque connexion à phpLDAPadmin et une variable de session " +"sera\n" +" utilisée pour les conserver sur le serveur web. Ce choix est le " +"plus sûr et\n" +" sera donc utilisé par défaut ;" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"cookie : You will be prompted for a login dn and a password everytime\n" +" you connect to phpLDAPadmin, and a cookie on your client will\n" +" store them." +msgstr "" +"cookie : un identifiant dn de connexion et un mot de passe vous seront " +"demandés\n" +" à chaque connexion à phpLDAPadmin. Il seront conservés dans un " +"cookie\n" +" sur votre navigateur client ;" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"config : login dn and password are stored in the configuration file,\n" +" so you have not to specify them when you connect to\n" +" phpLDAPadmin." +msgstr "" +"configuration : l'identifiant dn de connexion et le mot de passe seront " +"conservés\n" +" dans le fichier de configuration afin qu'il ne soit " +"pas nécessaire de\n" +" les indiquer à chaque connexion à phpLDAPadmin." + +#. Type: string +#. Description +#: ../phpldapadmin.templates:45 +msgid "What is the login dn for the LDAP server?" +msgstr "Identifiant dn de connexion à votre serveur LDAP :" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:45 +msgid "" +"Enter the name of the account that will be used to log in to the LDAP " +"server. If you chose a form based authentication this will be the default " +"login dn. In this case you can also leave it empty, if you do not want a " +"default one." +msgstr "" +"Veuillez indiquer l'identifiant que sera utilisé pour la connexion au " +"serveur LDAP. Si vous choisissez une authentification par formulaires, cet " +"identifiant sera alors la valeur par défaut. Vous pouvez, dans ce cas, " +"également laisser ce champ vide afin qu'aucune valeur par défaut ne soit " +"utilisée." + +#. Type: string +#. Description +#: ../phpldapadmin.templates:54 +msgid "What is the login password for the LDAP server?" +msgstr "Mot de passe pour la connexion au serveur LDAP :" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:54 +msgid "" +"Enter the password that will be used to log in to the LDAP server. Note: the " +"password will be stored in clear text in config.php, which is not world-" +"readable." +msgstr "" +"Veuillez indiquer le mot de passe qui sera utilisé pour la connexion au " +"serveur LDAP. Veuillez noter que ce mot de passe sera conservé en clair dans " +"le fichier config.php, qui ne peut pas être lu par les utilisateurs non " +"privilégiés." + +#. Type: multiselect +#. Choices +#: ../phpldapadmin.templates:61 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../phpldapadmin.templates:63 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Serveur web à reconfigurer automatiquement :" + +#. Type: multiselect +#. Description +#: ../phpldapadmin.templates:63 +msgid "" +"phpLDAPadmin supports any web server that php4 does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"PhpLDAPadmin gère tout serveur web géré par PHP4, mais cette procédure de " +"configuration automatique ne gère actuellement qu'Apache." + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:70 +msgid "Would you like to restart your webserver(s) now?" +msgstr "Faut-il redémarrer votre serveur web maintenant ?" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:70 +msgid "" +"Remember that in order to apply the changes your webserver(s) has/have to be " +"restarted." +msgstr "" +"Veuillez noter que pour que les modifications soient prises en compte, votre" +"(vos) serveur(s) web doi(ven)t être redémarré(s)." --- phpldapadmin-0.9.4.orig/debian/po/ja.po +++ phpldapadmin-0.9.4/debian/po/ja.po @@ -0,0 +1,195 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# +msgid "" +msgstr "" +"Project-Id-Version: phpldapadmin 0.9.4-9\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-06-21 09:29+0200\n" +"PO-Revision-Date: 2004-09-27 20:33+0900\n" +"Last-Translator: Hideki Yamane \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-JP\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:4 +msgid "What is your LDAP server host address?" +msgstr "LDAP ¥µ¡¼¥Ð¤Î¥¢¥É¥ì¥¹¤Ï²¿¤Ç¤¹¤«?" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:4 +msgid "" +"Please enter the host name or the address of the LDAP server you want to " +"connect to." +msgstr "Àܳ¤·¤¿¤¤ LDAP ¥µ¡¼¥Ð¤Î¥Û¥¹¥È̾¤«¥¢¥É¥ì¥¹¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:11 +msgid "Do you want to use the ldaps protocol instead of ldap?" +msgstr "ldap ¥×¥í¥È¥³¥ë¤Ç¤Ï¤Ê¤¯ ldaps ¥×¥í¥È¥³¥ë¤ò»È¤¤¤Þ¤¹¤«?" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:11 +msgid "" +"If your LDAP server supports TLS (Transport Security Layer), you can use the " +"ldaps protocol to connect to it." +msgstr "" +"LDAP ¥µ¡¼¥Ð¤¬ TLS (Transport Security Layer) ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¡¢Àܳ¤¹¤ë" +"ºÝ¤Ë ldaps ¥×¥í¥È¥³¥ë¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:18 +msgid "What is the distinguished name of the search base?" +msgstr "search base ¤Î¼±ÊÌ̾ (DN) ¤Ï²¿¤Ç¤¹¤«?" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:18 +msgid "" +"Please enter the distinguished name of the LDAP search base. Many sites use " +"the components of their domain names for this purpose. For example, the " +"domain \"example.com\" would use \"dc=example,dc=com\" as the distinguished " +"name of the search base." +msgstr "" +"LDAP search base ¤Î¼±ÊÌ̾¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£Â¿¤¯¤Î¥µ¥¤¥È¤¬¤³¤ÎÌÜŪ¤Ë¥É¥á¥¤¥ó̾" +"¤Î°ìÉô¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£Î㤨¤Ð \"example.com\" ¤È¤¤¤¦¥É¥á¥¤¥ó¤Ï¡¢search base ¤Î" +"¼±ÊÌ̾¤È¤·¤Æ \"dc=example,dc=com\" ¤òÍøÍѤ·¤Þ¤¹¡£" + +#. Type: select +#. Choices +#: ../phpldapadmin.templates:26 +msgid "session, cookie, config" +msgstr "¥»¥Ã¥·¥ç¥ó, cookie, ÀßÄê¥Õ¥¡¥¤¥ë" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "Which type of authentication you want to use?" +msgstr "¤É¤Îǧ¾ÚÊý¼°¤ò»È¤¤¤Þ¤¹¤«?" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"session : You will be prompted for a login dn and a password everytime\n" +" you connect to phpLDAPadmin, and a session variabile on the\n" +" web server will store them. It is more secure so this is the\n" +" default." +msgstr "" +"¥»¥Ã¥·¥ç¥ó¡¡ : phpLDAPadmin ¤ØÀܳ¤¹¤ë¤È¡¢Ëè²ó¥í¥°¥¤¥ó dn ¤È¥Ñ¥¹¥ï¡¼¥É¤ò\n" +" Í׵ᤵ¤ì¡¢web ¥µ¡¼¥Ð¾å¤Î¥»¥Ã¥·¥ç¥óÊÑ¿ô¤¬¤³¤ì¤é¤òÊÝ»ý¤·¤Þ¤¹¡£\n" +" ¤³¤ÎÊý¤¬¤è¤ê¥»¥­¥å¥¢¤Ê¤Î¤Ç¡¢¤³¤ì¤¬É¸½à¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"cookie : You will be prompted for a login dn and a password everytime\n" +" you connect to phpLDAPadmin, and a cookie on your client will\n" +" store them." +msgstr "" +"cookie : phpLDAPadmin ¤ØÀܳ¤¹¤ë¤ÈËè²ó¥í¥°¥¤¥ó dn ¤È¥Ñ¥¹¥ï¡¼¥É¤ò\n" +" Í׵ᤵ¤ì¡¢¥¯¥é¥¤¥¢¥ó¥È¦¤Î cookie ¤Ç¤³¤ì¤é¤òÊÝ»ý¤·¤Þ¤¹¡£" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"config : login dn and password are stored in the configuration file,\n" +" so you have not to specify them when you connect to\n" +" phpLDAPadmin." +msgstr "" +"ÀßÄê¥Õ¥¡¥¤¥ë : ¥í¥°¥¤¥ó dn ¤È¥Ñ¥¹¥ï¡¼¥É¤¬ÀßÄê¥Õ¥¡¥¤¥ë¤ËÊݸ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢\n" +" phpLDAPadmin ¤ØÀܳ¤¹¤ëºÝ¤Ë»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:45 +msgid "What is the login dn for the LDAP server?" +msgstr "LDAP ¥µ¡¼¥Ð¤Î¥í¥°¥¤¥ó dn ¤Ï²¿¤Ç¤¹¤«?" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:45 +msgid "" +"Enter the name of the account that will be used to log in to the LDAP " +"server. If you chose a form based authentication this will be the default " +"login dn. In this case you can also leave it empty, if you do not want a " +"default one." +msgstr "" +"LDAP ¥µ¡¼¥Ð¤Ø¥í¥°¥¤¥ó¤¹¤ëºÝ¤Ë»È¤¦¥¢¥«¥¦¥ó¥È̾¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£form ¥Ù¡¼¥¹" +"¤Îǧ¾Ú¤òÁª¤ó¤À¾ì¹ç¡¢¤³¤ì¤¬É¸½à¥í¥°¥¤¥ó dn ¤Ë¤Ê¤ê¤Þ¤¹¡£É¸½à¥í¥°¥¤¥ó dn ¤Ë¤·¤¿" +"¤¯¤Ê¤¤¾ì¹ç¡¢¶õ¤Î¤Þ¤Þ¤Ë¤·¤Æ¤ª¤¯¤Î¤â²Äǽ¤Ç¤¹¡£" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:54 +msgid "What is the login password for the LDAP server?" +msgstr "LDAP ¥µ¡¼¥Ð¤Î¥í¥°¥¤¥ó¥Ñ¥¹¥ï¡¼¥É¤Ï²¿¤Ç¤¹¤«?" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:54 +msgid "" +"Enter the password that will be used to log in to the LDAP server. Note: the " +"password will be stored in clear text in config.php, which is not world-" +"readable." +msgstr "" +"LDAP ¥µ¡¼¥Ð¤Ø¥í¥°¥¤¥ó¤¹¤ëºÝ¤Ë»È¤¦¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£Ãí°Õ: ¥Ñ¥¹¥ï¡¼" +"¥É¤Ï¡¢Ã¯¤«¤é¤âÆɤ߼è¤ê²Äǽ¤Ê¾õÂ֤ˤϤʤäƤ¤¤Ê¤¤ config.php ¥Õ¥¡¥¤¥ë¤Ëʿʸ¤Ç" +"Êݸ¤µ¤ì¤Þ¤¹¡£" + +#. Type: multiselect +#. Choices +#: ../phpldapadmin.templates:61 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../phpldapadmin.templates:63 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "¤É¤Î web ¥µ¡¼¥Ð¤ò¼«Æ°Åª¤ËºÆÀßÄꤷ¤Þ¤¹¤«?" + +#. Type: multiselect +#. Description +#: ../phpldapadmin.templates:63 +msgid "" +"phpLDAPadmin supports any web server that php4 does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpLDAPadmin ¤Ï php4 ¤¬Æ°ºî¤¹¤ë web ¥µ¡¼¥Ð¤Ç¤¢¤ì¤Ð¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¤¬¡¢¤³¤Î" +"¼«Æ°ÀßÄê¤Ç¤Ï Apache ¤Î¤ß¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:70 +msgid "Would you like to restart your webserver(s) now?" +msgstr "web ¥µ¡¼¥Ð¤ò¤¹¤°¤ËºÆµ¯Æ°¤·¤Þ¤¹¤«?" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:70 +msgid "" +"Remember that in order to apply the changes your webserver(s) has/have to be " +"restarted." +msgstr "" +"Êѹ¹¤ò web ¥µ¡¼¥Ð¤ËŬÍѤ¹¤ë¤¿¤á¤Ë¡¢ºÆµ¯Æ°¤¬É¬ÍפʤΤò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£" --- phpldapadmin-0.9.4.orig/debian/po/it.po +++ phpldapadmin-0.9.4/debian/po/it.po @@ -0,0 +1,201 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: 0.9.4-10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-06-21 09:29+0200\n" +"PO-Revision-Date: 2004-06-03 21:33+0200\n" +"Last-Translator: Fabio Tranchitella \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:4 +msgid "What is your LDAP server host address?" +msgstr "Qual è l'indirizzo del tuo server LDAP?" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:4 +msgid "" +"Please enter the host name or the address of the LDAP server you want to " +"connect to." +msgstr "" +"Per favore inserisci l'host name o l'indirizzo del server LDAP al quale vuoi " +"collegarti." + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:11 +msgid "Do you want to use the ldaps protocol instead of ldap?" +msgstr "Vuoi usare il protocollo ldaps invece che ldap?" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:11 +msgid "" +"If your LDAP server supports TLS (Transport Security Layer), you can use the " +"ldaps protocol to connect to it." +msgstr "" +"Se il tuo server LDAP supporta il TLS (Transport Security Layer), puoi usare " +"il protocollo ldaps per la connessione." + +#. Type: string +#. Description +#: ../phpldapadmin.templates:18 +msgid "What is the distinguished name of the search base?" +msgstr "Qual è il nome distinto per la ricerca base?" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:18 +msgid "" +"Please enter the distinguished name of the LDAP search base. Many sites use " +"the components of their domain names for this purpose. For example, the " +"domain \"example.com\" would use \"dc=example,dc=com\" as the distinguished " +"name of the search base." +msgstr "" +"Per favore inserisci il nome distinto per la ricerca base LDAP. Molti siti " +"utilizzano per questo scopo le componenti del proprio dominio. Ad esempio, " +"il dominio \"example.com\" potrebbe usare \"dc=example,dc=com\" come nome " +"distinto per la ricerca base." + +#. Type: select +#. Choices +#: ../phpldapadmin.templates:26 +msgid "session, cookie, config" +msgstr "sessione, cookie, config" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "Which type of authentication you want to use?" +msgstr "Quale tipo di autenticazione vuoi usare?" + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"session : You will be prompted for a login dn and a password everytime\n" +" you connect to phpLDAPadmin, and a session variabile on the\n" +" web server will store them. It is more secure so this is the\n" +" default." +msgstr "" +"sessione: Ad ogni connessione a phpLDAPadmin ti verranno richiesti un\n" +" utente ed una password, ed una variabile di sessione sul\n" +" server web li memorizzerà. E' la scelta predefinita in quanto\n" +" è più sicura." + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"cookie : You will be prompted for a login dn and a password everytime\n" +" you connect to phpLDAPadmin, and a cookie on your client will\n" +" store them." +msgstr "" +"cookie : Ad ogni connessione a phpLDAPadmin ti verranno richiesti un\n" +" utente ed una password, ed un cookie sul tuo client li\n" +" memorizzerà." + +#. Type: select +#. Description +#: ../phpldapadmin.templates:28 +msgid "" +"config : login dn and password are stored in the configuration file,\n" +" so you have not to specify them when you connect to\n" +" phpLDAPadmin." +msgstr "" +"config : Utente e password sono memorizzate nel file di configurazione,\n" +" non è necessario specificarle quando ti colleghi a phpLDAPadmin." + +#. Type: string +#. Description +#: ../phpldapadmin.templates:45 +msgid "What is the login dn for the LDAP server?" +msgstr "Qual è l'utente per la connessione al server LDAP?" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:45 +msgid "" +"Enter the name of the account that will be used to log in to the LDAP " +"server. If you chose a form based authentication this will be the default " +"login dn. In this case you can also leave it empty, if you do not want a " +"default one." +msgstr "" +"Inserisci il nome dell'account che verrà usato per la connessione al server " +"LDAP. Se hai scelto un'autenticazione basata su form questo sarà l'utente " +"predefinito. In questo caso puoi anche lasciarlo vuoto se non vuoi una " +"scelta predefinita." + +#. Type: string +#. Description +#: ../phpldapadmin.templates:54 +msgid "What is the login password for the LDAP server?" +msgstr "Qual è la password per la connessione al server LDAP?" + +#. Type: string +#. Description +#: ../phpldapadmin.templates:54 +msgid "" +"Enter the password that will be used to log in to the LDAP server. Note: the " +"password will be stored in clear text in config.php, which is not world-" +"readable." +msgstr "" +"Inserisci la password che verrà usata per la connessione al server LDAP. " +"Nota: la password sarà memorizzata in chiaro nel file config.php che non è " +"leggibile da tutti gli utenti." + +#. Type: multiselect +#. Choices +#: ../phpldapadmin.templates:61 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../phpldapadmin.templates:63 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Quali server web vuoi riconfigurare automaticamente?" + +#. Type: multiselect +#. Description +#: ../phpldapadmin.templates:63 +msgid "" +"phpLDAPadmin supports any web server that php4 does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpLDAPadmin supporta qualsiasi server web che interpreti php4, ma questa " +"configurazione automatica funziona solo con Apache." + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:70 +msgid "Would you like to restart your webserver(s) now?" +msgstr "Vuoi riavviare i tuoi server web ora?" + +#. Type: boolean +#. Description +#: ../phpldapadmin.templates:70 +msgid "" +"Remember that in order to apply the changes your webserver(s) has/have to be " +"restarted." +msgstr "" +"Ricorda che per applicare i cambiamenti i tuoi server web devono essere " +"riavviati." --- phpldapadmin-0.9.4.orig/debian/po/POTFILES.in +++ phpldapadmin-0.9.4/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] phpldapadmin.templates --- phpldapadmin-0.9.4.orig/debian/conf/apache.conf +++ phpldapadmin-0.9.4/debian/conf/apache.conf @@ -0,0 +1,48 @@ +# Define /phpldapadmin alias, this is the default + + Alias /phpldapadmin /usr/share/phpldapadmin + + +# You can also use phpLDAPadmin as a VirtualHost +# +# ServerName ldap.example.com +# ServerAdmin root@example.com +# DocumentRoot /usr/share/phpldapadmin +# ErrorLog logs/ldap.example.com-error.log +# CustomLog logs/ldap.example.com-access.log common +# + + + + DirectoryIndex index.php + Options +FollowSymLinks + AllowOverride None + + Order allow,deny + Allow from all + + + + + AddType application/x-httpd-php .php + + php_flag magic_quotes_gpc Off + php_flag track_vars On + php_flag register_globals On + php_value include_path . + + + + + + AddType application/x-httpd-php .php + + Action application/x-httpd-php /cgi-bin/php4 + + + + + + + + --- phpldapadmin-0.9.4.orig/debian/dirs +++ phpldapadmin-0.9.4/debian/dirs @@ -0,0 +1,7 @@ +usr/share/phpldapadmin +usr/share/phpldapadmin/lang +usr/share/doc/phpldapadmin +etc/phpldapadmin +etc/phpldapadmin/templates +etc/phpldapadmin/templates/creation +etc/phpldapadmin/templates/modification --- phpldapadmin-0.9.4.orig/debian/docs +++ phpldapadmin-0.9.4/debian/docs @@ -0,0 +1,3 @@ +ldap_error_codes.txt +doc/CREDITS +doc/ROADMAP --- phpldapadmin-0.9.4.orig/debian/control +++ phpldapadmin-0.9.4/debian/control @@ -0,0 +1,17 @@ +Source: phpldapadmin +Section: admin +Priority: extra +Maintainer: Fabio Tranchitella +Build-Depends-Indep: debhelper (>= 4.1.16), po-debconf +Standards-Version: 3.6.1.0 + +Package: phpldapadmin +Architecture: all +Depends: apache | httpd, php4-ldap, php4 (>= 4.1.0) | php4-cgi (>= 4.1.0) | libapache2-mod-php4, debconf (>= 0.2.26) +Description: Web based interface for administering LDAP servers + phpLDAPadmin is a web-based LDAP client. It provides easy, + anywhere-accessible, multi-language administration for your LDAP + server. Its hierarchical tree-viewer and advanced search functionality + make it intuitive to browse and administer your LDAP directory. Since it + is a web application, this LDAP browser works on many platforms, making + your LDAP server easily manageable from any location. --- phpldapadmin-0.9.4.orig/debian/rules +++ phpldapadmin-0.9.4/debian/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +clean: + dh_testdir + dh_testroot + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs doc/ChangeLog + dh_installdocs + dh_install + dh_compress + dh_fixperms + dh_install -m 644 debian/conf/apache.conf /etc/phpldapadmin/ + dh_link /etc/phpldapadmin/templates /usr/share/phpldapadmin/templates + dh_link /usr/share/doc/phpldapadmin /usr/share/phpldapadmin/doc + dh_installdebconf -pphpldapadmin + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- phpldapadmin-0.9.4.orig/debian/changelog +++ phpldapadmin-0.9.4/debian/changelog @@ -0,0 +1,73 @@ +phpldapadmin (0.9.4-10) unstable; urgency=low + + * Updated Japanase po-debconf translation, thanks again to + Hideki Yamane . (Closes: #273766) + * Modified debian/config to reuse previously queried LDAP + base. (Closes: #275987) + + -- Fabio Tranchitella Fri, 22 Oct 2004 14:44:48 +0200 + +phpldapadmin (0.9.4-9) unstable; urgency=low + + * Added Japanese po-debconf translation thanks to + Hideki Yamane . (Closes: #271756) + + -- Fabio Tranchitella Thu, 16 Sep 2004 10:50:32 +0200 + +phpldapadmin (0.9.4-8) unstable; urgency=low + + * Modified php4 dependency adding support for libapache2-mod-php4 and + php4-cgi. (Closes: #261248) + + -- Fabio Tranchitella Sat, 24 Jul 2004 20:28:29 +0200 + +phpldapadmin (0.9.4-7) unstable; urgency=low + + * Made lintian report clean. + + -- Fabio Tranchitella Mon, 21 Jun 2004 09:33:32 +0200 + +phpldapadmin (0.9.4-6) unstable; urgency=low + + * Fixed some mistakes in debconf template. (Closes: #252473) + * Added italian and french debconf template translations. + + -- Fabio Tranchitella Sat, 5 Jun 2004 20:23:23 +0200 + +phpldapadmin (0.9.4-5) unstable; urgency=low + + * Modified lang/* removing an unnecessary bug report link. + * Modified debian/config and debian/postinst script to respect the + policy (see 10.7.3). (Closes: #251438) + + -- Fabio Tranchitella Fri, 28 May 2004 19:37:45 +0200 + +phpldapadmin (0.9.4-4) unstable; urgency=low + + * Added link to /usr/share/doc/phpldapadmin/ to fix documentation.php + * Patched documentation.php to read from a gzipped file. + + -- Fabio Tranchitella Thu, 20 May 2004 08:55:20 +0200 + +phpldapadmin (0.9.4-3) unstable; urgency=low + + * New upstream bug fixes. + + -- Fabio Tranchitella Fri, 14 May 2004 13:39:04 +0200 + +phpldapadmin (0.9.4-2) unstable; urgency=low + + * Fixed permission on /etc/phpldapadmin/templates. + * Fixed some typos in debian/postinst. + + -- Fabio Tranchitella Mon, 10 May 2004 14:00:43 +0200 + +phpldapadmin (0.9.4-1) unstable; urgency=low + + * Initial Release + * Automatic configuration for Apache, Apache-SSL, Apache-Perl and Apache2. + * Automatic configuration for config.php with default from slapd.conf, + libnss-ldap.conf or pam_ldap.conf. + + -- Fabio Tranchitella Fri, 7 May 2004 11:00:03 +0200 + --- phpldapadmin-0.9.4.orig/debian/postinst +++ phpldapadmin-0.9.4/debian/postinst @@ -0,0 +1,141 @@ +#!/bin/sh + +CONFFILE="/etc/phpldapadmin/config.php" +TEMPLATES="/etc/phpldapadmin/templates" + +chown -R root:www-data $TEMPLATES +chown -R root:www-data $TEMPLATES +chmod -R 0640 $TEMPLATES +chmod 0750 $TEMPLATES $TEMPLATES/creation $TEMPLATES/modification + +. /usr/share/debconf/confmodule +db_version 2.0 || [ $? -lt 30 ] + +if [ "$1" = "configure" ]; then + + if [ ! -f $CONFFILE ]; then + cp /usr/share/phpldapadmin/config.php.example $CONFFILE + chown -R root:www-data $CONFFILE + chmod 0640 $CONFFILE + ln -s $CONFFILE /usr/share/phpldapadmin/config.php + else + if [ ! -e /usr/share/phpldapadmin/config.php ]; then + ln -s $CONFFILE /usr/share/phpldapadmin/config.php + fi + exit 0 + fi + + db_get phpldapadmin/ldap-server || true + ldapserver="$RET" + perl -i -p -e "s/(\['host'\]) = 'ldap.example.com'/\$1 = '$ldapserver'/i" $CONFFILE 2> /dev/null + + db_get phpldapadmin/ldap-tls || true + tls="$RET" + if [ "$tls" = "true" ]; then + perl -i -p -e "s/(\['port'\]) = 389/\$1 = 636/i" $CONFFILE 2> /dev/null + perl -i -p -e "s/(\['tls'\]) = false/\$1 = true/i" $CONFFILE 2> /dev/null + fi + + db_get phpldapadmin/ldap-basedn || true + basedn="$RET" + perl -i -p -e "s/(\['base'\]) = 'dc=example,dc=com'/\$1 = '$basedn'/i" $CONFFILE 2> /dev/null + + db_get phpldapadmin/ldap-authtype || true + authtype="$RET" + perl -i -p -e "s/(\['auth_type'\]) = 'config'/\$1 = '$authtype'/i" $CONFFILE 2> /dev/null + + db_get phpldapadmin/ldap-binddn || true + binddn="$RET" + perl -i -p -e "s/(\['login_dn'\]) = 'cn=Manager,dc=example,dc=com'/\$1 = '$binddn'/i" $CONFFILE 2> /dev/null + + if [ "$authtype" = "config" ]; then + db_get phpldapadmin/ldap-bindpw || true + bindpw="$RET" + perl -i -p -e "s/(\['login_pass'\]) = 'secret'/\$1 = '$bindpw'/i" $CONFFILE 2> /dev/null + else + perl -i -p -e "s/(\['login_pass'\]) = 'secret'/\$1 = ''/i" $CONFFILE 2> /dev/null + fi + + # Autoconfiguration for apache* + db_get phpldapadmin/reconfigure-webserver || true + webservers="$RET" + restart="" + + for webserver in $webservers; do + webserver=${webserver%,} + test -x /usr/sbin/$webserver || continue + + case "$webserver" in + apache|apache-perl|apache-ssl) + if [ -x /usr/sbin/modules-config ]; then + if [ -f /usr/lib/apache/1.3/libphp4.so ]; then + if ! grep "^LoadModule php4_module " /etc/$webserver/modules.conf > /dev/null 2>&1; then + modules-config $webserver enable mod_php4 + fi + else + if [ -f /usr/lib/apache/1.3/mod_actions.so ]; then + if ! grep "^LoadModule action_module " /etc/$webserver/modules.conf > /dev/null 2>&1; then + modules-config $webserver enable mod_actions + fi + fi + if [ -f /usr/lib/apache/1.3/mod_cgi.so ]; then + if ! grep "^LoadModule cgi_module " /etc/$webserver/modules.conf > /dev/null 2>&1; then + modules-config $webserver enable mod_cgi + fi + fi + fi + fi + if grep "^Include /etc/phpldapadmin/apache.conf" /etc/$webserver/httpd.conf > /dev/null 2>&1; then + mv -f /etc/$webserver/httpd.conf /etc/$webserver/httpd.conf.old.phpldapadmin + grep -v "^Include /etc/phpldapadmin/apache.conf" /etc/$webserver/httpd.conf.old.phpldapadmin \ + > /etc/$webserver/httpd.conf + fi + if ! grep "^Include /etc/$webserver/conf.d" /etc/$webserver/httpd.conf > /dev/null 2>&1; then + cp -f /etc/$webserver/httpd.conf /etc/$webserver/httpd.conf.old.phpldapadmin + echo "Include /etc/$webserver/conf.d" >> /etc/$webserver/httpd.conf + fi + if [ -f /etc/$webserver/httpd.conf.old.phpldapadmin -a ! -f /etc/$webserver/httpd.conf.old ]; then + mv -f /etc/$webserver/httpd.conf.old.phpldapadmin /etc/$webserver/httpd.conf.old + fi + mkdir -p /etc/$webserver/conf.d + ;; + apache2) + if [ -d /etc/$webserver/mods-enabled ]; then + if [ ! -f /etc/$webserver/mods-enabled/actions.load -a ! -h /etc/$webserver/mods-enabled/actions.load ]; then + ln -s /etc/$webserver/mods-available/actions.load /etc/$webserver/mods-enabled/actions.load + fi + if [ -f /etc/apache2/mods-available/php4.load ]; then + if [ ! -f /etc/$webserver/mods-enabled/php4.load -a ! -h /etc/$webserver/mods-enabled/php4.load ]; then + ln -s /etc/$webserver/mods-available/php4.load /etc/$webserver/mods-enabled/php4.load + fi + else + if [ ! -f /etc/$webserver/mods-enabled/cgi.load -a ! -h /etc/$webserver/mods-enabled/cgi.load ]; then + ln -s /etc/$webserver/mods-available/cgi.load /etc/$webserver/mods-enabled/cgi.load + fi + fi + fi + ;; + esac + + if [ ! -f /etc/$webserver/conf.d/phpldapadmin -a ! -h /etc/$webserver/conf.d/phpldapadmin ]; then + ln -s /etc/phpldapadmin/apache.conf /etc/$webserver/conf.d/phpldapadmin + restart="$restart $webserver" + fi + done + + db_get phpldapadmin/restart-webserver || true + if [ "$RET" = "true" ]; then + for webserver in $restart; do + webserver=${webserver%,} + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d $webserver restart + else + /etc/init.d/$webserver restart + fi + done + fi +fi + +#DEBHELPER# + +exit 0 --- phpldapadmin-0.9.4.orig/debian/compat +++ phpldapadmin-0.9.4/debian/compat @@ -0,0 +1 @@ +4 --- phpldapadmin-0.9.4.orig/debian/config +++ phpldapadmin-0.9.4/debian/config @@ -0,0 +1,122 @@ +#!/bin/sh + +CONFFILE="/etc/phpldapadmin/config.php" + +. /usr/share/debconf/confmodule +db_version 2.0 || [ $? -lt 30 ] + +# Autoconfiguration for phpldapadmin +if [ ! -f $CONFFILE ] || [ $(md5sum $CONFFILE | awk '{print $1}') = "43b124661b7e30fb94c37c3c221124eb" ]; then + + # Let's try to read default from slapd.conf, libnss-ldap.conf or libpam_ldap.conf + if [ -f /etc/ldap/slapd.conf ]; then + ldapserver="localhost" + if grep "^TLS" /etc/ldap/slapd.conf > /dev/null 2>&1; then + tls="true" + else + tls="false" + fi + basedn=`grep ^suffix /etc/ldap/slapd.conf | awk '{print $2}' | sed -e s/\"//g` + binddn=`grep -e "by dn=.* write" /etc/ldap/slapd.conf | cut -d"\"" -f2 | head -n1` + elif [ -f /etc/libnss-ldap.conf ]; then + if grep "^host" /etc/libnss-ldap.conf > /dev/null 2>&1; then + ldapserver=`grep ^host /etc/libnss-ldap.conf | awk '{print $2}'` + elif grep "^uri" /etc/libnss-ldap.conf > /dev/null 2>&1; then + ldapserver=`grep ^uri /etc/libnss-ldap.conf | sed -e s@/@@g | awk -F : '{print $2}'` + fi + if grep "^TLS" /etc/libnss-ldap.conf > /dev/null 2>&1; then + tls="true" + else + tls="false" + fi + basedn=`grep -e "^base" /etc/libnss-ldap.conf | awk '{print $2}' | sed -e s/\"//g` + binddn=`grep -e "^rootbinddn" /etc/libnss-ldap.conf | awk '{print $2}'` + elif [ -f /etc/pam_ldap.conf ]; then + if grep "^host" /etc/pam_ldap.conf > /dev/null 2>&1; then + ldapserver=`grep ^host /etc/pam_ldap.conf | awk '{print $2}'` + elif grep "^uri" /etc/pam_ldap.conf > /dev/null 2>&1; then + ldapserver=`grep ^uri /etc/pam_ldap.conf | sed -e s@/@@g | awk -F : '{print $2}'` + fi + if grep "^TLS" /etc/pam_ldap.conf > /dev/null 2>&1; then + tls="true" + else + tls="false" + fi + basedn=`grep -e "^base" /etc/pam_ldap.conf | awk '{print $2}' | sed -e s/\"//g` + binddn=`grep -e "^rootbinddn" /etc/pam_ldap.conf | head -n1 | awk '{print $2}'` + fi + + if [ -f /etc/ldap.secret ]; then + bindpw=`head -n1 /etc/ldap.secret` + fi + + if [ "$ldapserver" = "" ]; then + db_input medium phpldapadmin/ldap-server || true + db_go || true + db_get phpldapadmin/ldap-server || true + ldapserver="$RET" + else + db_set phpldapadmin/ldap-server $ldapserver || true + fi + + if [ "$tls" = "" ]; then + db_input medium phpldapadmin/ldap-tls || true + db_go || true + db_get phpldapadmin/ldap-tls || true + tls="$RET" + else + db_set phpldapadmin/ldap-tls $tls || true + fi + + if [ "$tls" = "true" ]; then + ldapserver="ldaps:\\/\\/$ldapserver" + db_set phpldapadmin/ldap-server $ldapserver || true + fi + + if [ "$basedn" = "" ]; then + db_input medium phpldapadmin/ldap-basedn || true + db_go || true + db_get phpldapadmin/ldap-basedn || true + basedn="$RET" + else + db_set phpldapadmin/ldap-basedn $basedn || true + fi + + db_input medium phpldapadmin/ldap-authtype || true + db_go || true + db_get phpldapadmin/ldap-authtype || true + authtype="$RET" + + if [ "$binddn" = "" ]; then + db_set phpldapadmin/ldap-binddn "cn=admin,$basedn" + db_input medium phpldapadmin/ldap-binddn || true + db_go || true + else + db_set phpldapadmin/ldap-binddn $binddn || true + fi + + if [ "$authtype" = "config" ]; then + if [ "$bindpw" = "" ]; then + db_input medium phpldapadmin/ldap-bindpw || true + db_go || true + else + db_set phpldapadmin/ldap-bindpw $bindpw || true + fi + fi + + # Apache* autoconfiguration + db_input medium phpldapadmin/reconfigure-webserver || true + db_go || true + db_get phpldapadmin/reconfigure-webserver || true + webservers="$RET" + + if [ ! "$webservers" = "" ]; then + db_input medium phpldapadmin/restart-webserver || true + db_go || true + fi + +fi + +#DEBHELPER# + +exit 0 --- phpldapadmin-0.9.4.orig/debian/phpldapadmin.templates +++ phpldapadmin-0.9.4/debian/phpldapadmin.templates @@ -0,0 +1,72 @@ +Template: phpldapadmin/ldap-server +Type: string +Default: 127.0.0.1 +_Description: What is your LDAP server host address? + Please enter the host name or the address of the LDAP server you want to + connect to. + +Template: phpldapadmin/ldap-tls +Type: boolean +Default: false +_Description: Do you want to use the ldaps protocol instead of ldap? + If your LDAP server supports TLS (Transport Security Layer), you can use + the ldaps protocol to connect to it. + +Template: phpldapadmin/ldap-basedn +Type: string +Default: dc=example,dc=com +_Description: What is the distinguished name of the search base? + Please enter the distinguished name of the LDAP search base. Many sites + use the components of their domain names for this purpose. For example, + the domain "example.com" would use "dc=example,dc=com" as the + distinguished name of the search base. + +Template: phpldapadmin/ldap-authtype +Type: select +_Choices: session, cookie, config +Default: session +_Description: Which type of authentication you want to use? + session : You will be prompted for a login dn and a password everytime + you connect to phpLDAPadmin, and a session variabile on the + web server will store them. It is more secure so this is the + default. + . + cookie : You will be prompted for a login dn and a password everytime + you connect to phpLDAPadmin, and a cookie on your client will + store them. + . + config : login dn and password are stored in the configuration file, + so you have not to specify them when you connect to + phpLDAPadmin. + +Template: phpldapadmin/ldap-binddn +Type: string +Default: cn=admin,dc=example,dc=com +_Description: What is the login dn for the LDAP server? + Enter the name of the account that will be used to log in to the LDAP + server. If you chose a form based authentication this will be the + default login dn. In this case you can also leave it empty, if you do + not want a default one. + +Template: phpldapadmin/ldap-bindpw +Type: string +Default: secret +_Description: What is the login password for the LDAP server? + Enter the password that will be used to log in to the LDAP server. Note: + the password will be stored in clear text in config.php, which is not + world-readable. + +Template: phpldapadmin/reconfigure-webserver +Type: multiselect +_Choices: apache, apache-ssl, apache-perl, apache2 +Default: apache, apache-ssl, apache-perl, apache2 +_Description: Which web server would you like to reconfigure automatically? + phpLDAPadmin supports any web server that php4 does, but this automatic + configuration process only supports Apache. + +Template: phpldapadmin/restart-webserver +Type: boolean +Default: true +_Description: Would you like to restart your webserver(s) now? + Remember that in order to apply the changes your webserver(s) has/have to + be restarted. --- phpldapadmin-0.9.4.orig/debian/README.Debian +++ phpldapadmin-0.9.4/debian/README.Debian @@ -0,0 +1,12 @@ +phpldapadmin for Debian +----------------------- + +NOTE: If you chose to use a config-based login, I highly +suggest using an .htpasswd file, or allow,deny rules, or both. + +Edit /etc/phpldapadmin/config.php for your server(s). +phpLDAPadmin configuration is stored in /etc/phpldapadmin/config.php. You +can change it with any text editor, and remember that after this you do +not need to restart the webserver. + + -- Fabio Tranchitella , Thu, 05 May 2004 17:23:58 -0400 --- phpldapadmin-0.9.4.orig/debian/postrm +++ phpldapadmin-0.9.4/debian/postrm @@ -0,0 +1,44 @@ +#! /bin/sh + +set -e + +. /usr/share/debconf/confmodule +db_version 2.0 || [ $? -lt 30 ] + +rm -f /usr/share/phpldapadmin/config.php + +if [ "$1" = "purge" ]; then + + db_get phpldapadmin/reconfigure-webserver + webservers="$RET" + restart="" + + for webserver in $webservers; do + webserver=${webserver%,} + + case "$webserver" in + apache|apache-perl|apache-ssl|apache2) + rm -f /etc/$webserver/conf.d/phpldapadmin + test -x /usr/sbin/$webserver || continue + restart="$restart $webserver" + ;; + esac + done + + db_get phpldapadmin/restart-webserver + if [ "$RET" = "true" ]; then + for webserver in $restart; do + webserver=${webserver%,} + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d $webserver restart + else + /etc/init.d/$webserver restart + fi + done + fi + + rm -f /etc/phpldapadmin/config.php + rmdir --ignore-fail-on-non-empty /etc/phpldapadmin || true +fi + +#DEBHELPER# --- phpldapadmin-0.9.4.orig/debian/copyright +++ phpldapadmin-0.9.4/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Fabio Tranchitella on +Mon, 26 Apr 2004 09:42:41 +0200. + +It was downloaded from http://phpldapadmin.sourceforge.net/download.php + +Upstream Authors: - David Smith Maintainer + - Xavier Renard LDIF master + - Marius Rieder Schema master + - Nate Rotschafer Release manager + +Copyright: + + David Smith + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + --- phpldapadmin-0.9.4.orig/debian/install +++ phpldapadmin-0.9.4/debian/install @@ -0,0 +1,78 @@ +add_attr_form.php /usr/share/phpldapadmin/ +add_attr.php /usr/share/phpldapadmin/ +add_oclass_form.php /usr/share/phpldapadmin/ +add_oclass.php /usr/share/phpldapadmin/ +add_value_form.php /usr/share/phpldapadmin/ +add_value.php /usr/share/phpldapadmin/ +check_lang_files.php /usr/share/phpldapadmin/ +collapse.php /usr/share/phpldapadmin/ +common.php /usr/share/phpldapadmin/ +config.php.example /usr/share/phpldapadmin/ +copy_form.php /usr/share/phpldapadmin/ +copy.php /usr/share/phpldapadmin/ +create_form.php /usr/share/phpldapadmin/ +create.php /usr/share/phpldapadmin/ +creation_template.php /usr/share/phpldapadmin/ +custom_functions.php /usr/share/phpldapadmin/ +delete_attr.php /usr/share/phpldapadmin/ +delete_form.php /usr/share/phpldapadmin/ +delete.php /usr/share/phpldapadmin/ +documentation.php /usr/share/phpldapadmin/ +download_binary_attr.php /usr/share/phpldapadmin/ +edit.php /usr/share/phpldapadmin/ +emuhash_functions.php /usr/share/phpldapadmin/ +entry_chooser.js /usr/share/phpldapadmin/ +entry_chooser.php /usr/share/phpldapadmin/ +expand.php /usr/share/phpldapadmin/ +export_form.php /usr/share/phpldapadmin/ +export_functions.php /usr/share/phpldapadmin/ +export.php /usr/share/phpldapadmin/ +functions.php /usr/share/phpldapadmin/ +header.php /usr/share/phpldapadmin/ +images /usr/share/phpldapadmin/ +index.php /usr/share/phpldapadmin/ +lang/auto.php /usr/share/phpldapadmin/lang +lang/pt-br.php /usr/share/phpldapadmin/lang +lang/ca.php /usr/share/phpldapadmin/lang +lang/de.php /usr/share/phpldapadmin/lang +lang/en.php /usr/share/phpldapadmin/lang +lang/es.php /usr/share/phpldapadmin/lang +lang/fr.php /usr/share/phpldapadmin/lang +lang/it.php /usr/share/phpldapadmin/lang +lang/zzz.php /usr/share/phpldapadmin/lang +lang/nl.php /usr/share/phpldapadmin/lang +lang/pl.php /usr/share/phpldapadmin/lang +lang/ru.php /usr/share/phpldapadmin/lang +lang/sv.php /usr/share/phpldapadmin/lang +lang/zz.php /usr/share/phpldapadmin/lang +lang/recoded /usr/share/phpldapadmin/lang +ldap_error_codes.txt /usr/share/phpldapadmin/ +ldif_functions.php /usr/share/phpldapadmin/ +ldif_import_form.php /usr/share/phpldapadmin/ +ldif_import.php /usr/share/phpldapadmin/ +login_form.php /usr/share/phpldapadmin/ +login.php /usr/share/phpldapadmin/ +logout.php /usr/share/phpldapadmin/ +mass_delete.php /usr/share/phpldapadmin/ +rdelete.php /usr/share/phpldapadmin/ +refresh.php /usr/share/phpldapadmin/ +rename_form.php /usr/share/phpldapadmin/ +rename.php /usr/share/phpldapadmin/ +schema_functions.php /usr/share/phpldapadmin/ +schema.php /usr/share/phpldapadmin/ +search_form_advanced.php /usr/share/phpldapadmin/ +search_form_predefined.php /usr/share/phpldapadmin/ +search_form_simple.php /usr/share/phpldapadmin/ +search.php /usr/share/phpldapadmin/ +search_util.js /usr/share/phpldapadmin/ +server_info.php /usr/share/phpldapadmin/ +session_functions.php /usr/share/phpldapadmin/ +style.css /usr/share/phpldapadmin/ +templates /etc/phpldapadmin/ +tree.php /usr/share/phpldapadmin/ +unit_test.php /usr/share/phpldapadmin/ +update_confirm.php /usr/share/phpldapadmin/ +update.php /usr/share/phpldapadmin/ +VERSION /usr/share/phpldapadmin/ +view_jpeg_photo.php /usr/share/phpldapadmin/ +welcome.php /usr/share/phpldapadmin/