| 1 |
# Copyright (C) 2014 Document Gallery |
| 2 |
# This file is distributed under the same license as the Document Gallery package. |
| 3 |
msgid "" |
| 4 |
msgstr "" |
| 5 |
"Project-Id-Version: Authorizer en español\n" |
| 6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/document-gallery\n" |
| 7 |
"POT-Creation-Date: 2020-02-25 10:25-1000\n" |
| 8 |
"PO-Revision-Date: \n" |
| 9 |
"Last-Translator: University of Hawaii <dcdc@hawaii.edu>\n" |
| 10 |
"Language-Team: PNTE <blogs@educacion.navarra.es>\n" |
| 11 |
"Language: es_ES\n" |
| 12 |
"MIME-Version: 1.0\n" |
| 13 |
"Content-Type: text/plain; charset=UTF-8\n" |
| 14 |
"Content-Transfer-Encoding: 8bit\n" |
| 15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 16 |
"X-Generator: Poedit 1.8.12\n" |
| 17 |
"X-Poedit-Basepath: ..\n" |
| 18 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;" |
| 19 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;" |
| 20 |
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" |
| 21 |
"X-Poedit-SourceCharset: UTF-8\n" |
| 22 |
"X-Poedit-SearchPath-0: .\n" |
| 23 |
|
| 24 |
#: src/authorizer/class-admin-page.php:39 |
| 25 |
msgid "" |
| 26 |
"<strong>Pending Users</strong>: Pending users are users who have " |
| 27 |
"successfully logged in to the site, but who haven't yet been approved (or " |
| 28 |
"blocked) by you." |
| 29 |
msgstr "" |
| 30 |
"Los usuarios <strong>pendientes</strong> son usuarios que han iniciado " |
| 31 |
"sesión en el sitio correctamente, pero que todavía no han sido aprobados (o " |
| 32 |
"que han sido bloqueados)." |
| 33 |
|
| 34 |
#: src/authorizer/class-admin-page.php:40 |
| 35 |
msgid "" |
| 36 |
"<strong>Approved Users</strong>: Approved users have access to the site once " |
| 37 |
"they successfully log in." |
| 38 |
msgstr "" |
| 39 |
"Los usuarios <strong>aprobados</strong> son usuarios que tienen acceso al " |
| 40 |
"sitio una vez que han inciado sesión correctamente." |
| 41 |
|
| 42 |
#: src/authorizer/class-admin-page.php:41 |
| 43 |
msgid "" |
| 44 |
"<strong>Blocked Users</strong>: Blocked users will receive an error message " |
| 45 |
"when they try to visit the site after authenticating." |
| 46 |
msgstr "" |
| 47 |
"Los usuarios <strong>bloqueados</strong> son usuarios que recibirán un " |
| 48 |
"mensaje de error cuando intenten acceder al sitio después de autenticarse." |
| 49 |
|
| 50 |
#: src/authorizer/class-admin-page.php:42 |
| 51 |
msgid "" |
| 52 |
"Users in the <strong>Pending</strong> list appear automatically after a new " |
| 53 |
"user tries to log in from the configured external authentication service. " |
| 54 |
"You can add users to the <strong>Approved</strong> or <strong>Blocked</" |
| 55 |
"strong> lists by typing them in manually, or by clicking the <em>Approve</" |
| 56 |
"em> or <em>Block</em> buttons next to a user in the <strong>Pending</strong> " |
| 57 |
"list." |
| 58 |
msgstr "" |
| 59 |
"Los usuarios en la lista <strong>Pendientes</strong> aparecerán " |
| 60 |
"automáticamente después de que un nuevo usuario intente iniciar sesión desde " |
| 61 |
"el servicio de autenticación externo configurado. Puedes añadir a los " |
| 62 |
"usuarios a las listas de <strong>Aprobados</strong> o <strong>Bloqueados</" |
| 63 |
"strong>, escribiéndolos de forma manual, o haciendo clic en los botones " |
| 64 |
"<em>Aprobar</em> o <em>Bloquear</em>, al lado del usuario en la lista " |
| 65 |
"<strong>Pendientes</strong>." |
| 66 |
|
| 67 |
#: src/authorizer/class-admin-page.php:47 src/authorizer/class-options.php:820 |
| 68 |
#: src/authorizer/class-options.php:826 |
| 69 |
msgid "Access Lists" |
| 70 |
msgstr "Listas de acceso" |
| 71 |
|
| 72 |
#: src/authorizer/class-admin-page.php:54 |
| 73 |
msgid "" |
| 74 |
"<strong>Who can log in to the site?</strong>: Choose the level of access " |
| 75 |
"restriction you'd like to use on your site here. You can leave the site open " |
| 76 |
"to anyone with a WordPress account or an account on an external service like " |
| 77 |
"Google, CAS, or LDAP, or restrict it to WordPress users and only the " |
| 78 |
"external users that you specify via the <em>Access Lists</em>." |
| 79 |
msgstr "" |
| 80 |
"<strong>¿Quién puede iniciar sesión en el sitio?</strong> Selecciona el " |
| 81 |
"nivel de restricciones de acceso que te gustaría utilizar en este sitio. " |
| 82 |
"Puedes dejar el sitio abierto a cualquiera con una cuenta de WordPress, o a " |
| 83 |
"cuentas de un servicio externo, como Google, CAS, o LDAP, o bien " |
| 84 |
"restringirlo a los usuarios de WordPress y solo a los usuarios externos que " |
| 85 |
"especifiques a través de las <em>Listas de acceso</em>." |
| 86 |
|
| 87 |
#: src/authorizer/class-admin-page.php:55 |
| 88 |
msgid "" |
| 89 |
"<strong>Which role should receive email notifications about pending users?</" |
| 90 |
"strong>: If you've restricted access to <strong>approved users</strong>, you " |
| 91 |
"can determine which WordPress users will receive a notification email " |
| 92 |
"everytime a new external user successfully logs in and is added to the " |
| 93 |
"pending list. All users of the specified role will receive an email, and the " |
| 94 |
"external user will get a message (specified below) telling them their access " |
| 95 |
"is pending approval." |
| 96 |
msgstr "" |
| 97 |
"<strong>¿Qué rol debe recibir las notificaciones por email acerca de los " |
| 98 |
"usuarios pendientes?</strong> Si has restringido el acceso solo para los " |
| 99 |
"<strong>usuarios aprobados</strong>, puedes decidir qué usuarios de " |
| 100 |
"WordPress recibirán una notificación de email cada vez que un nuevo usuario " |
| 101 |
"externo inicie sesión correctamente y se añada a la lista de usuarios " |
| 102 |
"pendientes. Todos los usuarios del rol especificado recibirán un email, y el " |
| 103 |
"usuario externo recibirá un mensaje (que se especifica a continuación), " |
| 104 |
"indicándole que su acceso está pendiente de aprobación." |
| 105 |
|
| 106 |
#: src/authorizer/class-admin-page.php:56 |
| 107 |
msgid "" |
| 108 |
"<strong>What message should pending users see after attempting to log in?</" |
| 109 |
"strong>: Here you can specify the exact message a new external user will see " |
| 110 |
"once they try to log in to the site for the first time." |
| 111 |
msgstr "" |
| 112 |
"<strong>¿Qué mensaje deben recibir los usuarios después de intentar iniciar " |
| 113 |
"sesión?</strong> Desde aquí puedes especificar el mensaje exacto que un " |
| 114 |
"usuario externo verá un vez que intente iniciar sesión en el sitio por " |
| 115 |
"primera vez." |
| 116 |
|
| 117 |
#: src/authorizer/class-admin-page.php:61 src/authorizer/class-options.php:827 |
| 118 |
msgid "Login Access" |
| 119 |
msgstr "Acceso con inicio de sesión" |
| 120 |
|
| 121 |
#: src/authorizer/class-admin-page.php:68 |
| 122 |
msgid "" |
| 123 |
"<strong>Who can view the site?</strong>: You can restrict the site's " |
| 124 |
"visibility by only allowing logged in users to see pages. If you do so, you " |
| 125 |
"can customize the specifics about the site's privacy using the settings " |
| 126 |
"below." |
| 127 |
msgstr "" |
| 128 |
"<strong>¿Quién puede ver el sitio?</strong> Puedes restringir la visibilidad " |
| 129 |
"del sitio haciendo que solo los usuarios que han iniciado sesión puedan ver " |
| 130 |
"las páginas. Si lo haces así, puedes personalizar los detalles de la " |
| 131 |
"privacidad del sitio, utilizando las opciones que tienes a continuación." |
| 132 |
|
| 133 |
#: src/authorizer/class-admin-page.php:69 |
| 134 |
msgid "" |
| 135 |
"<strong>What pages (if any) should be available to everyone?</strong>: If " |
| 136 |
"you'd like to declare certain pages on your site as always public (such as " |
| 137 |
"the course syllabus, introduction, or calendar), specify those pages here. " |
| 138 |
"These pages will always be available no matter what access restrictions " |
| 139 |
"exist." |
| 140 |
msgstr "" |
| 141 |
"<strong>¿Qué páginas (en su caso) deben estar disponibles para todo el mundo?" |
| 142 |
"</strong> Si quieres declarar que ciertas páginas de tu sitio sean siempre " |
| 143 |
"públicas (como por ejemplo el programa, la introducción o el calendario de " |
| 144 |
"un curso), especifica aquí dichas páginas. Estas páginas siempre estarán " |
| 145 |
"disponibles, sin importar qué restricciones de acceso existan." |
| 146 |
|
| 147 |
#: src/authorizer/class-admin-page.php:70 |
| 148 |
msgid "" |
| 149 |
"<strong>What happens to people without access when they visit a <em>private</" |
| 150 |
"em> page?</strong>: Choose the response anonymous users receive when " |
| 151 |
"visiting the site. You can choose between immediately taking them to the " |
| 152 |
"<strong>login screen</strong>, or simply showing them a <strong>message</" |
| 153 |
"strong>." |
| 154 |
msgstr "" |
| 155 |
"<strong>¿Qué ocurre con la gente que no tiene acceso cuando visitan una " |
| 156 |
"página <em>privada</em>?</strong> Selecciona la respuesta que los usuarios " |
| 157 |
"anónimos recibirán cuando visiten el sitio. Puedes seleccionar entre " |
| 158 |
"llevarlos inmediatamente a la <strong>pantalla de inicio de sesión</strong> " |
| 159 |
"o simplemente mostrarles un <strong>mensaje</strong>." |
| 160 |
|
| 161 |
#: src/authorizer/class-admin-page.php:71 |
| 162 |
msgid "" |
| 163 |
"<strong>What happens to people without access when they visit a <em>public</" |
| 164 |
"em> page?</strong>: Choose the response anonymous users receive when " |
| 165 |
"visiting a page on the site marked as public. You can choose between showing " |
| 166 |
"them the page without any message, or showing them a the page with a message " |
| 167 |
"above the content." |
| 168 |
msgstr "" |
| 169 |
"<strong>¿Qué ocurre con la gente que no tiene acceso cuando visitan una " |
| 170 |
"página <em>pública</em>?</strong> Selecciona la respuesta que los usuarios " |
| 171 |
"anónimos recibirán cuando visiten una página marcada como pública. Puedes " |
| 172 |
"seleccionar entre mostrarles la página sin ningún mensaje, o mostrarles la " |
| 173 |
"página con un mensaje por encima del contenido." |
| 174 |
|
| 175 |
#: src/authorizer/class-admin-page.php:72 |
| 176 |
msgid "" |
| 177 |
"<strong>What message should people without access see?</strong>: If you " |
| 178 |
"chose to show new users a <strong>message</strong> above, type that message " |
| 179 |
"here." |
| 180 |
msgstr "" |
| 181 |
"<strong>¿Qué mensaje debe ver la gente que no tiene acceso?</strong> Si " |
| 182 |
"seleccionas la opción anterior, de mostrar a los nuevos usuarios un " |
| 183 |
"<strong>mensaje</strong>, puedes personalizarlo desde aquí." |
| 184 |
|
| 185 |
#: src/authorizer/class-admin-page.php:77 src/authorizer/class-options.php:828 |
| 186 |
msgid "Public Access" |
| 187 |
msgstr "Acceso público" |
| 188 |
|
| 189 |
#: src/authorizer/class-admin-page.php:84 |
| 190 |
msgid "" |
| 191 |
"<strong>Type of external service to authenticate against</strong>: Choose " |
| 192 |
"which authentication service type you will be using. You'll have to fill out " |
| 193 |
"different fields below depending on which service you choose." |
| 194 |
msgstr "" |
| 195 |
"<strong>Tipo de servicio externo contra el que autenticarse.</strong> " |
| 196 |
"Selecciona qué tipo de servicio de autenticación vas a utilizar. Tendrás que " |
| 197 |
"rellenar a continuación diferentes cambpos, dependiendo del servicio que " |
| 198 |
"seleccciones." |
| 199 |
|
| 200 |
#: src/authorizer/class-admin-page.php:85 |
| 201 |
msgid "" |
| 202 |
"<strong>Enable Google Logins</strong>: Choose if you want to allow users to " |
| 203 |
"log in with their Google Account credentials. You will need to enter your " |
| 204 |
"API Client ID and Secret to enable Google Logins." |
| 205 |
msgstr "" |
| 206 |
"<strong>Activar el inicio de sesión mediante Google.</strong> Selecciona si " |
| 207 |
"quieres que los usuarios inicien sesión mediante sus credenciales de cuentas " |
| 208 |
"de Google. Tendrás que introducir tu ID de cliente y la clave secreta del " |
| 209 |
"API para activar los inicios de sesión mediante Google." |
| 210 |
|
| 211 |
#: src/authorizer/class-admin-page.php:86 |
| 212 |
msgid "" |
| 213 |
"<strong>Enable CAS Logins</strong>: Choose if you want to allow users to log " |
| 214 |
"in with via CAS (Central Authentication Service). You will need to enter " |
| 215 |
"details about your CAS server (host, port, and path) to enable CAS Logins." |
| 216 |
msgstr "" |
| 217 |
"<strong>Activar el inicio de sesión mediante CAS.</strong> Selecciona si " |
| 218 |
"quieres que los usuarios inicien sesión mediante CAS (Central Authentication " |
| 219 |
"Service). Tendrás que introducir los detalles sobre tu servidor CAS " |
| 220 |
"(servidor, puerto, ruta), para poder activar los inicios de sesión mediante " |
| 221 |
"CAS." |
| 222 |
|
| 223 |
#: src/authorizer/class-admin-page.php:87 |
| 224 |
msgid "" |
| 225 |
"<strong>Enable LDAP Logins</strong>: Choose if you want to allow users to " |
| 226 |
"log in with their LDAP (Lightweight Directory Access Protocol) credentials. " |
| 227 |
"You will need to enter details about your LDAP server (host, port, search " |
| 228 |
"base, uid attribute, directory user, directory user password, and whether to " |
| 229 |
"use TLS) to enable Google Logins." |
| 230 |
msgstr "" |
| 231 |
"<strong>Activar el inicio de sesión mediante LDAP.</strong> Selecciona si " |
| 232 |
"quieres que los usuarios inicien sesión mediante sus credenciales de LDAP " |
| 233 |
"(Lightweight Directory Access Protocol) . Tendrás que introducir los " |
| 234 |
"detalles sobre tu servidor CAS (servidor, puerto, base de búsqueda, atributo " |
| 235 |
"UID, usuario del directorio, contraseña del usuario del directorio, y si " |
| 236 |
"quieres utilizar TLS), para poder activar los inicios de sesión mediante " |
| 237 |
"LDAP." |
| 238 |
|
| 239 |
#: src/authorizer/class-admin-page.php:88 |
| 240 |
msgid "" |
| 241 |
"<strong>Default role for new CAS users</strong>: Specify which role new " |
| 242 |
"external users will get by default. Be sure to choose a role with limited " |
| 243 |
"permissions!" |
| 244 |
msgstr "" |
| 245 |
"<strong>Rol por defecto para los nuevos usuarios de CAS.</strong> Especifica " |
| 246 |
"qué rol tendrán por defecto los nuevos usuarios externos. Asegúrate de " |
| 247 |
"seleccionar un rol con permisos limitados." |
| 248 |
|
| 249 |
#: src/authorizer/class-admin-page.php:89 |
| 250 |
msgid "If you enable Google logins:" |
| 251 |
msgstr "Si activas el inicio de sesión mediante Google:" |
| 252 |
|
| 253 |
#: src/authorizer/class-admin-page.php:91 |
| 254 |
msgid "" |
| 255 |
"<strong>Google Client ID</strong>: You can generate this ID by creating a " |
| 256 |
"new Project in the <a href='https://cloud.google.com/console'>Google " |
| 257 |
"Developers Console</a>. A Client ID typically looks something like this: " |
| 258 |
"1234567890123-kdjr85yt6vjr6d8g7dhr8g7d6durjf7g.apps.googleusercontent.com" |
| 259 |
msgstr "" |
| 260 |
"<strong>ID de cliente de Google.</strong>Puedes generar este ID mediante la " |
| 261 |
"creación de un nuevo proyecto en la <a href='https://cloud.google.com/" |
| 262 |
"console'>Consola de desarrolladores de Google</a>. Un ID de cliente típico " |
| 263 |
"tiene un aspecto parecido a esto: 1234567890123-" |
| 264 |
"kdjr85yt6vjr6d8g7dhr8g7d6durjf7g.apps.googleusercontent.com" |
| 265 |
|
| 266 |
#: src/authorizer/class-admin-page.php:92 |
| 267 |
msgid "" |
| 268 |
"<strong>Google Client Secret</strong>: You can generate this secret by " |
| 269 |
"creating a new Project in the <a href='https://cloud.google.com/" |
| 270 |
"console'>Google Developers Console</a>. A Client Secret typically looks " |
| 271 |
"something like this: sDNgX5_pr_5bly-frKmvp8jT" |
| 272 |
msgstr "" |
| 273 |
"<strong>Clave secreta de cliente de Google.</strong> Puedes generar esta " |
| 274 |
"clave secreta mediante la creación de un nuevo proyecto en la <a " |
| 275 |
"href='https://cloud.google.com/console'>Consola de desarrolladores de " |
| 276 |
"Google</a>. Una clave secreta de cliente típica tiene un aspecto parecido a " |
| 277 |
"esto: sDNgX5_pr_5bly-frKmvp8jT" |
| 278 |
|
| 279 |
#: src/authorizer/class-admin-page.php:94 |
| 280 |
msgid "If you enable CAS logins:" |
| 281 |
msgstr "Si activas el inicio de sesión mediante CAS:" |
| 282 |
|
| 283 |
#: src/authorizer/class-admin-page.php:96 |
| 284 |
msgid "" |
| 285 |
"<strong>CAS server hostname</strong>: Enter the hostname of the CAS server " |
| 286 |
"you authenticate against (e.g., authn.example.edu)." |
| 287 |
msgstr "" |
| 288 |
"<strong>Nombre del servidor CAS.</strong> Escribe el nombre del servidor CAS " |
| 289 |
"contra el que se realizará la autenticación Por ejemplo, authn.example.edu." |
| 290 |
|
| 291 |
#: src/authorizer/class-admin-page.php:97 |
| 292 |
msgid "" |
| 293 |
"<strong>CAS server port</strong>: Enter the port on the CAS server to " |
| 294 |
"connect to (e.g., 443)." |
| 295 |
msgstr "" |
| 296 |
"<strong>Puerto del servidor CAS.</strong> Escribe el puerto del servidor CAS " |
| 297 |
"al que te conectarás. Por ejemplo, 443." |
| 298 |
|
| 299 |
#: src/authorizer/class-admin-page.php:98 |
| 300 |
msgid "" |
| 301 |
"<strong>CAS server path/context</strong>: Enter the path to the login " |
| 302 |
"endpoint on the CAS server (e.g., /cas)." |
| 303 |
msgstr "" |
| 304 |
"<strong>Ruta o contenido del servidor CAS.</strong> Escribe la ruta hacia el " |
| 305 |
"endpoint de inicio de sesión del servidor CAS. Por ejemplo, /cas." |
| 306 |
|
| 307 |
#: src/authorizer/class-admin-page.php:99 |
| 308 |
msgid "" |
| 309 |
"<strong>CAS attribute containing first name</strong>: Enter the CAS " |
| 310 |
"attribute that has the user's first name. When this user first logs in, " |
| 311 |
"their WordPress account will have their first name retrieved from CAS and " |
| 312 |
"added to their WordPress profile." |
| 313 |
msgstr "" |
| 314 |
"<strong>Atributo del CAS que contiene el nombre de pila.</strong> Escribe el " |
| 315 |
"atributo del CAS que contiene el nombre de pila del usuario. Cuando un " |
| 316 |
"usuario inicie sesión por primera vez, la cuenta de WordPress tomará su " |
| 317 |
"nombre de pila del CAS y lo añadirá a su perfil de WordPress." |
| 318 |
|
| 319 |
#: src/authorizer/class-admin-page.php:100 |
| 320 |
msgid "" |
| 321 |
"<strong>CAS attribute containing last name</strong>: Enter the CAS attribute " |
| 322 |
"that has the user's last name. When this user first logs in, their WordPress " |
| 323 |
"account will have their last name retrieved from CAS and added to their " |
| 324 |
"WordPress profile." |
| 325 |
msgstr "" |
| 326 |
"<strong>Atributo del CAS que contiene los apellidos.</strong> Escribe el " |
| 327 |
"atributo del CAS que contiene los apellidos del usuario. Cuando un usuario " |
| 328 |
"inicie sesión por primera vez, la cuenta de WordPress tomará sus apellidos " |
| 329 |
"del CAS y los añadirá a su perfil de WordPress." |
| 330 |
|
| 331 |
#: src/authorizer/class-admin-page.php:101 |
| 332 |
msgid "" |
| 333 |
"<strong>CAS attribute update</strong>: Select whether the first and last " |
| 334 |
"names retrieved from CAS should overwrite any value the user has entered in " |
| 335 |
"the first and last name fields in their WordPress profile. If this is not " |
| 336 |
"set, this only happens the first time they log in." |
| 337 |
msgstr "" |
| 338 |
"<strong>Actualización del atributo del CAS.</strong> Selecciona si el nombre " |
| 339 |
"de pila y los apellidos tomados del CAS deben sobrescribir cualquier valor " |
| 340 |
"que el usuario haya podido introducir en los campos de nombre de pila y " |
| 341 |
"apellidos de su perfil de WordPress. Si no se configura esta opción, esto " |
| 342 |
"solo ocurrirá la primera vez que el usuario inicie sesión." |
| 343 |
|
| 344 |
#: src/authorizer/class-admin-page.php:103 |
| 345 |
msgid "If you enable LDAP logins:" |
| 346 |
msgstr "Si activas el inicio de sesión mediante LDAP:" |
| 347 |
|
| 348 |
#: src/authorizer/class-admin-page.php:105 |
| 349 |
msgid "" |
| 350 |
"<strong>LDAP Host</strong>: Enter the URL of the LDAP server you " |
| 351 |
"authenticate against." |
| 352 |
msgstr "" |
| 353 |
"<strong>Servidor LDAP.</strong> Escribe la URL del servidor LDAP contra el " |
| 354 |
"cual se realizará la autenticación." |
| 355 |
|
| 356 |
#: src/authorizer/class-admin-page.php:106 |
| 357 |
msgid "" |
| 358 |
"<strong>LDAP Port</strong>: Enter the port number that the LDAP server " |
| 359 |
"listens on." |
| 360 |
msgstr "" |
| 361 |
"<strong>Puerto del LDAP.</strong> Escribe el número del puerto en el cual " |
| 362 |
"escucha el servidor LDAP." |
| 363 |
|
| 364 |
#: src/authorizer/class-admin-page.php:107 |
| 365 |
msgid "" |
| 366 |
"<strong>LDAP Search Base</strong>: Enter the LDAP string that represents the " |
| 367 |
"search base, e.g., ou=people,dc=example,dc=edu" |
| 368 |
msgstr "" |
| 369 |
"<strong>Base de búsqueda de LDAP.</strong> Escribe la cadena de LDAP que " |
| 370 |
"representa la base de búsqueda. Por ejemplo, ou=people,dc=example,dc=edu." |
| 371 |
|
| 372 |
#: src/authorizer/class-admin-page.php:108 |
| 373 |
msgid "" |
| 374 |
"<strong>LDAP attribute containing username</strong>: Enter the name of the " |
| 375 |
"LDAP attribute that contains the usernames used by those attempting to log " |
| 376 |
"in. The plugin will search on this attribute to find the cn to bind against " |
| 377 |
"for login attempts." |
| 378 |
msgstr "" |
| 379 |
"<strong>LDAP attribute containing username.</strong> Escribe el nombre del " |
| 380 |
"atributo LDAP que continene los nombres de usuarios utilizados por quienes " |
| 381 |
"tratan de conectarse. El plugin buscará en este atributo para encontrar el " |
| 382 |
"cn con el que asociarse en los intentos de inicio de sesión." |
| 383 |
|
| 384 |
#: src/authorizer/class-admin-page.php:109 |
| 385 |
msgid "" |
| 386 |
"<strong>LDAP Directory User</strong>: Enter the name of the LDAP user that " |
| 387 |
"has permissions to browse the directory." |
| 388 |
msgstr "" |
| 389 |
"<strong>Usuario del directorio LDAP.</strong> Escribe el nombre del usuario " |
| 390 |
"de LDAP que tiene permisos para consultar el directorio." |
| 391 |
|
| 392 |
#: src/authorizer/class-admin-page.php:110 |
| 393 |
msgid "" |
| 394 |
"<strong>LDAP Directory User Password</strong>: Enter the password for the " |
| 395 |
"LDAP user that has permission to browse the directory." |
| 396 |
msgstr "" |
| 397 |
"<strong>Contraseña del usuario del directorio LDAP.</strong> Escribe la " |
| 398 |
"contraseña para el usuario de LDAP que tiene permisos para consultar el " |
| 399 |
"directorio." |
| 400 |
|
| 401 |
#: src/authorizer/class-admin-page.php:111 |
| 402 |
msgid "" |
| 403 |
"<strong>Use TLS</strong>: Select whether all communication with the LDAP " |
| 404 |
"server should be performed over a TLS-secured connection." |
| 405 |
msgstr "" |
| 406 |
"<strong>Utilizar TLS.</strong> Selecciona si todas las comunicaciones con el " |
| 407 |
"servidor LDAP deben llevarse a cabo sobre una conexión TLS segura." |
| 408 |
|
| 409 |
#: src/authorizer/class-admin-page.php:112 |
| 410 |
msgid "" |
| 411 |
"<strong>Custom lost password URL</strong>: The WordPress login page contains " |
| 412 |
"a link to recover a lost password. If you have external users who shouldn't " |
| 413 |
"change the password on their WordPress account, point them to the " |
| 414 |
"appropriate location to change the password on their external authentication " |
| 415 |
"service here." |
| 416 |
msgstr "" |
| 417 |
"<strong>URL personalizada para la recuperación de la contraseña.</strong> La " |
| 418 |
"página de inicio de sesión de WordPress contiene un enlace para recuperar " |
| 419 |
"una contraseña perdida. Si tienes usuarios externos que no deben cambiar la " |
| 420 |
"contraseña en sus cuentas de WordPress, dirígelos a la ubicación apropiada " |
| 421 |
"para que puedan cambiar allí la contraseña de su servicio externo de " |
| 422 |
"autenticación." |
| 423 |
|
| 424 |
#: src/authorizer/class-admin-page.php:113 |
| 425 |
msgid "" |
| 426 |
"<strong>LDAP attribute containing first name</strong>: Enter the LDAP " |
| 427 |
"attribute that has the user's first name. When this user first logs in, " |
| 428 |
"their WordPress account will have their first name retrieved from LDAP and " |
| 429 |
"added to their WordPress profile." |
| 430 |
msgstr "" |
| 431 |
"<strong>Atributo de LDAP que contiene el nombre de pila.</strong> Escribe el " |
| 432 |
"atributo del LDAP que contiene el nombre de pila del usuario. Cuando un " |
| 433 |
"usuario inicie sesión por primera vez, la cuenta de WordPress tomará su " |
| 434 |
"nombre de pila del LDAP y lo añadirá a su perfil de WordPress." |
| 435 |
|
| 436 |
#: src/authorizer/class-admin-page.php:114 |
| 437 |
msgid "" |
| 438 |
"<strong>LDAP attribute containing last name</strong>: Enter the LDAP " |
| 439 |
"attribute that has the user's last name. When this user first logs in, their " |
| 440 |
"WordPress account will have their last name retrieved from LDAP and added to " |
| 441 |
"their WordPress profile." |
| 442 |
msgstr "" |
| 443 |
"<strong>Atributo del LDAP que contiene los apellidos.</strong> Escribe el " |
| 444 |
"atributo del LDAP que contiene los apellidos del usuario. Cuando un usuario " |
| 445 |
"inicie sesión por primera vez, la cuenta de WordPress tomará sus apellidos " |
| 446 |
"del LDAP y los añadirá a su perfil de WordPress." |
| 447 |
|
| 448 |
#: src/authorizer/class-admin-page.php:115 |
| 449 |
msgid "" |
| 450 |
"<strong>LDAP attribute update</strong>: Select whether the first and last " |
| 451 |
"names retrieved from LDAP should overwrite any value the user has entered in " |
| 452 |
"the first and last name fields in their WordPress profile. If this is not " |
| 453 |
"set, this only happens the first time they log in." |
| 454 |
msgstr "" |
| 455 |
"<strong>Actualización del atributo de LDAP.</strong> Selecciona si el nombre " |
| 456 |
"de pila y los apellidos tomados del LDAP deben sobrescribir cualquier valor " |
| 457 |
"que el usuario haya podido introducir en los campos de nombre de pila y " |
| 458 |
"apellidos de su perfil de WordPress. Si no se configura esta opción, esto " |
| 459 |
"solo ocurrirá la primera vez que el usuario inicie sesión." |
| 460 |
|
| 461 |
#: src/authorizer/class-admin-page.php:121 src/authorizer/class-options.php:821 |
| 462 |
#: src/authorizer/class-options.php:829 |
| 463 |
msgid "External Service" |
| 464 |
msgstr "Servicio externo" |
| 465 |
|
| 466 |
#: src/authorizer/class-admin-page.php:128 |
| 467 |
msgid "" |
| 468 |
"<strong>Limit invalid login attempts</strong>: Choose how soon (and for how " |
| 469 |
"long) to restrict access to individuals (or bots) making repeated invalid " |
| 470 |
"login attempts. You may set a shorter delay first, and then a longer delay " |
| 471 |
"after repeated invalid attempts; you may also set how much time must pass " |
| 472 |
"before the delays will be reset to normal." |
| 473 |
msgstr "" |
| 474 |
"<strong>Limitar los intentos no válidos de inicio de sesión.</strong> " |
| 475 |
"Selecciona en qué momento (y durante cuánto tiempo) se debe restringir el " |
| 476 |
"acceso a las personas y los robots que realicen repetidos intentos no " |
| 477 |
"válidos de inicio de sesión. Puedes definir en primer lugar una restricción " |
| 478 |
"más breve, y a continuación una más larga después de repetidos intentos no " |
| 479 |
"válidos; también puedes definir cuánto tiempo debe pasar antes de que la " |
| 480 |
"restricción se elimine y se vuelva a la normalidad." |
| 481 |
|
| 482 |
#: src/authorizer/class-admin-page.php:129 |
| 483 |
msgid "" |
| 484 |
"<strong>Hide WordPress Logins</strong>: If you want to hide the WordPress " |
| 485 |
"username and password fields and the Log In button on the wp-login screen, " |
| 486 |
"enable this option. Note: You can always access the WordPress logins by " |
| 487 |
"adding external=wordpress to the wp-login URL, like so:" |
| 488 |
msgstr "" |
| 489 |
"<strong>Ocultar el formuario de inicio de sesión de WordPress.</strong> Si " |
| 490 |
"quieres ocultar los campos de nombre de usuario y contraseña de WordPress y " |
| 491 |
"el botón de iniciar sesión, activa esta opción. Siempre podrás acceder al " |
| 492 |
"formulario de inicio de sesión de WordPress añadiendo a la URL de inicio de " |
| 493 |
"sesión la cadena external=wordpress, de la siguiente forma:" |
| 494 |
|
| 495 |
#: src/authorizer/class-admin-page.php:130 |
| 496 |
msgid "" |
| 497 |
"<strong>Disable WordPress Logins</strong>: If you want to prevent users from " |
| 498 |
"logging in with their WordPress passwords and instead only allow logins from " |
| 499 |
"external services, enable this option. Note: enabling this will also hide " |
| 500 |
"WordPress logins unless the LDAP external service is enabled." |
| 501 |
msgstr "" |
| 502 |
"<strong>Deshabilite los inicios de sesión de WordPress</strong>: si desea " |
| 503 |
"evitar que los usuarios inicien sesión con sus contraseñas de WordPress y, " |
| 504 |
"en su lugar, solo permita los inicios de sesión desde servicios externos, " |
| 505 |
"active esta opción. Nota: habilitar esto también ocultará los inicios de " |
| 506 |
"sesión de WordPress a menos que el servicio externo LDAP esté habilitado." |
| 507 |
|
| 508 |
#: src/authorizer/class-admin-page.php:131 |
| 509 |
msgid "" |
| 510 |
"<strong>Custom WordPress login branding</strong>: If you'd like to use " |
| 511 |
"custom branding on the WordPress login page, select that here. You will need " |
| 512 |
"to use the `authorizer_add_branding_option` filter in your theme to add it. " |
| 513 |
"You can see an example theme that implements this filter in the plugin " |
| 514 |
"directory under sample-theme-add-branding." |
| 515 |
msgstr "" |
| 516 |
"<strong>Personalización del formulario de inicio de sesión de WordPress.</" |
| 517 |
"strong> Si quieres utilizar una imagen de marca en la página de inicio de " |
| 518 |
"sesión de WordPress, selecciónala desde aquí. Tendrás que utilizar el filtro " |
| 519 |
"'authorizer_add_branding_option' en tu tema para añadirlo. Puedes ver un " |
| 520 |
"ejemplo de tema que implementa este filtro en el directorio /sample-theme-" |
| 521 |
"add-branding, dentro de los ficheros del plugin." |
| 522 |
|
| 523 |
#: src/authorizer/class-admin-page.php:136 src/authorizer/class-options.php:822 |
| 524 |
#: src/authorizer/class-options.php:830 |
| 525 |
msgid "Advanced" |
| 526 |
msgstr "Avanzado" |
| 527 |
|
| 528 |
#: src/authorizer/class-admin-page.php:168 |
| 529 |
msgid "Can't reach CAS server. Please provide" |
| 530 |
msgstr "No se puede llegar al servidor CAS. Por favor, proporciona" |
| 531 |
|
| 532 |
#: src/authorizer/class-admin-page.php:168 |
| 533 |
msgid "accurate CAS settings" |
| 534 |
msgstr "los datos de configuración del CAS" |
| 535 |
|
| 536 |
#: src/authorizer/class-admin-page.php:168 |
| 537 |
msgid "if you intend to use it." |
| 538 |
msgstr "si tienes la intención de utilizarlo." |
| 539 |
|
| 540 |
#: src/authorizer/class-admin-page.php:213 |
| 541 |
msgid "Settings" |
| 542 |
msgstr "Configuración" |
| 543 |
|
| 544 |
#: src/authorizer/class-admin-page.php:228 |
| 545 |
msgid "Network Settings" |
| 546 |
msgstr "Configuración en red" |
| 547 |
|
| 548 |
#: src/authorizer/class-admin-page.php:277 |
| 549 |
msgid "Who can log into the site?" |
| 550 |
msgstr "¿Quién puede iniciar sesión en el sitio?" |
| 551 |
|
| 552 |
#: src/authorizer/class-admin-page.php:284 |
| 553 |
msgid "Which role should receive email notifications about pending users?" |
| 554 |
msgstr "" |
| 555 |
"¿Qué rol debe recibir las notificaciones por email acerca de los usuarios " |
| 556 |
"pendientes?" |
| 557 |
|
| 558 |
#: src/authorizer/class-admin-page.php:291 |
| 559 |
msgid "What message should pending users see after attempting to log in?" |
| 560 |
msgstr "" |
| 561 |
"¿Qué mensaje deben ver los usuarios pendientes después de haber intentado " |
| 562 |
"iniciar sesión?" |
| 563 |
|
| 564 |
#: src/authorizer/class-admin-page.php:298 |
| 565 |
msgid "What message should blocked users see after attempting to log in?" |
| 566 |
msgstr "" |
| 567 |
"¿Qué mensaje deben ver los usuarios bloqueados después de haber intentado " |
| 568 |
"iniciar sesión?" |
| 569 |
|
| 570 |
#: src/authorizer/class-admin-page.php:305 |
| 571 |
msgid "Send welcome email to new approved users?" |
| 572 |
msgstr "¿Enviar un email de bienvenida a los nuevos usuarios aprobados?" |
| 573 |
|
| 574 |
#: src/authorizer/class-admin-page.php:312 |
| 575 |
msgid "Welcome email subject" |
| 576 |
msgstr "Asunto del email de bienvenida" |
| 577 |
|
| 578 |
#: src/authorizer/class-admin-page.php:319 |
| 579 |
msgid "Welcome email body" |
| 580 |
msgstr "Cuerpo del email de bienvenida" |
| 581 |
|
| 582 |
#: src/authorizer/class-admin-page.php:334 |
| 583 |
msgid "Who can view the site?" |
| 584 |
msgstr "¿Quién puede ver el sitio?" |
| 585 |
|
| 586 |
#: src/authorizer/class-admin-page.php:341 |
| 587 |
msgid "What pages (if any) should be available to everyone?" |
| 588 |
msgstr "¿Qué páginas (en su caso) deben estar disponibles para todo el mundo?" |
| 589 |
|
| 590 |
#: src/authorizer/class-admin-page.php:348 |
| 591 |
msgid "What happens to people without access when they visit a private page?" |
| 592 |
msgstr "" |
| 593 |
"¿Qué ocurre con los visitantes sin acceso, cuando visiten una página " |
| 594 |
"privadaa?" |
| 595 |
|
| 596 |
#: src/authorizer/class-admin-page.php:355 |
| 597 |
msgid "What happens to people without access when they visit a public page?" |
| 598 |
msgstr "" |
| 599 |
"¿Qué ocurre con los visitantes sin acceso, cuando visiten una página pública?" |
| 600 |
|
| 601 |
#: src/authorizer/class-admin-page.php:362 |
| 602 |
msgid "What message should people without access see?" |
| 603 |
msgstr "¿Qué mensaje deben ver los visitantes sin acceso?" |
| 604 |
|
| 605 |
#: src/authorizer/class-admin-page.php:377 |
| 606 |
#: src/authorizer/class-admin-page.php:751 |
| 607 |
msgid "Default role for new users" |
| 608 |
msgstr "Rol por defecto para los nuevos usuarios" |
| 609 |
|
| 610 |
#: src/authorizer/class-admin-page.php:384 |
| 611 |
#: src/authorizer/class-admin-page.php:755 |
| 612 |
msgid "Google Logins" |
| 613 |
msgstr "Inicio de sesión mediante Google" |
| 614 |
|
| 615 |
#: src/authorizer/class-admin-page.php:391 |
| 616 |
#: src/authorizer/class-admin-page.php:759 |
| 617 |
msgid "Google Client ID" |
| 618 |
msgstr "ID de cliente de Google" |
| 619 |
|
| 620 |
#: src/authorizer/class-admin-page.php:398 |
| 621 |
#: src/authorizer/class-admin-page.php:763 |
| 622 |
msgid "Google Client Secret" |
| 623 |
msgstr "Clave secreta de cliente de Google" |
| 624 |
|
| 625 |
#: src/authorizer/class-admin-page.php:405 |
| 626 |
#: src/authorizer/class-admin-page.php:767 |
| 627 |
msgid "Google Hosted Domain" |
| 628 |
msgstr "Iniciar sesión con Google" |
| 629 |
|
| 630 |
#: src/authorizer/class-admin-page.php:412 |
| 631 |
#: src/authorizer/class-admin-page.php:771 |
| 632 |
msgid "CAS Logins" |
| 633 |
msgstr "Inicio de sesión mediante CAS" |
| 634 |
|
| 635 |
#: src/authorizer/class-admin-page.php:419 |
| 636 |
msgid "CAS custom label" |
| 637 |
msgstr "Etiqueta personalizada del CAS" |
| 638 |
|
| 639 |
#: src/authorizer/class-admin-page.php:426 |
| 640 |
#: src/authorizer/class-admin-page.php:779 |
| 641 |
msgid "CAS server hostname" |
| 642 |
msgstr "Nombre del servidor CAS" |
| 643 |
|
| 644 |
#: src/authorizer/class-admin-page.php:433 |
| 645 |
#: src/authorizer/class-admin-page.php:783 |
| 646 |
msgid "CAS server port" |
| 647 |
msgstr "Puerto del servidor CAS" |
| 648 |
|
| 649 |
#: src/authorizer/class-admin-page.php:440 |
| 650 |
#: src/authorizer/class-admin-page.php:787 |
| 651 |
msgid "CAS server path/context" |
| 652 |
msgstr "Ruta o contexto del servidor CAS" |
| 653 |
|
| 654 |
#: src/authorizer/class-admin-page.php:454 |
| 655 |
msgid "CAS attribute containing email address" |
| 656 |
msgstr "Atributo del CAS que contiene la dirección de email " |
| 657 |
|
| 658 |
#: src/authorizer/class-admin-page.php:461 |
| 659 |
#: src/authorizer/class-admin-page.php:799 |
| 660 |
msgid "CAS attribute containing first name" |
| 661 |
msgstr "Atributo del CAS que contiene el nombre de pila" |
| 662 |
|
| 663 |
#: src/authorizer/class-admin-page.php:468 |
| 664 |
#: src/authorizer/class-admin-page.php:803 |
| 665 |
msgid "CAS attribute containing last name" |
| 666 |
msgstr "Atributo del CAS que contiene los apellidos" |
| 667 |
|
| 668 |
#: src/authorizer/class-admin-page.php:475 |
| 669 |
#: src/authorizer/class-admin-page.php:807 |
| 670 |
msgid "CAS attribute update" |
| 671 |
msgstr "Actualización del atributo CAS" |
| 672 |
|
| 673 |
#: src/authorizer/class-admin-page.php:482 |
| 674 |
#: src/authorizer/class-admin-page.php:811 |
| 675 |
msgid "CAS automatic login" |
| 676 |
msgstr "Inicio de sesión automático mediante CAS" |
| 677 |
|
| 678 |
#: src/authorizer/class-admin-page.php:489 |
| 679 |
#: src/authorizer/class-admin-page.php:815 |
| 680 |
msgid "CAS users linked by username" |
| 681 |
msgstr "Usuarios de CAS vinculados por nombre de usuario" |
| 682 |
|
| 683 |
#: src/authorizer/class-admin-page.php:496 |
| 684 |
#: src/authorizer/class-admin-page.php:819 |
| 685 |
msgid "LDAP Logins" |
| 686 |
msgstr "Inicio de sesión mediante LDAP" |
| 687 |
|
| 688 |
#: src/authorizer/class-admin-page.php:503 |
| 689 |
#: src/authorizer/class-admin-page.php:823 |
| 690 |
msgid "LDAP Host" |
| 691 |
msgstr "Servidor LDAP" |
| 692 |
|
| 693 |
#: src/authorizer/class-admin-page.php:510 |
| 694 |
#: src/authorizer/class-admin-page.php:827 |
| 695 |
msgid "LDAP Port" |
| 696 |
msgstr "Puerto de LDAP" |
| 697 |
|
| 698 |
#: src/authorizer/class-admin-page.php:517 |
| 699 |
#: src/authorizer/class-admin-page.php:831 |
| 700 |
#: src/authorizer/options/external/class-ldap.php:104 |
| 701 |
msgid "Use TLS" |
| 702 |
msgstr "Utilizar TLS" |
| 703 |
|
| 704 |
#: src/authorizer/class-admin-page.php:524 |
| 705 |
#: src/authorizer/class-admin-page.php:835 |
| 706 |
msgid "LDAP Search Base" |
| 707 |
msgstr "Base de búsqueda de LDAP" |
| 708 |
|
| 709 |
#: src/authorizer/class-admin-page.php:531 |
| 710 |
#: src/authorizer/class-admin-page.php:839 |
| 711 |
msgid "LDAP attribute containing username" |
| 712 |
msgstr "Atributo del LDAP que contiene el nombre de usuario" |
| 713 |
|
| 714 |
#: src/authorizer/class-admin-page.php:538 |
| 715 |
msgid "LDAP attribute containing email address" |
| 716 |
msgstr "Atributo del LDAP que contiene la dirección de email" |
| 717 |
|
| 718 |
#: src/authorizer/class-admin-page.php:545 |
| 719 |
#: src/authorizer/class-admin-page.php:847 |
| 720 |
msgid "LDAP Directory User" |
| 721 |
msgstr "Usuario del directorio LDAP" |
| 722 |
|
| 723 |
#: src/authorizer/class-admin-page.php:552 |
| 724 |
#: src/authorizer/class-admin-page.php:851 |
| 725 |
msgid "LDAP Directory User Password" |
| 726 |
msgstr "Contraseña de usuario del directorio LDAP" |
| 727 |
|
| 728 |
#: src/authorizer/class-admin-page.php:559 |
| 729 |
#: src/authorizer/class-admin-page.php:855 |
| 730 |
msgid "Custom lost password URL" |
| 731 |
msgstr "URL personalizada de recuperación de la contraseña" |
| 732 |
|
| 733 |
#: src/authorizer/class-admin-page.php:566 |
| 734 |
#: src/authorizer/class-admin-page.php:859 |
| 735 |
msgid "LDAP attribute containing first name" |
| 736 |
msgstr "Atributo del LDAP que contiene el nombre de pila" |
| 737 |
|
| 738 |
#: src/authorizer/class-admin-page.php:573 |
| 739 |
#: src/authorizer/class-admin-page.php:863 |
| 740 |
msgid "LDAP attribute containing last name" |
| 741 |
msgstr "Atributo del LDAP que contiene los apellidos" |
| 742 |
|
| 743 |
#: src/authorizer/class-admin-page.php:580 |
| 744 |
#: src/authorizer/class-admin-page.php:867 |
| 745 |
msgid "LDAP attribute update" |
| 746 |
msgstr "Actualización del atributo LDAP" |
| 747 |
|
| 748 |
#: src/authorizer/class-admin-page.php:595 |
| 749 |
#: src/authorizer/class-admin-page.php:875 |
| 750 |
msgid "Limit invalid login attempts" |
| 751 |
msgstr "Limitar los intentos no válidos de inicio de sesión" |
| 752 |
|
| 753 |
#: src/authorizer/class-admin-page.php:602 |
| 754 |
msgid "Hide WordPress Login" |
| 755 |
msgstr "Ocultar el formulario de inicio de sesión de WordPress" |
| 756 |
|
| 757 |
#: src/authorizer/class-admin-page.php:609 |
| 758 |
#: src/authorizer/class-admin-page.php:883 |
| 759 |
#: src/authorizer/options/class-advanced.php:102 |
| 760 |
msgid "Disable WordPress Logins" |
| 761 |
msgstr "" |
| 762 |
|
| 763 |
#: src/authorizer/class-admin-page.php:616 |
| 764 |
msgid "Custom WordPress login branding" |
| 765 |
msgstr "Personalización del formulario de inicio de sesión de WordPress" |
| 766 |
|
| 767 |
#: src/authorizer/class-admin-page.php:623 |
| 768 |
msgid "Authorizer admin menu item location" |
| 769 |
msgstr "Ubicación del elemento de menú de administración de Authorizer" |
| 770 |
|
| 771 |
#: src/authorizer/class-admin-page.php:630 |
| 772 |
msgid "Show custom usermeta in user list" |
| 773 |
msgstr "" |
| 774 |
"Mostrar los metadatos personalizados del usuario en la lista de usuarios" |
| 775 |
|
| 776 |
#: src/authorizer/class-admin-page.php:637 |
| 777 |
#: src/authorizer/class-admin-page.php:887 |
| 778 |
msgid "Number of users per page" |
| 779 |
msgstr "Número de usuarios por página" |
| 780 |
|
| 781 |
#: src/authorizer/class-admin-page.php:644 |
| 782 |
#: src/authorizer/class-admin-page.php:891 |
| 783 |
msgid "Approved users sort method" |
| 784 |
msgstr "Los usuarios tipo método aprobado" |
| 785 |
|
| 786 |
#: src/authorizer/class-admin-page.php:651 |
| 787 |
#: src/authorizer/class-admin-page.php:895 |
| 788 |
msgid "Approved users sort order" |
| 789 |
msgstr "Aprobado el orden de los usuarios" |
| 790 |
|
| 791 |
#: src/authorizer/class-admin-page.php:658 |
| 792 |
msgid "Show dashboard widget to admin users" |
| 793 |
msgstr "Mostrar widget de tablero para usuarios administradores" |
| 794 |
|
| 795 |
#: src/authorizer/class-admin-page.php:667 |
| 796 |
msgid "Override multisite options" |
| 797 |
msgstr "Anular las opciones del multisitio" |
| 798 |
|
| 799 |
#: src/authorizer/class-admin-page.php:682 |
| 800 |
#: src/authorizer/class-admin-page.php:717 |
| 801 |
#: src/authorizer/class-dashboard-widget.php:34 |
| 802 |
msgid "Authorizer Settings" |
| 803 |
msgstr "Configuración de Authorizer" |
| 804 |
|
| 805 |
#: src/authorizer/class-admin-page.php:702 |
| 806 |
msgid "You do not have sufficient permissions to access this page." |
| 807 |
msgstr "No tienes los permisos necesarios para acceder a esta página." |
| 808 |
|
| 809 |
#: src/authorizer/class-admin-page.php:718 |
| 810 |
msgid "" |
| 811 |
"Most <strong>Authorizer</strong> settings are set in the individual sites, " |
| 812 |
"but you can specify a few options here that apply to <strong>all sites in " |
| 813 |
"the network</strong>. These settings will override settings in the " |
| 814 |
"individual sites." |
| 815 |
msgstr "" |
| 816 |
"La mayor parte de la configuración de <strong>Authorizer</strong> se define " |
| 817 |
"en los sitios individuales, pero puedes especificar aquí unas cuantas " |
| 818 |
"opciones que se aplicarán a <strong>todos los sitios de la red</strong>. " |
| 819 |
"Estas opciones anularán a las que se definan en los sitios individuales." |
| 820 |
|
| 821 |
#: src/authorizer/class-admin-page.php:720 |
| 822 |
msgid "Override individual site settings with the settings below" |
| 823 |
msgstr "" |
| 824 |
"Anular la configuración de los sitios individuales con las opciones que se " |
| 825 |
"definen a continuación." |
| 826 |
|
| 827 |
#: src/authorizer/class-admin-page.php:731 |
| 828 |
msgid "Manage who has access to all sites in the network." |
| 829 |
msgstr "Gestiona quién tiene acceso a todos los sitios de la red." |
| 830 |
|
| 831 |
#: src/authorizer/class-admin-page.php:735 |
| 832 |
msgid "Who can log in to sites in this network?" |
| 833 |
msgstr "¿Quién puede iniciar sesión en los sitios de esta red?" |
| 834 |
|
| 835 |
#: src/authorizer/class-admin-page.php:739 |
| 836 |
msgid "Who can view sites in this network?" |
| 837 |
msgstr "¿Quién puede ver los sitios de esta red?" |
| 838 |
|
| 839 |
#: src/authorizer/class-admin-page.php:743 |
| 840 |
msgid "Approved Users (All Sites)" |
| 841 |
msgstr "Usuarios aprobados (todos los sitios)" |
| 842 |
|
| 843 |
#: src/authorizer/class-admin-page.php:743 |
| 844 |
msgid "" |
| 845 |
"Note: these users will <strong>not</strong> receive welcome emails when " |
| 846 |
"approved. Only users approved from individual sites can receive these " |
| 847 |
"messages." |
| 848 |
msgstr "" |
| 849 |
"Aviso: estos usuarios <strong>no</strong> recibirán los emails de bienvenida " |
| 850 |
"cuando sean aprobados. Solo los usuarios aprobados de los sitios " |
| 851 |
"individuales pueden recibir estos mensajes." |
| 852 |
|
| 853 |
#: src/authorizer/class-admin-page.php:775 |
| 854 |
msgid "CAS Custom Label" |
| 855 |
msgstr "Etiqueta personalizada del CAS" |
| 856 |
|
| 857 |
#: src/authorizer/class-admin-page.php:791 |
| 858 |
msgid "CAS server version" |
| 859 |
msgstr "Versión de servidor de CAS" |
| 860 |
|
| 861 |
#: src/authorizer/class-admin-page.php:795 |
| 862 |
msgid "CAS attribute containing email" |
| 863 |
msgstr "Atributo del CAS que contiene la dirección de email" |
| 864 |
|
| 865 |
#: src/authorizer/class-admin-page.php:843 |
| 866 |
msgid "LDAP attribute containing email" |
| 867 |
msgstr "Atributo del LDAP que contiene la dirección de email" |
| 868 |
|
| 869 |
#: src/authorizer/class-admin-page.php:879 |
| 870 |
#: src/authorizer/options/class-advanced.php:82 |
| 871 |
msgid "Hide WordPress Logins" |
| 872 |
msgstr "Ocultar el formulario de inicio de sesión de WordPress" |
| 873 |
|
| 874 |
#: src/authorizer/class-admin-page.php:899 |
| 875 |
#: src/authorizer/options/class-advanced.php:359 |
| 876 |
msgid "Show Dashboard Widget" |
| 877 |
msgstr "Widget de Panel" |
| 878 |
|
| 879 |
#: src/authorizer/class-admin-page.php:906 |
| 880 |
#: src/authorizer/class-admin-page.php:987 |
| 881 |
msgid "Save Changes" |
| 882 |
msgstr "Guardar los cambios" |
| 883 |
|
| 884 |
#: src/authorizer/class-admin-page.php:980 |
| 885 |
msgid "Saved" |
| 886 |
msgstr "Guardado" |
| 887 |
|
| 888 |
#: src/authorizer/class-admin-page.php:981 |
| 889 |
msgid "Duplicate" |
| 890 |
msgstr "Duplicar" |
| 891 |
|
| 892 |
#: src/authorizer/class-admin-page.php:982 |
| 893 |
msgid "Failed" |
| 894 |
msgstr "Fallado" |
| 895 |
|
| 896 |
#: src/authorizer/class-admin-page.php:983 |
| 897 |
msgid "Local WordPress user" |
| 898 |
msgstr "Usuario local de WordPress" |
| 899 |
|
| 900 |
#: src/authorizer/class-admin-page.php:984 |
| 901 |
#: src/authorizer/options/class-access-lists.php:521 |
| 902 |
msgid "Block/Ban user" |
| 903 |
msgstr "Bloquear el usuario o prohibirle el acceso" |
| 904 |
|
| 905 |
#: src/authorizer/class-admin-page.php:985 |
| 906 |
#: src/authorizer/options/class-access-lists.php:89 |
| 907 |
#: src/authorizer/options/class-access-lists.php:281 |
| 908 |
#: src/authorizer/options/class-access-lists.php:523 |
| 909 |
msgid "Remove user" |
| 910 |
msgstr "Eliminar el usuario" |
| 911 |
|
| 912 |
#: src/authorizer/class-admin-page.php:986 |
| 913 |
msgid "No users in" |
| 914 |
msgstr "0 usuarios en" |
| 915 |
|
| 916 |
#: src/authorizer/class-admin-page.php:988 |
| 917 |
msgid "Private Pages" |
| 918 |
msgstr "Páginas privadas" |
| 919 |
|
| 920 |
#: src/authorizer/class-admin-page.php:989 |
| 921 |
msgid "Public Pages" |
| 922 |
msgstr "Páginas públicas" |
| 923 |
|
| 924 |
#: src/authorizer/class-admin-page.php:990 |
| 925 |
#: src/authorizer/options/class-access-lists.php:337 |
| 926 |
msgid "First page" |
| 927 |
msgstr "Primera página" |
| 928 |
|
| 929 |
#: src/authorizer/class-admin-page.php:991 |
| 930 |
#: src/authorizer/options/class-access-lists.php:348 |
| 931 |
msgid "Previous page" |
| 932 |
msgstr "Pagina anterior" |
| 933 |
|
| 934 |
#: src/authorizer/class-admin-page.php:992 |
| 935 |
#: src/authorizer/options/class-access-lists.php:375 |
| 936 |
msgid "Next page" |
| 937 |
msgstr "Siguiente" |
| 938 |
|
| 939 |
#: src/authorizer/class-admin-page.php:993 |
| 940 |
#: src/authorizer/options/class-access-lists.php:386 |
| 941 |
msgid "Last page" |
| 942 |
msgstr "Última página" |
| 943 |
|
| 944 |
#. TRANSLATORS: %s: number of users |
| 945 |
#: src/authorizer/class-ajax-endpoints.php:344 |
| 946 |
#: src/authorizer/options/class-access-lists.php:313 |
| 947 |
#, php-format |
| 948 |
msgid "%s user" |
| 949 |
msgid_plural "%s users" |
| 950 |
msgstr[0] "%s usuario" |
| 951 |
msgstr[1] "%s usuarios" |
| 952 |
|
| 953 |
#: src/authorizer/class-authentication.php:70 |
| 954 |
msgid "<strong>ERROR</strong>: Incorrect username or password." |
| 955 |
msgstr "" |
| 956 |
"<strong>Se ha producido un error</strong>: nombre de usuario o contraseña " |
| 957 |
"incorrectos." |
| 958 |
|
| 959 |
#. TRANSLATORS: 1: username 2: duration of lockout in seconds 3: duration of lockout as a phrase 4: lost password URL |
| 960 |
#: src/authorizer/class-authentication.php:108 |
| 961 |
#: src/authorizer/class-authentication.php:126 |
| 962 |
#, php-format |
| 963 |
msgid "" |
| 964 |
"<strong>ERROR</strong>: There have been too many invalid login attempts for " |
| 965 |
"the username <strong>%1$s</strong>. Please wait <strong id=" |
| 966 |
"\"seconds_remaining\" data-seconds=\"%2$s\">%3$s</strong> before trying " |
| 967 |
"again. <a href=\"%4$s\" title=\"Password Lost and Found\">Lost your " |
| 968 |
"password</a>?" |
| 969 |
msgstr "" |
| 970 |
"<strong>Se ha producido un error</strong>: se han producido demasiados " |
| 971 |
"intentos no válidos de inicio de sesión del usuario <strong>%1$s</strong>. " |
| 972 |
"Por favor, espera <strong id=\"seconds_remaining\" data-seconds=\"%2$s\">" |
| 973 |
"%3$s</strong> antes de intentarlo de nuevo. <a href=\"%4$s\" title=" |
| 974 |
"\"Recuperar la contraseña\">¿Has perdido tu contraseña?</a>" |
| 975 |
|
| 976 |
#: src/authorizer/class-authentication.php:214 |
| 977 |
msgid "<strong>ERROR</strong>: The username field is empty." |
| 978 |
msgstr "<strong>ERROR</strong>: El campo nombre de usuario está vacío." |
| 979 |
|
| 980 |
#: src/authorizer/class-authentication.php:218 |
| 981 |
msgid "<strong>ERROR</strong>: The password field is empty." |
| 982 |
msgstr "<strong>ERROR</strong>: El campo de la contraseña está vacío." |
| 983 |
|
| 984 |
#: src/authorizer/class-authentication.php:343 |
| 985 |
#: src/authorizer/class-authentication.php:348 |
| 986 |
msgid "Invalid Google credentials provided." |
| 987 |
msgstr "Se han proporcionado credenciales de Google no válidas." |
| 988 |
|
| 989 |
#: src/authorizer/class-authentication.php:382 |
| 990 |
msgid "Google credentials do not match the allowed hosted domain" |
| 991 |
msgstr "Google credenciales no coinciden con el dominio alojado permitido" |
| 992 |
|
| 993 |
#: src/authorizer/class-authentication.php:453 |
| 994 |
msgid "CAS server returned an Authentication Exception. Details:" |
| 995 |
msgstr "El servidor CAS ha devuelto una excepción de autenticación. Detalles:" |
| 996 |
|
| 997 |
#: src/authorizer/class-authentication.php:586 |
| 998 |
msgid "You must provide a username or email." |
| 999 |
msgstr "Usted debe proporcionar un nombre de usuario o correo electrónico." |
| 1000 |
|
| 1001 |
#: src/authorizer/class-authentication.php:589 |
| 1002 |
msgid "You must provide a password." |
| 1003 |
msgstr "Debes proporcionar una contraseña." |
| 1004 |
|
| 1005 |
#. TRANSLATORS: %s: Name of blog |
| 1006 |
#: src/authorizer/class-authorization.php:91 |
| 1007 |
#: src/authorizer/class-authorization.php:607 |
| 1008 |
#, php-format |
| 1009 |
msgid "%s - Access Restricted" |
| 1010 |
msgstr "%s - Acceso restringido" |
| 1011 |
|
| 1012 |
#: src/authorizer/class-authorization.php:99 |
| 1013 |
#: src/authorizer/class-authorization.php:440 |
| 1014 |
msgid "Back" |
| 1015 |
msgstr "Volver atrás" |
| 1016 |
|
| 1017 |
#: src/authorizer/class-authorization.php:103 |
| 1018 |
#: src/authorizer/class-authorization.php:448 |
| 1019 |
msgid "Invalid login attempted." |
| 1020 |
msgstr "Se ha tratado de realizar un intento de inicio de sesión no válido." |
| 1021 |
|
| 1022 |
#. TRANSLATORS: 1: User email 2: Name of site |
| 1023 |
#: src/authorizer/class-authorization.php:408 |
| 1024 |
#, php-format |
| 1025 |
msgid "Action required: Pending user %1$s at %2$s" |
| 1026 |
msgstr "Acción requerida: hay un usuario pendiente, %1$s, en %2$s" |
| 1027 |
|
| 1028 |
#. TRANSLATORS: 1: Name of site 2: URL of site 3: URL of authorizer |
| 1029 |
#: src/authorizer/class-authorization.php:414 |
| 1030 |
#, php-format |
| 1031 |
msgid "" |
| 1032 |
"A new user has tried to access the %1$s site you manage at:\n" |
| 1033 |
"%2$s\n" |
| 1034 |
"\n" |
| 1035 |
"Please log in to approve or deny their request:\n" |
| 1036 |
"%3$s\n" |
| 1037 |
msgstr "" |
| 1038 |
"Un nuevo usuario ha intentado acceder al sitio de %1$s consigues en: %2$s " |
| 1039 |
"por favor sesión para aprobar o denegar su solicitud: %3$s\n" |
| 1040 |
|
| 1041 |
#: src/authorizer/class-authorization.php:615 |
| 1042 |
#: src/authorizer/class-login-form.php:34 |
| 1043 |
msgid "Log In" |
| 1044 |
msgstr "Iniciar sesión" |
| 1045 |
|
| 1046 |
#: src/authorizer/class-dashboard-widget.php:49 |
| 1047 |
#: src/authorizer/options/class-access-lists.php:40 |
| 1048 |
msgid "Pending Users" |
| 1049 |
msgstr "Usuarios pendientes" |
| 1050 |
|
| 1051 |
#: src/authorizer/class-dashboard-widget.php:53 |
| 1052 |
#: src/authorizer/options/class-access-lists.php:44 |
| 1053 |
msgid "Approved Users" |
| 1054 |
msgstr "Usuarios aprobados" |
| 1055 |
|
| 1056 |
#: src/authorizer/class-dashboard-widget.php:57 |
| 1057 |
#: src/authorizer/options/class-access-lists.php:48 |
| 1058 |
msgid "Blocked Users" |
| 1059 |
msgstr "Usuarios bloqueados" |
| 1060 |
|
| 1061 |
#: src/authorizer/class-helper.php:312 |
| 1062 |
msgid "— No role for this site —" |
| 1063 |
msgstr "Sin rol para este sitio" |
| 1064 |
|
| 1065 |
#: src/authorizer/class-login-form.php:192 |
| 1066 |
msgid "Sign in with Google" |
| 1067 |
msgstr "Iniciar sesión con Google" |
| 1068 |
|
| 1069 |
#. TRANSLATORS: %s: Custom CAS label from authorizer options |
| 1070 |
#: src/authorizer/class-login-form.php:204 |
| 1071 |
#, php-format |
| 1072 |
msgid "Sign in with %s" |
| 1073 |
msgstr "Iniciar sesión con %s" |
| 1074 |
|
| 1075 |
#: src/authorizer/class-login-form.php:228 |
| 1076 |
msgid "or" |
| 1077 |
msgstr "o" |
| 1078 |
|
| 1079 |
#: src/authorizer/class-options.php:66 |
| 1080 |
msgid "This setting is overridden by a" |
| 1081 |
msgstr "Esta opción ha sido anulada por una" |
| 1082 |
|
| 1083 |
#: src/authorizer/class-options.php:66 |
| 1084 |
msgid "multisite option" |
| 1085 |
msgstr "opción de multisitio" |
| 1086 |
|
| 1087 |
#: src/authorizer/class-options.php:235 |
| 1088 |
msgid "" |
| 1089 |
"You're not currently allowed to view this site. Your administrator has been " |
| 1090 |
"notified, and once he/she has approved your request, you will be able to log " |
| 1091 |
"in. If you need any other help, please contact your administrator." |
| 1092 |
msgstr "" |
| 1093 |
"Actualmente no tienes los permisos necesarios para ver este sitio. El " |
| 1094 |
"administrador ya ha sido notificado, y una vez que apruebe tu solicitud, " |
| 1095 |
"podrás iniciar sesión. Si necesitas ayuda adicional, por favor ponte en " |
| 1096 |
"contacto con el administrador." |
| 1097 |
|
| 1098 |
#: src/authorizer/class-options.php:238 |
| 1099 |
msgid "" |
| 1100 |
"You're not currently allowed to log into this site. If you think this is a " |
| 1101 |
"mistake, please contact your administrator." |
| 1102 |
msgstr "" |
| 1103 |
"Actualmente no tienes los permisos necesarios para iniciar sesión en este " |
| 1104 |
"sitio. Si crees que esto es un error, por favor ponte en contacto con el " |
| 1105 |
"administrador." |
| 1106 |
|
| 1107 |
#. TRANSLATORS: %s: Shortcode for name of site |
| 1108 |
#: src/authorizer/class-options.php:246 |
| 1109 |
#, php-format |
| 1110 |
msgid "Welcome to %s!" |
| 1111 |
msgstr "Bienvenido a %s!" |
| 1112 |
|
| 1113 |
#. TRANSLATORS: 1: Shortcode for user email 2: Shortcode for site name 3: Shortcode for site URL |
| 1114 |
#: src/authorizer/class-options.php:253 |
| 1115 |
#, php-format |
| 1116 |
msgid "" |
| 1117 |
"Hello %1$s,\n" |
| 1118 |
"Welcome to %2$s! You now have access to all content on the site. Please " |
| 1119 |
"visit us here:\n" |
| 1120 |
"%3$s\n" |
| 1121 |
msgstr "" |
| 1122 |
"Hola %1$s,\n" |
| 1123 |
"Bienvenido para %2$s. Ahora tienes acceso a todo contenido en el sitio. " |
| 1124 |
"Visítenos en aquí:\n" |
| 1125 |
"%3$s\n" |
| 1126 |
|
| 1127 |
#: src/authorizer/class-options.php:274 |
| 1128 |
msgid "" |
| 1129 |
"Notice: You are browsing this site anonymously, and only have access to a " |
| 1130 |
"portion of its content." |
| 1131 |
msgstr "" |
| 1132 |
"Aviso: estás navegando por el sitio de forma anónima, y por tanto solo " |
| 1133 |
"tendrás acceso a parte de su contenido." |
| 1134 |
|
| 1135 |
#: src/authorizer/options/class-access-lists.php:30 |
| 1136 |
msgid "Manage who has access to this site using these lists." |
| 1137 |
msgstr "Gestiona quién tiene acceso a este sitio, mediante estas listas." |
| 1138 |
|
| 1139 |
#: src/authorizer/options/class-access-lists.php:32 |
| 1140 |
msgid "" |
| 1141 |
"<strong>Pending</strong> users are users who have successfully logged in to " |
| 1142 |
"the site, but who haven't yet been approved (or blocked) by you." |
| 1143 |
msgstr "" |
| 1144 |
"Los usuarios <strong>pendientes</strong> son usuarios que han iniciado " |
| 1145 |
"sesión en el sitio correctamente, pero que todavía no han sido aprobados (o " |
| 1146 |
"bloqueados)." |
| 1147 |
|
| 1148 |
#: src/authorizer/options/class-access-lists.php:33 |
| 1149 |
msgid "" |
| 1150 |
"<strong>Approved</strong> users have access to the site once they " |
| 1151 |
"successfully log in." |
| 1152 |
msgstr "" |
| 1153 |
"Los usuarios <strong>aprobados</strong> son usuarios que tienen acceso al " |
| 1154 |
"sitio una vez que han inciado sesión correctamente." |
| 1155 |
|
| 1156 |
#: src/authorizer/options/class-access-lists.php:34 |
| 1157 |
msgid "" |
| 1158 |
"<strong>Blocked</strong> users will receive an error message when they try " |
| 1159 |
"to visit the site after authenticating." |
| 1160 |
msgstr "" |
| 1161 |
"Los usuarios <strong>bloqueados</strong> son usuarios que recibirán un " |
| 1162 |
"mensaje de error cuando intenten acceder al sitio después de autenticarse." |
| 1163 |
|
| 1164 |
#: src/authorizer/options/class-access-lists.php:34 |
| 1165 |
msgid "" |
| 1166 |
"Note: if you want to block all email addresses from a domain, say " |
| 1167 |
"anyone@example.com, simply add \"@example.com\" to the blocked list." |
| 1168 |
msgstr "" |
| 1169 |
"Nota: si desea bloquear todas las direcciones de correo electrónico de un " |
| 1170 |
"dominio, por ejemplo anyone@example.com, simplemente agregue \"@example.com" |
| 1171 |
"\" a la lista de bloqueados." |
| 1172 |
|
| 1173 |
#: src/authorizer/options/class-access-lists.php:87 |
| 1174 |
#: src/authorizer/options/class-access-lists.php:224 |
| 1175 |
msgid "Approve" |
| 1176 |
msgstr "Aprobar" |
| 1177 |
|
| 1178 |
#: src/authorizer/options/class-access-lists.php:88 |
| 1179 |
#: src/authorizer/options/class-access-lists.php:290 |
| 1180 |
msgid "Block" |
| 1181 |
msgstr "Bloquear" |
| 1182 |
|
| 1183 |
#: src/authorizer/options/class-access-lists.php:89 |
| 1184 |
msgid "Ignore" |
| 1185 |
msgstr "Ignorar" |
| 1186 |
|
| 1187 |
#: src/authorizer/options/class-access-lists.php:93 |
| 1188 |
msgid "No pending users" |
| 1189 |
msgstr "No hay ningún usuario pendiente" |
| 1190 |
|
| 1191 |
#: src/authorizer/options/class-access-lists.php:219 |
| 1192 |
#: src/authorizer/options/class-access-lists.php:286 |
| 1193 |
msgid "email address" |
| 1194 |
msgstr "dirección de email" |
| 1195 |
|
| 1196 |
#: src/authorizer/options/class-access-lists.php:227 |
| 1197 |
msgid "Toggle Dropdown" |
| 1198 |
msgstr "Conmutar el botón desplegable" |
| 1199 |
|
| 1200 |
#: src/authorizer/options/class-access-lists.php:230 |
| 1201 |
msgid "Create a new WordPress account, and email the user an activation link." |
| 1202 |
msgstr "" |
| 1203 |
"Cree una nueva cuenta de WordPress y envíe por correo electrónico al usuario " |
| 1204 |
"un enlace de activación." |
| 1205 |
|
| 1206 |
#: src/authorizer/options/class-access-lists.php:355 |
| 1207 |
#: src/authorizer/options/class-access-lists.php:359 |
| 1208 |
msgid "Current Page" |
| 1209 |
msgstr "Página actual" |
| 1210 |
|
| 1211 |
#. TRANSLATORS: 1: number of current page 2: number of total pages |
| 1212 |
#: src/authorizer/options/class-access-lists.php:367 |
| 1213 |
#, php-format |
| 1214 |
msgctxt "paging" |
| 1215 |
msgid "%1$s of %2$s" |
| 1216 |
msgstr "%1$s de %2$s" |
| 1217 |
|
| 1218 |
#: src/authorizer/options/class-access-lists.php:399 |
| 1219 |
msgid "Search Users" |
| 1220 |
msgstr "Buscar Usuarios" |
| 1221 |
|
| 1222 |
#: src/authorizer/options/class-access-lists.php:401 |
| 1223 |
msgid "Search" |
| 1224 |
msgstr "Buscar" |
| 1225 |
|
| 1226 |
#: src/authorizer/options/class-access-lists.php:503 |
| 1227 |
#: src/authorizer/options/class-advanced.php:205 |
| 1228 |
#: src/authorizer/options/class-external.php:51 |
| 1229 |
msgid "-- None --" |
| 1230 |
msgstr "-- Ninguno --" |
| 1231 |
|
| 1232 |
#: src/authorizer/options/class-advanced.php:29 |
| 1233 |
msgid "You may optionally specify some advanced settings below." |
| 1234 |
msgstr "" |
| 1235 |
"También puedes especificar, si lo deseas, algunas configuraciones avanzadas " |
| 1236 |
"a continuación." |
| 1237 |
|
| 1238 |
#: src/authorizer/options/class-advanced.php:48 |
| 1239 |
#: src/authorizer/options/class-advanced.php:55 |
| 1240 |
msgid "After" |
| 1241 |
msgstr "Después de" |
| 1242 |
|
| 1243 |
#: src/authorizer/options/class-advanced.php:51 |
| 1244 |
msgid "invalid password attempts, delay further attempts on that user for" |
| 1245 |
msgstr "" |
| 1246 |
"intentos de contraseña no válida, demorar los intentos subsiguientes de este " |
| 1247 |
"usuario durante" |
| 1248 |
|
| 1249 |
#: src/authorizer/options/class-advanced.php:53 |
| 1250 |
msgid "minute(s)." |
| 1251 |
msgstr "minuto(s)." |
| 1252 |
|
| 1253 |
#: src/authorizer/options/class-advanced.php:57 |
| 1254 |
msgid "more invalid attempts, increase the delay to" |
| 1255 |
msgstr "intentos no válidos adicionales, incrementar la demora a" |
| 1256 |
|
| 1257 |
#: src/authorizer/options/class-advanced.php:59 |
| 1258 |
msgid "minutes." |
| 1259 |
msgstr "minutos." |
| 1260 |
|
| 1261 |
#: src/authorizer/options/class-advanced.php:61 |
| 1262 |
msgid "Reset the delays after" |
| 1263 |
msgstr "Reiniciar las demoras después de" |
| 1264 |
|
| 1265 |
#: src/authorizer/options/class-advanced.php:63 |
| 1266 |
msgid "minutes with no invalid attempts." |
| 1267 |
msgstr "minutos sin intentos no válidos." |
| 1268 |
|
| 1269 |
#: src/authorizer/options/class-advanced.php:83 |
| 1270 |
msgid "" |
| 1271 |
"Note: You can always access the WordPress logins by adding " |
| 1272 |
"external=wordpress to the wp-login URL, like so:" |
| 1273 |
msgstr "" |
| 1274 |
"Aviso: siempre podrás acceder al formulario de inicio de sesión de WordPress " |
| 1275 |
"añadiendo a la URL de inicio de sesión la secuencia \"external=wordpress\"; " |
| 1276 |
"por ejemplo:" |
| 1277 |
|
| 1278 |
#: src/authorizer/options/class-advanced.php:103 |
| 1279 |
msgid "" |
| 1280 |
"Warning: Disabling WordPress logins means you will not be able to access " |
| 1281 |
"WordPress administration if your external service(s) are not working. Use " |
| 1282 |
"with caution. Note: If no external services are enabled, WordPress logins " |
| 1283 |
"will not be disabled." |
| 1284 |
msgstr "" |
| 1285 |
"Advertencia: deshabilitar los inicios de sesión de WordPress significa que " |
| 1286 |
"no podrá acceder a la administración de WordPress si sus servicios externos " |
| 1287 |
"no funcionan. Usar con precaución. Nota: Si no hay servicios externos " |
| 1288 |
"habilitados, los inicios de sesión de WordPress no se deshabilitarán." |
| 1289 |
|
| 1290 |
#: src/authorizer/options/class-advanced.php:123 |
| 1291 |
msgid "Default WordPress login screen" |
| 1292 |
msgstr "Formulario por defecto de inicio de sesión de WordPress" |
| 1293 |
|
| 1294 |
#: src/authorizer/options/class-advanced.php:157 |
| 1295 |
msgid "" |
| 1296 |
"<strong>Note for theme developers</strong>: Add more options here by using " |
| 1297 |
"the `authorizer_add_branding_option` filter in your theme. You can see an " |
| 1298 |
"example theme that implements this filter in the plugin directory under " |
| 1299 |
"sample-theme-add-branding." |
| 1300 |
msgstr "" |
| 1301 |
"<strong>Aviso para los desarrolladores de temas</strong>: añade más opciones " |
| 1302 |
"desde aquí, utilizando el filtro `authorizer_add_branding_option` en tu " |
| 1303 |
"tema. Puedes ver un ejemplo de tema que implementa este filtro en el " |
| 1304 |
"directorio del plugin, en sample-theme-add-branding." |
| 1305 |
|
| 1306 |
#: src/authorizer/options/class-advanced.php:181 |
| 1307 |
msgid "Show in Settings menu" |
| 1308 |
msgstr "Mostrar en el menú \"Ajustes\"" |
| 1309 |
|
| 1310 |
#: src/authorizer/options/class-advanced.php:183 |
| 1311 |
msgid "Show in sidebar (top level)" |
| 1312 |
msgstr "Mostrar en la barra lateral (menú de nivel superior)" |
| 1313 |
|
| 1314 |
#: src/authorizer/options/class-advanced.php:265 |
| 1315 |
msgid "All Usermeta:" |
| 1316 |
msgstr "Todos los metadatos de usuario:" |
| 1317 |
|
| 1318 |
#: src/authorizer/options/class-advanced.php:314 |
| 1319 |
msgid "Date approved" |
| 1320 |
msgstr "Fecha de aprobación" |
| 1321 |
|
| 1322 |
#: src/authorizer/options/class-advanced.php:315 |
| 1323 |
msgid "Email" |
| 1324 |
msgstr "Correo electrónico" |
| 1325 |
|
| 1326 |
#: src/authorizer/options/class-advanced.php:316 |
| 1327 |
msgid "Role" |
| 1328 |
msgstr "Rol" |
| 1329 |
|
| 1330 |
#: src/authorizer/options/class-advanced.php:317 |
| 1331 |
msgid "Date registered" |
| 1332 |
msgstr "Fecha de registro" |
| 1333 |
|
| 1334 |
#: src/authorizer/options/class-advanced.php:338 |
| 1335 |
msgid "Ascending" |
| 1336 |
msgstr "Ascendente" |
| 1337 |
|
| 1338 |
#: src/authorizer/options/class-advanced.php:339 |
| 1339 |
msgid "Descending" |
| 1340 |
msgstr "Descendente" |
| 1341 |
|
| 1342 |
#: src/authorizer/options/class-advanced.php:360 |
| 1343 |
msgid "" |
| 1344 |
"Note: Only users with the create_users capability will be able to see the " |
| 1345 |
"dashboard widget." |
| 1346 |
msgstr "" |
| 1347 |
"Nota: solo los usuarios con la función create_users podrán ver el widget del " |
| 1348 |
"tablero." |
| 1349 |
|
| 1350 |
#: src/authorizer/options/class-advanced.php:379 |
| 1351 |
msgid "" |
| 1352 |
"Configure this site independently (don't inherit any multisite settings)" |
| 1353 |
msgstr "" |
| 1354 |
"Configurar este sitio de forma independiente (no heredar la configuración " |
| 1355 |
"del multisitio)" |
| 1356 |
|
| 1357 |
#: src/authorizer/options/class-external.php:29 |
| 1358 |
msgid "Enter your external server settings below." |
| 1359 |
msgstr "Define a continuación la configuración de tus servicios externos." |
| 1360 |
|
| 1361 |
#: src/authorizer/options/class-login-access.php:30 |
| 1362 |
msgid "Choose who is able to log into this site below." |
| 1363 |
msgstr "Selecciona a continuación quién podrá iniciar sesión en este sitio." |
| 1364 |
|
| 1365 |
#: src/authorizer/options/class-login-access.php:66 |
| 1366 |
msgid "" |
| 1367 |
"All authenticated users (All external service users and all WordPress users)" |
| 1368 |
msgstr "" |
| 1369 |
"Todos los usuarios autenticados (todos los usuarios de los servicios " |
| 1370 |
"externos, así como los usuarios de WordPress)" |
| 1371 |
|
| 1372 |
#: src/authorizer/options/class-login-access.php:68 |
| 1373 |
msgid "Only" |
| 1374 |
msgstr "Solo" |
| 1375 |
|
| 1376 |
#: src/authorizer/options/class-login-access.php:68 |
| 1377 |
msgid "approved users" |
| 1378 |
msgstr "los usuarios aprobados" |
| 1379 |
|
| 1380 |
#: src/authorizer/options/class-login-access.php:68 |
| 1381 |
msgid "(Approved external users and all WordPress users)" |
| 1382 |
msgstr "(usuarios externos aprobados y todos los usuarios de WordPress)" |
| 1383 |
|
| 1384 |
#: src/authorizer/options/class-login-access.php:89 |
| 1385 |
msgid "None (Don't send notification emails)" |
| 1386 |
msgstr "Ninguno (no enviar emails de notificación)" |
| 1387 |
|
| 1388 |
#: src/authorizer/options/class-login-access.php:166 |
| 1389 |
msgid "Send a welcome email when approving a new user" |
| 1390 |
msgstr "Enviar un email de bienvenida cuando se apruebe un nuevo usuario" |
| 1391 |
|
| 1392 |
#: src/authorizer/options/class-login-access.php:185 |
| 1393 |
msgid "You can use the <b>[site_name]</b> shortcode." |
| 1394 |
msgstr "Puedes utilizar el shortcode <b>[site_name]</b>." |
| 1395 |
|
| 1396 |
#. TRANSLATORS: 1: Shortcode for site name 2: Shortcode for site URL 3: Shortcode for user email |
| 1397 |
#: src/authorizer/options/class-login-access.php:220 |
| 1398 |
#, php-format |
| 1399 |
msgid "You can use %1$s, %2$s, and %3$s shortcodes." |
| 1400 |
msgstr "Puedes utilizar %1$s, %2$s, y shortcodes de %3$s." |
| 1401 |
|
| 1402 |
#: src/authorizer/options/class-public-access.php:29 |
| 1403 |
msgid "Choose your public access options here." |
| 1404 |
msgstr "Selecciona desde aquí las opciones de acceso público." |
| 1405 |
|
| 1406 |
#: src/authorizer/options/class-public-access.php:65 |
| 1407 |
msgid "Everyone can see the site" |
| 1408 |
msgstr "Todo el mundo puede ver el sitio" |
| 1409 |
|
| 1410 |
#: src/authorizer/options/class-public-access.php:67 |
| 1411 |
msgid "Only logged in users can see the site" |
| 1412 |
msgstr "Solo pueden ver el sitio los usuarios que hayan iniciado sesión" |
| 1413 |
|
| 1414 |
#: src/authorizer/options/class-public-access.php:88 |
| 1415 |
msgid "Send them to the login screen" |
| 1416 |
msgstr "Enviarles a la pantalla de inicio de sesión" |
| 1417 |
|
| 1418 |
#: src/authorizer/options/class-public-access.php:90 |
| 1419 |
msgid "Show them the anonymous access message (below)" |
| 1420 |
msgstr "Enviarles el mensaje de acceso anónimo (véase más abajo)" |
| 1421 |
|
| 1422 |
#: src/authorizer/options/class-public-access.php:111 |
| 1423 |
msgid "" |
| 1424 |
"Show them the page <strong>without</strong> the anonymous access message" |
| 1425 |
msgstr "" |
| 1426 |
"Mostrarles la página <strong>sin</strong> el mensaje de acceso anónimo " |
| 1427 |
|
| 1428 |
#: src/authorizer/options/class-public-access.php:113 |
| 1429 |
msgid "" |
| 1430 |
"Show them the page <strong>with</strong> the anonymous access message " |
| 1431 |
"(marked up as a <a href=\"http://getbootstrap.com/components/#alerts-" |
| 1432 |
"dismissible\" target=\"_blank\">Bootstrap Dismissible Alert</a>)" |
| 1433 |
msgstr "" |
| 1434 |
"Mostrarles la página <strong>con</strong> el mensaje de acceso anónimo " |
| 1435 |
"(marcado como una <a href=\"http://getbootstrap.com/components/#alerts-" |
| 1436 |
"dismissible\" target=\"_blank\">Alerta descartable de Bootstrap</a>)" |
| 1437 |
|
| 1438 |
#: src/authorizer/options/class-public-access.php:166 |
| 1439 |
msgid "Home" |
| 1440 |
msgstr "Inicio" |
| 1441 |
|
| 1442 |
#: src/authorizer/options/class-public-access.php:167 |
| 1443 |
msgid "Home Page" |
| 1444 |
msgstr "Página de " |
| 1445 |
|
| 1446 |
#: src/authorizer/options/class-public-access.php:168 |
| 1447 |
msgid "Nonexistent (404) Pages" |
| 1448 |
msgstr "Páginas no existentes (error 404)" |
| 1449 |
|
| 1450 |
#: src/authorizer/options/class-public-access.php:186 |
| 1451 |
msgid "Categories" |
| 1452 |
msgstr "Categorías" |
| 1453 |
|
| 1454 |
#: src/authorizer/options/external/class-cas.php:34 |
| 1455 |
msgid "" |
| 1456 |
"<a href=\"http://www.php.net//manual/en/curl.installation.php\" target=" |
| 1457 |
"\"_blank\" style=\"color: #dc3232;\">PHP CURL extension</a> is not installed" |
| 1458 |
msgstr "" |
| 1459 |
"<a href=\"http://www.php.net//manual/en/curl.installation.php\" target=" |
| 1460 |
"\"_blank\" style=\"color: red;\">Extensión PHP CURL</a> no está instalado" |
| 1461 |
|
| 1462 |
#: src/authorizer/options/external/class-cas.php:37 |
| 1463 |
msgid "" |
| 1464 |
"<a href=\"http://stackoverflow.com/questions/23424459/enable-php-openssl-not-" |
| 1465 |
"working\" target=\"_blank\" style=\"color: #dc3232;\">PHP openssl extension</" |
| 1466 |
"a> is not installed" |
| 1467 |
msgstr "" |
| 1468 |
"<a href=“http://stackoverflow.com/questions/23424459/enable-php-openssl-not-" |
| 1469 |
"working” target=“_blank” style=“color: red;”>la extensión openssl de PHP</a> " |
| 1470 |
"<strong>no</strong> se instala" |
| 1471 |
|
| 1472 |
#: src/authorizer/options/external/class-cas.php:43 |
| 1473 |
msgid "Warning" |
| 1474 |
msgstr "Aviso" |
| 1475 |
|
| 1476 |
#: src/authorizer/options/external/class-cas.php:52 |
| 1477 |
msgid "Enable CAS Logins" |
| 1478 |
msgstr "Activar el inicio de sesión mediante CAS" |
| 1479 |
|
| 1480 |
#: src/authorizer/options/external/class-cas.php:70 |
| 1481 |
msgid "The button on the login page will read:" |
| 1482 |
msgstr "El botón de la página de inicio dirá:" |
| 1483 |
|
| 1484 |
#: src/authorizer/options/external/class-cas.php:72 |
| 1485 |
msgid "Sign in with" |
| 1486 |
msgstr "Iniciar sesión con" |
| 1487 |
|
| 1488 |
#: src/authorizer/options/external/class-cas.php:92 |
| 1489 |
msgid "Example: authn.example.edu" |
| 1490 |
msgstr "Ejemplo: authn.example.edu" |
| 1491 |
|
| 1492 |
#: src/authorizer/options/external/class-cas.php:112 |
| 1493 |
msgid "Example: 443" |
| 1494 |
msgstr "Ejemplo: 443" |
| 1495 |
|
| 1496 |
#: src/authorizer/options/external/class-cas.php:132 |
| 1497 |
msgid "Example: /cas" |
| 1498 |
msgstr "Ejemplo: /cas" |
| 1499 |
|
| 1500 |
#: src/authorizer/options/external/class-cas.php:177 |
| 1501 |
#: src/authorizer/options/external/class-ldap.php:168 |
| 1502 |
msgid "Example: mail" |
| 1503 |
msgstr "Ejemplo: correo" |
| 1504 |
|
| 1505 |
#: src/authorizer/options/external/class-cas.php:179 |
| 1506 |
msgid "" |
| 1507 |
"Note: If your CAS server doesn't return an attribute containing an email, " |
| 1508 |
"you can specify the @domain portion of the email address here, and the email " |
| 1509 |
"address will be constructed from it and the username. For example, if user " |
| 1510 |
"'bob' logs in and his email address should be bob@example.edu, then enter " |
| 1511 |
"<strong>@example.edu</strong> in this field." |
| 1512 |
msgstr "" |
| 1513 |
"Nota: Si su servidor de CAS no devuelve un atributo que contiene un correo " |
| 1514 |
"electrónico, puede especificar la porción @domain de la dirección de correo " |
| 1515 |
"electrónico aquí, y se construirá la dirección de correo electrónico de ella " |
| 1516 |
"y el nombre de usuario. Por ejemplo, si el usuario 'bob' inicia y su " |
| 1517 |
"dirección de correo electrónico debe ser bob@example.edu, introduzca " |
| 1518 |
"<strong>@example.edu</strong> en este campo." |
| 1519 |
|
| 1520 |
#: src/authorizer/options/external/class-cas.php:200 |
| 1521 |
msgid "Example: givenName" |
| 1522 |
msgstr "Ejemplo: givenName" |
| 1523 |
|
| 1524 |
#: src/authorizer/options/external/class-cas.php:220 |
| 1525 |
#: src/authorizer/options/external/class-ldap.php:272 |
| 1526 |
msgid "Example: sn" |
| 1527 |
msgstr "Ejemplo: sn" |
| 1528 |
|
| 1529 |
#: src/authorizer/options/external/class-cas.php:239 |
| 1530 |
#: src/authorizer/options/external/class-ldap.php:291 |
| 1531 |
msgid "" |
| 1532 |
"Update first and last name fields on login (will overwrite any name the user " |
| 1533 |
"has supplied in their profile)" |
| 1534 |
msgstr "" |
| 1535 |
"Actualizar los campos de nombre de pila y apellidos en el inicio de sesión " |
| 1536 |
"(anularán cualquier nombre que el usuario haya introducido en su perfil)" |
| 1537 |
|
| 1538 |
#: src/authorizer/options/external/class-cas.php:258 |
| 1539 |
msgid "" |
| 1540 |
"Immediately redirect to CAS login form if it's the only enabled external " |
| 1541 |
"service and WordPress logins are hidden" |
| 1542 |
msgstr "" |
| 1543 |
"Redirigir inmediatamente al formulario de inicio de sesión mediante CAS si " |
| 1544 |
"es es único servicio externo activado y los inicios de sesión de WordPress " |
| 1545 |
"están ocultos." |
| 1546 |
|
| 1547 |
#: src/authorizer/options/external/class-cas.php:259 |
| 1548 |
msgid "" |
| 1549 |
"Note: This feature will only work if you have checked \"Hide WordPress Logins" |
| 1550 |
"\" in Advanced settings, and if CAS is the only enabled service (i.e., no " |
| 1551 |
"Google or LDAP). If you have enabled CAS Single Sign-On (SSO), and a user " |
| 1552 |
"has already logged into CAS elsewhere, enabling this feature will allow " |
| 1553 |
"automatic logins without any user interaction." |
| 1554 |
msgstr "" |
| 1555 |
"Aviso: esta funcionalidad solo será efectiva si has marcado la opción " |
| 1556 |
"\"Ocultar los inicios de sesión de WordPress\" en la configuración avanzada, " |
| 1557 |
"y si el CAS es el único servicio activado (por ejemplo, no están activados " |
| 1558 |
"Google ni LDAP). Si has activado el Single Sign-On (SSO) del CAS y un " |
| 1559 |
"usuario ya ha iniciado sesión mediante CAS en otro lugar, al activar esta " |
| 1560 |
"funcionalidad se permitirán los inicios de sesión automáticos sin ninguna " |
| 1561 |
"interacción del usuario." |
| 1562 |
|
| 1563 |
#: src/authorizer/options/external/class-cas.php:278 |
| 1564 |
msgid "" |
| 1565 |
"Link CAS accounts to WordPress accounts by their username (leave this off to " |
| 1566 |
"link by email address)" |
| 1567 |
msgstr "" |
| 1568 |
"Enlace las cuentas de CAS a las cuentas de WordPress por su nombre de " |
| 1569 |
"usuario (deje esto para vincular por dirección de correo electrónico)" |
| 1570 |
|
| 1571 |
#: src/authorizer/options/external/class-cas.php:279 |
| 1572 |
msgid "" |
| 1573 |
"Note: The default (and most secure) behavior is to associate WordPress " |
| 1574 |
"accounts with CAS accounts by the email they have in common. However, some " |
| 1575 |
"uncommon CAS server configurations don't contain email addresses for users. " |
| 1576 |
"Enable this option if your CAS server doesn't have an attribute containing " |
| 1577 |
"an email, or if you have WordPress accounts that don't have emails." |
| 1578 |
msgstr "" |
| 1579 |
"Nota: el comportamiento predeterminado (y el más seguro) es asociar las " |
| 1580 |
"cuentas de WordPress con las cuentas CAS mediante el correo electrónico que " |
| 1581 |
"tienen en común. Sin embargo, algunas configuraciones de servidor CAS poco " |
| 1582 |
"comunes no contienen direcciones de correo electrónico para los usuarios. " |
| 1583 |
"Habilite esta opción si su servidor CAS no tiene un atributo que contenga un " |
| 1584 |
"correo electrónico o si tiene cuentas de WordPress que no tienen correos " |
| 1585 |
"electrónicos." |
| 1586 |
|
| 1587 |
#: src/authorizer/options/external/class-google.php:35 |
| 1588 |
msgid "Enable Google Logins" |
| 1589 |
msgstr "Activar el inicio de sesión mediante Google" |
| 1590 |
|
| 1591 |
#: src/authorizer/options/external/class-google.php:56 |
| 1592 |
msgid "" |
| 1593 |
"If you don't have a Google Client ID and Secret, generate them by following " |
| 1594 |
"these instructions:" |
| 1595 |
msgstr "" |
| 1596 |
"Si no tienes un ID de cliente de Google y una clave secreta de Google, " |
| 1597 |
"genéralas siguiendo estas instrucciones:" |
| 1598 |
|
| 1599 |
#: src/authorizer/options/external/class-google.php:59 |
| 1600 |
msgid "" |
| 1601 |
"Click <strong>Create a Project</strong> on the <a href=\"https://cloud." |
| 1602 |
"google.com/console\" target=\"_blank\">Google Developers Console</a>. You " |
| 1603 |
"can name it whatever you want." |
| 1604 |
msgstr "" |
| 1605 |
"En la <a href=\"https://cloud.google.com/console\" target=\"_blank\">Consola " |
| 1606 |
"de desarrolladores de Google</a>, haz clic en <strong>Crear un proyecto</" |
| 1607 |
"strong>. Puedes llamarlo como quieras." |
| 1608 |
|
| 1609 |
#: src/authorizer/options/external/class-google.php:60 |
| 1610 |
msgid "" |
| 1611 |
"Within the project, navigate to <em>APIs and Auth</em> > <em>Credentials</" |
| 1612 |
"em>, then click <strong>Create New Client ID</strong> under OAuth. Use these " |
| 1613 |
"settings:" |
| 1614 |
msgstr "" |
| 1615 |
"Dentro del proyecto, ve a <em>APIs y autorizaciones</em> > " |
| 1616 |
"<em>Credenciales</em>, y a continuación haz clic en <strong>Crear un nuevo " |
| 1617 |
"ID de cliente</strong>, en OAuth. Utiliza esta configuración:" |
| 1618 |
|
| 1619 |
#: src/authorizer/options/external/class-google.php:62 |
| 1620 |
msgid "Application Type: <strong>Web application</strong>" |
| 1621 |
msgstr "Tipo de aplicación: <strong>Aplicación web</strong>" |
| 1622 |
|
| 1623 |
#: src/authorizer/options/external/class-google.php:63 |
| 1624 |
msgid "Authorized Javascript Origins:" |
| 1625 |
msgstr "Orígenes de Javascript autorizados:" |
| 1626 |
|
| 1627 |
#: src/authorizer/options/external/class-google.php:64 |
| 1628 |
msgid "Authorized Redirect URI: <em>none</em>" |
| 1629 |
msgstr "URL de redirección autorizada: <em>ninguna</em>" |
| 1630 |
|
| 1631 |
#: src/authorizer/options/external/class-google.php:67 |
| 1632 |
msgid "Copy/paste your new Client ID/Secret pair into the fields below." |
| 1633 |
msgstr "" |
| 1634 |
"Copiar y pegar el nuevo par de ID de cliente/Clave secreta de cliente en los " |
| 1635 |
"campos que aparecen a continuación." |
| 1636 |
|
| 1637 |
#: src/authorizer/options/external/class-google.php:68 |
| 1638 |
msgid "" |
| 1639 |
"<strong>Note</strong>: Navigate to <em>APIs and Auth</em> > <em>Consent " |
| 1640 |
"screen</em> to change the way the Google consent screen appears after a user " |
| 1641 |
"has successfully entered their password, but before they are redirected back " |
| 1642 |
"to WordPress." |
| 1643 |
msgstr "" |
| 1644 |
"<strong>Aviso</strong>: ve a <em>APIs y autorización</em> > <em>Pantalla " |
| 1645 |
"de consentimiento</em> para cambiar la forma en que la pantalla de " |
| 1646 |
"consentimiento de Google aparece después de que el usuario haya inroducido " |
| 1647 |
"correctamente su contraseña, pero antes de que sea redirigido hacia " |
| 1648 |
"WordPress." |
| 1649 |
|
| 1650 |
#: src/authorizer/options/external/class-google.php:69 |
| 1651 |
msgid "" |
| 1652 |
"Note: Google may have a more recent version of these instructions in their " |
| 1653 |
"<a href=\"https://developers.google.com/identity/sign-in/web/devconsole-" |
| 1654 |
"project\" target=\"_blank\">developer documentation</a>." |
| 1655 |
msgstr "" |
| 1656 |
"Nota: Google puede tener una versión más reciente de estas instrucciones en " |
| 1657 |
"su <a href=\"https://developers.google.com/identity/sign-in/web/devconsole-" |
| 1658 |
"project\" target=\"_blank\">documentación del desarrollador</a>." |
| 1659 |
|
| 1660 |
#: src/authorizer/options/external/class-google.php:72 |
| 1661 |
msgid "" |
| 1662 |
"Example: 1234567890123-kdjr85yt6vjr6d8g7dhr8g7d6durjf7g.apps." |
| 1663 |
"googleusercontent.com" |
| 1664 |
msgstr "" |
| 1665 |
"Ejemplo: 1234567890123-kdjr85yt6vjr6d8g7dhr8g7d6durjf7g.apps." |
| 1666 |
"googleusercontent.com" |
| 1667 |
|
| 1668 |
#: src/authorizer/options/external/class-google.php:92 |
| 1669 |
msgid "Example: sDNgX5_pr_5bly-frKmvp8jT" |
| 1670 |
msgstr "Ejemplo: sDNgX5_pr_5bly-frKmvp8jT" |
| 1671 |
|
| 1672 |
#: src/authorizer/options/external/class-google.php:112 |
| 1673 |
msgid "" |
| 1674 |
"Restrict Google logins to a specific Google Apps hosted domain (for example, " |
| 1675 |
"mycollege.edu). Leave blank to allow all Google sign-ins." |
| 1676 |
msgstr "" |
| 1677 |
"Restrinja los inicios de sesión de Google a un dominio alojado de Google " |
| 1678 |
"Apps específico (por ejemplo, mycollege.edu). Déjelo en blanco para permitir " |
| 1679 |
"todos los inicios de sesión en Google." |
| 1680 |
|
| 1681 |
#: src/authorizer/options/external/class-google.php:112 |
| 1682 |
msgid "If restricting to multiple domains, add one domain per line." |
| 1683 |
msgstr "Si restringir en múltiples dominios, agregue un dominio por línea." |
| 1684 |
|
| 1685 |
#: src/authorizer/options/external/class-ldap.php:34 |
| 1686 |
msgid "" |
| 1687 |
"Warning: <a href=\"http://www.php.net/manual/en/ldap.installation.php\" " |
| 1688 |
"target=\"_blank\" style=\"color: #dc3232;\">PHP LDAP extension</a> is " |
| 1689 |
"<strong>not</strong> installed" |
| 1690 |
msgstr "" |
| 1691 |
"Atención: <a href=\"http://www.php.net/manual/en/ldap.installation.php\" " |
| 1692 |
"target=\"_blank\" style=\"color: red;\">la extensión LDAP de PHP</a> " |
| 1693 |
"<strong>no</strong> está installada" |
| 1694 |
|
| 1695 |
#: src/authorizer/options/external/class-ldap.php:38 |
| 1696 |
msgid "Enable LDAP Logins" |
| 1697 |
msgstr "Activar el inicio de sesión mediante LDAP" |
| 1698 |
|
| 1699 |
#: src/authorizer/options/external/class-ldap.php:58 |
| 1700 |
msgid "" |
| 1701 |
"Specify either a hostname (for example, ldap.example.edu) or a full LDAP URI " |
| 1702 |
"(for example, ldaps://ldap.example.edu:636)." |
| 1703 |
msgstr "" |
| 1704 |
"Especifique un nombre de host (por ejemplo, ldap.example.edu) o un URI de " |
| 1705 |
"LDAP completo (por ejemplo, ldaps://ldap.example.edu:636)." |
| 1706 |
|
| 1707 |
#: src/authorizer/options/external/class-ldap.php:60 |
| 1708 |
msgid "" |
| 1709 |
"If you have multiple LDAP servers (failover or high-availability " |
| 1710 |
"configuration), separate them by newlines (one per line)." |
| 1711 |
msgstr "" |
| 1712 |
"Si tiene varios servidores LDAP (conmutación por error o configuración de " |
| 1713 |
"alta disponibilidad), sepárelos por nuevas líneas (una por línea)." |
| 1714 |
|
| 1715 |
#: src/authorizer/options/external/class-ldap.php:82 |
| 1716 |
msgid "Example: 389" |
| 1717 |
msgstr "Ejemplo: 389" |
| 1718 |
|
| 1719 |
#: src/authorizer/options/external/class-ldap.php:84 |
| 1720 |
msgid "" |
| 1721 |
"If a full LDAP URI (ldaps://hostname:port) is specified above, this field is " |
| 1722 |
"ignored." |
| 1723 |
msgstr "" |
| 1724 |
"Si se especifica anteriormente un URI de LDAP (ldaps://hostname:puerto), se " |
| 1725 |
"ignora este campo." |
| 1726 |
|
| 1727 |
#: src/authorizer/options/external/class-ldap.php:105 |
| 1728 |
msgid "If ldaps is used, this should be unchecked" |
| 1729 |
msgstr "Si se utiliza ldaps, este debe ser desactivada" |
| 1730 |
|
| 1731 |
#: src/authorizer/options/external/class-ldap.php:125 |
| 1732 |
msgid "Example: ou=people,dc=example,dc=edu" |
| 1733 |
msgstr "Ejemplo: ou=people,dc=example,dc=edu" |
| 1734 |
|
| 1735 |
#: src/authorizer/options/external/class-ldap.php:127 |
| 1736 |
msgid "" |
| 1737 |
"If you have multiple search bases, separate them by newlines (one per line)." |
| 1738 |
msgstr "" |
| 1739 |
"Si tiene varias bases de búsqueda, sepárelas por nuevas líneas (una por " |
| 1740 |
"línea)." |
| 1741 |
|
| 1742 |
#: src/authorizer/options/external/class-ldap.php:148 |
| 1743 |
msgid "Example: uid" |
| 1744 |
msgstr "Ejemplo: uid" |
| 1745 |
|
| 1746 |
#: src/authorizer/options/external/class-ldap.php:170 |
| 1747 |
msgid "" |
| 1748 |
"Note: If your LDAP server doesn't return an attribute containing an email, " |
| 1749 |
"you can specify the @domain portion of the email address here, and the email " |
| 1750 |
"address will be constructed from it and the username. For example, if user " |
| 1751 |
"'bob' logs in and his email address should be bob@example.edu, then enter " |
| 1752 |
"<strong>@example.edu</strong> in this field." |
| 1753 |
msgstr "" |
| 1754 |
"Nota: Si su servidor LDAP no devuelve un atributo que contenga un correo " |
| 1755 |
"electrónico, puede especificar la porción @domain de la dirección de correo " |
| 1756 |
"electrónico aquí, y la dirección de correo electrónico se construirá a " |
| 1757 |
"partir de este y el nombre de usuario. Por ejemplo, si el usuario 'bob' " |
| 1758 |
"inicia sesión y su dirección de correo electrónico debe ser bob@example.edu, " |
| 1759 |
"ingrese <strong>@example.edu</ strong> en este campo." |
| 1760 |
|
| 1761 |
#: src/authorizer/options/external/class-ldap.php:191 |
| 1762 |
msgid "Example: cn=directory-user,ou=specials,dc=example,dc=edu" |
| 1763 |
msgstr "Ejemplo: cn=directory-user,ou=specials,dc=example,dc=edu" |
| 1764 |
|
| 1765 |
#: src/authorizer/options/external/class-ldap.php:232 |
| 1766 |
msgid "Example: https://myschool.example.edu:8888/am-forgot-password" |
| 1767 |
msgstr "Ejemplo: https://myschool.example.edu:8888/am-forgot-password" |
| 1768 |
|
| 1769 |
#: src/authorizer/options/external/class-ldap.php:252 |
| 1770 |
msgid "Example: givenname" |
| 1771 |
msgstr "Ejemplo: givenname" |
| 1772 |
|
| 1773 |
#. Plugin Name of the plugin/theme |
| 1774 |
msgid "Authorizer" |
| 1775 |
msgstr "Authorizer" |
| 1776 |
|
| 1777 |
#. Plugin URI of the plugin/theme |
| 1778 |
msgid "https://github.com/uhm-coe/authorizer" |
| 1779 |
msgstr "https://github.com/uhm-coe/authorizer" |
| 1780 |
|
| 1781 |
#. Description of the plugin/theme |
| 1782 |
msgid "" |
| 1783 |
"Authorizer limits login attempts, restricts access to specified users, and " |
| 1784 |
"authenticates against external sources (e.g., Google, LDAP, or CAS)." |
| 1785 |
msgstr "" |
| 1786 |
"Authorizer limita los intentos de inicio de sesión, restringe el acceso a " |
| 1787 |
"usuarios específicos y se autentica en fuentes externas (por ejemplo, " |
| 1788 |
"Google, LDAP o CAS)." |
| 1789 |
|
| 1790 |
#. Author of the plugin/theme |
| 1791 |
msgid "Paul Ryan <prar@hawaii.edu>" |
| 1792 |
msgstr "Paul Ryan <prar@hawaii.edu>" |
| 1793 |
|
| 1794 |
#~ msgid "" |
| 1795 |
#~ "<a href=\"http://www.php.net//manual/en/curl.installation.php\" target=" |
| 1796 |
#~ "\"_blank\" style=\"color: red;\">PHP CURL extension</a> is not installed" |
| 1797 |
#~ msgstr "" |
| 1798 |
#~ "<a href=\"http://www.php.net//manual/en/curl.installation.php\" target=" |
| 1799 |
#~ "\"_blank\" style=\"color: red;\">Extensión PHP CURL</a> no está instalado" |
| 1800 |
|
| 1801 |
#~ msgid "" |
| 1802 |
#~ "<a href=\"http://stackoverflow.com/questions/23424459/enable-php-openssl-" |
| 1803 |
#~ "not-working\" target=\"_blank\" style=\"color: red;\">PHP openssl " |
| 1804 |
#~ "extension</a> is not installed" |
| 1805 |
#~ msgstr "" |
| 1806 |
#~ "<a href=“http://stackoverflow.com/questions/23424459/enable-php-openssl-" |
| 1807 |
#~ "not-working” target=“_blank” style=“color: red;”>la extensión openssl de " |
| 1808 |
#~ "PHP</a> <strong>no</strong> se instala" |
| 1809 |
|
| 1810 |
#~ msgid "" |
| 1811 |
#~ "Warning: <a href=\"http://www.php.net/manual/en/ldap.installation.php\" " |
| 1812 |
#~ "target=\"_blank\" style=\"color: red;\">PHP LDAP extension</a> is " |
| 1813 |
#~ "<strong>not</strong> installed" |
| 1814 |
#~ msgstr "" |
| 1815 |
#~ "Atención: <a href=\"http://www.php.net/manual/en/ldap.installation.php\" " |
| 1816 |
#~ "target=\"_blank\" style=\"color: red;\">la exntensión LDAP de PHP</a> " |
| 1817 |
#~ "<strong>no</strong> está installada" |
| 1818 |
|
| 1819 |
#~ msgid "" |
| 1820 |
#~ "Unable to update outdated server certificates from https://curl.haxx.se/" |
| 1821 |
#~ "ca/cacert.pem." |
| 1822 |
#~ msgstr "" |
| 1823 |
#~ "No se ha podido actualizar los certificados de servidor desactualizados " |
| 1824 |
#~ "desde http://curl.haxx.se/ca/cacert.pem." |
| 1825 |
|
| 1826 |
#~ msgid "" |
| 1827 |
#~ "Create a local WordPress account instead, and email the user their " |
| 1828 |
#~ "password." |
| 1829 |
#~ msgstr "" |
| 1830 |
#~ "Crear en su lugar una cuenta local de WordPress, y enviar la contraseña " |
| 1831 |
#~ "al usuario por email." |
| 1832 |
|
| 1833 |
#~ msgid "" |
| 1834 |
#~ "Create a local WordPress <br />account instead, and email <br />the user " |
| 1835 |
#~ "their password." |
| 1836 |
#~ msgstr "" |
| 1837 |
#~ "Crear en su lugar<br />una cuenta local de WordPress, y enviar la " |
| 1838 |
#~ "contraseña<br />al usuario por email." |
| 1839 |
|
| 1840 |
#~ msgid "" |
| 1841 |
#~ "A new user has tried to access the %1\\$s site you manage at:\\n%2\\$s\\n" |
| 1842 |
#~ "\\nPlease log in to approve or deny their request:\\n%3\\$s\\n" |
| 1843 |
#~ msgstr "" |
| 1844 |
#~ "Un nuevo usuario ha tratado de acceder al sitio %1\\$s que gestionas en:" |
| 1845 |
#~ "\\n%2\\$s\\n\\nPor favor, inicia sesión para aprobar o denegar su " |
| 1846 |
#~ "petición:\\n%3\\$s\\n" |
| 1847 |
|
| 1848 |
#~ msgid "No Google credentials provided." |
| 1849 |
#~ msgstr "No se ha proporcionado ninguna credencial de Google" |
| 1850 |
|
| 1851 |
#~ msgid "CAS is not enabled." |
| 1852 |
#~ msgstr "El CAS no ha sido activado." |
| 1853 |
|
| 1854 |
#~ msgid "" |
| 1855 |
#~ "Unable to update outdated server certificates from http://curl.haxx.se/ca/" |
| 1856 |
#~ "cacert.pem." |
| 1857 |
#~ msgstr "" |
| 1858 |
#~ "No se ha podido actualizar los certificados de servidor desactualizados " |
| 1859 |
#~ "desde http://curl.haxx.se/ca/cacert.pem." |
| 1860 |
|
| 1861 |
#~ msgid "LDAP logins are disabled because this server does not support them." |
| 1862 |
#~ msgstr "" |
| 1863 |
#~ "Los inicios de sesión por LDAP están desactivados, porque este servidor " |
| 1864 |
#~ "no los soporta." |
| 1865 |
|
| 1866 |
#~ msgid "Could not authenticate using LDAP." |
| 1867 |
#~ msgstr "No se ha podido autenticar utilizando LDAP." |
| 1868 |
|
| 1869 |
#~ msgid "No LDAP user found." |
| 1870 |
#~ msgstr "No se ha encontrado ningún usuario de LDAP." |
| 1871 |
|
| 1872 |
#~ msgid "Moving on to WordPress authentication." |
| 1873 |
#~ msgstr "Pasando a autenticación mediante WordPress." |
| 1874 |
|
| 1875 |
#~ msgid "" |
| 1876 |
#~ "Hello %1\\$s,\\nWelcome to %2\\$s! You now have access to all content on " |
| 1877 |
#~ "the site. Please visit us here:\\n%3\\$s\\n" |
| 1878 |
#~ msgstr "" |
| 1879 |
#~ "Hola, %1\\$s,\\nTe damos la bienvenida a %2\\$s. Ahora ya tienes acceso a " |
| 1880 |
#~ "todo el contenido del sitio. Por favor, visítanos aquí:\\n%3\\$s\\n" |
| 1881 |
|
| 1882 |
#~ msgid "" |
| 1883 |
#~ "Warning: <a href=\"http://www.php.net//manual/en/curl.installation.php\" " |
| 1884 |
#~ "target=\"_blank\" style=\"color: red;\">PHP CURL extension</a> is " |
| 1885 |
#~ "<strong>not</strong> installed" |
| 1886 |
#~ msgstr "" |
| 1887 |
#~ "Atención: <a href=\"http://www.php.net//manual/en/curl.installation.php\" " |
| 1888 |
#~ "target=\"_blank\" style=\"color: red;\">la extensión CURL de PHJP</a> " |
| 1889 |
#~ "<strong>no</strong> está instalada" |
| 1890 |
|
| 1891 |
#~ msgid "" |
| 1892 |
#~ "You can use <b>[site_name]</b>, <b>[site_url]</b>, and <b>[user_email]</" |
| 1893 |
#~ "b> shortcodes." |
| 1894 |
#~ msgstr "" |
| 1895 |
#~ "Puedes utilizr los shortcodes <b>[site_name]</b>, <b>[site_url]</b>, y " |
| 1896 |
#~ "<b>[user_email]</b>" |
| 1897 |
|