Package: flyspray Version: 0.9.7-2.1 Severity: important Tags: l10n, patch 2 spanish templates files are missing from lang/es keeping users from adding new tasks.
Attached are the 2 translated files -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.10-1-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages flyspray depends on: ii apache [httpd] 1.3.33-6sarge2 versatile, high-performance HTTP s ii debconf 1.4.30.13 Debian configuration management sy ii libphp-adodb 4.52-1sarge1 The 'adodb' database abstraction l ii php4 4:4.3.10-16 server-side, HTML-embedded scripti ii php4-cli 4:4.3.10-16 command-line interpreter for the p ii php4-mysql 4:4.3.10-16 MySQL module for php4 ii thttpd [httpd] 2.23beta1-3sarge1 tiny/turbo/throttling HTTP server ii ucf 1.17 Update Configuration File: preserv ii wwwconfig-common 0.0.43 Debian web auto configuration -- debconf information: * flyspray/databasemgr_type: MySQL * flyspray/welcome: flyspray/database_upgrade: flyspray/webuser: www-data * flyspray/database_name: flyspray flyspray/webgroup: www-data flyspray/database_downgrade: * flyspray/database_user: flyspray * flyspray/purge_removes_data: false flyspray/cookie: ij * flyspray/dbmyadmin: root * flyspray/webserver_type: Apache * flyspray/databasemgr_server: localhost
<?php global $reports_text; $reports_text = array ( 'summary' => 'Resumen', 'changelog' => 'Historial', 'changeloggen' => 'Generador de Hisorial', 'listfrom' => 'List changelog entries from', 'listfrom' => 'Listar entradas de historial desde', 'to' => 'hacia', 'show' => 'Mostrar', 'oldestfirst' => 'Más antiguo primero', 'recentfirst' => 'Más nuevo primero', 'severity' => 'Gravedad', 'severityrep' => 'Reporte de gravedad', 'totalopen' => 'Total tareas abiertas', 'age' => 'Edad', 'agerep' => 'Reporte edad', 'eventsrep' => 'Reporte eventos', 'events' => 'Eventos', 'tasks' => 'Tareas', 'opened' => 'Abiertas', 'closed' => 'Cerradas', 'edited' => 'Editadas', 'assigned' => 'Assignadas', 'comments' => 'Commentarios', 'attachments' => 'Adjuntos', 'relatedtasks' => 'Tareas relacionadas', 'notifications' => 'Notificaciones', 'reminders' => 'Recordatorios', 'within' => 'Dentro de', 'pastday' => 'El día anterior', 'pastweek' => 'La semana anterior', 'pastmonth' => 'El mes anterior', 'pastyear' => 'El año anterior', 'nolimit' => 'Sin límite', 'from' => 'De', 'duein' => 'Plazo', 'changelog' => 'Historial', 'date' => 'Fecha', ); ?>
<?php global $priority_list; $priority_list = array ( '6' => 'Ya!', '5' => 'Inmediato', '4' => 'Urgente', '3' => 'Alta', '2' => 'Normal', '1' => 'Baja', ); ?>