diff options
author | plegall <plg@piwigo.org> | 2011-09-08 10:46:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-08 10:46:35 +0000 |
commit | ff46db430bd2aa265c16bbd6ff17e0bae710d332 (patch) | |
tree | 32b7a7cbf4a8c01901bb00a2592dd450c047f717 /language/ca_ES | |
parent | 9252e5cb2d0cb9a5b2943049e8bb813285d40cd3 (diff) |
feature 2431: only keep MySQL on installation form
git-svn-id: http://piwigo.org/svn/trunk@12103 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/ca_ES')
-rw-r--r-- | language/ca_ES/install.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/ca_ES/install.lang.php b/language/ca_ES/install.lang.php index 2024ac317..df5f58ed1 100644 --- a/language/ca_ES/install.lang.php +++ b/language/ca_ES/install.lang.php @@ -34,8 +34,6 @@ $lang['Webmaster login'] = "Nom de l'usuari administrador"; $lang['It will be shown to the visitors. It is necessary for website administration'] = "Això es mostrarà als visitants. És necessari per el lloc web d'administració"; $lang['Connection to server succeed, but it was impossible to connect to database'] = "La connexió amb el servidor ha estat exitosa, però la connexió amb la base de dades ha estat impossible"; $lang['Can\'t connect to server'] = "No es pot connectar amb el servidor"; -$lang['Database type'] = "Tipus de base de dades"; -$lang['The type of database your piwigo data will be store in'] = "El tipus de base de dades on s'emmagatzemaran les dades de la teva galeria Piwigo"; $lang['Host'] = "Amfitrió"; $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr"; $lang['User'] = "Usuari"; @@ -70,6 +68,5 @@ $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 creació del fitxer de configuració local/config/database.inc.php ha fallat.'; $lang['Download the config file'] = 'Descarregueu el fitxer de configuració'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Podeu descarregar el fitxer de configuració i penjar-lo al directori local/config de la vostra instal·lació.'; -$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite i PostgreSQL s\'estant executant en mode experimental.'; $lang['Learn more'] = 'Apreneu-ne més'; ?> |