~ubuntu-branches/ubuntu/hardy/migration-assistant/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/migration-assistant.templates

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea
  • Date: 2007-02-06 00:58:57 UTC
  • Revision ID: james.westby@ubuntu.com-20070206005857-1yxpcc2kvpwquso9
Tags: 0.3
* Added tests for empty passwords, reserved usernames, bad usernames and
  more.
* removed the administrator debconf option.
* fixed quite a few bugs in ma-ask's regular expressions, mounting of
  filesystems and ifs handling.
* Added bookmarks importing from Firefox and IE.
* Removed the last bit of code referencing the administrator, allowing
  installs to work again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
_Description: Password input error
44
44
 The two passwords you entered were not the same. Please try again.
45
45
 
 
46
Template: migration-assistant/password-empty
 
47
Type: error
 
48
_Description: Empty password
 
49
 You entered an empty password, which is not allowed.
 
50
 Please choose a non-empty password.
 
51
 
 
52
Template: migration-assistant/username-bad
 
53
Type: error
 
54
_Description: Invalid username
 
55
 The username you entered is invalid. Note that usernames must start with
 
56
 a lower-case letter, which can be followed by any combination of numbers
 
57
 and more lower-case letters.
 
58
 
 
59
Template: migration-assistant/username-reserved
 
60
Type: error
 
61
_Description: Reserved username
 
62
 The username you entered (${user}) is reserved for use by the system.
 
63
 Please select a different one.
 
64
 
46
65
Template: migration-assistant/fullname
47
66
Type: string
48
67
_Description: Full name for ${user}:
51
70
 user as well as any program which displays or uses the user's real
52
71
 name. Their full name is a reasonable choice.
53
72
 
54
 
Template: migration-assistant/administrator
55
 
Type: boolean
56
 
Default: false
57
 
_Description: Make this user an administrator?
58
 
 Would you like to make ${user} an administrator?
59
 
 .
60
 
 Note that administrators have full access to the system and are able
61
 
 to view and delete the files of any other user.
62
 
 
63
73
Template: finish-install/progress/migration-assistant
64
74
Type: text
65
75
_Description: Importing documents and settings from other operating systems (this may take a while).