Author: janderwald
Date: Wed Dec 19 18:19:38 2007
New Revision: 31329
URL:
http://svn.reactos.org/svn/reactos?rev=31329&view=rev
Log:
- register greek translation
- add previously moved strings
- fix include guard
Modified:
trunk/reactos/base/setup/usetup/lang/el-GR.h
trunk/reactos/base/setup/usetup/mui.c
Modified: trunk/reactos/base/setup/usetup/lang/el-GR.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/el-…
==============================================================================
--- trunk/reactos/base/setup/usetup/lang/el-GR.h (original)
+++ trunk/reactos/base/setup/usetup/lang/el-GR.h Wed Dec 19 18:19:38 2007
@@ -1,5 +1,5 @@
-#ifndef LANG_EN_US_H__
-#define LANG_EN_US_H__
+#ifndef LANG_EL_GR_H__
+#define LANG_EL_GR_H__
static MUI_ENTRY elGRWelcomePageEntries[] =
{
@@ -672,6 +672,404 @@
}
};
+
+static MUI_ENTRY elGRSelectPartitionEntries[] =
+{
+ {
+ 6,
+ 8,
+ "The list below shows existing partitions and unused disk",
+ TEXT_NORMAL
+ },
+ {
+ 6,
+ 9,
+ "space for new partitions.",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 11,
+ "\x07 Press UP or DOWN to select a list entry.",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 13,
+ "\x07 Press ENTER to install ReactOS onto the selected partition.",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 15,
+ "\x07 Press C to create a new partition.",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 17,
+ "\x07 Press D to delete an existing partition.",
+ TEXT_NORMAL
+ },
+ {
+ 0,
+ 0,
+ " Please wait...",
+ TEXT_STATUS
+ },
+ {
+ 0,
+ 0,
+ NULL,
+ 0
+ }
+};
+
+static MUI_ENTRY elGRFormatPartitionEntries[] =
+{
+ {
+ 6,
+ 8,
+ "Format partition",
+ TEXT_NORMAL
+ },
+ {
+ 6,
+ 10,
+ "Setup will now format the partition. Press ENTER to continue.",
+ TEXT_NORMAL
+ },
+ {
+ 0,
+ 0,
+ " ENTER = Continue F3 = Quit",
+ TEXT_STATUS
+ },
+ {
+ 0,
+ 0,
+ NULL,
+ TEXT_NORMAL
+ }
+};
+
+static MUI_ENTRY elGRInstallDirectoryEntries[] =
+{
+ {
+ 6,
+ 8,
+ "Setup installs ReactOS files onto the selected partition. Choose a",
+ TEXT_NORMAL
+ },
+ {
+ 6,
+ 9,
+ "directory where you want ReactOS to be installed:",
+ TEXT_NORMAL
+ },
+ {
+ 6,
+ 14,
+ "To change the suggested directory, press BACKSPACE to delete",
+ TEXT_NORMAL
+ },
+ {
+ 6,
+ 15,
+ "characters and then type the directory where you want ReactOS to",
+ TEXT_NORMAL
+ },
+ {
+ 6,
+ 16,
+ "be installed.",
+ TEXT_NORMAL
+ },
+ {
+ 0,
+ 0,
+ " ENTER = Continue F3 = Quit",
+ TEXT_STATUS
+ },
+ {
+ 0,
+ 0,
+ NULL,
+ 0
+ }
+};
+
+static MUI_ENTRY elGRFileCopyEntries[] =
+{
+ {
+ 11,
+ 12,
+ "Please wait while ReactOS Setup copies files to your ReactOS",
+ TEXT_NORMAL
+ },
+ {
+ 30,
+ 13,
+ "installation folder.",
+ TEXT_NORMAL
+ },
+ {
+ 20,
+ 14,
+ "This may take several minutes to complete.",
+ TEXT_NORMAL
+ },
+ {
+ 0,
+ 0,
+ " \xB3 Please
wait... ",
+ TEXT_STATUS
+ },
+ {
+ 0,
+ 0,
+ NULL,
+ 0
+ }
+};
+
+static MUI_ENTRY elGRBootLoaderEntries[] =
+{
+ {
+ 6,
+ 8,
+ "Setup is installing the boot loader",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 12,
+ "Install bootloader on the harddisk (MBR).",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 13,
+ "Install bootloader on a floppy disk.",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 14,
+ "Skip install bootloader.",
+ TEXT_NORMAL
+ },
+ {
+ 0,
+ 0,
+ " ENTER = Continue F3 = Quit",
+ TEXT_STATUS
+ },
+ {
+ 0,
+ 0,
+ NULL,
+ 0
+ }
+};
+
+static MUI_ENTRY elGRKeyboardSettingsEntries[] =
+{
+ {
+ 6,
+ 8,
+ "You want to change the type of keyboard to be installed.",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 10,
+ "\x07 Press the UP or DOWN key to select the desired keyboard type.",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 11,
+ " Then press ENTER.",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 13,
+ "\x07 Press the ESC key to return to the previous page without
changing",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 14,
+ " the keyboard type.",
+ TEXT_NORMAL
+ },
+ {
+ 0,
+ 0,
+ " ENTER = Continue ESC = Cancel F3 = Quit",
+ TEXT_STATUS
+ },
+ {
+ 0,
+ 0,
+ NULL,
+ 0
+ }
+};
+
+static MUI_ENTRY elGRLayoutSettingsEntries[] =
+{
+ {
+ 6,
+ 8,
+ "You want to change the keyboard layout to be installed.",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 10,
+ "\x07 Press the UP or DOWN key to select the desired keyboard",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 11,
+ " layout. Then press ENTER.",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 13,
+ "\x07 Press the ESC key to return to the previous page without
changing",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 14,
+ " the keyboard layout.",
+ TEXT_NORMAL
+ },
+ {
+ 0,
+ 0,
+ " ENTER = Continue ESC = Cancel F3 = Quit",
+ TEXT_STATUS
+ },
+ {
+ 0,
+ 0,
+ NULL,
+ 0
+ },
+
+};
+
+static MUI_ENTRY elGRPrepareCopyEntries[] =
+{
+ {
+ 6,
+ 8,
+ "Setup prepares your computer for copying the ReactOS files. ",
+ TEXT_NORMAL
+ },
+ {
+ 0,
+ 0,
+ " Building the file copy list...",
+ TEXT_STATUS
+ },
+ {
+ 0,
+ 0,
+ NULL,
+ 0
+ },
+
+};
+
+static MUI_ENTRY elGRSelectFSEntries[] =
+{
+ {
+ 6,
+ 17,
+ "Select a file system from the list below.",
+ 0
+ },
+ {
+ 8,
+ 19,
+ "\x07 Press UP or DOWN to select a file system.",
+ 0
+ },
+ {
+ 8,
+ 21,
+ "\x07 Press ENTER to format the partition.",
+ 0
+ },
+ {
+ 8,
+ 23,
+ "\x07 Press ESC to select another partition.",
+ 0
+ },
+ {
+ 0,
+ 0,
+ " ENTER = Continue ESC = Cancel F3 = Quit",
+ TEXT_STATUS
+ },
+
+ {
+ 0,
+ 0,
+ NULL,
+ 0
+ }
+};
+
+static MUI_ENTRY elGRDeletePartitionEntries[] =
+{
+ {
+ 6,
+ 8,
+ "You have chosen to delete the partition",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 18,
+ "\x07 Press D to delete the partition.",
+ TEXT_NORMAL
+ },
+ {
+ 11,
+ 19,
+ "WARNING: All data on this partition will be lost!",
+ TEXT_NORMAL
+ },
+ {
+ 8,
+ 21,
+ "\x07 Press ESC to cancel.",
+ TEXT_NORMAL
+ },
+ {
+ 0,
+ 0,
+ " D = Delete Partition ESC = Cancel F3 = Quit",
+ TEXT_STATUS
+ },
+ {
+ 0,
+ 0,
+ NULL,
+ 0
+ }
+};
+
MUI_ERROR elGRErrorEntries[] =
{
@@ -905,6 +1303,46 @@
elGRFlushPageEntries
},
{
+ SELECT_PARTITION_PAGE,
+ elGRSelectPartitionEntries
+ },
+ {
+ SELECT_FILE_SYSTEM_PAGE,
+ elGRSelectFSEntries
+ },
+ {
+ FORMAT_PARTITION_PAGE,
+ elGRFormatPartitionEntries
+ },
+ {
+ DELETE_PARTITION_PAGE,
+ elGRDeletePartitionEntries
+ },
+ {
+ INSTALL_DIRECTORY_PAGE,
+ elGRInstallDirectoryEntries
+ },
+ {
+ PREPARE_COPY_PAGE,
+ elGRPrepareCopyEntries
+ },
+ {
+ FILE_COPY_PAGE,
+ elGRFileCopyEntries
+ },
+ {
+ KEYBOARD_SETTINGS_PAGE,
+ elGRKeyboardSettingsEntries
+ },
+ {
+ BOOT_LOADER_PAGE,
+ elGRBootLoaderEntries
+ },
+ {
+ LAYOUT_SETTINGS_PAGE,
+ elGRLayoutSettingsEntries
+ },
+ {
QUIT_PAGE,
elGRQuitPageEntries
},
Modified: trunk/reactos/base/setup/usetup/mui.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/mui.c?re…
==============================================================================
--- trunk/reactos/base/setup/usetup/mui.c (original)
+++ trunk/reactos/base/setup/usetup/mui.c Wed Dec 19 18:19:38 2007
@@ -25,6 +25,10 @@
{
"German",
deDEPages
+ },
+ {
+ "Greek",
+ elGRPages
},
{
"Italian",