diff options
author | plegall <plg@piwigo.org> | 2010-05-08 20:32:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-08 20:32:36 +0000 |
commit | f34bce6847674beef238fabe4131535929a3f806 (patch) | |
tree | cff4cf4f2f42c8e997adc4f7beac590c4c3ab50f /language/en_UK | |
parent | f1c5936f8b8b5ee4ca8aaeff156d15d6ed657a41 (diff) |
add a warning about SQLite/PostgreSQL: they are currently in "experimental"
state.
git-svn-id: http://piwigo.org/svn/trunk@6128 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/install.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index 433333d41..9411eeb8c 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -70,4 +70,6 @@ $lang['An alternate solution is to copy the text in the box above and paste it i $lang['Creation of config file local/config/database.inc.php failed.'] = 'Creation of config file local/config/database.inc.php failed.'; $lang['Download the config file'] = 'Download the config file'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'You can download the config file and upload it to local/config directory of your installation.'; +$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite and PostgreSQL are currently in experimental state.'; +$lang['Learn more'] = 'Learn more'; ?> |