Línea 53... |
Línea 53... |
53 |
$string['auth_dbsetupsql'] = 'SQL setup command';
|
53 |
$string['auth_dbsetupsql'] = 'SQL setup command';
|
54 |
$string['auth_dbsetupsqlhelp'] = 'SQL command for special database setup, often used to setup communication encoding - example for MySQL and PostgreSQL: <em>SET NAMES \'utf8\'</em>';
|
54 |
$string['auth_dbsetupsqlhelp'] = 'SQL command for special database setup, often used to setup communication encoding - example for MySQL and PostgreSQL: <em>SET NAMES \'utf8\'</em>';
|
55 |
$string['auth_dbsuspenduser'] = 'Suspended user {$a->name} id {$a->id}';
|
55 |
$string['auth_dbsuspenduser'] = 'Suspended user {$a->name} id {$a->id}';
|
56 |
$string['auth_dbsuspendusererror'] = 'Error suspending user {$a}';
|
56 |
$string['auth_dbsuspendusererror'] = 'Error suspending user {$a}';
|
57 |
$string['auth_dbsybasequoting'] = 'Use sybase quotes';
|
57 |
$string['auth_dbsybasequoting'] = 'Use sybase quotes';
|
58 |
$string['auth_dbsybasequotinghelp'] = 'Sybase style single quote escaping - needed for Oracle, MS SQL and some other databases. Do not use for MySQL!';
|
58 |
$string['auth_dbsybasequotinghelp'] = 'Sybase style single quote escaping - needed for MS SQL and some other databases. Do not use for MySQL!';
|
59 |
$string['auth_dbsyncuserstask'] = 'Synchronise users task';
|
59 |
$string['auth_dbsyncuserstask'] = 'Synchronise users task';
|
60 |
$string['auth_dbtable'] = 'Name of the table in the database';
|
60 |
$string['auth_dbtable'] = 'Name of the table in the database';
|
61 |
$string['auth_dbtable_key'] = 'Table';
|
61 |
$string['auth_dbtable_key'] = 'Table';
|
62 |
$string['auth_dbtype'] = 'The database type (see the documentation <a href="http://adodb.org/dokuwiki/doku.php" target="_blank">ADOdb - Database Abstraction Layer for PHP</a> for details).';
|
62 |
$string['auth_dbtype'] = 'The database type (see the documentation <a href="http://adodb.org/dokuwiki/doku.php" target="_blank">ADOdb - Database Abstraction Layer for PHP</a> for details).';
|
63 |
$string['auth_dbtype_key'] = 'Database';
|
63 |
$string['auth_dbtype_key'] = 'Database';
|