Skip to content

Commit

Permalink
Merge pull request #81 from giovanni69/main
Browse files Browse the repository at this point in the history
Update IMSProg_database_update
  • Loading branch information
bigbigmdm authored Apr 29, 2024
2 parents bc0cc21 + 51fbc28 commit ed3ac65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IMSProg_programmer/other/IMSProg_database_update
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ if [ -f ~/.local/share/imsprog/IMSProg.Dat ] ; then
fi
if [[ "$LANG" == "it_IT.UTF-8" ]]
then
qsttxt="Il file <b>'IMSProg.Dat'</b> verrà sostituito con la nuova versione. Le modifiche apportate potrebbero andare perse. Continuare?"
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"
outtxt="Il numero di chip nel database:"
chgtxt="(era) -> (è stato fatto)"
chgtxt="(era) -> (è diventato)"
fi
if [[ "$LANG" == "pt_BR.UTF-8" ]]
then
Expand Down

0 comments on commit ed3ac65

Please sign in to comment.