1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416
|
Template: base-installer/use_unclean_target
Type: boolean
Default: true
_Description: Proceed with installation to unclean target?
The target file system contains files from a past installation. These files
could cause problems with the installation process, and if you proceed,
some of the existing files may be overwritten.
Template: base-installer/cannot_install
Type: error
# The base system is the minimal Debian system
# See http://www.debian.org/doc/debian-policy/ch-binary.html#s3.7
_Description: Cannot install base system
The installer cannot figure out how to install the base system. No
installable CD-ROM was found and no valid mirror was configured.
Template: base-installer/no_codename
Type: error
_Description: Debootstrap Error
Failed to determine the codename for the release.
Template: base-installer/no_target_mounted
Type: error
_Description: No file system mounted on /target
Before the installation can proceed, a root file system must be mounted on
/target. The partitioner and formatter should have done this for you.
Template: base-installer/unclean_target_cancel
Type: error
_Description: Not installing to unclean target
The installation to the target file system has been canceled. You should go
back and erase or format the target file system before proceeding with the
install.
Template: base-installer/debootstrap-failed
Type: error
_Description: Failed to install the base system
The base system installation into /target/ failed.
.
Check /var/log/syslog or see virtual console 4 for the details.
Template: base-installer/debootstrap/error-exitcode
Type: error
_Description: Base system installation error
The debootstrap program exited with an error (return value ${EXITCODE}).
.
Check /var/log/syslog or see virtual console 4 for the details.
Template: base-installer/debootstrap/error-abnormal
Type: error
_Description: Base system installation error
The debootstrap program exited abnormally.
.
Check /var/log/syslog or see virtual console 4 for the details.
Template: base-installer/debootstrap/fallback-error
Type: error
#flag:translate!:3
_Description: Debootstrap Error
The following error occurred:
.
${ERROR}
.
Check /var/log/syslog or see virtual console 4 for the details.
Template: base-installer/initramfs/generator
Type: select
Choices: ${GENERATORS}
_Description: Tool to use to generate boot initrd:
The list shows the available tools. If you are unsure which to select,
you should select the default. If your system fails to boot, you can
retry the installation using the other options.
Template: base-installer/initramfs/no-generator
Type: error
_Description: No initrd generator
The kernel that has been selected for installation needs an initrd to boot.
However, no package to generate that initrd is available that supports
your configuration. This would leave your system unable to boot.
Template: base-installer/initramfs/unsupported
Type: error
_Description: Unsupported initrd generator
The package ${GENERATOR} that was selected to generate the
initrd is not supported.
Template: base-installer/kernel/failed-install
Type: error
_Description: Unable to install the selected kernel
An error was returned while trying to install the kernel into the
target system.
.
Kernel package: '${KERNEL}'.
.
Check /var/log/syslog or see virtual console 4 for the details.
Template: base-installer/kernel/which-kernel
Type: select
#flag:translate!:1
# For base-installer, "none" is an additional choice to a list of kernels.
# It means "no kernel"
__Choices: ${KERNELS}, none[ Do not translate what's inside the brackets and just put the translation for the word "none" in your language without any brackets. This "none" means "no kernel" ]
_Description: Kernel to install:
The list shows the available kernels. Please choose one of them in order
to make the system bootable from the hard drive.
Template: base-installer/kernel/skip-install
Type: boolean
Default: false
_Description: Continue without installing a kernel?
No installable kernel was found in the defined APT sources.
.
You may try to continue without a kernel, and manually install your own
kernel later. This is only recommended for experts, otherwise you will
likely end up with a machine that doesn't boot.
Template: base-installer/kernel/no-kernels-found
Type: error
_Description: Cannot install kernel
The installer cannot find a suitable kernel package to install.
Template: base-installer/kernel/failed-package-install
Type: error
_Description: Unable to install ${PACKAGE}
An error was returned while trying to install the ${PACKAGE} package
onto the target system.
.
Check /var/log/syslog or see virtual console 4 for the details.
Template: base-installer/debootstrap/error/nogetrel
Type: error
# SUBST0 is a Release file name.
_Description: Debootstrap Error
Failed getting Release file ${SUBST0}.
Template: base-installer/debootstrap/error/nogetrelsig
Type: error
# SUBST0 is a Release.gpg file name
_Description: Debootstrap Error
Failed getting Release signature file ${SUBST0}.
Template: base-installer/debootstrap/error/unknownrelsig
Type: error
# SUBST0 is a gpg key ID
_Description: Debootstrap Error
Release file signed by unknown key (key id ${SUBST0})
Template: base-installer/debootstrap/error/invalidrel
Type: error
_Description: Debootstrap Error
Invalid Release file: no valid components.
Template: base-installer/debootstrap/error/missingrelentry
Type: error
# SUBST0 is a filename
_Description: Debootstrap Error
Invalid Release file: no entry for ${SUBST0}.
Template: base-installer/debootstrap/error/couldntdl
Type: error
# SUBST0 is a filename or package name
# Debootstrap is a program name: should not be translated
_Description: Debootstrap Error
Couldn't retrieve ${SUBST0}. This may be due to a network problem or a
bad CD, depending on your installation method.
.
If you are installing from CD-R or CD-RW, burning the CD at a lower
speed may help.
Template: base-installer/progress/installing-debian
Type: text
_Description: Installing the base system
Template: base-installer/progress/preparing
Type: text
_Description: Preparing to install the base system...
Template: base-installer/progress/fallback
Type: text
_Description: Running ${SCRIPT}...
Template: base-installer/debootstrap/section/downrel
Type: text
# Release is a filename which should not be translated
_Description: Retrieving Release file
Template: base-installer/debootstrap/progress/downrelsig
Type: text
# Release is a filename which should not be translated
_Description: Retrieving Release file signature
Template: base-installer/debootstrap/section/sizedebs
Type: text
# "packages" here can be translated
_Description: Finding package sizes
Template: base-installer/debootstrap/section/downpkgs
Type: text
# Packages is a filename which should not be translated
_Description: Retrieving Packages files
Template: base-installer/debootstrap/section/downmainpkgs
Type: text
# Packages is a filename which should not be translated
_Description: Retrieving Packages file
Template: base-installer/debootstrap/section/downdebs
Type: text
# "packages" here can be translated
_Description: Retrieving packages
Template: base-installer/debootstrap/section/extractpkgs
Type: text
# "packages" here can be translated
_Description: Extracting packages
Template: base-installer/debootstrap/section/instbase
Type: text
_Description: Installing the base system
Template: base-installer/debootstrap/section/instcore
Type: text
# Core packages are packages that are part of the Debian base system
# The "core" packages are indeed packages that are specifically
# recorded as part of the base system. Other packages may
# be installed on the base system because of dependency resolution
_Description: Installing core packages
Template: base-installer/debootstrap/section/unpackreq
Type: text
# Required packages are packages which installation is triggered
# by the dependency chain of core packages
# In short, they are "required" because at least one of the
# packages from the core packages depends on them
_Description: Unpacking required packages
Template: base-installer/debootstrap/section/confreq
Type: text
_Description: Configuring required packages
Template: base-installer/debootstrap/section/unpackbase
Type: text
# The base system is the minimal Debian system
# See http://www.debian.org/doc/debian-policy/ch-binary.html#s3.7
_Description: Unpacking the base system
Template: base-installer/debootstrap/section/confbase
Type: text
# The base system is the minimal Debian system
# See http://www.debian.org/doc/debian-policy/ch-binary.html#s3.7
_Description: Configuring the base system
Template: base-installer/debootstrap/fallback-info
Type: text
_Description: ${SECTION}: ${INFO}...
Template: base-installer/debootstrap/info/validating
Type: text
# SUBST0 is a package name
_Description: Validating ${SUBST0}...
Template: base-installer/debootstrap/info/retrieving
Type: text
# SUBST0 is a package name
_Description: Retrieving ${SUBST0}...
Template: base-installer/debootstrap/info/extracting
Type: text
# SUBST0 is a package name
_Description: Extracting ${SUBST0}...
Template: base-installer/debootstrap/info/unpacking
Type: text
# SUBST0 is a package name
_Description: Unpacking ${SUBST0}...
Template: base-installer/debootstrap/info/configuring
Type: text
# SUBST0 is a package name
_Description: Configuring ${SUBST0}...
Template: base-installer/debootstrap/info/releasesig
Type: text
# Release is a filename which should not be translated
_Description: Checking Release signature
Template: base-installer/debootstrap/info/validrelsig
Type: text
# SUBST0 is a gpg key id
# Release is a filename which should not be translated
_Description: Valid Release signature (key id ${SUBST0})
Template: base-installer/debootstrap/info/resolvebase
Type: text
_Description: Resolving dependencies of base packages...
Template: base-installer/debootstrap/info/newbase
Type: text
# SUBST0 is a list of packages
_Description: Found additional base dependencies: ${SUBST0}
Template: base-installer/debootstrap/info/newrequired
Type: text
# SUBST0 is a list of packages
_Description: Found additional required dependencies: ${SUBST0}
Template: base-installer/debootstrap/info/redundantbase
Type: text
# SUBST0 is a list of packages
_Description: Found packages in base already in required: ${SUBST0}
Template: base-installer/debootstrap/info/resolvereq
Type: text
_Description: Resolving dependencies of required packages...
Template: base-installer/debootstrap/info/checkingsizes
Type: text
# SUBST0 is an archive component (main, etc)
# SUBST1 is a mirror
_Description: Checking component ${SUBST0} on ${SUBST1}...
Template: base-installer/debootstrap/info/instcore
Type: text
# Core packages are packages that are part of the Debian base system
# The "core" packages are indeed packages that are specifically
# recorded as part of the base system. Other packages may
# be installed on the base system because of dependency resolution
_Description: Installing core packages...
Template: base-installer/debootstrap/info/unpackreq
Type: text
# Required packages are packages which installation is triggered
# by the dependency chain of core packages
# In short, they are "required" because at least one of the
# packages from the core packages depends on them
_Description: Unpacking required packages...
Template: base-installer/debootstrap/info/confreq
Type: text
# Required packages are packages which installation is triggered
# by the dependency chain of core packages
# In short, they are "required" because at least one of the
# packages from the core packages depends on them
_Description: Configuring required packages...
Template: base-installer/debootstrap/info/instbase
Type: text
_Description: Installing base packages...
Template: base-installer/debootstrap/info/unpackbase
Type: text
_Description: Unpacking the base system...
Template: base-installer/debootstrap/info/confbase
Type: text
_Description: Configuring the base system...
Template: base-installer/debootstrap/info/basesuccess
Type: text
_Description: Base system installed successfully.
Template: base-installer/debootstrap/fallback-warning
Type: error
# Debootstrap is a program name: should not be translated
_Description: Debootstrap warning
Warning: ${INFO}
Template: base-installer/debootstrap/warning/retrying
Type: text
# SUBST0 is an url
_Description: Retrying failed download of ${SUBST0}
Template: base-installer/section/configure_apt
Type: text
_Description: Configuring APT sources...
Template: base-installer/section/apt_update
Type: text
_Description: Updating the list of available packages...
Template: base-installer/section/install_extra
Type: text
_Description: Installing extra packages...
Template: base-installer/section/install_extra_package
Type: text
# SUBST0 is a package name
_Description: Installing extra packages - retrieving and installing ${SUBST0}...
Template: base-installer/section/create_devices
Type: text
_Description: Creating device files...
Template: base-installer/section/pick_kernel
Type: text
_Description: Selecting the kernel to install...
Template: base-installer/section/install_linux
Type: text
_Description: Installing the kernel...
Template: base-installer/section/install_kernel_package
Type: text
# SUBST0 is a package name
_Description: Installing the kernel - retrieving and installing ${SUBST0}...
Template: base-installer/section/install_pcmcia_modules
Type: text
_Description: Installing the PCMCIA modules
Template: debian-installer/base-installer/title
Type: text
# Item in the main menu to select this package
# TRANSLATORS: <65 columns
_Description: Install the base system
|