You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -221,7 +222,7 @@ $MANTIS_ERROR[ERROR_FILE_NOT_ALLOWED] = 'Tipo de archivo no permitido para subir
221
222
$MANTIS_ERROR[ERROR_FILE_DUPLICATE] = 'Este archivo está duplicado. Por favor, elimine antes el archivo original.';
222
223
$MANTIS_ERROR[ERROR_FILE_INVALID_UPLOAD_PATH] = 'Ruta de subida no válida. El directorio no existe o el servidor web no puede escribir en él.';
223
224
$MANTIS_ERROR[ERROR_FILE_NO_UPLOAD_FAILURE] = 'No se ha cargado ningún archivo. Por favor, vuelva atrás y seleccione un archivo antes de presionar Subir';
224
-
$MANTIS_ERROR[ERROR_FILE_MOVE_FAILED] = 'El archivo cargado no se puede mover al directorio de almacenamiento. El directorio no existe o no se puede escribir en él';
225
+
$MANTIS_ERROR[ERROR_FILE_MOVE_FAILED] = 'El archivo subido no puede trasladarse al directorio de almacenamiento. El directorio no existe o no puede escribirse en él.';
225
226
$MANTIS_ERROR[ERROR_BUG_DUPLICATE_SELF] = 'No se puede establecer una incidencia como duplicada de si misma.';
226
227
$MANTIS_ERROR[ERROR_BUG_REVISION_NOT_FOUND] = 'Revisión de la incidencia no encontrada';
227
228
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_NOT_FOUND] = 'Campo personalizado no encontrado';
@@ -663,8 +664,8 @@ $s_alter_level = 'Quien puede alterar este valor';
663
664
$s_validation = 'Validación del flujo de trabajo';
664
665
$s_comment = 'Comentario de Validación';
665
666
$s_superfluous = 'La transición del estado a sí mismo está implícita y no necesita explicitarse';
666
-
$s_unreachable = 'No puede mover una incidencia a ese Estado';
667
-
$s_no_exit = 'No puede mover una incidencia fuera de ese Estado';
667
+
$s_unreachable = 'No puede trasladar una incidencia a ese estado';
668
+
$s_no_exit = 'No puede trasladar una incidencia fuera de ese estado';
668
669
$s_access_levels = 'Niveles de Acceso';
669
670
$s_access_change = 'Nivel de Acceso Mínimo para cambiar a ese Estado';
670
671
$s_desc_bug_submit_status = 'Estado en el que se establece una Nueva Incidencia';
$s_plugin_format_process_text_warning_notice = 'Slå ikke fra medmindre du virkelig ved hvad du laver. I slukket tilstand, er cross site scripting (XSS) angreb mulige.';
$s_plugin_MantisGraph_jpgraph_antialias_info = 'Anti-aliasing forbedrer det visuelle udseende af visse grafer på bekostning af ydeevne (op til 8x langsommere)';
54
+
$s_plugin_MantisGraph_enabled = 'Til';
55
+
$s_plugin_MantisGraph_disabled = 'Fra';
31
56
$s_plugin_MantisGraph_graph_imp_status_title = 'Sammenfattende grafik efter status';
32
-
$s_plugin_MantisGraph_graph_imp_priority_title = 'Sammenfattende grafik efter prioritering';
57
+
$s_plugin_MantisGraph_graph_imp_priority_title = 'Sammenfattende grafik efter prioritet';
33
58
$s_plugin_MantisGraph_graph_imp_severity_title = 'Sammenfattende grafik efter alvorlighed';
34
59
$s_plugin_MantisGraph_graph_imp_category_title = 'Sammenfattende grafik efter kategori';
35
60
$s_plugin_MantisGraph_graph_imp_resolution_title = 'Sammenfattende grafik efter løsning';
36
61
$s_plugin_MantisGraph_by_status_pct = 'efter status i procent';
37
-
$s_plugin_MantisGraph_by_priority_pct = 'efter prioritering i procent';
62
+
$s_plugin_MantisGraph_by_priority_pct = 'efter prioritet i procent';
38
63
$s_plugin_MantisGraph_by_severity_pct = 'efter alvorlighed i procent';
39
64
$s_plugin_MantisGraph_by_category_pct = 'efter kategori i procent';
40
65
$s_plugin_MantisGraph_by_resolution_pct = 'efter løsning i procent';
41
66
$s_plugin_MantisGraph_by_severity_mix = 'efter alvorlighed og status';
42
-
$s_plugin_MantisGraph_by_priority_mix = 'efter prioritering og status';
67
+
$s_plugin_MantisGraph_by_priority_mix = 'efter prioritet og status';
43
68
$s_plugin_MantisGraph_by_resolution_mix = 'efter løsning og status';
0 commit comments