source: extensions/gvideo/language/gl_ES/plugin.lang.php @ 21739

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

[gvideo] Add gl_ES, thanks to : damufo

  • Property svn:executable set to *
File size: 4.1 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['This element is a video added with "Embedded Video"'] = 'Este elemento é un vídeo engadido con "Vídeo embebido"';
24$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Os vídeos pode ser non listados e privados se a galería do sitio web está dentro dos dominios autorizados (PRO).';
25$lang['Videos can be unlisted but not private.'] = 'Os vídeos poden ser non listados pero non privados.';
26$lang['Try in safe-mode'] = 'Intentar co modo seguro';
27$lang['Unable to contact host server'] = 'Non se puido contactar co servidor';
28$lang['Upload a new thumbnail'] = 'Enviar unha nova miniatura';
29$lang['Use common setting'] = 'Empregar a configuración predeterminada';
30$lang['Video URL'] = 'URL do vídeo';
31$lang['Video properties'] = 'Propiedades do vídeo';
32$lang['Video size'] = 'Tamaño do vídeo';
33$lang['Video successfully added. <a href="%s">View</a>'] = 'O vídeo engadiuse con éxito. <a href="%s">Ver</a>';
34$lang['Video successfully updated'] = 'O vídeo actualizouse con éxito';
35$lang['Videos can be private if you use the private permalink.'] = 'Os vídeos poden ser privados se empregas a ligazón permanente privada.';
36$lang['Vimeo player'] = 'Reprodutor Vimeo';
37$lang['Dailymotion player'] = 'Reprodutor Dailymotion';
38$lang['The thumbnail was updated'] = 'Actualizouse a miniatura do vídeo';
39$lang['Changing the url will reset video description, name and thumbnail'] = 'Mudando o URL borrarase a descrición, o nome e a icona do vídeo.';
40$lang['Common configuration'] = 'Configuración predeterminada';
41$lang['Autoplay'] = 'Reprodución automática';
42$lang['Change'] = 'Mudar';
43$lang['Color'] = 'Cor';
44$lang['Get video description'] = 'Obter a descrición do vídeo';
45$lang['Get video tags'] = 'Obter as etiquetas do vídeo';
46$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'No modo seguro, o engadido non intenta poñerse en contacto co servidor do vídeo, útil nalgúns sitios onde se bloquean as conexións remotas.';
47$lang['Logo'] = 'Logotipo';
48$lang['No privacy option.'] = 'Opción sen privacidade.';
49$lang['Please fill the video URL'] = 'Insira o URL do vídeo';
50$lang['Safe-mode'] = 'Modo seguro';
51$lang['Show privacy details'] = 'Amosar os detalles da privacidade';
52$lang['Supported services'] = 'Servizos compatibles';
53$lang['Add film effect'] = 'Engadir un efecto de vídeo';
54$lang['Author name'] = 'Nome do autor';
55$lang['Author portrait'] = 'Retrato do autor';
56$lang['Add a video'] = 'Engadir un vídeo';
57?>
Note: See TracBrowser for help on using the repository browser.