debian/littlebird-tc-sql.templates
branchi18n
changeset 24 f45816f0398e
parent 19 dee622089472
child 75 a587bc920c3d
equal deleted inserted replaced
22:3eca418209b5 24:f45816f0398e
     1 Template: littlebird-tc-sql/TITLE
     1 Template: littlebird-tc-sql/TITLE
     2 Type: title
     2 Type: title
     3 Description: This is the littlebird trust center SQL package.
     3 _Description: This is the littlebird trust center SQL package.
     4 
     4 
     5 Template: littlebird-tc/db/have-admin
     5 Template: littlebird-tc/db/have-admin
     6 Type: boolean
     6 Type: boolean
     7 Default: no
     7 Default: no
     8 Description: Do you know how to access your database server as *admin*?
     8 _Description: Do you know how to access your database server as *admin*?
     9  During the package configuration (postinst) we need to connect
     9  During the package configuration (postinst) we need to connect
    10  to your database server and setup the littlebird schema, install
    10  to your database server and setup the littlebird schema, install
    11  a littlebird user etcpp. If you can provide us the data to access
    11  a littlebird user etcpp. If you can provide us the data to access
    12  this server, please answer "yes", if not, 
    12  this server, please answer "yes", if not, 
    13  please answer "no" and return later and run 
    13  please answer "no" and return later and run 
    15     dpkg-reconfigure littlebird-tc-sql
    15     dpkg-reconfigure littlebird-tc-sql
    16 
    16 
    17 Template: littlebird-tc/db/adminuser
    17 Template: littlebird-tc/db/adminuser
    18 Type: string
    18 Type: string
    19 Default: root
    19 Default: root
    20 Description: The user to be used for the *administrative* database connection.
    20 _Description: The user to be used for the *administrative* database connection.
    21  Some operations during install need administrative privileges, we need
    21  Some operations during install need administrative privileges, we need
    22  the name of the user who is empowered enough.
    22  the name of the user who is empowered enough.
    23 
    23 
    24 Template: littlebird-tc/db/adminpass
    24 Template: littlebird-tc/db/adminpass
    25 Type: password
    25 Type: password
    26 Default:
    26 Default:
    27 Description: The password to be used for the *administrative* database connection.
    27 _Description: The password to be used for the *administrative* database connection.
    28  Some operations during install need *administrative* privileges, we need
    28  Some operations during install need *administrative* privileges, we need
    29  the password for the user who is empowered enough. (The password will be securly kept
    29  the password for the user who is empowered enough. (The password will be securly kept
    30  in the debconf database.)
    30  in the debconf database.)
    31 
    31 
    32 Template: littlebird-tc/db/exists
    32 Template: littlebird-tc/db/exists
    33 Type: error
    33 Type: error
    34 Description: The database "${name}" exists already.
    34 _Description: The database "${name}" exists already.
    35  Since the database "${name}" seems to exist already, we will not
    35  Since the database "${name}" seems to exist already, we will not
    36  start any attempt to do anything.
    36  start any attempt to do anything.
    37  .
    37  .
    38  Sorry, if this is not what you expected.
    38  Sorry, if this is not what you expected.
    39 
    39 
    40 Template: littlebird-tc/db/failure
    40 Template: littlebird-tc/db/failure
    41 Type: error
    41 Type: error
    42 Description: Admin access to database failed.
    42 _Description: Admin access to database failed.
    43  We cannot access the database "${name}" on host "${host}".
    43  We cannot access the database "${name}" on host "${host}".
    44  The excuse we got:
    44  The excuse we got:
    45  .
    45  .
    46  ${message}
    46  ${message}
    47  .
    47  .