~ahasenack/landscape-client/landscape-client-1.5.5-0ubuntu0.9.04.0

« back to all changes in this revision

Viewing changes to debian/templates

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2008-09-08 16:35:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080908163557-l3ixzj5dxz37wnw2
Tags: 1.0.18-0ubuntu1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: landscape-client/computer_title
 
2
Type: string
 
3
_Description: Computer Title:
 
4
 Descriptive text to identify this computer uniquely in the
 
5
 Landscape user interface.
 
6
 
 
7
Template: landscape-client/account_name
 
8
Type: string
 
9
_Description: Account Name:
 
10
 Short lowercase identifier of the Landscape account this computer
 
11
 will be assigned.
 
12
 
 
13
Template: landscape-client/registration_password
 
14
Type: password
 
15
_Description: Registration Password:
 
16
 Client registration password for the given Landscape account.  Only
 
17
 needed if the given account is requesting a client registration
 
18
 password.
 
19
 
 
20
Template: landscape-client/register_system
 
21
Type: boolean
 
22
Default: false
 
23
_Description: Register this system with the Landscape server?
 
24
 Register this system with a preexisting Landscape account.  Please
 
25
 go to http://landscape.canonical.com if you need a Landscape account.
 
26
 
 
27
Template: landscape-client/sysinfo
 
28
Type: select
 
29
# Translators beware! the following three strings form a single
 
30
# Choices menu. - Every one of these strings has to fit in a standard
 
31
# 80 characters console, as the fancy screen setup takes up some space
 
32
# try to keep below ~71 characters.
 
33
# DO NOT USE commas (,) in Choices translations otherwise
 
34
# this will break the choices shown to users
 
35
_Choices: Do not display sysinfo on login, Cache sysinfo in /etc/motd, Run sysinfo on every login
 
36
Default: Cache sysinfo in /etc/motd
 
37
_Description: landscape-sysinfo configuration:
 
38
 Landscape includes a tool and a set of modules that can display
 
39
 system status, information, and statistics on login.
 
40
 .
 
41
 This information can be gathered periodically (every 10 minutes)
 
42
 and automatically written to /etc/motd.  The data could be a few
 
43
 minutes out-of-date.
 
44
 .
 
45
 Or, this information can be gathered at login.  The data will be
 
46
 more current, but might introduce a small delay at login.