From f34bce6847674beef238fabe4131535929a3f806 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 8 May 2010 20:32:36 +0000 Subject: 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 --- language/en_UK/install.lang.php | 2 ++ language/fr_FR/install.lang.php | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'language') 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'; ?> diff --git a/language/fr_FR/install.lang.php b/language/fr_FR/install.lang.php index 8b94bb3b4..17890fab8 100644 --- a/language/fr_FR/install.lang.php +++ b/language/fr_FR/install.lang.php @@ -71,4 +71,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.'] = 'La création du fichier de configuration local/config/database.inc.php a échoué.'; $lang['Download the config file'] = 'Télécharger le fichier de configuration'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Vous pouvez télécharger le fichier de configuration et le transférer dans le répertoire local/config de votre installation Piwigo.'; -?> \ No newline at end of file +$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'Les types SQLite et PostgreSQL sont actuellement en phase expérimentale.'; +$lang['Learn more'] = 'En savoir plus'; +?> -- cgit v1.2.3