mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
b819608ed8
svn path=/branches/condrv_restructure/; revision=63104
64 lines
2.1 KiB
Text
64 lines
2.1 KiB
Text
/*
|
|
* Translated by Polish Translation Team (Apr, 2007)
|
|
* https://sourceforge.net/projects/reactospl
|
|
* UTF-8 conversion by Caemyr (May, 2011)
|
|
*/
|
|
|
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
|
|
|
/* String Tables */
|
|
|
|
/* Default settings */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS - Zapraszamy"
|
|
IDS_DEFAULTTOPICTITLE "ReactOS"
|
|
IDS_DEFAULTTOPICDESC "Witaj w systemie operacyjnym ReactOS.\n\nWybierz temat po lewej."
|
|
// IDS_CHECKTEXT "Pokaż ten dialog ponownie"
|
|
// IDS_CLOSETEXT "Wyjście"
|
|
END
|
|
|
|
/* Topic buttons */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPICBUTTON0 "Zainstaluj ReactOS"
|
|
IDS_TOPICBUTTON1 "Przeglądaj CD"
|
|
IDS_TOPICBUTTON2 "Wyjście"
|
|
// IDS_TOPICBUTTON3 "Empty Topic 3"
|
|
// IDS_TOPICBUTTON4 "Empty Topic 4"
|
|
// IDS_TOPICBUTTON5 "Empty Topic 5"
|
|
// IDS_TOPICBUTTON6 "Empty Topic 6"
|
|
// IDS_TOPICBUTTON7 "Empty Topic 7"
|
|
// IDS_TOPICBUTTON8 "Empty Topic 8"
|
|
// IDS_TOPICBUTTON9 "Empty Topic 9"
|
|
END
|
|
|
|
/* Topic titles */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPICTITLE0 "Zainstaluj ReactOS"
|
|
IDS_TOPICTITLE1 "Przeglądaj CD"
|
|
IDS_TOPICTITLE2 "Wyjście"
|
|
// IDS_TOPICTITLE3 "Empty Topic Title 3"
|
|
// IDS_TOPICTITLE4 "Empty Topic Title 4"
|
|
// IDS_TOPICTITLE5 "Empty Topic Title 5"
|
|
// IDS_TOPICTITLE6 "Empty Topic Title 6"
|
|
// IDS_TOPICTITLE7 "Empty Topic Title 7"
|
|
// IDS_TOPICTITLE8 "Empty Topic Title 8"
|
|
// IDS_TOPICTITLE9 "Empty Topic Title 9"
|
|
END
|
|
|
|
/* Topic descriptions */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPICDESC0 "Utwórz nową instalację ReactOS na komputerze lub aktualizuj już istniejącą."
|
|
IDS_TOPICDESC1 "Przeglądaj CD."
|
|
IDS_TOPICDESC2 "Kliknij, aby zakończyć aplikację."
|
|
// IDS_TOPICDESC3 "Topic description 3.\n\nDescribe topic 3 here."
|
|
// IDS_TOPICDESC4 "Topic description 4.\n\nDescribe topic 4 here."
|
|
// IDS_TOPICDESC5 "Topic description 5.\n\nDescribe topic 5 here."
|
|
// IDS_TOPICDESC6 "Topic description 6.\n\nDescribe topic 6 here."
|
|
// IDS_TOPICDESC7 "Topic description 7.\n\nDescribe topic 7 here."
|
|
// IDS_TOPICDESC8 "Topic description 8.\n\nDescribe topic 8 here."
|
|
// IDS_TOPICDESC9 "Topic description 9.\n\nDescribe topic 9 here."
|
|
END
|