. */ /** Spanish (español) * * See the qqq 'language' for message documentation incl. usage of parameters * To improve a translation please visit http://translatewiki.net * * @ingroup Language * @file * * @author Antur * @author Bithunter * @author Crazymadlover * @author Locos epraix */ $s_plugin_graph_title = 'Gráficos Mantis'; $s_plugin_graph_description = 'Plugin oficial de gráficos.'; $s_plugin_MantisGraph_title = 'Gráficos Mantis'; $s_plugin_MantisGraph_menu_advanced_summary = 'Resumen Avanzado'; $s_plugin_MantisGraph_config = 'Configuración'; $s_plugin_MantisGraph_synthesis_link = 'Síntesis'; $s_plugin_MantisGraph_status_link = 'Por estado'; $s_plugin_MantisGraph_priority_link = 'Por prioridad'; $s_plugin_MantisGraph_severity_link = 'Por severidad'; $s_plugin_MantisGraph_category_link = 'Por categoría'; $s_plugin_MantisGraph_resolution_link = 'Por resolución'; $s_plugin_MantisGraph_graph_bug_page_link = 'Gráfico'; $s_plugin_MantisGraph_library = 'Biblioteca gráfica a usar'; $s_plugin_MantisGraph_bundled = 'Integrado'; $s_plugin_MantisGraph_window_width = 'Ancho del gráfico (en píxeles)'; $s_plugin_MantisGraph_bar_aspect = 'Relación de aspecto del gráfico de barras (alto/ancho)'; $s_plugin_MantisGraph_summary_graphs_per_row = 'Gráficos a mostrar en cada fila en la página resumen avanzada'; $s_plugin_MantisGraph_font = 'Fuente'; $s_plugin_MantisGraph_jpgraph_path = 'Ruta de sistema de la biblioteca JpGraph'; $s_plugin_MantisGraph_jpgraph_path_default = 'Dejar en blanco para utlizar valor por defecto: {mantisroot}/library/jpgraph'; $s_plugin_MantisGraph_jpgraph_antialias = 'JpGraph anti-aliasing'; $s_plugin_MantisGraph_jpgraph_antialias_info = 'El anti-aliasing mejora la presentación visual de ciertos gráficos, a expensas de la performance (hasta 8 veces más lento)'; $s_plugin_MantisGraph_enabled = 'Activado'; $s_plugin_MantisGraph_disabled = 'Desactivado'; $s_plugin_MantisGraph_graph_imp_status_title = 'Gráficos por estado'; $s_plugin_MantisGraph_graph_imp_priority_title = 'Gráficos por prioridad'; $s_plugin_MantisGraph_graph_imp_severity_title = 'Gráficos por severidad'; $s_plugin_MantisGraph_graph_imp_category_title = 'Gráficos por categoría'; $s_plugin_MantisGraph_graph_imp_resolution_title = 'Gráficos por resolución'; $s_plugin_MantisGraph_by_status_pct = 'Por porcentaje según estado'; $s_plugin_MantisGraph_by_priority_pct = 'Por porcentaje según prioridad'; $s_plugin_MantisGraph_by_severity_pct = 'Por porcentaje según severidad'; $s_plugin_MantisGraph_by_category_pct = 'Por porcentaje según categoría'; $s_plugin_MantisGraph_by_resolution_pct = 'Por porcentaje según resolución'; $s_plugin_MantisGraph_by_severity_mix = 'Por severidad y estado'; $s_plugin_MantisGraph_by_priority_mix = 'Por prioridad y estado'; $s_plugin_MantisGraph_by_resolution_mix = 'Por resolución y estado'; $s_plugin_MantisGraph_legend_still_open = 'Aún Abierta'; $s_plugin_MantisGraph_legend_resolved = 'Resuelta'; $s_plugin_MantisGraph_legend_assigned = 'Asignada'; $s_plugin_MantisGraph_legend_total = 'Total'; $s_plugin_MantisGraph_legend_opened = 'Abierta'; $s_plugin_MantisGraph_legend_closed = 'Cerrada'; $s_plugin_MantisGraph_legend_reported = 'Reportada'; $s_plugin_MantisGraph_cumulative = 'Acumulado'; $s_plugin_MantisGraph_not_enough_data = 'No hay suficiente información para crear el gráfico'; $s_plugin_MantisGraph_period_none = 'Ninguna'; $s_plugin_MantisGraph_period_this_week = 'Esta Semana'; $s_plugin_MantisGraph_period_last_week = 'Última Semana'; $s_plugin_MantisGraph_period_two_weeks = 'Últimas dos Semanas'; $s_plugin_MantisGraph_period_this_month = 'Este Mes'; $s_plugin_MantisGraph_period_last_month = 'Último Mes'; $s_plugin_MantisGraph_period_this_quarter = 'Este Trimestre'; $s_plugin_MantisGraph_period_last_quarter = 'Último Trimestre'; $s_plugin_MantisGraph_period_year_to_date = 'Lo que va del Año'; $s_plugin_MantisGraph_period_select = 'Fechas Arbitrarias'; $s_plugin_MantisGraph_period_last_year = 'Último Año'; $s_plugin_MantisGraph_select = 'Por favor Seleccione'; $s_plugin_MantisGraph_select_bystatus = 'por Estado'; $s_plugin_MantisGraph_select_summbystatus = 'Sumario por Estado'; $s_plugin_MantisGraph_select_bycat = 'Sumario por Categoría'; $s_plugin_MantisGraph_select_both = 'Sumario por Estado y Categoría'; $s_plugin_MantisGraph_show_as_graph = 'Ver como Gráfico'; $s_plugin_MantisGraph_show_as_table = 'Ver como Tabla'; $s_plugin_MantisGraph_show_graph = 'Ver Gráfico'; $s_plugin_MantisGraph_graph_page = 'Historial Gráfico de la Incidencia';