Maciej Bialas <bjauy AT tlen DOT pl>

- Updated polish version of base/setup/reactos.
- See issue #3456 for more details.

svn path=/trunk/; revision=34311
This commit is contained in:
Matthias Kupfer 2008-07-05 21:36:00 +00:00
parent e8cf32fe74
commit 3ac7447b97
2 changed files with 15 additions and 9 deletions

View file

@ -3,15 +3,21 @@
* xxrogers@users.sourceforge.net
* https://sourceforge.net/projects/reactospl
* http://rogers.cyberdusk.pl/
* update - niski (bjauy@o2.pl)
*/
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
/* String Tables */
STRINGTABLE DISCARDABLE
BEGIN
IDS_CAPTION "Instalator ReactOS"
IDS_TEXT "Nie mo¿esz zainstalowaæ ReactOS bezpoœrednio!\n\nProszê zrestartowaæ komputer i uruchomiæ z tego CD, aby zainstalowaæ ReactOS."
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
IDD_STARTPAGE DIALOGEX DISCARDABLE 0, 0, 317, 193
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Instalator ReactOS"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Witaj w Kreatorze instalacji ReactOS.", IDC_STARTTITLE, 115, 8, 195, 24
LTEXT "Nie możesz zainstalować ReactOS bezpośrednio! "\
"Uruchom ponownie komputer z tej płyty aby "\
"zainstalować ReactOS.", IDC_STATIC, 115, 40, 195, 100
LTEXT "Naciśnij przycisk aby zakończyć pracę Instalatora.", IDC_STATIC, 115, 169, 195, 17
END
/* EOF */

View file

@ -16,9 +16,9 @@
#include "lang/ja-JP.rc"
#include "lang/lt-LT.rc"
#include "lang/nb-NO.rc"
#include "lang/nl-NL.rc"
#include "lang/nl-NL.rc"*/
#include "lang/pl-PL.rc"
#include "lang/pt-BR.rc"
/*#include "lang/pt-BR.rc"
#include "lang/ru-RU.rc"
#include "lang/sk-SK.rc"
#include "lang/sv-SE.rc"