~ubuntu-branches/ubuntu/karmic/update-manager/karmic-updates

« back to all changes in this revision

Viewing changes to utils/base-installer-1.102ubuntu1/debian/base-installer.templates

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-09-24 18:41:22 UTC
  • Revision ID: james.westby@ubuntu.com-20090924184122-4lowduwf0xiqmfnl
Tags: 1:0.125.3
* DistUpgrade/DistUpgrade.cfg.hardy:
  - fix upgrades from hardy by allowing the removal of sysvutils
* data/glade/UpdateManager.ui:
  - remove dialog title for cache open progress (LP: #435653)
* DistUpgrade/DistUpgradeQuirks.py:
  - add translators hints for some strings (LP: #433116)
* UpdateManager/Core/DistUpgradeFetcherCore.py:
  - fixed typo (thanks to Henrique P. Machado)
* UpdateManager/UpdateManager.py:
  - fix i18n issues with gtkbuilder
* DistUpgrade/DistUpgradeQuirks.py:
  - stop kblueplugd kbluetooth when the upgrade starts to
    avoid them crashing during the upgrade 
    (thanks to Jonathan Riddell)
* UpdateManager/backend/InstallBackendAptdaemon.py
  - setup correct window icon
* data/glade/UpdateManager.ui:
  - switch from unicode … to "..." until the issues with
    gettext is resolved (LP: #434107)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: base-installer/use_unclean_target
 
2
Type: boolean
 
3
Default: true
 
4
# :sl2:
 
5
_Description: Proceed with installation to unclean target?
 
6
 The target file system contains files from a past installation. These files
 
7
 could cause problems with the installation process, and if you proceed,
 
8
 some of the existing files may be overwritten.
 
9
 
 
10
Template: base-installer/no_target_mounted
 
11
Type: error
 
12
# :sl2:
 
13
_Description: No file system mounted on /target
 
14
 Before the installation can proceed, a root file system must be mounted on
 
15
 /target. The partitioner and formatter should have done this for you.
 
16
 
 
17
Template: base-installer/unclean_target_cancel
 
18
Type: error
 
19
# :sl2:
 
20
_Description: Not installing to unclean target
 
21
 The installation to the target file system has been canceled. You should go
 
22
 back and erase or format the target file system before proceeding with the
 
23
 install.
 
24
 
 
25
Template: base-installer/progress/preparing
 
26
Type: text
 
27
# :sl1:
 
28
_Description: Preparing to install the base system...
 
29
 
 
30
Template: base-installer/progress/installing-base
 
31
Type: text
 
32
# :sl1:
 
33
_Description: Installing the base system
 
34
 
 
35
Template: base-installer/progress/fallback
 
36
Type: text
 
37
# :sl1:
 
38
_Description: Running ${SCRIPT}...
 
39
 
 
40
Template: base-installer/section/setup_dev
 
41
Type: text
 
42
# :sl1:
 
43
_Description: Setting up the base system...
 
44
 
 
45
Template: base-installer/section/configure_apt
 
46
Type: text
 
47
# :sl1:
 
48
_Description: Configuring APT sources...
 
49
 
 
50
Template: base-installer/section/apt_update
 
51
Type: text
 
52
# :sl1:
 
53
_Description: Updating the list of available packages...
 
54
 
 
55
Template: base-installer/section/install_extra
 
56
Type: text
 
57
# :sl1:
 
58
_Description: Installing extra packages...
 
59
 
 
60
Template: base-installer/section/install_extra_package
 
61
Type: text
 
62
# SUBST0 is a package name
 
63
# :sl1:
 
64
_Description: Installing extra packages - retrieving and installing ${SUBST0}...
 
65