debian/littlebird-tc-core.templates
branchi18n
changeset 24 f45816f0398e
parent 20 2b50fdcbf09f
child 75 a587bc920c3d
equal deleted inserted replaced
22:3eca418209b5 24:f45816f0398e
     1 Template: littlebird-tc-core/TITLE
     1 Template: littlebird-tc-core/TITLE
     2 Type: title
     2 Type: title
     3 Description: The littlebird trust center core package.
     3 _Description: The littlebird trust center core package.
     4 
     4 
     5 Template: littlebird-tc/web/servername
     5 Template: littlebird-tc/web/servername
     6 Type: string
     6 Type: string
     7 Description: The hostname the clients use to connect to the web server.
     7 _Description: The hostname the clients use to connect to the web server.
     8  To connect to the web service we need a hostname. Please enter
     8  To connect to the web service we need a hostname. Please enter
     9  the name of the host, the clients will try to connect to. 
     9  the name of the host, the clients will try to connect to. 
    10  The name should match the CN of your SSL certificate, if you have any. 
    10  The name should match the CN of your SSL certificate, if you have any. 
    11 
    11 
    12 Template: littlebird-tc/web/serverport
    12 Template: littlebird-tc/web/serverport
    13 Type: string
    13 Type: string
    14 Default: 443
    14 Default: 443
    15 Description: The port your SSL (HTTPS) server listens on.
    15 _Description: The port your SSL (HTTPS) server listens on.
    16  If you choose any other than the default, please beware that your
    16  If you choose any other than the default, please beware that your
    17  clients may not be able to connect to your HTTPS server.
    17  clients may not be able to connect to your HTTPS server.
    18 
    18 
    19 Template: littlebird-tc/web/serveradmin
    19 Template: littlebird-tc/web/serveradmin
    20 Type: string
    20 Type: string
    21 Description: Mail address of the (web) server admin.
    21 _Description: Mail address of the (web) server admin.
    22 
    22 
    23 Template: littlebird-tc/removal
    23 Template: littlebird-tc/removal
    24 Type: note
    24 Type: note
    25 Description: The database needs to be cleaned!?
    25 _Description: The database needs to be cleaned!?
    26  You are ${action} the littlebird trustcenter,
    26  You are ${action} the littlebird trustcenter,
    27  however we do not purge/empty/clean the database.
    27  however we do not purge/empty/clean the database.
    28  .
    28  .
    29  Please think about it, if you need to remove ANY traces,
    29  Please think about it, if you need to remove ANY traces,
    30  you should consider dropping the database. Contact your friendly
    30  you should consider dropping the database. Contact your friendly
    31  database admin for doing it :-)
    31  database admin for doing it :-)
    32 
    32 
    33 Template: littlebird-tc/web/crt
    33 Template: littlebird-tc/web/crt
    34 Type: string
    34 Type: string
    35 Description: pathname of the SSL certificate file
    35 _Description: pathname of the SSL certificate file
    36  The HTTPS server uses an SSL certificate. Where is or where 
    36  The HTTPS server uses an SSL certificate. Where is or where 
    37  will be the certificate file located?
    37  will be the certificate file located?
    38 
    38 
    39 Template: littlebird-tc/web/key
    39 Template: littlebird-tc/web/key
    40 Type: string
    40 Type: string
    41 Description: pathname of the SSL certificate key file
    41 _Description: pathname of the SSL certificate key file
    42  The HTTPS server uses an SSL certificate. Where is or where 
    42  The HTTPS server uses an SSL certificate. Where is or where 
    43  will be the certificate *KEY* file located?
    43  will be the certificate *KEY* file located?
    44 
    44 
    45 Template: littlebird-tc/web/create-cert
    45 Template: littlebird-tc/web/create-cert
    46 Type: note
    46 Type: note
    47 Description: The SSL certificate does not seem to exist.
    47 _Description: The SSL certificate does not seem to exist.
    48  Because I am missing the certificate I'm generating
    48  Because I am missing the certificate I'm generating
    49  a DEMO certificate (CN=${cn}) for you. Please do not
    49  a DEMO certificate (CN=${cn}) for you. Please do not
    50  forget to replace it as soon as possible. The DEMO 
    50  forget to replace it as soon as possible. The DEMO 
    51  certificate will expire in ${days} days.
    51  certificate will expire in ${days} days.
    52 
    52 
    53 Template: littlebird-tc/web/cert-failed
    53 Template: littlebird-tc/web/cert-failed
    54 Type: error
    54 Type: error
    55 Description: Sorry, the creation of the DEMO certificate failed.
    55 _Description: Sorry, the creation of the DEMO certificate failed.
    56  Good look.
    56  Good look.