Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 12, 2019
1 parent d536b07 commit 98250df
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/strings.asm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ string_usb_info_4:
string_usb_info_5:
db 'Press ',$7e,'enter] to retry.',0
string_usb_info_6:
db 'Press ',$7e,'clear] to cancel.',0
db 'Press ',$7e,'suppr] to cancel.',0
string_usb_waiting:
db 'Waiting for USB to be connected...',0
string_usb_no_partitions:
Expand Down Expand Up @@ -249,8 +249,10 @@ string_usb_info_4:
db 'http://tiny.cc/clibs',0
string_usb_info_5:
db 'Appuyez sur ',$7e,'entrer] pour retenter.',0
string_usb_not_detected:
db 'Pas de connection USB d',$82,'tect',$82,'e.',0
string_usb_info_6:
db 'Appuyez sur ',$7e,'entrer] pour annuler.',0
string_usb_waiting:
db 'En attente de connexion USB ...',0
string_usb_no_partitions:
db 'Pas de partition FAT32 trouv',$82,'e.',0
string_insert_fat32:
Expand Down

0 comments on commit 98250df

Please sign in to comment.