diff options
Diffstat (limited to 'language/gl_ES')
-rwxr-xr-x | language/gl_ES/install.lang.php | 47 |
1 files changed, 21 insertions, 26 deletions
diff --git a/language/gl_ES/install.lang.php b/language/gl_ES/install.lang.php index bcd158f5d..9281191f3 100755 --- a/language/gl_ES/install.lang.php +++ b/language/gl_ES/install.lang.php @@ -1,29 +1,28 @@ <?php -// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based photo gallery |
-// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
-// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
-// +-----------------------------------------------------------------------+
-// | This program is free software; you can redistribute it and/or modify |
-// | it under the terms of the GNU General Public License as published by |
-// | the Free Software Foundation |
-// | |
-// | This program is distributed in the hope that it will be useful, but |
-// | WITHOUT ANY WARRANTY; without even the implied warranty of |
-// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
-// | General Public License for more details. |
-// | |
-// | You should have received a copy of the GNU General Public License |
-// | along with this program; if not, write to the Free Software |
-// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
-// | USA. |
// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based photo gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + $lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'os nomes das táboas da base de datos irán prefixadas con el (permite unha mellor xestión das táboas)'; -$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; $lang['enter a login for webmaster'] = 'insire o nome de usuario do administrador web'; -$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'o enderezo de correo debe ter o formato xxx@yyy.eee (exemplo: proxecto@trasno.net'; $lang['please enter your password again'] = 'insire a túa clave outra vez'; $lang['user login given by your host provider'] = 'nome de usuario fornecido polo teu provedor do aloxamento'; $lang['user password given by your host provider'] = 'clave de usuario fornecida polo teu provedor do aloxamento'; @@ -38,14 +37,10 @@ $lang['Start Install'] = 'Comezar a instalación'; $lang['Try to configure PHP 5'] = 'Tratar de configurar PHP 5'; $lang['User'] = 'Usuario'; $lang['Visitors will be able to contact site administrator with this mail'] = 'Os visitantes poderán empregar este correo electrónico para contactar co administrador do sitio'; -$lang['Webmaster login'] = 'Usuario do administrador web'; -$lang['Webmaster mail address'] = 'Correo electrónico do administrador web'; -$lang['Webmaster password'] = 'Clave do administrador web'; $lang['Welcome to my photo gallery'] = 'Benvido a miña galería de fotos'; $lang['Welcome to your new installation of Piwigo!'] = 'Benvido a túa nova instalación de piwigo!'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Podes descargar o ficheiro de configuración e subilo a local/config na túa instalación.'; $lang['PHP 5 is required'] = 'É preciso PHP 5'; -$lang['Password'] = 'Clave'; $lang['Password ']['confirm'] = 'Clave [confirmar]'; $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Fíxate que podes mudar ti mesmo a túa configuración e reiniciar o Piwigo despois.'; $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Precisas axuda? Pregunta as túas dúbidas no <a href="%s">panel de mensaxes Piwigo</a>. '; |