diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-31 23:41:00 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-31 23:41:00 +0000 |
| commit | 4c39bff72f5e5e63a5e3157f6fdd3ce332c40eca (patch) | |
| tree | 44fb0ae35b10af5a500937b91cd2c0793f68d751 /roundcubemail/config | |
| parent | b13a1d6dbdcf8a3299718bd611bccd609a83cf6d (diff) | |
Added Finnish, Romanian and Chinese translation
git-svn-id: https://svn.roundcube.net/trunk@67 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/db.inc.php.dist | 2 | ||||
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index fdb7d7ea2..6db417860 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/config/db.inc.php.dist @@ -22,7 +22,7 @@ $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; // sqlite example: 'sqlite://./sqlite.db?mode=0646'; // PEAR database DSN for read only operations (if empty write database will be used) -// userful for database replication +// useful for database replication $rcmail_config['db_dsnr'] = ''; // database backend to use (only db or mdb2 are supported) diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 816c6184c..2910bb088 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -23,7 +23,7 @@ $rcmail_config['debug_level'] = 5; $rcmail_config['enable_caching'] = TRUE; // automatically create a new RoundCube user when log-in the first time. -// a new user will be created once the IMAP login succeeded. +// a new user will be created once the IMAP login succeeds. // set to false if only registered users can use this service $rcmail_config['auto_create_user'] = TRUE; @@ -74,7 +74,7 @@ $rcmail_config['session_lifetime'] = 10; // check client IP in session athorization $rcmail_config['ip_check'] = TRUE; -// not shure what this was good for :-) +// not sure what this was good for :-) $rcmail_config['locale_string'] = 'en'; // use this format for short date display |
