Module: wine Branch: master Commit: 06a9ff98d78c9b4e581a53475abe35e89c1db6ab URL: http://source.winehq.org/git/wine.git/?a=commit;h=06a9ff98d78c9b4e581a53475a...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue Apr 20 02:37:02 2010 +0200
wineboot: Update the Romanian translation.
---
programs/wineboot/wineboot_Ro.rc | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/wineboot_Ro.rc b/programs/wineboot/wineboot_Ro.rc index 61f670f..a9bee98 100644 --- a/programs/wineboot/wineboot_Ro.rc +++ b/programs/wineboot/wineboot_Ro.rc @@ -38,3 +38,13 @@ BEGIN LTEXT "Prin terminarea acestui proces se pot pierde datele nesalvate.", 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 "Actualizez configurația Wine în %s, așteptați...", + IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX +END