debian/littlebird-tc-common.templates
branchi18n
changeset 24 f45816f0398e
parent 11 24417d8949b5
child 72 13e6c7d7e367
equal deleted inserted replaced
22:3eca418209b5 24:f45816f0398e
     1 Template: littlebird-tc-common/TITLE
     1 Template: littlebird-tc-common/TITLE
     2 Type: title
     2 Type: title
     3 Description: This is the littlebird trust center package.
     3 _Description: This is the littlebird trust center package.
     4 
     4 
     5 Template: littlebird-tc/db/host
     5 Template: littlebird-tc/db/host
     6 Type: string
     6 Type: string
     7 Default: localhost
     7 Default: localhost
     8 Description: The name or address of the MySQL server (hostname[:port]).
     8 _Description: The name or address of the MySQL server (hostname[:port]).
     9  We need to know how to connect to your database server. Please note,
     9  We need to know how to connect to your database server. Please note,
    10  that some mysql clients use a local UNIX socket connection if you enter
    10  that some mysql clients use a local UNIX socket connection if you enter
    11  "localhost", but use a local TCP connection, if you enter "127.0.0.1".
    11  "localhost", but use a local TCP connection, if you enter "127.0.0.1".
    12  .
    12  .
    13  You may append (separeted by a colon (":")) a port number, if your
    13  You may append (separeted by a colon (":")) a port number, if your
    14  server does not listen on the default (currently 3306) port.
    14  server does not listen on the default (currently 3306) port.
    15 
    15 
    16 Template: littlebird-tc/db/name
    16 Template: littlebird-tc/db/name
    17 Type: string
    17 Type: string
    18 Default: littlebird
    18 Default: littlebird
    19 Description: The name of the database we should use.
    19 _Description: The name of the database we should use.
    20 
    20 
    21 Template: littlebird-tc/db/user
    21 Template: littlebird-tc/db/user
    22 Type: string
    22 Type: string
    23 Default: littlebird
    23 Default: littlebird
    24 Description: The database user to be used for the database connection.
    24 _Description: The database user to be used for the database connection.
    25  This is the user to be used for all normal operations. If this is a
    25  This is the user to be used for all normal operations. If this is a
    26  fresh installation, we will create the account.
    26  fresh installation, we will create the account.
    27 
    27 
    28 Template: littlebird-tc/db/pass
    28 Template: littlebird-tc/db/pass
    29 Type: password
    29 Type: password
    30 Default:
    30 Default:
    31 Description: The password to be used for the database connection.
    31 _Description: The password to be used for the database connection.