aboutsummaryrefslogtreecommitdiffstats
path: root/language/gl_ES/common.lang.php
blob: b8e8d31c54bc03ef7961a3d321128568a59de72d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery                                    |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2014 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.                                                                  |
// +-----------------------------------------------------------------------+
/*
Language Name: Galego [ES]
Version: 2.7.0
Language URI: http://piwigo.org/ext/extension_view.php?eid=681
Author: Piwigo team
Author URI: http://piwigo.org
*/
$lang_info['language_name'] = 'Galego';
$lang_info['country'] = 'Galiza';
$lang_info['direction'] = 'ltr';
$lang_info['code'] = 'gl';
$lang_info['zero_plural'] = false;

$lang['%d comments'] = '%d comentarios';
$lang['%d hit'] = '%d Acceso';
$lang['%d hits'] = '%d Accesos';
$lang['%d Kb'] = '%d Kb';
$lang['%d new comment'] = '%d novo comentario';
$lang['%d new comments'] = '%d novos comentarios';
$lang['%d new photo'] = '%d nova foto';
$lang['%d new photos'] = '%d novas fotos';
$lang['%d new user'] = '%d novo usuario';
$lang['%d new users'] = '%d novos usuarios';
$lang['Date'] = 'Data';
$lang['day'][0] = 'Domingo';
$lang['day'][1] = 'Luns';
$lang['day'][2] = 'Martes';
$lang['day'][3] = 'Mércores';
$lang['day'][4] = 'Xoves';
$lang['day'][5] = 'Venres';
$lang['day'][6] = 'Sábado';
$lang['month'][10] = 'Outubro';
$lang['month'][11] = 'Novembro';
$lang['month'][12] = 'Decembro';
$lang['month'][1] = 'Xaneiro';
$lang['month'][2] = 'Febreiro';
$lang['month'][3] = 'Marzo';
$lang['month'][4] = 'Abril';
$lang['month'][5] = 'Maio';
$lang['month'][6] = 'Xuño';
$lang['month'][7] = 'Xullo';
$lang['month'][8] = 'Agosto';
$lang['month'][9] = 'Setembro';
$lang['%d album updated'] = '%d álbum actualizado';
$lang['%d albums updated'] = '%d álbums actualizados';
$lang['%d comment to validate'] = '%d comentario para validar';
$lang['%d comment'] = '%d comentario';
$lang['%d comments to validate'] = '%d comentarios para validar';
$lang['%d photo'] = '%d foto';
$lang['%d photos'] = '%d fotos';
$lang['%d rate'] = '%d valoración';
$lang['%d rates'] = '%d valoracións';
$lang['A comment on your site'] = 'Un comentario no teu sitio';
$lang['About Piwigo'] = 'Sobre o Piwigo';
$lang['About'] = 'Sobre';
$lang['Accelerate diaporama speed'] = 'Incrementar a velocidade da presentación';
$lang['Add a comment'] = 'Engadir un comentario';
$lang['add this photo to your favorites'] = 'engadir esta foto ós teus favoritos';
$lang['Admin: %s'] = 'Admin: %s';
$lang['Administration'] = 'Administración';
$lang['Album results for'] = 'Resultados do álbum para';
$lang['Album'] = 'Album';
$lang['Album: %s'] = 'Álbum: %s';
$lang['Albums'] = 'Álbums';
$lang['All tags'] = 'Todas etiquetas';
$lang['all'] = 'todo';
$lang['All'] = 'Todo';
$lang['Any tag'] = 'Algunha etiqueta';
$lang['Are you sure?'] = 'Estás seguro?';
$lang['ascending'] = 'ascendente';
$lang['Author'] = 'Autor';
$lang['author(s) : %s'] = 'autor(es): %s';
$lang['Author: %s'] = 'Autor: %s';
$lang['Auto login'] = 'Auto identificación';

$lang['%d photo is also linked to current tags'] = '%d foi ligada as etiquetas actuais';
$lang['%d photos are also linked to current tags'] = '%d foron ligadas as etiquetas actuais';
$lang['(!) This comment requires validation'] = '(!) Este comentario require validación';
$lang['... or browse your empty gallery'] = '... ou examina a  túa galería baleira';
$lang['... or please deactivate this message, I will find my way by myself'] = '... ou desactiva esta mensaxe, atoparei o camiño eu mesmo';
$lang['2small'] = 'XXS - tini';
$lang['An administrator must authorize your comment before it is visible.'] = 'O comentario ha de ser autorizado por un administrador antes de ser visible.';
$lang['Anti-flood system : please wait for a moment before trying to post another comment'] = 'Sistema anti-inundación: agarda un intre antes de enviar outro comentario';
$lang['At least one listed rule must be satisfied.'] = 'Hase de satisfacer polo menos un criterio';
$lang['Bad request'] = 'Resposta incorrecta';
$lang['Best rated'] = 'Mellor valorado';
$lang['Change my password'] = 'Mudar miña clave';
$lang['Check your email for the confirmation link'] = 'Comprobar o correo electrónico a traveso de ligazón de confirmación ';
$lang['Click here if your browser does not automatically forward you'] = 'Preme aquí se teu navegador non te reencamiña automaticamente';
$lang['Click on the photo to see it in high definition'] = 'Preme na foto para vela en alta definición';
$lang['Close this window'] = 'Pecha esta xanela';
$lang['Comment'] = 'Comentario';
$lang['Comment by %s'] = 'Comentario de %s';
$lang['Comment: %s'] = 'Comentario: %s';
$lang['Comments'] = 'Comentarios';
$lang['Complete RSS feed (photos, comments)'] = 'Semente RSS completa (fotos e comentarios)';
$lang['Confirm Password'] = 'Confirmar clave';
$lang['Connected user: %s'] = 'Usuario conectado: %s';
$lang['Connection settings'] = 'Opcións da conexión';
$lang['Contact'] = 'Contactar';
$lang['Visits, high &rarr; low'] = 'Visitas, altas &rarr; baixas';
$lang['Visits, low &rarr; high'] = 'Visitas, baixas &rarr; altas';
$lang['Webmaster'] = 'Administrador web';
$lang['View in'] = 'Ver en';
$lang['Visits'] = 'Visitas';
$lang['View'] = 'Ver';
$lang['User "%s" has no email address, password reset is not possible'] = 'O usuario "%s" non ten enderezo de correo electrónico, non é posible o restablecemento da clave.';
$lang['User: %s'] = 'Usuario: %s';
$lang['Username'] = 'Nome de usuario';
$lang['Username "%s" on gallery %s'] = 'Nome de usuario "%s" na galería %s';
$lang['Username is mandatory'] = 'O nome de usuario é obrigatorio';
$lang['Username modification'] = 'Modificación do nome de usuario';
$lang['Username or email'] = 'Nome de usuario ou correo electrónico';
$lang['Username: %s'] = 'Nome de usuario: %s';
$lang['To reset your password, visit the following address:'] = 'Para reiniciar a clave, visita o seguinte enderezo:';
$lang['Unknown feed identifier'] = 'Identificador da semente descoñecido';
$lang['Unknown identifier'] = 'Identificador descoñecido';
$lang['Update your rating'] = 'Actualizar a valoración';
$lang['User comments'] = 'Comentarios de usuario';
$lang['Thumbnails'] = 'Miniaturas';
$lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'A semente RSS fornece notificacións de nova actividade neste sitio web: novas fotos, álbums actualizados, novos comentarios. Para empregar cun lector de sementes RSS.';
$lang['The gallery is locked for maintenance. Please, come back later.'] = 'A galería está bloqueada por mantemento. Volve máis tarde.';
$lang['The number of photos per page must be a not null scalar'] = 'O número de fotos por páxina ten que ser un enteiro distinto de cero';
$lang['The passwords do not match'] = 'As claves non coinciden';
$lang['This author modified following comment:'] = 'Este autor modificou o seguinte comentario:';
$lang['This author removed the comment with id %d'] = 'Este autor borrou o comentario co id %d';
$lang['This login is already used by another user'] = 'Este nome de usuario xa está ocupado por outro usuario';
$lang['Specials'] = 'Especiais';
$lang['Submit'] = 'Enviar';
$lang['Successfully registered, you will soon receive an email with your connection settings. Welcome!'] = 'O rexistro foi satisfactorio, en breves recibirás un correo cos teus parámetros de conexión. Benvido!';
$lang['Tag'] = 'Etiqueta';
$lang['Tag results for'] = 'Resultados da etiqueta para';
$lang['Tags'] = 'Etiquetas';
$lang['Thank you for registering at %s!'] = 'Grazas por te rexistrares en %s!';
$lang['Sort order'] = 'Ordenación';
$lang['Show number of hits'] = 'Amosar o número de accesos';
$lang['Show oldest comments first'] = 'Amosar primeiro os comentarios máis vellos';
$lang['Since'] = 'Desde';
$lang['Someone requested that the password be reset for the following user account:'] = 'Alguén solicitou o restablecemento da clave para a seguinte conta de usuario:';
$lang['Sort by'] = 'Ordenar por';
$lang['Show latest comments first'] = 'Amosar primeiro os comentarios máis recentes';
$lang['Search for all terms'] = 'Buscar todos os termos';
$lang['Search for any term'] = 'Buscar calquera dos termos';
$lang['Search for words'] = 'Buscar por palabras';
$lang['Search in albums'] = 'Buscar nos álbums';
$lang['Search in sub-albums'] = 'Buscar en sub-álbums';
$lang['Search results'] = 'Resultados da busca';
$lang['Search rules'] = 'Criterios da busca';
$lang['Search tags'] = 'Etiquetas da busca';
$lang['Send my connection settings by email'] = 'Enviarme os parámetros de conexión por correo electrónico';
$lang['Sent by'] = 'Enviado por';
$lang['Show file metadata'] = 'Amosarme os metadatos';
$lang['Show number of comments'] = 'Amosar o número de comentarios';
$lang['Reset to default values'] = 'Restablecer os valores predeterminados';
$lang['Retrieve password'] = 'Recuperar a clave';
$lang['Return to home page'] = 'Volver á páxina de inicio';
$lang['SQL queries in'] = 'Consultas SQL en';
$lang['Search'] = 'Buscar';
$lang['Search by date'] = 'Buscar por data';
$lang['Search for Author'] = 'Buscar por autor';
$lang['Recent albums'] = 'Álbums recentes';
$lang['Recent period'] = 'Período recente ';
$lang['Recent period must be a positive integer value'] = 'O período de tempo debe ser un número enteiro positivo';
$lang['Recent photos'] = 'Fotos recentes';
$lang['Redirection...'] = 'Reencamiñar...';
$lang['Reduce diaporama speed'] = 'Diminuír a velocidade da presentación ';
$lang['Register'] = 'Rexistrar';
$lang['Registration'] = 'Rexistro';
$lang['Registration of %s'] = 'Rexistro de %s';
$lang['Related tags'] = 'Etiquetas relacionadas';
$lang['Repeat the slideshow'] = 'Repetir a presentación';
$lang['Requested album does not exist'] = 'O álbum seleccionado non existe';
$lang['Requested tag does not exist'] = 'A etiqueta seleccionada non existe';
$lang['Reset'] = 'Restablecer';
$lang['Rating score'] = 'Valoración';
$lang['Rating score, high &rarr; low'] = 'Valoración, alta &rarr; baixa';
$lang['Rating score, low &rarr; high'] = 'Valoración, baixa &rarr; alta';
$lang['Random photos'] = 'Fotos ó chou';
$lang['Rank'] = 'Valoración';
$lang['Rate this photo'] = 'Valora esta foto';
$lang['Post date'] = 'Data do envío';
$lang['Previous'] = 'Anterior';
$lang['Profile'] = 'Perfil';
$lang['Quick connect'] = 'Conexión rápida';
$lang['Quick search'] = 'Busca rápida';
$lang['RSS feed'] = 'Semente RSS';
$lang['Please, enter a login'] = 'Insire o nome de usuario';
$lang['Posted on'] = 'Enviado o';
$lang['Powered by'] = 'Desenvolvido por';
$lang['Preferences'] = 'Preferencias';
$lang['Photos only RSS feed'] = 'Só fotos na Semente RSS';
$lang['Photos posted within the last %d day.'] = 'Só fotos enviadas no último %d día.';
$lang['Photos posted within the last %d days.'] = 'Só fotos enviadas nos últimos %d días.';
$lang['Piwigo Help'] = 'Axuda de Piwigo';
$lang['Piwigo encountered a non recoverable error'] = 'Piwigo atopou un erro irrecuperable';
$lang['Play of slideshow'] = 'Comezar a presentación';
$lang['Please enter your username or email address.'] = 'Insire o teu nome de usuario ou enderezo de correo electrónico. ';
$lang['Photo sizes'] = 'Tamaños da foto';
$lang['Photo title, A &rarr; Z'] = 'Título da foto, A &rarr; Z';
$lang['Photo title, Z &rarr; A'] = 'Título da foto, Z &rarr; A';
$lang['Pause of slideshow'] = 'Pausa';
$lang['Permalink for album not found'] = 'Non se atopa a ligazón permanente para o álbum';
$lang['Number of items'] = 'Número de elementos';
$lang['Number of photos per page'] = 'Número de fotos por páxina';
$lang['Numeric identifier, 1 &rarr; 9'] = 'Identificador numérico, 1 &rarr; 9';
$lang['Numeric identifier, 9 &rarr; 1'] = 'Identificador numérico, 9 &rarr; 1';
$lang['Original'] = 'Orixinal';
$lang['Original dimensions'] = 'Dimensións orixinais';
$lang['Page generated in'] = 'Páxina xerada en';
$lang['Page not found'] = 'Non se atopou a páxina';
$lang['Password'] = 'Clave';
$lang['Password Reset'] = 'Restablecer a clave';
$lang['Password forgotten'] = 'Clave esquecida';
$lang['Password reset is not allowed for this user'] = 'Non lle está permitido restablecer a clave a este usuario';
$lang['Password: %s'] = 'Clave: %s';
$lang['New password'] = 'Nova clave';
$lang['Next'] = 'Páxina seguinte';
$lang['No'] = 'Non';
$lang['Not repeat the slideshow'] = 'Non repetir a presentación';
$lang['Notification'] = 'Notificación';
$lang['N/A'] = 'Non dispoñible';
$lang['New on %s'] = 'Novo en %s';
$lang['Last'] = 'Última';
$lang['Manage this user comment: %s'] = 'Administrar o comentario: %s';
$lang['Manual sort order'] = 'Orde manual';
$lang['Menu'] = 'Menú';
$lang['Mobile'] = 'dispositivos móbiles';
$lang['Most visited'] = 'Máis visitadas';
$lang['Invalid key'] = 'Chave non válida';
$lang['Invalid password!'] = 'Clave non válida!';
$lang['Invalid username or email'] = 'O nome de usuario ou correo non é valido ';
$lang['Keyword'] = 'Palabra clave';
$lang['Kind of date'] = 'Tipo de dato';
$lang['Language'] = 'Idioma';
$lang['Links'] = 'Ligazóns';
$lang['Login'] = 'Identificación';
$lang['Logout'] = 'Saír ó anonimato';
$lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'Se isto foi un erro, esquece este correo e non pasará nada.';
$lang['If you think you\'ve received this email in error, please contact us at %s'] = 'Se pensas que estás a recibir este correo por un erro, contacta connosco en %s ';
$lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Ola %s, túa galería de fotos Piwigo está baleira!';
$lang['Help'] = 'Axuda';
$lang['Here are your connection settings'] = 'Aquí están as túas opcións da conexión';
$lang['Home'] = 'Inicio';
$lang['I want to add photos'] = 'Eu quero engadir fotos';
$lang['IP: %s'] = 'IP: %s';
$lang['IPTC Metadata'] = 'Metadatos IPTC';
$lang['Identification'] = 'Identificación';
$lang['Hello'] = 'Ola';
$lang['Hello %s,'] = 'Ola &s,';
$lang['Filter and display'] = 'Amosar filtro';
$lang['First'] = 'Primeira páxina';
$lang['Forbidden'] = 'Prohibido';
$lang['Forgot your password?'] = 'Esqueciches a clave?';
$lang['Go through the gallery as a visitor'] = 'Percorrer a galería como visitante';
$lang['File name'] = 'Nome do ficheiro';
$lang['File name, A &rarr; Z'] = 'Nome do ficheiro, A &rarr; Z';
$lang['File name, Z &rarr; A'] = 'Nome do ficheiro, Z &rarr; A';
$lang['Filesize'] = 'Tamaño do ficheiro';
$lang['Filter'] = 'Filtro';
$lang['Email address is missing. Please specify an email address.'] = 'Falta o enderezo de correo electrónico. Indique un.';
$lang['Email: %s'] = 'Correo electrónico: %s';
$lang['Empty query. No criteria has been entered.'] = 'Consulta baleira. Non se inseriu criterio algún.';
$lang['End-Date'] = 'Data final';
$lang['Enter your new password below.'] = 'Insira súa nova clave embaixo.';
$lang['Enter your personnal informations'] = 'Insira seus datos persoais';
$lang['Error sending email'] = 'Produciuse un erro ó enviar o correo electrónico';
$lang['Expand all albums'] = 'Expandir todos os álbums';
$lang['Favorites'] = 'Favoritos';
$lang['File'] = 'Ficheiro';
$lang['Each listed rule must be satisfied.'] = 'Hanse de satisfacer todos os criterios da lista';
$lang['Email address is mandatory'] = 'O enderezo de correo é obrigatorio';
$lang['Dimensions'] = 'Dimensións';
$lang['Display'] = 'Pantalla';
$lang['Download'] = 'descargar';
$lang['Download this file'] = 'Descargar este ficheiro';
$lang['EXIF Metadata'] = 'Metadatos EXIF';
$lang['Edit'] = 'Modificar';
$lang['Edit a comment'] = 'Modificar un comentario';
$lang['Email address'] = 'Enderezo de correo';
$lang['Delete'] = 'Eliminar';
$lang['Desktop'] = 'Escritorio';
$lang['Date created, new &rarr; old'] = 'Data de creación, nova &rarr; antiga';
$lang['Date created, old &rarr; new'] = 'Data de creación, antiga &rarr; nova';
$lang['Date posted, new &rarr; old'] = 'Data de publicación, nova &rarr; antiga';
$lang['Date posted, old &rarr; new'] = 'Data de publicación, antiga &rarr; nova';
$lang['Default'] = 'Predeterminado';
$lang['Current password is wrong'] = 'A clave actual é incorrecta';
$lang['Customize'] = 'Personalizar';
$lang['Created on'] = 'Creado en';
$lang['Creation date'] = 'Data de creación';
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cuquis bloqueadas ou non compatibles co teu navegador. Tes que activar as cuquis para identificarte. ';
$lang['Create a new account'] = 'Crea unha nova conta';
$lang['Contact webmaster'] = 'Contactar co administrador da web';
$lang['Browser: %s'] = 'Navegador: %s';
$lang['Calendar'] = 'Calendario';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Estado incorrecto do usuario "invitado". Estase a empregar o estado predeterminado. Informa ó adminitrador da web.';
$lang['small'] = 'S - pequena';
$lang['large'] = 'L - grande';
$lang['show tag cloud'] = 'amosar nube de etiquetas';
$lang['slideshow'] = 'presentación';
$lang['square'] = 'Cadrado';
$lang['stop the slideshow'] = 'deter presentación';
$lang['the beginning'] = 'o comezo';
$lang['the username must be given'] = 'requírese o nome de usuario';
$lang['this email address is already in use'] = 'este enderezo de correo electrónico xa está en uso';
$lang['this login is already used'] = 'este nome de usuario xa está en uso';
$lang['thumb'] = 'Miniatura';
$lang['today'] = 'hoxe';
$lang['useful when password forgotten'] = 'útil no caso de esquecemento da clave';
$lang['wrong date'] = 'data incorrecta';
$lang['xlarge'] = 'XS - extra grande';
$lang['xsmall'] = 'XL - extra pequena';
$lang['xxlarge'] = 'XXL - enorme';
$lang['set as album representative'] = 'establecer como miniatura do álbum';
$lang['return to the display of all photos'] = 'volver a amosar todas as fotos';
$lang['search'] = 'buscar';
$lang['searched words : %s'] = 'palabras buscadas: %s';
$lang['representative'] = 'miniaturas';
$lang['return to normal view mode'] = 'vista por álbums';
$lang['obligatory'] = 'obrigatorio';
$lang['password updated'] = 'clave actualizada';
$lang['photo'] = 'foto';
$lang['photos posted during the last %d days'] = 'fotos enviadas durante os últimos %d días';
$lang['posted after %s (%s)'] = 'enviada despois de %s (%s)';
$lang['posted before %s (%s)'] = 'enviada antes de %s (%s)';
$lang['posted between %s (%s) and %s (%s)'] = 'enviada entre %s (%s) e %s (%s)';
$lang['posted on %s'] = 'enviada o %s';
$lang['remove this tag from the list'] = 'borra esta etiqueta da lista';
$lang['no rate'] = 'non valorada';
$lang['in %d sub-album'] = 'en %d sub-álbum';
$lang['in %d sub-albums'] = 'en %d sub-álbums';
$lang['in this album'] = 'neste sub-album';
$lang['included'] = 'incluído';
$lang['last %d days'] = 'últimos %d días';
$lang['letters'] = 'letras';
$lang['login mustn\'t end with a space character'] = 'o nome de usuario non pode rematar co carácter de espazo';
$lang['login mustn\'t start with a space character'] = 'o nome de usuario non pode comezar co carácter de espazo';
$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'o enderezo de correo ten que ser algo como xxx@yyy.eee(exemplo: proxecto@trasno.net)';
$lang['mandatory'] = 'obrigatorio';
$lang['medium'] = 'M - mediana';
$lang['from %s to %s'] = 'de %s a %s';
$lang['group by letters'] = 'agrupar por letras';
$lang['guest'] = 'visitante';
$lang['html tags are not allowed in login'] = 'non se permiten etiquetas HTML na identificación';
$lang['excluded'] = 'excluídos';
$lang['display most recent photos'] = 'amosar as fotos máis recentes';
$lang['display most visited photos'] = 'amosar as fotos máis visitadas';
$lang['display only recently posted photos'] = 'amosar só as fotos enviadas recentemente';
$lang['display photos linked to this tag'] = 'amosar as fotos ligadas a esta etiqueta';
$lang['display recently updated albums'] = 'amosar os álbums actualizados recentemente';
$lang['display this album'] = 'amosar este álbum';
$lang['display your favorites photos'] = 'amosar as túas fotos favoritas';
$lang['edit'] = 'Modificar';
$lang['display last user comments'] = 'amosar os últimos comentarios do usuario';
$lang['display each day with photos, month per month'] = 'amosar cada día con fotos, mes a mes';
$lang['display a calendar by posted date'] = 'amosar un calendario por data de envío';
$lang['display a set of random photos'] = 'amosar un conxunto de fotos ó chou';
$lang['display all photos in all sub-albums'] = 'amosar todas as fotos en todos sub-álbums';
$lang['display available tags'] = 'amosar as etiquetas dispoñibles';
$lang['display best rated photos'] = 'amosar as fotos mellor valoradas';
$lang['delete all photos from your favorites'] = 'eliminar todas as fotos de favoritas';
$lang['delete this photo from your favorites'] = 'eliminar esta foto de favoritas';
$lang['descending'] = 'descendente';
$lang['display a calendar by creation date'] = 'amosar un calendario por data de creación';
$lang['customize the appareance of the gallery'] = 'Personalizar a aparencia da galería';
$lang['created after %s (%s)'] = 'creado despois do %s (%s)';
$lang['created before %s (%s)'] = 'creado antes do %s (%s)';
$lang['created between %s (%s) and %s (%s)'] = 'creado entre o %s (%s) e o %s (%s)';
$lang['created on %s'] = 'creado o';
$lang['chronology_weekly_list'] = 'Lista semanal';
$lang['cloud'] = 'nube';
$lang['comment date'] = 'data do comentario';
$lang['chronology_monthly_list'] = 'Lista mensual';
$lang['You are not authorized to access the requested page'] = 'Non estás autorizado a acceder á páxina solicitada';
$lang['You will receive a link to create a new password via email.'] = 'Recibirás unha ligazón para crear unha nova clave vía correo electrónico.';
$lang['Your Gallery Customization'] = 'Personalización da túa galería';
$lang['Your comment has NOT been registered because it did not pass the validation rules'] = 'Teu comentario NON foi rexistrado porque non pasaron as regras de validación.';
$lang['Your comment has been registered'] = 'Teu comentario foi rexistrado';
$lang['Your favorites'] = 'Teus favoritos';
$lang['Your password has been reset'] = 'Túa clave foi reiniciada';
$lang['Your username has been successfully changed to : %s'] = 'Teu nome de usuario foi trocado correctamente por: %s';
$lang['Your website URL is invalid'] = 'O URL do sitio web non é válido';
$lang['available for administrators only'] = 'dispoñible só para administradores';
$lang['chronology_monthly_calendar'] = 'Calendario mensual';
$lang['Website'] = 'Sitio web';
$lang['Week %d'] = 'Semana %d';
$lang['Welcome'] = 'Benvido';
$lang['Welcome to your Piwigo photo gallery!'] = 'Benvido a túa galería de fotos Piwigo!';
$lang['Yes'] = 'Si';
$lang['Password is missing. Please enter the password.'] = 'Falta a clave. Insire unha clave.';
$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Falta a confirmación da clave. Confirma a clave escollida.';
$lang['%d photos per page'] = '%d fotos por páxina';
$lang['Email'] = 'Correo electrónico';
$lang['First Page'] = 'Primeira páxina';
$lang['Go back to the album'] = 'Volver ó álbum';
$lang['Last Page'] = 'Última páxina ';
$lang['Theme'] = 'Tema';
$lang['No results for'] = 'Non hai resultados para';