From 5543877f8163a538199e9f6284661b337b093ce5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Miko=C5=82aj=20Zalewski?= Date: Thu, 28 Sep 2006 20:41:10 +0200 Subject: [PATCH] sane.ds: Add Polish translation. --- dlls/sane.ds/rsrc.rc | 1 + dlls/sane.ds/{rsrc.rc => sane_Pl.rc} | 33 ++++++++++++++++++++------------- 2 files changed, 21 insertions(+), 13 deletions(-) copy dlls/sane.ds/{rsrc.rc => sane_Pl.rc} (63%) diff --git a/dlls/sane.ds/rsrc.rc b/dlls/sane.ds/rsrc.rc index 7b2b975410a..037d2c5a716 100644 --- a/dlls/sane.ds/rsrc.rc +++ b/dlls/sane.ds/rsrc.rc @@ -32,3 +32,4 @@ #include "sane_Ko.rc" #include "sane_Nl.rc" #include "sane_No.rc" +#include "sane_Pl.rc" diff --git a/dlls/sane.ds/rsrc.rc b/dlls/sane.ds/sane_Pl.rc similarity index 63% copy from dlls/sane.ds/rsrc.rc copy to dlls/sane.ds/sane_Pl.rc index 7b2b975410a..65a9a314613 100644 --- a/dlls/sane.ds/rsrc.rc +++ b/dlls/sane.ds/sane_Pl.rc @@ -1,7 +1,8 @@ /* - * Top level resource file for Twain + * Polish resources for Twain * * Copyright 2006 CodeWeavers, Aric Stewart + * Copyright 2006 Mikolaj Zalewski * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,17 +19,23 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "windef.h" -#include "winbase.h" -#include "winuser.h" -#include "winnls.h" +LANGUAGE LANG_POLISH, SUBLANG_DEFAULT -#include "resource.h" +IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND +CAPTION "Skanowanie" +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "TRWA SKANOWANIE.... Proszê czekaæ",IDC_STATIC,5,19,181,8, SS_CENTER +END -#include "sane_De.rc" -#include "sane_En.rc" -#include "sane_Fi.rc" -#include "sane_Fr.rc" -#include "sane_Ko.rc" -#include "sane_Nl.rc" -#include "sane_No.rc" +STRINGTABLE DISCARDABLE +{ + 0 "" + 1 "px" + 2 "b" + 3 "mm" + 4 "dpi" + 5 "%" + 6 "ns" +} -- 2.11.4.GIT