Re: RFT: Use Greek semicolons for comdlg32's printer status enumeration?

2012-02-25 Thread Jerome Leclanche
2012/2/25 Francois Gouget > > So I would expect the Greek translation to use ano teleia characters as > the separator but instead it uses plain semicolons: > >msgid "Paused; " >msgstr "Σταματημένος; " > >msgid "Error; " >msgstr "Σφάλμα; " > >msgid "Busy; " >msgstr "Απασχολη

Re: po: fixed remaining Slovenian true positives in the winepo error report

2012-02-25 Thread Francois Gouget
On Wed, 22 Feb 2012, Jaka Kranjc wrote: [...] > So if I understand correctly, parts of this composite get choped and > concatenated and then printed as a sequence. Lacking full sentences, > semicolons *are* a good choice for Slovenian in this case too. Commas would > be > fitting for proper "et

Re: shlwapi: Implemented StrToInt64ExA/W

2012-02-25 Thread Nikolay Sivov
On 2/25/2012 17:49, carlo.bra...@libero.it wrote: I tried to implement StrToInt64ExA/W as a reply to bug #27633 I also corrected the comment in functions FormatInt() and FormatDouble() because, according to MSDN, GetNumberFormat() returns the number of characters written (or required) and not the

RFT: Use Greek semicolons for comdlg32's printer status enumeration?

2012-02-25 Thread Francois Gouget
Request For Translators So what I've gathered from Wikipedia is that the Greek language does not use semicolons as a separator for enumerations: http://en.wikipedia.org/wiki/Semicolon#Greek_and_Church_Slavonic | In Greek and Church Slavonic, a semicolon indicates a question, | similar to a La

Re: msvcrt/file.c: file mode T (temporary file)

2012-02-25 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17097 Your paranoid android

Re: msvcrt/file.c: file mode T (temporary file)

2012-02-25 Thread Nikolay Sivov
On 2/25/2012 00:19, Robert van Herk wrote: Windows fopen has some fancy file modes 'T' and 'D'. Currently, wine wrongly interprets 'T' as 't'. They should be interpreted differently though: 't' is text file, and 'T' is temporary file. I've fixed this, and added a conformance test. Test ran o