source: extensions/ContactForm/language/gl_ES/plugin.lang.php @ 21032

Last change on this file since 21032 was 21032, checked in by TranslationTeam, 11 years ago

[contactform] Add gl_ES, thanks to : damufo

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Redirect after sending email (optional)'] = 'Redireccionar despois de enviar o correo (opcional)';
24$lang['Please choose a category'] = 'Escolle unha categoría';
25$lang['Please enter a message'] = 'Insire un mensaxe';
26$lang['Please enter a name'] = 'Insire un nome';
27$lang['Please enter a subject'] = 'Insire un asunto';
28$lang['Please enter an e-mail'] = 'Insire un correo electrónico';
29$lang['Prefix of the sent e-mail subject'] = 'Prefixo do asunto da mensaxe a enviar';
30$lang['Send'] = 'Enviar';
31$lang['Send copy to my email'] = 'Enviar unha copia ó correo';
32$lang['Subject'] = 'Asunto';
33$lang['Text after the contact form'] = 'Texto despois do formulario de contacto';
34$lang['Text before the contact form'] = 'Texto antes do formulario de contacto';
35$lang['Tip'] = 'Truco';
36$lang['Your e-mail'] = 'Teu correo electrónico';
37$lang['Your name'] = 'Teu nome';
38$lang['can be translated with LocalFiles Editor plugin'] = 'pode ser traducido co engadido de modificación de ficheiros locais';
39$lang['you can use "%gallery_title%"'] = 'podes usar "%gallery_title%"';
40$lang['Active'] = 'Activo';
41$lang['No active email address'] = 'Non hai un enderezo de correo electrónico activo';
42$lang['%s must not be less than %d characters long'] = '%s non pode ter menos de %d caracteres de lonxitude';
43$lang['%s must not be more than %d characters long'] = '%d non pode ter máis de %s caracteres de lonxitude';
44$lang['+ Add a category'] = '+ Engadir categoría';
45$lang['+ Add an email'] = '+ Engadir correo electrónico';
46$lang['Add link in menu'] = 'Engadir ligazón ó menú';
47$lang['Allow guests to see the form'] = 'Permitir ós invitados ver o menú';
48$lang['Category'] = 'Categoría';
49$lang['Default e-mail subject'] = 'Asunto predeterminado para o correo electrónico';
50$lang['E-mail address is mandatory'] = 'O correo electrónico é obrigatorio';
51$lang['E-mail configuration'] = 'Configuración do correo electrónico';
52$lang['E-mail format :'] = 'Formato do correo electrónico:';
53$lang['E-mail sent successfully'] = 'O correo electrónico enviouse con éxito';
54$lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'Cada categoría é amosada como un "servizo" distinto no formulario de contacto (exemplo: "Tecnico", "Comercial", "Preguntas xerais"). Non é obrigatorio o uso de categorías.';
55$lang['Error while sending e-mail'] = 'Produciuse un erro ó enviar o correo electrónico';
56$lang['General configuration'] = 'Información xeral';
57$lang['Message'] = 'Mensaxe';
58$lang['Name is mandatory'] = 'O nome é obrigatorio';
59$lang['Plain text'] = 'Texto simple';
60?>
Note: See TracBrowser for help on using the repository browser.