From 3f79bc74b160847ecc3b1643f3b9704e5ecae7e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Wojni=C5=82owicz?= Date: Thu, 3 Jun 2010 22:46:18 +0200 Subject: [PATCH] wineboot: Update the Polish translation. --- programs/wineboot/wineboot_Pl.rc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/programs/wineboot/wineboot_Pl.rc b/programs/wineboot/wineboot_Pl.rc index 3172d366bed..1774d5880d1 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 -- 2.11.4.GIT