Module: wine Branch: master Commit: 3f79bc74b160847ecc3b1643f3b9704e5ecae7e9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3f79bc74b160847ecc3b1643f3...
Author: Łukasz Wojniłowicz lukasz.wojnilowicz@gmail.com Date: Thu Jun 3 22:46:18 2010 +0200
wineboot: Update the Polish translation.
---
programs/wineboot/wineboot_Pl.rc | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/wineboot_Pl.rc b/programs/wineboot/wineboot_Pl.rc index 3172d36..1774d58 100644 --- a/programs/wineboot/wineboot_Pl.rc +++ b/programs/wineboot/wineboot_Pl.rc @@ -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