wineboot: Update the Polish translation.

This commit is contained in:
Łukasz Wojniłowicz 2010-06-03 22:46:18 +02:00 committed by Alexandre Julliard
parent fe6e58fe05
commit 3f79bc74b1
1 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,7 @@
*
* Copyright (C) 2007 Robert Shearman for CodeWeavers
* Copyright (C) 2008 Mikolaj Zalewski
* Copyright (C) 2010 £ukasz Wojni³owicz
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -36,3 +37,13 @@ BEGIN
LTEXT "Je¿eli zakoñczysz jego proces, mo¿esz straciæ niezapisane dane.",
IDC_STATIC,7,28,172,15
END
IDD_WAITDLG DIALOG 0, 0, 200, 50
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
CAPTION "Wine"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_WAITICON, 3, 3, 10, 10
LTEXT "Konfiguracja Wine w %s jest w³aœnie aktualizowana, proszê czekaæ...",
IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
END