Пример #1
0
from modules.i18n.i18n import _

#
# Menu
#
ROOT_PASSWORD = _('Root Password')
TIMEZONE_SELECTION = _('Timezone selection')
DATE_AND_TIME = _('Date and Time')
CONFIGURE_NETWORK = _('Configure Network')
DNS_CONFIGURATION = _('DNS configuration')
EXIT = _('Exit')
Пример #2
0
from modules.i18n.i18n import _

#
# CONSTANTS
#

ERROR_CANNOT_DETECT_INSTALLED_SYSTEM = _("ERROR: Cannot detect installed system, impossible to upgrade")
ERROR_CANNOT_DETECT_INSTALLED_SYSTEM_VERSION = _("ERROR: Cannot detect installed system version, impossible to upgrade")
ERROR_CANNOT_FAST_FORWARD_UPGRADES = _("ERROR: Cannot fast forward upgrades, impossible to upgrade")
ERROR_INSTALLED_SYSTEM_IS_NEWER = _("ERROR: Installed system is newer, impossible to upgrade")
ERROR_UPGRADE_FAILED = _("ERROR: Upgrade failed.")
ERROR_WHILE_INSTALLING_IBM_POWERKVM = _("Error while installing IBM PowerKVM into disk %s")
FORMATTING_DISKS = _('Formatting disks...')
FORMATTING_ROOT_DEVICE_TO_REINSTALL = _('Formatting root device to reinstall system')
INSTALLING_IBM_POWERKVM_INTO_DISK = _("Installing IBM PowerKVM into disk %s...")
INSTALL_IBM_POWERKVM = _("Install IBM PowerKVM")
PROCEED_TO_UPGRADE_THE_SYSTEM = _("Proceed to upgrade the system?")
REINSTALL_IBM_POWERKVM = _('Reinstall IBM PowerKVM')
RESCUE_MODE_GOES_TO_TERMINAL = _("Rescue mode (goes to terminal)")
RUNNING_POST_UPGRADE_SCRIPTS = _('Running Post Upgrade Scripts')
SYSTEM_INSTALLED_STARTING_POST = _("System Installed. Starting post install scripts.")
UPGRADE_CONCLUDED = _('Upgrade concluded!')
UPGRADE_INSTALLED_IBM_POWERKVM = _('Upgrade installed IBM PowerKVM')
GETTING_DISK_INFORMATION = _('Getting disk information...')
Пример #3
0
# -*- coding: utf-8 -*-
from modules.i18n.i18n import _

#
# CONSTANTS
#


#
# menu
#
WELCOME_IBM_POWERKVM = _("Welcome to IBM PowerKVM %s")
SELECT_ONE_OF_THE_OPTIONS_BELOW = _("Select one of the options below and follow the instructions.")
ARE_YOU_SURE_YOU_WANTO_TO = _("Are you sure you want to install on device %s?\n\n \
The following partitions will be removed: %s\n\n \
The following LVMs will be removed: %s\n\n")
IBM_POWERKVM = _("IBM PowerKVM %s")
OK = _("Ok")
BACK = _("Back")
SKIP = _("Skip")
NEXT = _("Next")
EDIT = _("Edit")
HELP_LINE = _("  <Tab>/<Shift-Tab> between elements   |  <Space> selects")


#
# rootchangepassword screen
#
ERROR_PASSWD_LENGTH = _("Password Length")
ERROR_PASSWD_LENGTH_MSG = _("The root password must be at least 6 characters long.")
ERROR_PASSWD_MISMATCH = _("Password Mismatch")