~ubuntu-installer/wubi/hardy

181 by ecology
added username checks : 1st char not number, only standard chars and digits allowed
1
;======================================================
2
;Wubi translation file
3
;(see translations.txt for translation instructions)
4
;======================================================
5
;Language         : English (default)
6
;Translator       :
7
;Wubi Version     :
8
;Date             :
9
;======================================================
10
;Localised strings
11
;======================================================
12
;LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
433 by Agostino Russo
* Fixed paths in failure-command.sh
13
14
#MAIN PAGE
271 by ago
Added optional argument --liveboot, to setup grub4dos to address bios issues
15
LangString UseCD ${LANG_ENGLISH} "(Use CD)"
16
LangString ReadOnly ${LANG_ENGLISH} "(Read Only)"
181 by ecology
added username checks : 1st char not number, only standard chars and digits allowed
17
LangString MainHeaderSubText ${LANG_ENGLISH} "Please select username and password for the new account"
18
LangString MainLanguageLabel ${LANG_ENGLISH} "Language:"
19
LangString MainUsernameLabel ${LANG_ENGLISH} "Username:"
20
LangString MainPasswordLabel ${LANG_ENGLISH} "Password:"
21
LangString MainInstallationSizeLabel ${LANG_ENGLISH} "Installation Size (GB):"
22
LangString MainDistroLabel ${LANG_ENGLISH} "Desktop Environment:"
433 by Agostino Russo
* Fixed paths in failure-command.sh
23
LangString MainInstallationDriveLabel ${LANG_ENGLISH} "Installation Drive ($freeSpace GB free):"
24
25
#TOOLTIPS
26
LangString MainLanguageToolTip ${LANG_ENGLISH} "Installation language."
27
LangString MainUsernameToolTip ${LANG_ENGLISH} "Please select a username for the new account.$\r$\nIt must be lower case.$\r$\nIt must not contain spaces.$\r$\nIt must contain only standard letters and numbers.$\r$\nIt cannot start by a number."
28
LangString MainPasswordToolTip ${LANG_ENGLISH} "Please select a password for the new account.$\r$\nIt must not contain spaces."
278 by ago
Updated translation files
29
LangString MainInstallationSizeToolTip ${LANG_ENGLISH} "How many GB do you want to allocate?$\r$\n4GB is the bare minimum$\r$\n8GB is comfortable"
433 by Agostino Russo
* Fixed paths in failure-command.sh
30
LangString MainInstallationDriveToolTip ${LANG_ENGLISH} "In which drive do you want to perform the installation?$\r$\nThis drive should have at least 5 GB free."
31
LangString MainDistroToolTip ${LANG_ENGLISH} "What graphical environment do you want to install?$\r$\nUbuntu is the default.$\r$\nXubuntu is good for older systems.$\r$\nKubuntu uses the KDE desktop.$\r$\nEdubuntu is good for schools."
32
33
#ERRORS
181 by ecology
added username checks : 1st char not number, only standard chars and digits allowed
34
LangString ErrorNoUsername ${LANG_ENGLISH} "Please enter a valid username"
35
LangString ErrorSpaceInUsername ${LANG_ENGLISH} "Please do not use spaces in the username."
36
LangString ErrorUsernameUpperCase ${LANG_ENGLISH} "Please use all lower cases in the username."
37
LangString ErrorUsernameFirstCharNotLetter ${LANG_ENGLISH} "Your username must start with a letter."
38
LangString ErrorUsernameIllegalChars ${LANG_ENGLISH} "Your username must contain only standard letters and numbers."
388 by ago
Check reserved username
39
LangString ErrorReservedUsername ${LANG_ENGLISH} "The selected username is reserved, please selected a different one."
181 by ecology
added username checks : 1st char not number, only standard chars and digits allowed
40
LangString ErrorNoPassword ${LANG_ENGLISH} "Please enter a valid password."
41
LangString ErrorPasswordMismatch ${LANG_ENGLISH} "Passwords do not match."
42
LangString ErrorSpaceInPassword ${LANG_ENGLISH} "Please do not use spaces in the password."
278 by ago
Updated translation files
43
LangString ErrorNoFreeSpace ${LANG_ENGLISH} "Not enough free space."
281 by ago
Merged detect_cd and detetect_iso functionality
44
LangString ErrorNoKernel ${LANG_ENGLISH} "Could not retrieve some essential files"
433 by Agostino Russo
* Fixed paths in failure-command.sh
45
LangString ErrorBcedit ${LANG_ENGLISH} "Error while trying to execute bcedit:"
46
LangString ErrorWubibcd ${LANG_ENGLISH} "Error while trying to execute wubibcd:"
47
LangString ErrorCD2ISO ${LANG_ENGLISH} "Could not access the CD, please make sure other applications are not using it and try again"
48
LangString ErrorDownload ${LANG_ENGLISH} "The download was interrupted with the error:"
49
LangString ErrorNoCD ${LANG_ENGLISH} "Could not find any appropriate CD"
50
51
#INSTALLER
52
LangString AboutToInstall ${LANG_ENGLISH} "You are about to install $Distro-$DistroVersion"
53
LangString InstallHeaderInitializing ${LANG_ENGLISH} "Installing $Distro-$DistroVersion"
181 by ecology
added username checks : 1st char not number, only standard chars and digits allowed
54
LangString InstallSubHeader ${LANG_ENGLISH} "Please wait while the required files are retrieved and prepared"
55
LangString InstallHeaderUncompressWubifolder ${LANG_ENGLISH} "Uncompressing wubi folder..."
56
LangString InstallHeaderCopyIso ${LANG_ENGLISH} "Copying installation files..."
57
LangString InstallHeaderDownload ${LANG_ENGLISH} "Retrieving installation files, resume supported"
58
LangString InstallHeaderBackupIso ${LANG_ENGLISH} "Backing up installation files..."
59
LangString InstallHeaderWritePreseed ${LANG_ENGLISH} "Writting configuration files..."
60
LangString InstallHeaderWriteUninstaller ${LANG_ENGLISH} "Setting up uninstaller..."
61
LangString InstallHeaderWriteBootLoader ${LANG_ENGLISH} "Setting up bootloader..."
62
LangString InstallGenerateVirtualDisks ${LANG_ENGLISH} "Creating virtual disks..."
63
LangString InstallCopyFiles ${LANG_ENGLISH} "Copying installation files..."
433 by Agostino Russo
* Fixed paths in failure-command.sh
64
LangString InstallCreateFolders ${LANG_ENGLISH} "Creating folders..."
65
LangString InstallRetrieveIso ${LANG_ENGLISH} "Retrieving installation files."
66
67
#UNINSTALLER
68
LangString UninstallAlreadyInstalled ${LANG_ENGLISH} "${AppName} is already installed"
211 by Agostino Russo
Made uninstaller based on heuristics (reduced registry dependency)
69
LangString UninstallAsk ${LANG_ENGLISH} "Do you want to uninstall it?"
433 by Agostino Russo
* Fixed paths in failure-command.sh
70
LangString UninstallMessageField ${LANG_ENGLISH} "$OldInstallationDrive\${DefaultInstallationDir} will be uninstalled.$\r$\nYou can backup your files if you want."
71
LangString UninstallBackupIsoCheckBox ${LANG_ENGLISH} "Backup downloaded files (CD ISO file)."
72
LangString UninstallBackupHomeCheckBox ${LANG_ENGLISH} "Backup personal documents (home.disk)."
73
LangString UninstallBackupLocationField ${LANG_ENGLISH} "Backup location: $BackupFolder"
74
75
#FINISH
76
LangString EjectRebootMsg ${LANG_ENGLISH} "Please remove any CD/DVD and reboot to complete the installation."
77
LangString RebootMsg ${LANG_ENGLISH} "You need to reboot to complete the installation."
78
79
#METADL
278 by ago
Updated translation files
80
LangString MetadlDownloading ${LANG_ENGLISH} "Retrieving installation files %s"
174 by Hampus Wessman
Added translation support for metadl in Wubi. I also translated everything in sv.po.
81
LangString MetadlConnecting ${LANG_ENGLISH} "Connecting to %s..."
82
LangString MetadlInitializing ${LANG_ENGLISH} "Initializing download..."
83
LangString MetadlChecksums ${LANG_ENGLISH} "Calculating checksums..."
84
LangString MetadlRetrying1 ${LANG_ENGLISH} "Retrying in %d seconds... (%d of %d)"
85
LangString MetadlRetrying2 ${LANG_ENGLISH} "Retrying in %d seconds..."
86
LangString MetadlSecond ${LANG_ENGLISH} "second"
87
LangString MetadlSeconds ${LANG_ENGLISH} "seconds"
88
LangString MetadlProgress ${LANG_ENGLISH} "%s (%d%%) of %s @ %s/s"
181 by ecology
added username checks : 1st char not number, only standard chars and digits allowed
89
LangString MetadlRemaining ${LANG_ENGLISH} " (%s remaining)"
433 by Agostino Russo
* Fixed paths in failure-command.sh
90
LangString PleaseConnect ${LANG_ENGLISH} "Please connect to the internet now."
409 by Agostino Russo
* Minor fixes
91
433 by Agostino Russo
* Fixed paths in failure-command.sh
92
#ACCESSIBILITY
411 by Agostino Russo
* Fixed nsis string comparisons (LP: #190941)
93
LangString MobilityAids ${LANG_ENGLISH} "Mobility Aids"
94
LangString VisibilityAids ${LANG_ENGLISH} "Visibility Aids"
409 by Agostino Russo
* Minor fixes
95
LangString AccessibilityButton ${LANG_ENGLISH} "Access"
96
LangString AccessibilityText ${LANG_ENGLISH} "Accessibility profile"
97
LangString AccessibilitySubText ${LANG_ENGLISH} "Please select the appropriate accessibility profile"
98
LangString NoAccessibility ${LANG_ENGLISH} "None"
433 by Agostino Russo
* Fixed paths in failure-command.sh
99
LangString VisibilityHighContrast ${LANG_ENGLISH} "High Contrast"
100
LangString VisibilityMagnifier ${LANG_ENGLISH} "Magnifier"
101
LangString VisibilityScreenReader ${LANG_ENGLISH} "Screen Reader"
102
LangString VisibilityBraille ${LANG_ENGLISH} "Braille Terminal"
103
LangString MobilityKeyboardModifiers ${LANG_ENGLISH} "Keyboard Modifiers"
104
LangString MobilityOnScreenKeyboard ${LANG_ENGLISH} "On-Screen Keyboard"
410 by Agostino Russo
* Ask the user before proceeding in CD-boot mode (LP: #181747)
105
433 by Agostino Russo
* Fixed paths in failure-command.sh
106
#CDBOOT
410 by Agostino Russo
* Ask the user before proceeding in CD-boot mode (LP: #181747)
107
LangString CDBootTitle ${LANG_ENGLISH} "Install CD booter"
411 by Agostino Russo
* Fixed nsis string comparisons (LP: #190941)
108
LangString CDBootText ${LANG_ENGLISH} "If your machine cannot boot off the CD, this program will install a new boot menu entry to help you boot from CD. In most cases this program is not needed, and it is sufficient to reboot with the CD-Rom in the tray.$\r$\n$\r$\nDo you want to proceed and install the CD booter?"