sv-SE.rc (8b67edd8) | sv-SE.rc (48160c74) |
---|---|
1/* 2 * Copyright (C) 2004 Filip Navara 3 * Copyright (C) 2004 Eric Kohl 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. --- 27 unchanged lines hidden (view full) --- 36BEGIN 37 LTEXT "The ReactOS developers would like to acknowledge the following Open Source projects, (parts of) which were used to create ReactOS:", IDC_STATIC, 15, 7, 286, 19 38 LISTBOX IDC_PROJECTS, 15, 30, 286, 75, LBS_NOSEL | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL 39 LTEXT "ReactOS is licensed under the GPL, so if you want to reuse or redistribute (parts of) it you must respect the GPL.", IDC_STATIC, 15, 110, 227, 19 40 PUSHBUTTON "&View GPL...", IDC_VIEWGPL, 251, 110, 50, 19 41 LTEXT "Click Next to continue with Setup.", IDC_STATIC, 15, 136, 195, 17 42END 43 | 1/* 2 * Copyright (C) 2004 Filip Navara 3 * Copyright (C) 2004 Eric Kohl 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. --- 27 unchanged lines hidden (view full) --- 36BEGIN 37 LTEXT "The ReactOS developers would like to acknowledge the following Open Source projects, (parts of) which were used to create ReactOS:", IDC_STATIC, 15, 7, 286, 19 38 LISTBOX IDC_PROJECTS, 15, 30, 286, 75, LBS_NOSEL | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL 39 LTEXT "ReactOS is licensed under the GPL, so if you want to reuse or redistribute (parts of) it you must respect the GPL.", IDC_STATIC, 15, 110, 227, 19 40 PUSHBUTTON "&View GPL...", IDC_VIEWGPL, 251, 110, 50, 19 41 LTEXT "Click Next to continue with Setup.", IDC_STATIC, 15, 136, 195, 17 42END 43 |
44IDD_PRODUCT DIALOGEX 0, 0, 317, 143 45CAPTION "ReactOS Setup" 46STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUPWINDOW | WS_CAPTION | WS_VISIBLE 47FONT 8, "MS Shell Dlg" 48BEGIN 49 ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20 50 LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12 51 LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10 52 COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP 53 GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85 54 LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10 55 EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL 56 LTEXT "ProductType:", IDC_STATIC, 20, 82, 70, 10 57 EDITTEXT IDC_PRODUCT_TYPE, 95, 80, 110, 14, ES_READONLY | ES_AUTOHSCROLL 58 LTEXT "Description:", IDC_STATIC, 20, 102, 70, 10 59 EDITTEXT IDC_PRODUCT_DESCRIPTION, 95, 99, 205, 30, ES_READONLY | ES_AUTOVSCROLL | ES_MULTILINE | WS_VSCROLL 60END 61 |
|
44IDD_OWNERPAGE DIALOGEX 0, 0, 317, 143 45STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 46CAPTION "ReactOS Setup" 47FONT 8, "MS Shell Dlg" 48BEGIN 49 ICON IDI_ICON2, IDC_STATIC, 21, 7, 20, 20 50 LTEXT "Type your full name and the name of your company or organization.", IDC_STATIC, 54, 7, 242, 21 51 LTEXT "Na&me:", IDC_STATIC, 54, 37, 44, 8 --- 186 unchanged lines hidden (view full) --- 238 239STRINGTABLE 240BEGIN 241 IDS_CLASSIC "Classic" 242 IDS_LAUTUS "Lautus" 243 IDS_LUNAR "Lunar" 244 IDS_MIZU "Mizu" 245END | 62IDD_OWNERPAGE DIALOGEX 0, 0, 317, 143 63STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 64CAPTION "ReactOS Setup" 65FONT 8, "MS Shell Dlg" 66BEGIN 67 ICON IDI_ICON2, IDC_STATIC, 21, 7, 20, 20 68 LTEXT "Type your full name and the name of your company or organization.", IDC_STATIC, 54, 7, 242, 21 69 LTEXT "Na&me:", IDC_STATIC, 54, 37, 44, 8 --- 186 unchanged lines hidden (view full) --- 256 257STRINGTABLE 258BEGIN 259 IDS_CLASSIC "Classic" 260 IDS_LAUTUS "Lautus" 261 IDS_LUNAR "Lunar" 262 IDS_MIZU "Mizu" 263END |
264 265STRINGTABLE 266BEGIN 267 IDS_PRODUCTTITLE "Product Options" 268 IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system." 269 IDS_PRODUCTSERVERNAME "ReactOS Server (Default)" 270 IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation" 271 IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""." 272 IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""." 273END |
|