{
	"installed": "Instalado",
	"active": "Activo",
	"inactive": "Inactivo ",
	"out-of-date": "Desactualizado",
	"none-found": "No se encontraron plugins.",
	"none-active": "No hay Plug-ins activos",
	"find-plugins": "Buscar Plug-in",

	"plugin-search": "Buscar",
	"plugin-search-placeholder": "Búscando Plug-in",
	"reorder-plugins": "Re-ordenar Plug-ins",
	"order-active": "Ordenar Plug-ins Activos",
	"dev-interested": "¿Estas interesado en escribir plug-ins para NodeBB?",
	"docs-info": "Full documentation regarding plugin authoring can be found in the <a target=\"_blank\" href=\"https://docs.nodebb.org/development/plugins/\">NodeBB Docs Portal</a>.",

	"order.description": "Algunos plug-in funcionan idealmente cuando son inicializados antes o despues de otros.",
	"order.explanation": "Los plug-in son cargados en el orden especificado, de arriba a abajo.",

	"plugin-item.themes": "Temas",
	"plugin-item.deactivate": "Desactivar",
	"plugin-item.activate": "Activar",
	"plugin-item.install": "Instalar",
	"plugin-item.uninstall": "Desinstalar",
	"plugin-item.settings": "Configuraciones",
	"plugin-item.installed": "Instalados",
	"plugin-item.latest": "Ultimos",
	"plugin-item.upgrade": "Actualizar",
	"plugin-item.more-info": "Para mas información:",
	"plugin-item.unknown": "Desconocido",
	"plugin-item.unknown-explanation": "El estado de este plug-in no puede determinsarse, posiblemente es debido a un error de configuración.",

	"alert.enabled": "El plug-in esta Activo",
	"alert.disabled": "Plug-in Des-habilitado",
	"alert.upgraded": "Plug-in Actualizado",
	"alert.installed": "Plug-in Instalado",
	"alert.uninstalled": "Plug-in Desinstalado",
	"alert.activate-success": "Por favor reiniciá NodeBB para activar el plug-in por completo",
	"alert.deactivate-success": "Plugin successfully deactivated",
	"alert.upgrade-success": "Por favor recargá NodeBB para actualizar el plug-in por completo",
	"alert.install-success": "Plugin successfully installed, please activate the plugin.",
	"alert.uninstall-success": "The plugin has been successfully deactivated and uninstalled.",
	"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
	"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
	"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
	"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",

	"license.title": "Plugin License Information",
	"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
	"license.cta": "Do you wish to continue with activating this plugin?"
}