Patch by Olaf Siejka <olaf_siejka (at) o2 (dot) pl>

- Partial usetup polish translation 
- Adds missing "Setup" word in ERROR_WRITE_BOOT section

by me:
- Activate all current (10) usetup translations in txtsetup.sif
- Add polish localization in mui.c
See issue #2930 for more details.

svn path=/trunk/; revision=31566
This commit is contained in:
Marc Piulachs
2008-01-02 18:54:54 +00:00
parent 3c0efbc70d
commit 8ead869bf3
12 changed files with 1592 additions and 13 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_CAPTION "Instalator ReactOS"
IDS_TEXT "Nie mo¿esz zainstalowaæ ReactOS bezpoœrednio z tego CD!\n\nProszê zrestartowaæ komputer i uruchomiæ z tego CD, aby zainstalowaæ ReactOS."
IDS_TEXT "Nie mo¿esz zainstalowaæ ReactOS bezpoœrednio!\n\nProszê zrestartowaæ komputer i uruchomiæ z tego CD, aby zainstalowaæ ReactOS."
END
/* EOF */
+1 -1
View File
@@ -15,8 +15,8 @@
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/lt-LT.rc"
#include "lang/nl-NL.rc"
#include "lang/nb-NO.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/pt-BR.rc"
#include "lang/ru-RU.rc"
+1 -1
View File
@@ -1309,7 +1309,7 @@ MUI_ERROR elGRErrorEntries[] =
},
{
//ERROR_WRITE_BOOT,
"failed to install FAT bootcode on the system partition.",
"Setup failed to install FAT bootcode on the system partition.",
"ENTER = Åðáíåêêßíçóç õðïëïãéóôÞ"
},
{
+1 -1
View File
@@ -1309,7 +1309,7 @@ MUI_ERROR enUSErrorEntries[] =
},
{
//ERROR_WRITE_BOOT,
"failed to install FAT bootcode on the system partition.",
"Setup failed to install FAT bootcode on the system partition.",
"ENTER = Reboot computer"
},
{
+2 -1
View File
@@ -1309,7 +1309,7 @@ MUI_ERROR esESErrorEntries[] =
},
{
//ERROR_WRITE_BOOT,
"failed to install FAT bootcode on the system partition.",
"Setup failed to install FAT bootcode on the system partition.",
"ENTER = Reboot computer"
},
{
@@ -1561,3 +1561,4 @@ MUI_PAGE esESPages[] =
+2 -2
View File
@@ -1470,8 +1470,8 @@ MUI_PAGE itITPages[] =
itITLanguagePageEntries
},
{
START_PAGE,
itITWelcomePageEntries
START_PAGE,
itITWelcomePageEntries
},
{
INSTALL_INTRO_PAGE,
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1309,7 +1309,7 @@ MUI_ERROR ruRUErrorEntries[] =
},
{
//ERROR_WRITE_BOOT,
"failed to install FAT bootcode on the system partition.",
"Setup failed to install FAT bootcode on the system partition.",
"ENTER = Reboot computer"
},
{
+1 -1
View File
@@ -1309,7 +1309,7 @@ MUI_ERROR svSEErrorEntries[] =
},
{
//ERROR_WRITE_BOOT,
"failed to install FAT bootcode on the system partition.",
"Setup failed to install FAT bootcode on the system partition.",
"ENTER = Reboot computer"
},
{
+1 -1
View File
@@ -1309,7 +1309,7 @@ MUI_ERROR ukUAErrorEntries[] =
},
{
//ERROR_WRITE_BOOT,
"failed to install FAT bootcode on the system partition.",
"Setup failed to install FAT bootcode on the system partition.",
"ENTER = Reboot computer"
},
{
+8
View File
@@ -34,6 +34,7 @@
#include "lang/es-ES.h"
#include "lang/fr-FR.h"
#include "lang/it-IT.h"
#include "lang/pl-PL.h"
#include "lang/ru-RU.h"
#include "lang/sv-SE.h"
#include "lang/uk-UA.h"
@@ -89,6 +90,13 @@ static MUI_LANGUAGE LanguageList[] =
esESPages,
esESErrorEntries
},
{
L"00000415",
L"00000415",
L"Polish",
plPLPages,
plPLErrorEntries
},
{
L"0000041D",
L"0000041D",
+4 -3
View File
@@ -106,17 +106,18 @@ Default = "XT-, AT- or extended keyboard (83-105 keys)"
;0000040B = "Finnish"
0000040C = "French"
00000407 = "German"
;00000408 = "Greek"
00000408 = "Greek"
;0000040D = "Hebrew"
;0000040E = "Hungarian"
00000410 = "Italian"
;00000411 = "Japanese"
;00000414 = "Norwegian"
;00000415 = "Polish"
00000415 = "Polish"
;00000816 = "Portuguese"
;00000419 = "Russian"
00000419 = "Russian"
;0000041B = "Slovak"
0000040A = "Spanish"
0000041D = "Swedish"
00000422 = "Ukrainian"