slovenian translation update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Minor updates of Slovenian translations (some Si.rc are still in English
(some strings are hard to translate so that they make sense...) and I've
commented Si.rc for start.exe (some problems with caron display in
shell)).

-- 
Rok Mandeljc <rok.mandeljc@gimb.org>

"Hold your position! Leave doubt for the dying!"
-- Tahngarth of the Weatherlight
diff -Nru Original/wine/dlls/comctl32/comctl_Si.rc wine/dlls/comctl32/comctl_Si.rc
--- Original/wine/dlls/comctl32/comctl_Si.rc	2003-08-28 14:13:44.000000000 +0200
+++ wine/dlls/comctl32/comctl_Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002 Rok Mandeljc <rok.mandeljc@gimb.org>
+ * Copyright 2002-2003 Rok Mandeljc <rok.mandeljc@gimb.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
diff -Nru Original/wine/dlls/commdlg/cdlg_Si.rc wine/dlls/commdlg/cdlg_Si.rc
--- Original/wine/dlls/commdlg/cdlg_Si.rc	2003-08-28 14:13:44.000000000 +0200
+++ wine/dlls/commdlg/cdlg_Si.rc	2003-08-28 14:28:13.000000000 +0200
@@ -336,7 +336,7 @@
     LTEXT	"Ime &datoteke:",IDC_FILENAMESTATIC,5,112,46,8, SS_NOTIFY
     EDITTEXT	IDC_FILENAME,54,110,155,12,ES_AUTOHSCROLL
 
-    LTEXT	"Vrsta da&totek:",IDC_FILETYPESTATIC,5,128,42,8, SS_NOTIFY
+    LTEXT	"Vrsta da&totek:",IDC_FILETYPESTATIC,5,128,49,8, SS_NOTIFY
     COMBOBOX	IDC_FILETYPE,54,126,155,53,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
 
     CONTROL	"&Samo za branje",IDC_OPENREADONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,54,145,100,10
diff -Nru Original/wine/dlls/shell32/shell32_Si.rc wine/dlls/shell32/shell32_Si.rc
--- Original/wine/dlls/shell32/shell32_Si.rc	2003-08-28 14:13:47.000000000 +0200
+++ wine/dlls/shell32/shell32_Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002 Rok Mandeljc <rok.mandeljc@gimb.org>
+ * Copyright 2002-2003 Rok Mandeljc <rok.mandeljc@gimb.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
diff -Nru Original/wine/dlls/wininet/rsrc.rc wine/dlls/wininet/rsrc.rc
--- Original/wine/dlls/wininet/rsrc.rc	2003-08-28 14:13:48.000000000 +0200
+++ wine/dlls/wininet/rsrc.rc	2003-08-28 14:14:41.000000000 +0200
@@ -42,3 +42,4 @@
 #include "wininet_En.rc"
 #include "wininet_Es.rc"
 #include "wininet_Pt.rc"
+#include "wininet_Si.rc"
diff -Nru Original/wine/dlls/wininet/wininet_Si.rc wine/dlls/wininet/wininet_Si.rc
--- Original/wine/dlls/wininet/wininet_Si.rc	1970-01-01 01:00:00.000000000 +0100
+++ wine/dlls/wininet/wininet_Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -0,0 +1,39 @@
+/*
+ * Copyright 2003 Rok Mandeljc <rok.mandeljc@gimb.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+
+IDD_PROXYDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 250, 154
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Vnos omrežnega gesla"
+FONT 8, "Helv"
+{
+ LTEXT "Vnesite uporabniško ime in geslo:", -1, 40, 6, 150, 15
+ LTEXT "Proxy", -1, 40, 26, 50, 10
+ LTEXT "Realm", -1, 40, 46, 50, 10
+ LTEXT "Uporabniško ime", -1, 40, 66, 50, 10
+ LTEXT "Geslo", -1, 40, 86, 50, 10
+ LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0
+ LTEXT "" IDC_REALM, 80, 46, 150, 14, 0
+ EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
+ EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
+ CHECKBOX "&Shrani geslo (nezašèiteno)", IDC_SAVEPASSWORD,
+           80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
+ PUSHBUTTON "V redu", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
+ PUSHBUTTON "Preklièi", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
+}
diff -Nru Original/wine/dlls/winmm/winmm_Si.rc wine/dlls/winmm/winmm_Si.rc
--- Original/wine/dlls/winmm/winmm_Si.rc	2003-08-28 14:13:48.000000000 +0200
+++ wine/dlls/winmm/winmm_Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -15,16 +15,6 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * TODO:
- *	translate following strings:
- *		MIDIERR_NOMAP
- *		MIDIERR_NODEVICE
- *		MIDIERR_INVALIDSETUP
- *		MCIERR_EXTENSION_NOT_FOUND
- *		MCIERR_SEQ_NOMIDIPRESENT
- *		MCIERR_SEQ_PORT_MISCERROR
- *		MCIERR_SEQ_PORTUNSPECIFIED
- *		MCIERR_SEQ_TIMER
  */
 
 STRINGTABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
diff -Nru Original/wine/programs/clock/Si.rc wine/programs/clock/Si.rc
--- Original/wine/programs/clock/Si.rc	2003-08-28 14:14:02.000000000 +0200
+++ wine/programs/clock/Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -1,7 +1,7 @@
 /*
  * Clock (Slovenian resources)
  *
- * Copyright 2002 Rok Mandeljc <rok.mandeljc@gimb.org>
+ * Copyright 2002-2003 Rok Mandeljc <rok.mandeljc@gimb.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
diff -Nru Original/wine/programs/cmdlgtst/cmdlgr.rc wine/programs/cmdlgtst/cmdlgr.rc
--- Original/wine/programs/cmdlgtst/cmdlgr.rc	2003-08-28 14:14:02.000000000 +0200
+++ wine/programs/cmdlgtst/cmdlgr.rc	2003-08-28 14:14:41.000000000 +0200
@@ -24,6 +24,7 @@
 #include "En.rc"
 #include "It.rc"
 #include "Pt.rc"
+#include "Si.rc"
 
 LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
 
diff -Nru Original/wine/programs/cmdlgtst/Si.rc wine/programs/cmdlgtst/Si.rc
--- Original/wine/programs/cmdlgtst/Si.rc	1970-01-01 01:00:00.000000000 +0100
+++ wine/programs/cmdlgtst/Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -0,0 +1,234 @@
+/*
+ * Common Dialog Test Jig Exerciser
+ * Slovenian Language Support
+ *
+ * Copyright 2003 Rok Mandeljc <rok.mandeljc@gimb.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+
+CmdlgtstMenu MENU
+{
+ POPUP "&Datoteka"
+ {
+  MENUITEM "Iz&hod", CM_U_EXIT
+ }
+
+ POPUP "&Commdlg"
+ {
+  MENUITEM "&Odpri", CM_U_OPEN
+  MENUITEM "&Shrani", CM_U_SAVE
+  MENUITEM SEPARATOR
+  MENUITEM "&Barve", CM_U_COLOR
+  MENUITEM "&Pisava", CM_U_FONT
+  MENUITEM SEPARATOR
+  MENUITEM "&Najdi", CM_U_FIND
+  MENUITEM "&Zamenjaj", CM_U_REPLACE
+  MENUITEM SEPARATOR
+  MENUITEM "&Tiskanje", CM_U_PRINT
+ }
+
+ POPUP "&Zastavice"
+ {
+  MENUITEM "&Datoteka", CM_F_FILE
+  MENUITEM SEPARATOR
+  MENUITEM "&Barve", CM_F_COLOR
+  MENUITEM "&Pisava", CM_F_FONT
+  MENUITEM SEPARATOR
+  MENUITEM "Najdi/&Zamenjaj", CM_F_FINDREPLACE
+  MENUITEM SEPARATOR
+  MENUITEM "&Tiskanje", CM_F_PRINT
+ }
+
+ POPUP "&Pomoè"
+ {
+  MENUITEM "&Uporaba", CM_H_USAGE
+  MENUITEM "&O programu", CM_H_ABOUT
+ }
+
+}
+
+Color_Flags_Dialog DIALOG 11, 20, 207, 107
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Dialog Barve - zastavice"
+FONT 8, "MS Sans Serif"
+{
+ DEFPUSHBUTTON "V redu", IDOK, 148, 6, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
+ PUSHBUTTON "Preklièi", IDCANCEL, 148, 24, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON "Pomoè", CM_R_HELP, 148, 42, 50, 14, WS_GROUP | WS_TABSTOP
+ CHECKBOX "CC_ENABLEHOOK", I_CC_ENABLEHOOK, 12, 12, 122, 10, WS_GROUP | WS_TABSTOP
+ CHECKBOX "CC_ENABLETEMPLATE", I_CC_ENABLETEMPLATE, 12, 24, 122, 10, WS_GROUP | WS_TABSTOP
+ CHECKBOX "CC_ENABLETEMPLATEHANDLE", I_CC_ENABLETEMPLATEHANDLE, 12, 36, 122, 10, WS_GROUP | WS_TABSTOP
+ CHECKBOX "CC_FULLOPEN", I_CC_FULLOPEN, 12, 48, 122, 10, WS_GROUP | WS_TABSTOP
+ CHECKBOX "CC_PREVENTFULLOPEN", I_CC_PREVENTFULLOPEN, 12, 60, 122, 10, WS_GROUP | WS_TABSTOP
+ CHECKBOX "CC_RGBINIT", I_CC_RGBINIT, 12, 72, 122, 10, WS_GROUP | WS_TABSTOP
+ CHECKBOX "CC_SHOWHELP", I_CC_SHOWHELP, 12, 84, 122, 10, WS_GROUP | WS_TABSTOP
+}
+
+Font_Flags_Dialog DIALOG 9, 20, 207, 313
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Dialog Pisava - zastavice"
+FONT 8, "MS Sans Serif"
+{
+ DEFPUSHBUTTON "V redu", IDOK, 148, 6, 50, 14
+ PUSHBUTTON "Preklièi", IDCANCEL, 148, 24, 50, 14
+ PUSHBUTTON "Pomoè", CM_R_HELP, 148, 42, 50, 14
+ CHECKBOX "CF_APPLY", I_CF_APPLY, 12, 12, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_ANSIONLY", I_CF_ANSIONLY, 12, 24, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_BOTH", I_CF_BOTH, 12, 36, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_TTONLY", I_CF_TTONLY, 12, 48, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_EFFECTS", I_CF_EFFECTS, 12, 60, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_ENABLEHOOK", I_CF_ENABLEHOOK, 12, 72, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_ENABLETEMPLATE", I_CF_ENABLETEMPLATE, 12, 84, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_ENABLETEMPLATEHANDLE", I_CF_ENABLETEMPLATEHANDLE, 12, 96, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_FIXEDPITCHONLY", I_CF_FIXEDPITCHONLY, 12, 108, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_FORCEFONTEXIST", I_CF_FORCEFONTEXIST, 12, 120, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_INITTOLOGFONTSTRUCT", I_CF_INITTOLOGFONTSTRUCT, 12, 132, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_LIMITSIZE", I_CF_LIMITSIZE, 12, 144, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_NOFACESEL", I_CF_NOFACESEL, 12, 156, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_NOOEMFONTS", I_CF_NOOEMFONTS, 12, 168, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_NOSIMULATIONS", I_CF_NOSIMULATIONS, 12, 180, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_NOSIZESEL", I_CF_NOSIZESEL, 12, 192, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_NOSTYLESEL", I_CF_NOSTYLESEL, 12, 204, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_NOVECTORFONTS", I_CF_NOVECTORFONTS, 12, 216, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_PRINTERFONTS", I_CF_PRINTERFONTS, 12, 228, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_SCALABLEONLY", I_CF_SCALABLEONLY, 12, 240, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_SHOWHELP", I_CF_SHOWHELP, 12, 264, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_SCREENFONTS", I_CF_SCREENFONTS, 12, 252, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_USESTYLE", I_CF_USESTYLE, 12, 276, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+ CHECKBOX "CF_WYSIWYG", I_CF_WYSIWYG, 12, 288, 120, 10, BS_AUTOCHECKBOX  | WS_TABSTOP
+}
+
+Find_Flags_Dialog DIALOG 8, 24, 207, 306
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Dialog Najdi/Zamenjaj - zastavice"
+FONT 8, "MS Sans Serif"
+{
+ DEFPUSHBUTTON "V redu", IDOK, 148, 6, 50, 14
+ PUSHBUTTON "Preklièi", IDCANCEL, 148, 24, 50, 14
+ PUSHBUTTON "Pomoè", IDHELP, 148, 42, 50, 14
+ CHECKBOX "FR_DIALOGTERM", I_FR_DIALOGTERM, 24, 12, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_DOWN", I_FR_DOWN, 24, 24, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_ENABLEHOOK", I_FR_ENABLEHOOK, 24, 36, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_ENABLETEMPLATE", I_FR_ENABLETEMPLATE, 24, 48, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_ENABLETEMPLATEHANDLE", I_FR_ENABLETEMPLATEHANDLE, 24, 60, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_FINDNEXT", I_FR_FINDNEXT, 24, 72, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_HIDEMATCHCASE", I_FR_HIDEMATCHCASE, 24, 84, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_HIDEWHOLEWORD", I_FR_HIDEWHOLEWORD, 24, 96, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_HIDEUPDOWN", I_FR_HIDEUPDOWN, 24, 108, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_MATCHCASE", I_FR_MATCHCASE, 24, 120, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_NOMATCHCASE", I_FR_NOMATCHCASE, 24, 132, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_NOUPDOWN", I_FR_NOUPDOWN, 24, 144, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_NOWHOLEWORD", I_FR_NOWHOLEWORD, 24, 156, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_REPLACE", I_FR_REPLACE, 24, 168, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_REPLACEALL", I_FR_REPLACEALL, 24, 180, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_SHOWHELP", I_FR_SHOWHELP, 24, 192, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "FR_WHOLEWORD", I_FR_WHOLEWORD, 24, 204, 120, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CONTROL "", -1, "static", SS_BLACKRECT | WS_CHILD | WS_VISIBLE, 12, 12, 11, 13
+ CONTROL "", -1, "static", SS_BLACKRECT | WS_CHILD | WS_VISIBLE, 12, 72, 11, 13
+ CONTROL "", -1, "static", SS_BLACKRECT | WS_CHILD | WS_VISIBLE, 12, 168, 11, 13
+ CONTROL "", -1, "static", SS_BLACKRECT | WS_CHILD | WS_VISIBLE, 12, 180, 11, 13
+ CONTROL "", -1, "static", SS_BLACKRECT | WS_CHILD | WS_VISIBLE, 24, 228, 11, 13
+ CONTROL "Zastavice, ki jih omogoèi sistem in jih mora onemogoèiti uporabnik.", -1, "static", SS_LEFT | WS_CHILD | WS_VISIBLE, 48, 228, 98, 36
+}
+
+Print_Flags_Dialog DIALOG 4, 17, 239, 287
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Dialog Tiskanje/Priprava tiskanja - zastavice"
+FONT 8, "MS Sans Serif"
+{
+ DEFPUSHBUTTON "V redu", IDOK, 180, 6, 50, 14
+ PUSHBUTTON "Preklièi", IDCANCEL, 180, 24, 50, 14
+ PUSHBUTTON "Pomoè", CM_R_HELP, 180, 42, 50, 14
+ CHECKBOX "PD_ALLPAGES", I_PD_ALLPAGES, 12, 12, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_COLLATE", I_PD_COLLATE, 12, 24, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_DISABLEPRINTTOFILE", I_PD_DISABLEPRINTTOFILE, 12, 36, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_ENABLEPRINTHOOK", I_PD_ENABLEPRINTHOOK, 12, 48, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_ENABLEPRINTTEMPLATE", I_PD_ENABLEPRINTTEMPLATE, 12, 60, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_ENABLEPRINTTEMPLATEHANDLE", I_PD_ENABLEPRINTTEMPLATEHANDLE, 12, 72, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_ENABLESETUPHOOK", I_PD_ENABLESETUPHOOK, 12, 84, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_ENABLESETUPTEMPLATE", I_PD_ENABLESETUPTEMPLATE, 12, 96, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_ENABLESETUPTEMPLATEHANDLE", I_PD_ENABLESETUPTEMPLATEHANDLE, 12, 108, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_HIDEPRINTTOFILE", I_PD_HIDEPRINTTOFILE, 12, 120, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_NOPAGENUMS", I_PD_NOPAGENUMS, 12, 132, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_NOSELECTION", I_PD_NOSELECTION, 12, 144, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_NOWARNING", I_PD_NOWARNING, 12, 156, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_PAGENUMS", I_PD_PAGENUMS, 12, 168, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_PRINTSETUP", I_PD_PRINTSETUP, 12, 180, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_PRINTTOFILE", I_PD_PRINTTOFILE, 12, 192, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_RETURNDC", I_PD_RETURNDC, 12, 204, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_RETURNDEFAULT", I_PD_RETURNDEFAULT, 12, 216, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_RETURNIC", I_PD_RETURNIC, 12, 228, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_SELECTION", I_PD_SELECTION, 12, 240, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_SHOWHELP", I_PD_SHOWHELP, 12, 252, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "PD_USEDEVMODECOPIES", I_PD_USEDEVMODECOPIES, 12, 264, 144, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+}
+
+File_Flags_Dialog DIALOG 6, 15, 207, 227
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Dialog Odpri/Shrani - zastavice"
+FONT 8, "MS Sans Serif"
+{
+ DEFPUSHBUTTON "V redu", IDOK, 148, 6, 50, 14
+ PUSHBUTTON "Preklièi", IDCANCEL, 148, 24, 50, 14
+ PUSHBUTTON "Pomoè", CM_R_HELP, 148, 42, 50, 14
+ CHECKBOX "OFN_ALLOWMULTISELECT", I_OFN_ALLOWMULTISELECT, 12, 12, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_CREATEPROMPT", I_OFN_CREATEPROMPT, 12, 24, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_ENABLEHOOK", I_OFN_ENABLEHOOK, 12, 36, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_ENABLETEMPLATE", I_OFN_ENABLETEMPLATE, 12, 48, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_ENABLETEMPLATEHANDLE", I_OFN_ENABLETEMPLATEHANDLE, 12, 60, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_EXTENSIONDIFFERENT", I_OFN_EXTENSIONDIFFERENT, 12, 72, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_FILEMUSTEXIST", I_OFN_FILEMUSTEXIST, 12, 84, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_HIDEREADONLY", I_OFN_HIDEREADONLY, 12, 96, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_NOCHANGEDIR", I_OFN_NOCHANGEDIR, 12, 108, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_NOREADONLYRETURN", I_OFN_NOREADONLYRETURN, 12, 120, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_NOTESTFILECREATE", I_OFN_NOTESTFILECREATE, 12, 132, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_NOVALIDATE", I_OFN_NOVALIDATE, 12, 144, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_OVERWRITEPROMPT", I_OFN_OVERWRITEPROMPT, 12, 156, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_PATHMUSTEXIST", I_OFN_PATHMUSTEXIST, 12, 168, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_READONLY", I_OFN_READONLY, 12, 180, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_SHAREAWARE", I_OFN_SHAREAWARE, 12, 192, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "OFN_SHOWHELP", I_OFN_SHOWHELP, 12, 204, 132, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+}
+
+AboutDialog DIALOG 6, 15, 194, 119
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "O programu"
+FONT 8, "MS Sans Serif"
+{
+ DEFPUSHBUTTON "V redu", IDOK, 72, 96, 50, 14
+ LTEXT "Common Dialog Test Jig Exerciser, razlièica 1.20", -1, 13, 36, 168, 12
+ LTEXT "(c) 1999-2000, Eric Williams.  Rights are as granted under the WINE license.  Don't hoard code...share it!", -1, 18, 60, 157, 24
+ ICON "AboutIcon", -1, 84, 12, 18, 20
+}
+
+UsageDialog DIALOG 183, 22, 190, 300
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Uporaba"
+FONT 8, "MS Sans Serif"
+{
+ DEFPUSHBUTTON "V redu", IDOK, 70, 276, 50, 14
+ LTEXT "Common Dialog Test Jig Exerciser, razlièica 1.20", -1, 13, 48, 168, 12
+ LTEXT "To orodje preizkuša COMMDLG za Wine.", -1, 12, 72, 168, 12
+ LTEXT "Zastavice so na voljo v menuju Zastavice.", -1, 12, 96, 168, 12
+ LTEXT "Dialog Barve spremeni barvo ozadja.", -1, 12, 120, 168, 12
+ LTEXT "Dialog Pisava spremeni vse pisave in njihovo barvo, èe je omogoèena zastavica CF_EFFECTS.", -1, 12, 144, 168, 24
+ LTEXT "V zgornjem levem kotu se izpiše polna pot do zadnje uspešno odprte oz. shranjene datoteke.", -1, 12, 180, 168, 24
+ LTEXT "(c) 1999-2000, Eric Williams.  Rights are as granted under the WINE license.  Don't hoard code...share it!", -1, 12, 228, 168, 36
+ ICON "AboutIcon", -1, 86, 12, 18, 20
+ CONTROL "", -1, "static", SS_BLACKRECT | WS_CHILD | WS_VISIBLE, 12, 216, 168, 2
+}
diff -Nru Original/wine/programs/notepad/Si.rc wine/programs/notepad/Si.rc
--- Original/wine/programs/notepad/Si.rc	2003-08-28 14:14:02.000000000 +0200
+++ wine/programs/notepad/Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -1,7 +1,7 @@
 /*
  * Notepad (Slovenian resources)
  *
- * Copyright 2002 Rok Mandeljc <rok.mandeljc@gimb.org>
+ * Copyright 2002-2003 Rok Mandeljc <rok.mandeljc@gimb.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
diff -Nru Original/wine/programs/progman/Si.rc wine/programs/progman/Si.rc
--- Original/wine/programs/progman/Si.rc	2003-08-28 14:14:02.000000000 +0200
+++ wine/programs/progman/Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -1,7 +1,7 @@
 /*
  * Program Manager (Slovenian Resources)
  *
- * Copyright 2002 Rok Mandeljc <rok.mandeljc@gimb.org>
+ * Copyright 2002-2003 Rok Mandeljc <rok.mandeljc@gimb.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -63,7 +63,7 @@
 
 /* Dialog `New' */
 
-DIALOG_NEW_ DIALOG 0, 0, 170, 65
+DIALOG_NEW DIALOG 0, 0, 170, 65
 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 STYLE DS_MODALFRAME
 CAPTION "Nov programski predmet"
@@ -79,7 +79,7 @@
 
 /* Dialog `Move' */
 
-DIALOG_MOVE_ DIALOG 0, 0, 250, 65
+DIALOG_MOVE DIALOG 0, 0, 250, 65
 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 STYLE DS_MODALFRAME
 CAPTION "Premik programa"
@@ -97,7 +97,7 @@
 
 /* Dialog `Copy' */
 
-DIALOG_COPY_ DIALOG 0, 0, 250, 65
+DIALOG_COPY DIALOG 0, 0, 250, 65
 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 STYLE DS_MODALFRAME
 CAPTION "Kopiranje programa"
@@ -115,7 +115,7 @@
 
 /* Dialog `Group attributes' */
 
-DIALOG_GROUP_ DIALOG 0, 0, 230, 65
+DIALOG_GROUP DIALOG 0, 0, 230, 65
 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 STYLE DS_MODALFRAME
 CAPTION "Lastnosti programske skupine"
@@ -131,7 +131,7 @@
 
 /* Dialog `Program attributes' */
 
-DIALOG_PROGRAM_ DIALOG 0, 0, 250, 105
+DIALOG_PROGRAM DIALOG 0, 0, 250, 105
 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 STYLE DS_MODALFRAME
 CAPTION "Lastnosti programa"
@@ -156,7 +156,7 @@
 
 /* Dialog `Symbol' */
 
-DIALOG_SYMBOL_ DIALOG 0, 0, 200, 85
+DIALOG_SYMBOL DIALOG 0, 0, 200, 85
 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 STYLE DS_MODALFRAME
 CAPTION "Zamenjava ikone"
@@ -174,7 +174,7 @@
 
 /* Dialog `Execute' */
 
-DIALOG_EXECUTE_ DIALOG 0, 0, 200, 85
+DIALOG_EXECUTE DIALOG 0, 0, 200, 85
 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 STYLE DS_MODALFRAME
 CAPTION "Zagon programa"
diff -Nru Original/wine/programs/start/rsrc.rc wine/programs/start/rsrc.rc
--- Original/wine/programs/start/rsrc.rc	2003-08-28 14:14:02.000000000 +0200
+++ wine/programs/start/rsrc.rc	2003-08-28 14:14:41.000000000 +0200
@@ -24,4 +24,4 @@
 #include "En.rc"
 #include "Pt.rc"
 #include "Ru.rc"
-#include "Si.rc"
+//#include "Si.rc"
diff -Nru Original/wine/programs/start/Si.rc wine/programs/start/Si.rc
--- Original/wine/programs/start/Si.rc	2003-08-28 14:14:02.000000000 +0200
+++ wine/programs/start/Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -20,7 +20,7 @@
  */
 
 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
-#pragma code_page(852)
+#pragma code_page(1250)
 
 STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 {
diff -Nru Original/wine/programs/view/Si.rc wine/programs/view/Si.rc
--- Original/wine/programs/view/Si.rc	1970-01-01 01:00:00.000000000 +0100
+++ wine/programs/view/Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -0,0 +1,75 @@
+/*
+ * View
+ * Slovenian Language Support
+ *
+ * Copyright 2003 Rok Mandeljc <rok.mandeljc@gimb.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+
+/*
+ *
+ * Menu
+ *
+ */
+
+VIEW MENU
+BEGIN
+    POPUP "&Datoteka"
+    BEGIN
+	MENUITEM "&Odpri",			IDM_OPEN
+        MENUITEM "Iz&hod",                       IDM_EXIT
+    END
+    POPUP "&Pan"
+    BEGIN
+      MENUITEM "&Raztegnjeno (prilagodi velikosti okna)",              IDM_SET_EXT_TO_WIN
+      MENUITEM SEPARATOR
+      MENUITEM "&Levo",				IDM_LEFT
+      MENUITEM "&Desno",			IDM_RIGHT
+      MENUITEM "&Gor",				IDM_UP
+      MENUITEM "&Dol",				IDM_DOWN
+    END
+    POPUP "&Informacije"
+    BEGIN
+	MENUITEM "&Hello",			IDM_HELLO
+    END
+END
+
+
+/*
+ *
+ * Accelerator
+ *
+ */
+
+VIEW ACCELERATORS
+BEGIN
+    "Q",            IDM_EXIT,                CONTROL
+END
+
+
+/*
+ *
+ * String Table
+ *
+ */
+
+STRINGTABLE DISCARDABLE
+BEGIN
+    IDS_APPNAME             "View"
+    IDS_DESCRIPTION         "Program za ogled Metafile slik"
+END
diff -Nru Original/wine/programs/view/viewrc.rc wine/programs/view/viewrc.rc
--- Original/wine/programs/view/viewrc.rc	2003-08-28 14:14:03.000000000 +0200
+++ wine/programs/view/viewrc.rc	2003-08-28 14:14:41.000000000 +0200
@@ -22,6 +22,7 @@
 #include "En.rc"
 #include "Es.rc"
 #include "Pt.rc"
+#include "Si.rc"
 
 /*
  * Icon
diff -Nru Original/wine/programs/wcmd/Si.rc wine/programs/wcmd/Si.rc
--- Original/wine/programs/wcmd/Si.rc	1970-01-01 01:00:00.000000000 +0100
+++ wine/programs/wcmd/Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -0,0 +1,229 @@
+/*
+ * Wine command prompt
+ * Slovenian Language Support
+ *
+ * Copyright (C) 2003 Rok Mandeljc <rok.mandeljc@gimb.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+  WCMD_ATTRIB, "Help about ATTRIB\n"
+  WCMD_CALL,
+"CALL <batchfilename> is used within a batch file to execute commands\n\
+from another batch file. When the batch file exits, control returns to\n\
+the file which called it. The CALL command may supply parameters to the\n\
+called procedure.\n\
+\n\
+Changes to default directory, environment variables etc made within a\n\
+called procedure are inherited by the caller.\n"
+
+  WCMD_CD,     "Help about CD\n"
+  WCMD_CHDIR,  "Help about CHDIR\n"
+
+  WCMD_CLS,    "CLS clears the console screen\n"
+
+  WCMD_COPY,   "Help about COPY\n"
+  WCMD_CTTY,   "Help about CTTY\n"
+  WCMD_DATE,   "Help about DATE\n"
+  WCMD_DEL,    "Help about DEL\n"
+  WCMD_DIR,    "Help about DIR\n"
+
+  WCMD_ECHO,
+"ECHO <string> displays <string> on the current terminal device.\n\
+\n\
+ECHO ON causes all subsequent commands in a batch file to be displayed\n\
+on the terminal device before they are executed.\n\
+\n\
+ECHO OFF reverses the effect of a previous ECHO ON (ECHO is OFF by\n\
+default). The ECHO OFF command can be prevented from displaying by\n\
+preceding it with an @ sign.\n"
+
+  WCMD_ERASE,  "Help about ERASE\n"
+
+  WCMD_FOR,
+"The FOR command is used to execute a command for each of a set of files.\n\
+\n\
+Syntax: FOR %variable IN (set) DO command\n\
+\n\
+The requirement to double the \% sign when using FOR in a batch file does\n\
+not exist in wcmd.\n"
+
+  WCMD_GOTO,
+"The GOTO command transfers execution to another statement within a\n\
+batch file.\n\
+\n\
+The label which is the target of a GOTO may be up to 255 characters\n\
+long but may not include spaces (this is different to other operating\n\
+systems). If two or more identical labels exist in a batch file the\n\
+first one will always be executed. Attempting to GOTO a non-existent\n\
+label terminates the batch file execution.\n\
+\n\
+GOTO has no effect when used interactively.\n"
+
+  WCMD_HELP,   "Help about HELP\n"
+
+  WCMD_IF,
+"IF is used to conditionally execute a command.\n\
+\n\
+Syntax:	IF [NOT] EXIST filename command\n\
+	IF [NOT] string1==string2 command\n\
+	IF [NOT] ERRORLEVEL number command\n\
+\n\
+In the second form of the command, string1 and string2 must be in double\n\
+quotes. The comparison is not case-sensitive.\n"
+
+  WCMD_LABEL,  "LABEL is used to set a disk volume label.  \n\
+\n\
+Syntax: LABEL [drive:]\n\
+The command will prompt you for the new volume label for the given drive.\n\
+You can display the disk volume label with the VOL command.\n"
+
+  WCMD_MD,     "Help about MD\n"
+  WCMD_MKDIR,  "Help about MKDIR\n"
+  WCMD_MOVE,
+"MOVE relocates a file or directory to a new point within the file system.\n\
+\n\
+If the item being moved is a directory then all the files and subdirectories\n\
+below the item are moved as well.\n\
+\n\
+MOVE fails if the old and new locations are on different DOS drive letters.\n"
+
+  WCMD_PATH,
+"PATH displays or changes the wcmd search path.\n\
+\n\
+Entering PATH will display the current PATH setting (initially this is\n\
+the value given in your wine.conf file). To change the setting follow the\n\
+PATH command with the new value.\n\
+\n\
+It is also possible to modify the PATH by using the PATH environment\n\
+variable, for example:\n\
+		PATH %PATH%;c:\\temp \n"
+
+  WCMD_PAUSE,
+"PAUSE displays a message on the screen 'Press Return key to continue'\n\
+and waits for the user to press the Return key. It is mainly useful in\n\
+batch files to allow the user to read the output of a previous command\n\
+before it scrolls off the screen.\n"
+
+  WCMD_PROMPT,
+"PROMPT sets the command-line prompt.\n\
+\n\
+The string following the PROMPT command (and the space immediately after)\n\
+appears at the beginning of the line when wcmd is waiting for input.\n\
+\n\
+The following character strings have the special meaning shown:\n\
+\n\
+$$    Dollar sign         $_    Linefeed            $b    Pipe sign (|)\n\
+$d    Current date        $e    Escape              $g    > sign\n\
+$l    < sign              $n    Current drive       $p    Current path\n\
+$q    Equal sign          $t    Current time        $v    wcmd version\n\
+\n\
+Note that entering the PROMPT command without a prompt-string resets the\n\
+prompt to the default, which is the current drive letter followed by its\n\
+current directory and a greater-than (>) sign.\n\
+(like a command PROMPT $p$g).\n\
+\n\
+The prompt can also be changed by altering the PROMPT environment variable,\n\
+so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
+
+  WCMD_REM,
+"A command line beginning REM (followed by a space) performs no\n\
+action, and can therefore be used as a comment in a batch file.\n"
+
+  WCMD_REN,    "Help about REN\n"
+  WCMD_RENAME, "Help about RENAME\n"
+  WCMD_RD,     "Help about RD\n"
+  WCMD_RMDIR,  "Help about RMDIR\n"
+
+  WCMD_SET,
+"SET displays or changes the wcmd environment variables.\n\
+\n\
+SET without parameters shows all of the current environment.\n\
+\n\
+To create or modify an environment variable the syntax is:\n\
+\n\
+      SET <variable>=<value>\n\
+\n\
+where <variable> and <value> are character strings. There must be no\n\
+spaces before the equals sign, nor can the variable name\n\
+have embedded spaces.\n\
+\n\
+Under Wine, the environment of the underlying operating system is\n\
+included into the Win32 environment, there will generally therefore be\n\
+many more values than in a native Win32 implementation. Note that it is\n\
+not possible to affect the operating system environment from within wcmd.\n"
+
+  WCMD_SHIFT,
+"SHIFT is used in a batch file to remove one parameter from the head of\n\
+the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n\
+if called from the command line.\n"
+
+  WCMD_TIME,   "Help about TIME\n"
+
+  WCMD_TITLE,  "Sets the window title for the wcmd window, syntax TITLE [string]\n"
+
+  WCMD_TYPE,
+"TYPE <filename> copies <filename> to the console device (or elsewhere\n\
+if redirected). No check is made that the file is readable text.\n"
+
+  WCMD_VERIFY,
+"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n\
+\n\
+VERIFY ON	Set the flag\n\
+VERIFY OFF	Clear the flag\n\
+VERIFY		Displays ON or OFF as appropriate.\n\
+\n\
+The verify flag has no function in Wine.\n"
+
+  WCMD_VER,
+"VER displays the version of wcmd you are running\n"
+
+  WCMD_VOL,    "Help about VOL\n"
+
+  WCMD_EXIT,
+"EXIT terminates the current command session and returns\n\
+to the operating system or shell from which you invoked wcmd.\n"
+
+  1000, "WCMD built-in commands are:\n\
+ATTRIB\t\tShow or change DOS file attributes\n\
+CALL\t\tInvoke a batch file from inside another\n\
+CD (CHDIR)\tChange current default directory\n\
+CLS\t\tClear the console screen\n\
+COPY\t\tCopy file\n\
+CTTY\t\tChange input/output device\n\
+DATE\t\tShow or change the system date\n\
+DEL (ERASE)\tDelete a file or set of files\n\
+DIR\t\tList the contents of a directory\n\
+ECHO\t\tCopy text directly to the console output\n\
+HELP\t\tShow brief help details on a topic\n\
+MD (MKDIR)\tCreate a subdirectory\n\
+MOVE\t\tMove a file, set of files or directory tree\n\
+PATH\t\tSet or show the search path\n\
+PROMPT\t\tChange the command prompt\n\
+REN (RENAME)\tRename a file\n\
+RD (RMDIR)\tDelete a subdirectory\n\
+SET\t\tSet or show environment variables\n\
+TIME\t\tSet or show the current system time\n\
+TITLE\t\tSet the window title for the WCMD session\n\
+TYPE\t\tType the contents of a text file\n\
+VER\t\tShow the current version of WCMD\n\
+VOL\t\tShow the volume label of a disk device\n\
+EXIT\t\tClose down WCMD\n\n\
+Enter HELP <command> for further information on any of the above commands\n"
+}
diff -Nru Original/wine/programs/wcmd/wcmdrc.rc wine/programs/wcmd/wcmdrc.rc
--- Original/wine/programs/wcmd/wcmdrc.rc	2003-08-28 14:14:03.000000000 +0200
+++ wine/programs/wcmd/wcmdrc.rc	2003-08-28 14:14:41.000000000 +0200
@@ -21,6 +21,7 @@
 #include "En.rc"
 #include "Fr.rc"
 #include "Pt.rc"
+#include "Si.rc"
 
 LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
 
diff -Nru Original/wine/programs/winecfg/Si.rc wine/programs/winecfg/Si.rc
--- Original/wine/programs/winecfg/Si.rc	1970-01-01 01:00:00.000000000 +0100
+++ wine/programs/winecfg/Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -0,0 +1,109 @@
+/*
+ * WineCfg resources
+ * Slovenian Language Support
+ *
+ * Copyright 2003 Rok Mandeljc <rok.mandeljc@gimb.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ */
+
+LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+#pragma code_page(1250)
+
+IDD_GENERALCFG DIALOGEX 0, 0, 260, 250
+STYLE WS_CHILD
+FONT 8, "MS Sans Serif"
+BEGIN
+    COMBOBOX        IDC_WINVER,83,153,158,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+    COMBOBOX        IDC_DOSVER,83,172,158,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+    COMBOBOX        IDC_WINELOOK,83,190,158,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+    LTEXT           "Wine Version:",IDC_STATIC,119,17,45,8
+    LTEXT           "CVS",IDC_WINEVER,169,17,56,8
+    LTEXT           "Windows Version:",IDC_STATIC,17,155,58,8
+    LTEXT           "Windows Look:",IDC_STATIC,17,193,58,8
+    LTEXT           "DOS Version:",IDC_STATIC,17,173,57,8
+    CONTROL         IDB_WINE,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE | 
+                    SS_REALSIZEIMAGE | WS_BORDER,15,17,157,111, WS_EX_TRANSPARENT
+    LTEXT           "http://www.winehq.com/",IDC_STATIC,119,31,106,8
+    GROUPBOX        "Default Behaviour",IDC_STATIC,8,115,244,97
+    LTEXT           "Wine provides the ability for Windows applications to mimic various Windows versions and styles",
+                    IDC_STATIC,15,128,227,20
+    GROUPBOX        "Information",IDC_STATIC,8,4,244,106
+    CTEXT           "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.",
+                    IDC_STATIC,119,44,124,59
+END
+
+IDD_APPCFG DIALOG DISCARDABLE  0, 0, 260, 250
+STYLE WS_CHILD | WS_DISABLED
+FONT 8, "MS Sans Serif"
+BEGIN
+    CONTROL         "List2",IDC_LIST_APPS,"SysListView32",LVS_LIST | 
+                    LVS_NOLABELWRAP | WS_BORDER | WS_TABSTOP,16,39,226,108
+    GROUPBOX        "Application Specific Setting",IDC_STATIC,8,4,244,151
+    LTEXT           "These settings allow you to overwrite Wine default settings (as specified in other configuration tabs) on a per-application basis.",
+                    IDC_STATIC,15,17,228,20
+END
+
+IDD_X11DRVCFG DIALOG DISCARDABLE  0, 0, 260, 250
+STYLE WS_CHILD | WS_DISABLED
+FONT 8, "MS Sans Serif"
+BEGIN
+    EDITTEXT        IDC_SYSCOLORS,100,41,40,14,ES_AUTOHSCROLL | ES_NUMBER
+    CONTROL         "Use a private color map",IDC_PRIVATEMAP,"Button",
+                    BS_AUTOCHECKBOX | WS_TABSTOP,17,62,91,10
+    CONTROL         "Favor correctness over speed",IDC_PERFECTGRAPH,"Button",
+                    BS_AUTOCHECKBOX | WS_TABSTOP,17,76,117,10
+    CONTROL         "Use XFree DGA extension",IDC_XDGA,"Button",
+                    BS_AUTOCHECKBOX | WS_TABSTOP,141,62,97,10
+    CONTROL         "Use XFree Shm extension",IDC_XSHM,"Button",
+                    BS_AUTOCHECKBOX | WS_TABSTOP,141,76,96,10
+    CONTROL         "Enable Wine desktop",IDC_MANAGED,"Button",
+                    BS_AUTOCHECKBOX | WS_TABSTOP,17,143,84,10
+    EDITTEXT        IDC_DESKTOP_WIDTH,64,159,40,14,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
+    EDITTEXT        IDC_DESKTOP_HEIGHT,117,159,40,14,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
+    GROUPBOX        "Render Settings",IDC_STATIC,8,4,244,90
+    LTEXT           "The driver color and render settings are used to optimise the way in which colors and applications are displayed.",
+                    IDC_STATIC,15,17,228,22
+    LTEXT           "Allocated system colors:",IDC_STATIC,17,43,76,8
+    GROUPBOX        "Wine Desktop",IDC_STATIC,8,99,244,83
+    LTEXT           "Wine can be setup to emulate a windows desktop, or can be run in ""Managed"" mode (default) where the default X11 windows manager/environment is resposible for placing the windows.",
+                    IDC_STATIC,15,112,228,28
+    LTEXT           "Desktop size:",IDC_DESKTOP_SIZE,17,161,44,8,WS_DISABLED
+    LTEXT           "X",IDC_DESKTOP_BY,108,161,8,8,WS_DISABLED
+END
+
+IDD_DLLCFG DIALOG DISCARDABLE  0, 0, 260, 250
+STYLE WS_CHILD | WS_DISABLED
+FONT 8, "MS Sans Serif"
+BEGIN
+    GROUPBOX        "Static",IDC_STATIC,8,4,244,157
+    CONTROL         "Builtin (Wine)",IDC_RAD_BUILTIN,"Button", BS_AUTORADIOBUTTON | WS_GROUP,59,144,57,10
+    CONTROL         "Native (Windows)",IDC_RAD_NATIVE,"Button", BS_AUTORADIOBUTTON,121,144,72,10
+    LTEXT           "Libraries can be specified individually to be either builtin or native. A DLL entry specified as ""*"" pertains to all DLLs not specified explicitly.",
+                    IDC_STATIC,15,17,228,27
+    CONTROL         "List3",IDC_LIST_DLLS,"SysListView32",LVS_LIST | 
+                    LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | 
+                    WS_TABSTOP,15,47,227,90
+    LTEXT           "Load order:",IDC_STATIC,16,144,37,8
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
+    IDS_WINE_VERSION        "CVS"
+    IDS_TAB_GENERAL         "General"
+    IDS_TAB_DLLS            "Libraries"
+    IDS_TAB_DRIVES          "Drives"
+END
diff -Nru Original/wine/programs/winecfg/winecfg.rc wine/programs/winecfg/winecfg.rc
--- Original/wine/programs/winecfg/winecfg.rc	2003-08-28 14:14:03.000000000 +0200
+++ wine/programs/winecfg/winecfg.rc	2003-08-28 14:14:41.000000000 +0200
@@ -26,6 +26,7 @@
 #include "En.rc"
 #include "Es.rc"
 #include "Pt.rc"
+#include "Si.rc"
 
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #pragma code_page(1252)
diff -Nru Original/wine/programs/winefile/rsrc.rc wine/programs/winefile/rsrc.rc
--- Original/wine/programs/winefile/rsrc.rc	2003-08-28 14:14:03.000000000 +0200
+++ wine/programs/winefile/rsrc.rc	2003-08-28 14:14:41.000000000 +0200
@@ -33,4 +33,5 @@
 #include "Hu.rc"
 #include "Pt.rc"
 #include "Ru.rc"
+#include "Si.rc"
 #include "Zh.rc"
diff -Nru Original/wine/programs/winefile/Si.rc wine/programs/winefile/Si.rc
--- Original/wine/programs/winefile/Si.rc	1970-01-01 01:00:00.000000000 +0100
+++ wine/programs/winefile/Si.rc	2003-08-28 14:14:41.000000000 +0200
@@ -0,0 +1,166 @@
+/*
+ * WineFile
+ * Slovenian Language Support
+ *
+ * Copyright 2003 Rok Mandeljc <rok.mandeljc@gimb.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+#pragma code_page(1250)
+
+
+/* Menu */
+
+IDM_WINEFILE MENU FIXED IMPURE
+{
+	POPUP "&File"  {
+		MENUITEM "&Open\tEnter" ,			101
+		MENUITEM "&Move...\tF7" , 			106
+		MENUITEM "&Copy...\tF8" ,			107
+		MENUITEM "&In Clipboard...\tF9" ,		118
+		MENUITEM "&Delete\tDel" ,			108
+		MENUITEM "Re&name..." ,			109
+		MENUITEM "Propert&ies...\tAlt+Enter" , ID_EDIT_PROPERTIES
+		MENUITEM SEPARATOR
+		MENUITEM "C&ompress..." ,		119
+		MENUITEM "Dec&ompress..." ,		120
+		MENUITEM SEPARATOR
+		MENUITEM "&Run..." ,			ID_EXECUTE
+		MENUITEM "&Print..." , 			102
+		MENUITEM "Associate..." ,		103
+		MENUITEM SEPARATOR
+		MENUITEM "Cr&eate Directory..." ,			111
+		MENUITEM "Searc&h..." ,			104
+		MENUITEM "&Select Files..." ,			116
+		MENUITEM SEPARATOR
+#ifndef _NO_EXTENSIONS
+		MENUITEM "E&xit\tAlt+X" , 			ID_FILE_EXIT
+#else
+		MENUITEM "E&xit", 				ID_FILE_EXIT
+#endif
+	}
+
+	POPUP "&Disk"  {
+		MENUITEM "&Copy Disk..." ,			201
+		MENUITEM "&Label Disk..." ,			202
+		MENUITEM SEPARATOR
+		MENUITEM "&Format Disk..." ,			203
+#ifdef _WIN95
+		MENUITEM "&Make System Disk...", -1	/*@@ */
+#endif
+		MENUITEM SEPARATOR
+		MENUITEM "Connect &Network Drive" ,			252
+		MENUITEM "&Disconnect Network Drive" ,		253
+		MENUITEM SEPARATOR
+		MENUITEM "Share as..." ,			254
+		MENUITEM "&Remove Share..." ,			255
+		MENUITEM SEPARATOR
+		MENUITEM "&Select Drive..." ,			251
+	}
+
+	POPUP "&Directories"  {
+		MENUITEM "&Next Level\t+" ,			301
+		MENUITEM "Expand &Tree\t*" ,		302
+		MENUITEM "Expand &all\tStrg+*" ,		303
+		MENUITEM "Collapse &Tree\t-" ,			304
+		MENUITEM SEPARATOR
+		MENUITEM "&Mark Childs" ,				505
+	}
+
+	POPUP "&View"  {
+		MENUITEM "T&ree and Directory" ,			413
+		MENUITEM "Tr&ee Only" ,			411
+		MENUITEM "Directory &Only" ,			412
+		MENUITEM SEPARATOR
+		MENUITEM "Sp&lit" ,			414
+		MENUITEM SEPARATOR
+		MENUITEM "&Name" ,			ID_VIEW_NAME
+		MENUITEM "&All File Details" ,				ID_VIEW_ALL_ATTRIBUTES, CHECKED
+		MENUITEM "&Partial Details..." ,			ID_VIEW_SELECTED_ATTRIBUTES
+		MENUITEM SEPARATOR
+		MENUITEM "&Sort by Name" ,		404
+		MENUITEM "Sort &by Type" ,		405
+		MENUITEM "Sort by Si&ze" , 		406
+		MENUITEM "Sort by &Date" , 		407
+		MENUITEM SEPARATOR
+		MENUITEM "Sort by &..." ,			409
+	}
+
+	POPUP "&Options"  {
+		MENUITEM "&Confirmation..." ,		-1
+		MENUITEM "&Font..." ,			-1
+		MENUITEM "Customize Tool&bar..." , -1
+		MENUITEM SEPARATOR
+		MENUITEM "&Toolbar" ,		ID_VIEW_TOOL_BAR, CHECKED
+		MENUITEM "&Drivebar" ,		ID_VIEW_DRIVE_BAR, CHECKED
+		MENUITEM "&Status Bar" ,	ID_VIEW_STATUSBAR, CHECKED
+#ifndef _NO_EXTENSIONS
+		MENUITEM "F&ull Screen\tCtrl+Shift+S" , 	ID_VIEW_FULLSCREEN
+#endif
+		MENUITEM SEPARATOR
+		MENUITEM "&Minize on run" ,		-1
+		MENUITEM "&Save settings on exit" ,			511
+	}
+
+
+	POPUP "&Security"  {
+		MENUITEM "&Access..." ,		605
+		MENUITEM "&Logging..." ,			606
+		MENUITEM "&Owner..." ,		607
+	}
+
+	POPUP "&Window"  {
+		MENUITEM "New &Window" ,			ID_WINDOW_NEW
+		MENUITEM "Cascading\tCtrl+F5" ,		ID_WINDOW_CASCADE
+		MENUITEM "Tile &Horizontally" ,		ID_WINDOW_TILE_HORZ
+		MENUITEM "Tile &Vertically\tCtrl+F4" ,		ID_WINDOW_TILE_VERT
+#ifndef _NO_EXTENSIONS
+		MENUITEM "Arrange Automatically" ,		ID_WINDOW_AUTOSORT
+#endif
+		MENUITEM "Arrange &Symbols" ,		ID_WINDOW_ARRANGE
+		MENUITEM "&Refresh\tF5" ,		ID_REFRESH
+	}
+
+	POPUP "&?"  {
+		MENUITEM "&Help Topics\tF1" ,			ID_HELP
+		MENUITEM "Help &Search...\tF1" ,			ID_HELP
+		MENUITEM "&Using Help\tF1" ,			ID_HELP_USING
+		MENUITEM SEPARATOR
+		POPUP "Info..."  {
+		  MENUITEM "Info about &Wine..." ,			ID_ABOUT_WINE
+/*
+ *		  MENUITEM "&License..."		ID_LICENSE
+ *		  MENUITEM "&NO WARRANTY"		ID_NO_WARRANTY
+ */
+		}
+	}
+}
+
+
+IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Execute"
+FONT 8, "MS Shell Dlg"
+{
+	CONTROL 		"", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
+	CONTROL 		"&Command:" , -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
+	EDITTEXT		201, 3, 29, 134, 12, ES_AUTOHSCROLL
+	CONTROL 		"As &Symbol" , 214, "Button", BS_AUTOCHECKBOX|WS_TABSTOP,3, 45, 71, 12
+	DEFPUSHBUTTON	"OK" , 1, 158, 6, 47, 14
+	PUSHBUTTON		"Cancel" , 2, 158, 23, 47, 14
+	PUSHBUTTON		"&Help" , 254, 158, 43, 47, 14
+}
diff -Nru Original/wine/programs/winemine/rsrc.rc wine/programs/winemine/rsrc.rc
--- Original/wine/programs/winemine/rsrc.rc	2003-08-28 14:14:03.000000000 +0200
+++ wine/programs/winemine/rsrc.rc	2003-08-28 14:14:42.000000000 +0200
@@ -25,6 +25,7 @@
 #include "En.rc"
 #include "Es.rc"
 #include "Pt.rc"
+#include "Si.rc"
 
 LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
 
diff -Nru Original/wine/programs/winemine/Si.rc wine/programs/winemine/Si.rc
--- Original/wine/programs/winemine/Si.rc	1970-01-01 01:00:00.000000000 +0100
+++ wine/programs/winemine/Si.rc	2003-08-28 14:14:42.000000000 +0200
@@ -0,0 +1,102 @@
+/*
+ * WineMine
+ * Slovenian Language Support
+ *
+ * Copyright 2003 Rok Mandeljc <rok.mandeljc@gimb.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+
+STRINGTABLE {
+     IDS_APPNAME, "WineMine"
+
+}
+
+MENU_WINEMINE MENU DISCARDABLE
+{
+    POPUP "&Možnosti" {
+        MENUITEM "&Nova igra",           IDM_NEW
+        MENUITEM SEPARATOR
+        MENUITEM "&Vprašaji", IDM_MARKQ
+        MENUITEM SEPARATOR
+        MENUITEM "&Zaèetnik",      IDM_BEGINNER
+        MENUITEM "&Napreden",      IDM_ADVANCED
+        MENUITEM "&Strokovnjak",        IDM_EXPERT
+        MENUITEM "&Poljubno",        IDM_CUSTOM
+        MENUITEM SEPARATOR
+        MENUITEM "Iz&hod",          IDM_EXIT
+    }
+    POPUP "&Info" {
+        MENUITEM "&Najboljši èasi",    IDM_TIMES
+        MENUITEM "&O programu",         IDM_ABOUT
+    }
+}
+
+DLG_TIMES DIALOG DISCARDABLE 0, 0, 160, 80
+STYLE  DS_MODALFRAME | DS_3DLOOK |
+    WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
+CAPTION "Najboljši èasi"
+{
+    GROUPBOX        "Najboljši èasi", IDIGNORE,  10,  10, 140,  45
+    LTEXT           "Zaèetnik",      IDIGNORE,  20,  20,  40,   8
+    LTEXT           "Napreden",      IDIGNORE,  20,  30,  40,   8
+    LTEXT           "Strokovnjak",        IDIGNORE,  20,  40,  40,   8
+    LTEXT           "999",          IDC_TIME1,  70,  20,  15,   8
+    LTEXT           "999",          IDC_TIME2,  70,  30,  15,   8
+    LTEXT           "999",          IDC_TIME3,  70,  40,  15,   8
+    LTEXT           "",             IDC_NAME1,  90,  20,  55,   8
+    LTEXT           "",             IDC_NAME2,  90,  30,  55,   8
+    LTEXT           "",             IDC_NAME3,  90,  40,  55,   8
+    DEFPUSHBUTTON   "V redu",                IDOK,  55,  60,  50,  15
+}
+
+DLG_CONGRATS DIALOG DISCARDABLE  0, 0, 160, 60
+STYLE  DS_MODALFRAME | DS_3DLOOK |
+    WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
+CAPTION "Èestitamo!"
+{
+    LTEXT           "Vnesite svoje ime", IDIGNORE,  10,  10, 150,  10
+    EDITTEXT                              IDC_EDITNAME,  25,  20, 110,  12
+    DEFPUSHBUTTON   "V redu",                         IDOK,  60,  40,  40,  15
+}
+
+DLG_CUSTOM DIALOG DISCARDABLE  0, 0, 100, 100
+STYLE  DS_MODALFRAME | DS_3DLOOK |
+    WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
+CAPTION "Poljubna igra"
+{
+    LTEXT           "Vrstice",   IDIGNORE,   5,   5,  30,  10
+    LTEXT           "Stolpci",   IDIGNORE,   5,  35,  30,  10
+    LTEXT           "Mine",  IDIGNORE,   5,  65,  30,  10
+    EDITTEXT              IDC_EDITROWS,   5,  15,  20,  12, ES_NUMBER
+    EDITTEXT              IDC_EDITCOLS,   5,  45,  20,  12, ES_NUMBER
+    EDITTEXT             IDC_EDITMINES,   5,  75,  20,  12, ES_NUMBER
+    DEFPUSHBUTTON   "V redu",     IDOK,      40,  30,  50,  15
+    PUSHBUTTON      "Preklièi", IDCANCEL,  40,  50,  50,  15
+}
+
+DLG_ABOUT DIALOG DISCARDABLE  0, 0, 145, 80
+STYLE  DS_MODALFRAME | DS_3DLOOK |
+    WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
+CAPTION "O programu"
+{
+    LTEXT                               "WineMine", IDIGNORE,  10,  10,  35,  10
+    LTEXT         "Copyright 2000, Joshua Thielen", IDIGNORE,  35,  25, 100,  10
+    LTEXT                 "under the Wine license", IDIGNORE,  35,  35, 100,  10
+    ICON                                "WINEMINE", IDIGNORE,  10,  25,  20,  20
+    DEFPUSHBUTTON                             "OK", IDOK,      50,  60,  55,  15
+}

Attachment: signature.asc
Description: To je digitalno podpisan del =?iso-8859-2?Q?sporo=E8ila?=


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux