ipconfig: Add the Polish translation.

Paul Vriens paul.vriens.wine at gmail.com
Sun Sep 19 12:30:58 CDT 2010


On 09/19/2010 11:11 AM, Łukasz Wojniłowicz wrote:
> +#include "ipconfig.h"
> +
> +LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
> +
> +STRINGTABLE

Hi Łukasz,

This newly created file is UTF-8 so you should add the needed pragma (or 
convert to something else). Compiling this one results in:

Warning: string "Spos�b u�ycia: ipconfig [ /? | /all ]
" seems to be UTF-8 but codepage 1250 is in use.
Warning: string "B��d: Nierozpoznany lub niepe�ny wiersz polecenia
" seems to be UTF-8 but codepage 1250 is in use.
Warning: string "Sufiks DNS konkretnego po��czenia" seems to be UTF-8 
but codepage 1250 is in use.
Warning: string "Typ w�z�a" seems to be UTF-8 but codepage 1250 is in use.
Warning: string "Przekierowywanie IP w��czone" seems to be UTF-8 but 
codepage 1250 is in use.
Warning: string "DHCP w��czone" seems to be UTF-8 but codepage 1250 is 
in use.

The same is true for your "inetcpl: Add the Polish translation" patch.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list