We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0cc21 commit 51fbc28Copy full SHA for 51fbc28
IMSProg_programmer/other/IMSProg_database_update
@@ -41,10 +41,10 @@ if [ -f ~/.local/share/imsprog/IMSProg.Dat ] ; then
41
fi
42
if [[ "$LANG" == "it_IT.UTF-8" ]]
43
then
44
- qsttxt="Il file <b>'IMSProg.Dat'</b> verrà sostituito con la nuova versione. Le modifiche apportate potrebbero andare perse. Continuare?"
45
- tittxt="Aggiornamento del database"
+ qsttxt="Il file <b>'IMSProg.Dat'</b> verrà sostituito con la nuova versione. Le modifiche apportate potrebbero andare perse. Vuoi continuare?"
+ tittxt="Aggiornamento del database in corso"
46
outtxt="Il numero di chip nel database:"
47
- chgtxt="(era) -> (è stato fatto)"
+ chgtxt="(era) -> (è diventato)"
48
49
if [[ "$LANG" == "pt_BR.UTF-8" ]]
50
0 commit comments