From 0f3012f578b6d30e5cee4462872f3acfba6b97f6 Mon Sep 17 00:00:00 2001 From: "josep.torne" Date: Sat, 9 Apr 2011 20:28:50 +0000 Subject: adding install.lang.php file git-svn-id: http://piwigo.org/svn/trunk@10222 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/ca_ES/install.lang.php | 75 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 language/ca_ES/install.lang.php (limited to 'language/ca_ES/install.lang.php') diff --git a/language/ca_ES/install.lang.php b/language/ca_ES/install.lang.php new file mode 100644 index 000000000..2024ac317 --- /dev/null +++ b/language/ca_ES/install.lang.php @@ -0,0 +1,75 @@ +Piwigo message board.'] = "Necessiteu ajuda? Feu la vostra pregunta a Piwigo message board."; +$lang['Webmaster mail address'] = "Adreça de correu electrònic de l'administrador del web"; +$lang['Visitors will be able to contact site administrator with this mail'] = "Els visitants poden utilitzar aquesta adreça de correu electrònic per a contactar amb l'administrador del lloc"; +$lang['PHP 5 is required'] = "Es requereix PHP 5 "; +$lang['It appears your webhost is currently running PHP %s.'] = "Sembla que el vostre amfitrió web està executant la versió PHP %s."; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = "Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file."; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = "Note you can change your configuration by yourself and restart Piwigo after that."; +$lang['Try to configure PHP 5'] = "Intenteu configurar PHP 5"; +$lang['Sorry!'] = "Perdó!"; +$lang['Piwigo was not able to configure PHP 5.'] = "A Piwigo no li ha estat possible configurar PHP 5."; +$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = "Haurieu d'adreçar-vos al vostre proveidor d'hostatge i averiguar com poder canviar-vos cap a PHP 5."; +$lang['Hope to see you back soon.'] = "Esperem tornar-vos a veure ben aviat."; +$lang['Congratulations, Piwigo installation is completed'] = 'Felicitats, la instal·lació de Piwigo s\'ha completat'; +$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Una solució alternativa és copiar el text del quadre del costat i pegar-lo dins del fitxer "local/config/database.inc.php" (Advertiment : el fitxer database.inc.php només ha de contenir el que hi ha a l\'àrea de text, sense linia de retorn o caràcter d\'espai)'; +$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'; +?> -- cgit v1.2.3