help with translation into French of simple pseudocodes

Hello, my native language is Spanish
Please can you help me with the translation from English to French, the following examples in pseudocode.
Thank you so much
sample
Process data_types
Declare Integer idz
Declare Real idd
Declare String idt
Declare Boolean idb
Print "Input integer number"
Input idz
Print "the integer is ", idz
Print "input decimal number"
Input idd
Print "the decimal is ", idd
Print "input a text"
Input idt
Print "the text is ", idt
Print "input boolean value"
Input idb
Print "the boolean value is ", idb
End Process
full codes
http://jaimeza.org/others/request/help_translation.rar
Please can you help me with the translation from English to French, the following examples in pseudocode.
Thank you so much
sample
Process data_types
Declare Integer idz
Declare Real idd
Declare String idt
Declare Boolean idb
Print "Input integer number"
Input idz
Print "the integer is ", idz
Print "input decimal number"
Input idd
Print "the decimal is ", idd
Print "input a text"
Input idt
Print "the text is ", idt
Print "input boolean value"
Input idb
Print "the boolean value is ", idb
End Process
full codes
http://jaimeza.org/others/request/help_translation.rar