# Spanish translation of Active Select (5.x-1.0)
# Copyright (c) 2010 by the Spanish translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Active Select (5.x-1.0)\n"
"POT-Creation-Date: 2010-06-23 17:40+0000\n"
"PO-Revision-Date: 2010-06-23 16:25+0000\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 ""
"The activeselect module defines the activeselect form element. An "
"activeselect element is the same as a regular select element, except "
"that when the user selects a new option (or set of options), a "
"different select element (the target element) gets its list updated. "
"This is done using AJAX, and it is designed to degrade gracefully if "
"the required JavaScript support is not present. The target element can "
"be either a regular select box, or another activeselect box (which in "
"turn can trigger another target box, which can trigger yet another, "
"resulting in a hierarchical cascade of activeselect elements)."
msgstr ""
"El módulo activeselect define el elemento del formulario "
"activeselect. Un elemento activeselect es lo mismo que un elemento "
"select regular, excepto que cuando un usuario elige una opción nueva "
"(o conjunto de opciones) se actualiza la lista de un elemento select "
"diferente (el elemento destino). Esto se hace usando AJAX y se degrada "
"fácilmente si es que el soporte de Javascript no estuviera presente. "
"El elemento destino puede ser una caja de select regular u otra caja "
"de activeselect (que puede activar otra caja destino y a su vez "
"activar otras, resultando en una cascada jerárquica de elementos "
"activeselect)."
msgid "Active select"
msgstr "Selección Activa"
msgid ""
"Defines the activeselect form element, which allows modules to have "
"AJAX-enabled select boxes."
msgstr ""
"Define el elemento del formulario activo seleccionado que permite a "
"los módulos tener cuadros de selección con AJAX habilitado."
