Posts made by Joseph Rézeau

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
Antonio,
I have exactly the same problem with French version of Excel. The problem arises from the fact that only an English version of Excel will correctly read a *.cvs file, because of 2 problems: a) the separator used (comma "," for some languages or semi-colon ";" for other languages) and the character set being used.
Try this, it works ok for me in French version of Excel:
1- When you do the CSV export of your questionnaire responses, change the *.csv extension to a *.txt extension before saving the file to disk. For example, save it as responses.txt
2- Open Excel.
3- In Excel, Open File / Filetypes: Text files: *.prn, *.txt,*. csv / open your responses.txt file
4.On the next Excel screen, Excel might or might not automatically detect that your data is "delimited", if not, then check the Delimited radio button
5. On the same screen, File Origin: in the list of character encodings, select 65001: Unicode (UTF-8).
6. Next screen: Separators: check the "comma" check-box
Next...
And you get your correct data!
RESPONSE SUBMITTED_DATE COURSENAME GROUPNAME USER_ID FULLNAME USERNAME
4 11/09/PM 16:09:47 Análise da Taxa de Juro Não Grupo
- Unknown -
Joseph
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
Antonio,
You posted again exactly the same file as the one with error in
$string['checkallradiobuttons'] = 'Seleccione todos os <strong>$a</strong> botões de rádio!
s as <strong>$a</strong> opções!';

and one missing string: downloadcsv.

Can you please check and post the right file?
Thanks
Joseph
Picture of Développeurs Picture of Développeurs de plugins Picture of Testeurs Picture of Traducteurs
Si je peux actuellement utiliser mon logiciel de messagerie (Thunderbird) pour envoyer des courriels, ça veut bien dire que ce port SMTP est autorisé, non?
Ce que je ne comprends pas c'est ce qu'il faut de plus au localhost pour envoyer des messages par rapport au logiciel de messagerie...
Joseph