# Spanish translation of SimpleTest (6.x-2.8)
# Copyright (c) 2020 by the Spanish translation team
#
msgid ""
msgstr ""
"Project-Id-Version: SimpleTest (6.x-2.8)\n"
"POT-Creation-Date: 2020-11-02 17:55+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"

msgid "Status"
msgstr "Estado"
msgid "Development"
msgstr "Desarrollo"
msgid "Group"
msgstr "Grupo"
msgid "Description"
msgstr "Descripción"
msgid "Enabled"
msgstr "Activado"
msgid "Test"
msgstr "Prueba"
msgid "Message"
msgstr "Mensaje"
msgid "Filename"
msgstr "Nombre de archivo"
msgid "Error"
msgstr "Error"
msgid "php"
msgstr "PHP"
msgid "Not found"
msgstr "No encontrado"
msgid "Line"
msgstr "Línea"
msgid "Role"
msgstr "Rol"
msgid "User login"
msgstr "Inicio de sesión"
msgid "Log in"
msgstr "Iniciar sesión"
msgid "Found"
msgstr "Encontrado"
msgid "Function"
msgstr "Función"
msgid "The name %name is a reserved username."
msgstr "El nombre %name es un nombre de usuario reservado."
msgid "Logout"
msgstr "Cerrar sesión"
msgid "Browser"
msgstr "Navegador"
msgid "Testing"
msgstr "Probando"
msgid "-n/a-"
msgstr "-n/d-"
msgid "Found the @submit button"
msgstr "Se ha encontrado el botón @submit"
msgid "Failed to set field @name to @value"
msgstr "No se pudo establecer el valor @value en el campo @name"
msgid "No temporary directories to remove."
msgstr "No hay directorios temporales que eliminar."
msgid ""
"Run tests against Drupal core and your active modules. These tests "
"help assure that your site code is working as designed."
msgstr ""
"Ejecutar pruebas del núcleo Drupal y de sus módulos activos. Estas "
"pruebas ayudan a garantizar que el código de su sitio web está "
"funcionando como debe."
msgid "cURL"
msgstr "cURL"
msgid "First value is equal to second value"
msgstr "El primer valor es igual al segundo"
msgid "Created content type %type."
msgstr "Se ha creado el tipo de contenido %type."
msgid "User created with name %name and pass %pass"
msgstr "Se ha creado un usuario con el nombre %name y la contraseña %pass"
msgid "Created permissions: @perms"
msgstr "Creados los permisos: @perms"
msgid "Invalid permission %permission."
msgstr "Permiso inválido %permission."
msgid "Username field found."
msgstr "Encontrado campo de nombre de usuario."
msgid "Password field found."
msgstr "Encontrado campo de contraseña."
msgid "!method @url returned @status (!length)."
msgstr "!method @url devolvió @status (!length)."
msgid "Valid HTML found on \"@path\""
msgstr "Se ha encontrado HTML válido en \"@path\""
msgid "Parsed page successfully."
msgstr "Página interpretada correctamente."
msgid "Found the requested form fields at @path"
msgstr "Se han encontrado los campos de formulario solicitados en @path"
msgid "Found field by name @name"
msgstr "Encontrado un campo de nombre @name"
msgid "Did not find field by name @name"
msgstr "No se ha encontrado el campo de nombre @name"
msgid "Found field by id @id"
msgstr "Se ha encontrado el campo de id @id"
msgid "Did not find field by id @id"
msgstr "No se ha encontrado el campo de id @id"
msgid "HTTP response expected !code, actual !curl_code"
msgstr "La respuesta HTTP esperaba !code, ha recibido !curl_code"
msgid "%type: %message in %function (line %line of %file)."
msgstr "%type: %message en %function (línea %line de %file)."
msgid "The website encountered an unexpected error. Please try again later."
msgstr ""
"El sitio web encontró un error inesperado. Vuelva a intentarlo más "
"tarde."
msgid "Tests"
msgstr "Pruebas"
msgid "Run tests"
msgstr "Ejecutar pruebas"
msgid "Clean test environment"
msgstr "Limpiar entorno de prueba"
msgid ""
"Remove tables with the prefix \"simpletest\" and temporary directories "
"that are left over from tests that crashed. This is intended for "
"developers when creating tests."
msgstr ""
"Eliminar las tablas con el prefijo \"simpletest\" y los directorios "
"temporales que queden tras las pruebas que hayan fallado. Sirve de "
"ayuda a los desarrolladores al crear pruebas."
msgid "Clean environment"
msgstr "Limpiar entorno"
msgid "No tests to display."
msgstr "No hay pruebas que mostrar"
msgid "@pass, @fail, and @exception"
msgstr "@pass, @fail, y @exception"
msgid "No test(s) selected."
msgstr "No hay prueba(s) seleccionada(s)"
msgid "Processing test @num of @max - %test."
msgstr "Procesando prueba nº @num de @max - %test."
msgid "@name: @summary"
msgstr "@name: @summary"
msgid "Processed test @num of @max - %test."
msgstr "Procesada la prueba @num de @max - %test."
msgid "1 pass"
msgid_plural "@count passes"
msgstr[0] "1 pase"
msgstr[1] "@count pases"
msgid "1 fail"
msgid_plural "@count fails"
msgstr[0] "1 fallo"
msgstr[1] "@count fallos"
msgid "1 exception"
msgid_plural "@count exceptions"
msgstr[0] "1 excepción"
msgstr[1] "@count excepciones"
msgid "PHP DOMDocument class"
msgstr "Clase PHP DOMDocument"
msgid "SimpleTest"
msgstr "SimpleTest"
msgid "Provides a framework for unit and functional testing."
msgstr ""
"Proporciona un entorno para la ejecución de test unitarios y "
"funcionales."
