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
|
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
Template: libdvd-pkg/first-install
Type: note
_Description:
This package automates the process of launching downloads of the source
files for ${PKGG} from videolan.org, compiling them, and installing the
binary packages (${PKGG_ALL}).
.
Please run "sudo dpkg-reconfigure ${PKGI}" to launch this process for
the first time.
Template: libdvd-pkg/title_b-i
Type: title
_Description: Download, build and install ${PKGG}${VER}
Template: libdvd-pkg/build
Type: boolean
Default: true
_Description: Download, build, and install ${PKGG}${VER}?
This package automates the process of launching downloads of the source
files for ${PKGG} from videolan.org, compiling them, and installing the
binary packages (${PKGG_ALL}).
.
Please confirm whether you wish this to happen.
Template: libdvd-pkg/title_u
Type: title
_Description: Upgrade available for ${PKGG}
Template: libdvd-pkg/upgrade
Type: note
_Description:
This package automates the process of launching downloads of the source
files for ${PKGG} from videolan.org, compiling them, and installing the
binary packages (${PKGG_ALL}).
.
An update to version ${VER} is available, but automatic upgrades are
disabled.
.
Please run "sudo dpkg-reconfigure ${PKGI}" to launch this process
manually and/or activate automatic upgrades in future.
Template: libdvd-pkg/post-invoke_hook-install
Type: boolean
Default: true
_Description: Enable automatic upgrades for ${PKGG}?
If activated, the APT post-invoke hook takes care of future automatic
upgrades of ${PKGG} (which may be triggered by new versions of
${PKGI}). When updates are available, the hook will launch the
process of downloading the source, recompiling it, and (if "apt-get check"
reports no errors) using "dpkg -i" to install the new versions.
.
Alternatively, the process can be launched manually by running
"sudo dpkg-reconfigure ${PKGI}".
Template: libdvd-pkg/post-invoke_hook-remove
Type: boolean
Default: false
_Description: Disable automatic upgrades for ${PKGG}?
If activated, the APT post-invoke hook takes care of future automatic
upgrades of ${PKGG} (which may be triggered by new versions of
${PKGI}). When updates are available, the hook will launch the
process of downloading the source, recompiling it, and (if "apt-get check"
reports no errors) using "dpkg -i" to install the new versions.
.
Alternatively, the process can be launched manually by running
"sudo dpkg-reconfigure ${PKGI}".
|