View Issue Details

IDProjectCategoryView StatusLast Update
0008221mantisbtlocalizationpublic2007-08-02 02:28
Reporterlele Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.1.0a3 
Fixed in Version1.1.0a4 
Summary0008221: Sync italian messages
Description

The attached patch aligns strings_italian.txt with strings_english 1.308.

TagsNo tags attached.

Activities

lele

lele

2007-08-01 14:18

reporter   ~0015325

Trying to attach the patch, I got the following error:

L'errore ricevuto dal database è 0001064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4 per la query: INSERT INTO mantis_bug_file_table
(bug_id, title, description, diskfile, filename, folder, filesize, file_type, date_added, content)
VALUES
(8221, '', '', './attach/7d46aac853857b305c82d93cd9d7b901', 'mantis.patch.it', './attach/', 1618, 'audio/x-it', '2007-08-01 14:17:08', )

lele

lele

2007-08-01 14:21

reporter   ~0015326

Maybe this won't work, but I'm pasting it here anyway

diff -rN -u old-mantis/lang/strings_italian.txt new-mantis/lang/strings_italian.txt
--- old-mantis/lang/strings_italian.txt 2007-08-01 18:05:04.000000000 +0000
+++ new-mantis/lang/strings_italian.txt 2007-08-01 18:05:05.000000000 +0000
@@ -12,7 +12,7 @@
#
###########################################################################

Italian strings for Mantis

  • Based on strings_english.txt rev. 1.306

  • Based on strings_english.txt rev. 1.308

    # -------------------------------------------------
    # $Revision: 1.120 $
    # $Author: giallu $

    @@ -237,7 +237,7 @@
    $MANTIS_ERROR[ERROR_CUSTOM_FIELD_NOT_FOUND] = "Campo personalizzato non trovato.";
    $MANTIS_ERROR[ERROR_CUSTOM_FIELD_NAME_NOT_UNIQUE] = "Questo nome è duplicato.";
    $MANTIS_ERROR[ERROR_CUSTOM_FIELD_IN_USE] = "Almeno un progetto fa ancora uso di questo campo.";
    -$MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_VALUE] = "Valore non valido per il campo.";
    +$MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_VALUE] = "Valore non valido per %s";
    $MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_DEFINITION] = "Definizione di campo personalizzato non valida.";
    $MANTIS_ERROR[ERROR_LDAP_AUTH_FAILED] = "Autenticazione LDAP fallita.";
    $MANTIS_ERROR[ERROR_LDAP_SERVER_CONNECT_FAILED] = "Connessione al server LDAP fallita.";
    @@ -1071,6 +1071,8 @@
    $s_errors = "False";
    $s_total = "Totale";
    $s_balance = "Differenza";
    +$s_most_active = "Più attivo";
    +$s_score = "Punteggio";
    $s_time_stats = "Statistiche in giorni per la risoluzione delle anomalie";
    $s_longest_open_bug = "anomalia più lunga nella risoluzione";
    $s_longest_open = "durata massima in stato aperto";

vboctor

vboctor

2007-08-02 01:27

manager   ~0015328

The upload problem was fixed earlier and the bug tracker was updated now.

The Italian localization is now updated per your patch.