Fix Issue 1690: Problem in the Italian translation

This commit is contained in:
Inusaito Sayori
2014-09-26 11:23:06 -04:00
parent b77268b0e3
commit 01f2e70f1d
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Animation Preview" title=""> <floater name="Animation Preview">
<text name="name_label"> <text name="name_label">
Nome: Nome:
</text> </text>
@@ -147,7 +147,7 @@ Raccomandiamo file di tipo BVH esportati da
Poser 4. Poser 4.
</text> </text>
<button label="Annulla" name="cancel_btn"/> <button label="Annulla" name="cancel_btn"/>
<button label="Importa ([AMOUNT]L$)" name="ok_btn"/> <button label="Importa ([UPLOADFEE])" name="ok_btn"/>
<string name="failed_to_initialize"> <string name="failed_to_initialize">
Impossibile inizializzare la sequenza Impossibile inizializzare la sequenza
</string> </string>

View File

@@ -49,5 +49,5 @@ Prova a salvare in formato targa (.tga) a 24 bit.
</text> </text>
<check_box label="Usa compressione ottimizzata" name="lossless_check"/> <check_box label="Usa compressione ottimizzata" name="lossless_check"/>
<button label="Annulla" name="cancel_btn"/> <button label="Annulla" name="cancel_btn"/>
<button label="Carica ([AMOUNT] L$)" name="ok_btn"/> <button label="Carica ([UPLOADFEE])" name="ok_btn"/>
</floater> </floater>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Name/Description" title=""> <floater name="Name/Description">
<text name="name_label"> <text name="name_label">
Nome: Nome:
</text> </text>
@@ -7,5 +7,5 @@
Descrizione: Descrizione:
</text> </text>
<button label="Annulla" name="cancel_btn"/> <button label="Annulla" name="cancel_btn"/>
<button label="Carica ([AMOUNT] L$)" name="ok_btn"/> <button label="Carica ([UPLOADFEE])" name="ok_btn"/>
</floater> </floater>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Sound Preview" title="sound.wav"> <floater name="Sound Preview">
<text name="name_label"> <text name="name_label">
Nome: Nome:
</text> </text>
@@ -7,5 +7,5 @@
Descrizione: Descrizione:
</text> </text>
<button label="Annulla" label_selected="Annulla" name="cancel_btn"/> <button label="Annulla" label_selected="Annulla" name="cancel_btn"/>
<button label="Carica ([AMOUNT] L$)" label_selected="Carica ([AMOUNT] L$)" name="ok_btn"/> <button label="Carica ([UPLOADFEE])" name="ok_btn"/>
</floater> </floater>