about summary refs log blame commit diff stats
path: root/wiki/lib/plugins/authldap/lang/es/settings.php
blob: ba8f41e599b9656dbe58a03a24a0e2684b343131 (plain) (tree)



































                                                                                                                                                                                       
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author Antonio Bueno <atnbueno@gmail.com>
 * @author Eloy <ej.perezgomez@gmail.com>
 * @author Alejandro Nunez <nunez.alejandro@gmail.com>
 * @author Enny Rodriguez <aquilez.4@gmail.com>
 * @author Domingo Redal <docxml@gmail.com>
 */
$lang['server']                = 'Tu servidor LDAP. Puede ser el nombre del host  (<code>localhost</code>) o una URL completa (<code>ldap://server.tld:389</code>)';
$lang['port']                  = 'Servidor LDAP en caso de que no se diera la URL completa anteriormente.';
$lang['usertree']              = 'Donde encontrar cuentas de usuario. Ej. <code>ou=People, dc=server, dc=tld</code>';
$lang['grouptree']             = 'Donde encontrar grupos de usuarios. Ej. <code>ou=Group, dc=server, dc=tld</code>';
$lang['userfilter']            = 'Filtro LDAP para la busqueda de cuentas de usuario. P. E. <code>(&amp;(uid=%{user})(objectClass=posixAccount))</code>';
$lang['groupfilter']           = 'Filtro LDAP para la busqueda de grupos. P. E. <code>(&amp;(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))</code>';
$lang['version']               = 'La versión del protocolo a usar. Puede que necesites poner esto a <code>3</code>';
$lang['starttls']              = 'Usar conexiones TLS?';
$lang['referrals']             = '¿Deben ser seguidas las referencias?';
$lang['deref']                 = '¿Cómo desreferenciar los alias?';
$lang['binddn']                = 'DN de un usuario de enlace opcional si el enlace anónimo no es suficiente. P. ej. <code>cn=admin, dc=my, dc=home</code>';
$lang['bindpw']                = 'Contraseña del usuario de arriba.';
$lang['userscope']             = 'Limitar ámbito de búsqueda para búsqueda de usuarios';
$lang['groupscope']            = 'Limitar ámbito de búsqueda para búsqueda de grupos';
$lang['userkey']               = 'Atributo que denota el nombre de usuario; debe ser coherente con el filtro.';
$lang['groupkey']              = 'Pertenencia al grupo desde cualquier atributo de usuario (en lugar de grupos AD estándar) p.e., grupo a partir departamento o número de teléfono';
$lang['modPass']               = 'Puede ser cambiara via dokuwiki la password LDAP?';
$lang['debug']                 = 'Mostrar información adicional para depuración de errores';
$lang['deref_o_0']             = 'LDAP_DEREF_NEVER';
$lang['deref_o_1']             = 'LDAP_DEREF_SEARCHING';
$lang['deref_o_2']             = 'LDAP_DEREF_FINDING';
$lang['deref_o_3']             = 'LDAP_DEREF_ALWAYS';
$lang['referrals_o_-1']        = 'usar default';
$lang['referrals_o_0']         = 'no seguir referencias';
$lang['referrals_o_1']         = 'seguir referencias';
ss="p">{ color: #444444; } .muScenario { color: #00af00; } --> </style> <script type='text/javascript'> <!-- /* function to open any folds containing a jumped-to line before jumping to it */ function JumpToLine() { var lineNum; lineNum = window.location.hash; lineNum = lineNum.substr(1); /* strip off '#' */ if (lineNum.indexOf('L') == -1) { lineNum = 'L'+lineNum; } lineElem = document.getElementById(lineNum); /* Always jump to new location even if the line was hidden inside a fold, or * we corrected the raw number to a line ID. */ if (lineElem) { lineElem.scrollIntoView(true); } return true; } if ('onhashchange' in window) { window.onhashchange = JumpToLine; } --> </script> </head> <body onload='JumpToLine();'> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># To check our support for screens in scenarios, rewrite tests from print.mu</span> <span id="L2" class="LineNr"> 2 </span> <span id="L3" class="LineNr"> 3 </span><span class="muScenario">scenario</span> print-character-at-top-left-2 [ <span id="L4" class="LineNr"> 4 </span> <span class="Constant">local-scope</span> <span id="L5" class="LineNr"> 5 </span> assume-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L6" class="LineNr"> 6 </span> run [ <span id="L7" class="LineNr"> 7 </span> a:char <span class="Special">&lt;-</span> copy <span class="Constant">97/a</span> <span id="L8" class="LineNr"> 8 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special">&lt;-</span> print <a href='081print.mu.html#L16'>screen</a>, a <span id="L9" class="LineNr"> 9 </span> ] <span id="L10" class="LineNr">10 </span> screen-should-contain [ <span id="L11" class="LineNr">11 </span> <span class="Constant"> .a .</span> <span id="L12" class="LineNr">12 </span> <span class="Constant"> . .</span> <span id="L13" class="LineNr">13 </span> ] <span id="L14" class="LineNr">14 </span>] <span id="L15" class="LineNr">15 </span> <span id="L16" class="LineNr">16 </span><span class="muScenario">scenario</span> clear-line-erases-printed-characters-2 [ <span id="L17" class="LineNr">17 </span> <span class="Constant">local-scope</span> <span id="L18" class="LineNr">18 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">3/height</span> <span id="L19" class="LineNr">19 </span> <span class="Comment"># print a character</span> <span id="L20" class="LineNr">20 </span> a:char <span class="Special">&lt;-</span> copy <span class="Constant">97/a</span> <span id="L21" class="LineNr">21 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special">&lt;-</span> print <a href='081print.mu.html#L16'>screen</a>, a <span id="L22" class="LineNr">22 </span> <span class="Comment"># move cursor to start of line</span> <span id="L23" class="LineNr">23 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special">&lt;-</span> <a href='081print.mu.html#L591'>move-cursor</a> <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">0/row</span>, <span class="Constant">0/column</span> <span id="L24" class="LineNr">24 </span> run [ <span id="L25" class="LineNr">25 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special">&lt;-</span> <a href='081print.mu.html#L524'>clear-line</a> <a href='081print.mu.html#L16'>screen</a> <span id="L26" class="LineNr">26 </span> ] <span id="L27" class="LineNr">27 </span> screen-should-contain [ <span id="L28" class="LineNr">28 </span> <span class="Constant"> . .</span> <span id="L29" class="LineNr">29 </span> <span class="Constant"> . .</span> <span id="L30" class="LineNr">30 </span> <span class="Constant"> . .</span> <span id="L31" class="LineNr">31 </span> ] <span id="L32" class="LineNr">32 </span>] <span id="L33" class="LineNr">33 </span> <span id="L34" class="LineNr">34 </span><span class="muScenario">scenario</span> scroll-screen [ <span id="L35" class="LineNr">35 </span> <span class="Constant">local-scope</span> <span id="L36" class="LineNr">36 </span> assume-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L37" class="LineNr">37 </span> run [ <span id="L38" class="LineNr">38 </span> a:char <span class="Special">&lt;-</span> copy <span class="Constant">97/a</span> <span id="L39" class="LineNr">39 </span> <a href='081print.mu.html#L591'>move-cursor</a> <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">1/row</span>, <span class="Constant">2/column</span> <span id="L40" class="LineNr">40 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special">&lt;-</span> print <a href='081print.mu.html#L16'>screen</a>, a <span id="L41" class="LineNr">41 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special">&lt;-</span> print <a href='081print.mu.html#L16'>screen</a>, a <span id="L42" class="LineNr">42 </span> ] <span id="L43" class="LineNr">43 </span> screen-should-contain [ <span id="L44" class="LineNr">44 </span> <span class="Constant"> . a.</span> <span id="L45" class="LineNr">45 </span> <span class="Constant"> .a .</span> <span id="L46" class="LineNr">46 </span> ] <span id="L47" class="LineNr">47 </span>] </pre> </body> </html> <!-- vim: set foldmethod=manual : -->