source: extensions/SmartAlbums/language/es_ES/plugin.lang.php @ 13129

Last change on this file since 13129 was 13129, checked in by ddtddt, 12 years ago

[extensions] - SmartAlbums - add es_ES - Español – Spanish - Thanks to jpr928

File size: 2.2 KB
RevLine 
[13129]1<?php
2
3$lang['%d photos associated to album %s'] = '%d fotos relacionadas con el álbum %s';
4$lang['No filter selected'] = 'Sin filtro seleccionado';
5$lang['No tag selected'] = 'No hay etiquetas seleccionadas';
6$lang['Date string is malformed'] = 'La fecha no es correcta';
7$lang['Limit must be an integer'] = 'El límite debe ser un entero';
8$lang['You can\'t use more than one limit'] = 'Sólo se puede utilizar un límite';
9$lang['All these tags'] = 'Todas las etiquetas';
10$lang['One of these tags'] = 'Una de las etiquetas';
11$lang['None of these tags'] = 'Ninguna etiqueta';
12$lang['Only these tags'] = 'Sólo las etiquetas';
13$lang['Added on'] = 'Añadido el';
14$lang['Added before'] = 'Añadido antes de';
15$lang['Added after'] = 'Añadido después de';
16$lang['Created on'] = 'creado el';
17$lang['Created before'] = 'Creado antes del';
18$lang['Created after'] = 'Creado después del';
19$lang['%d photo'] = '%d foto';
20$lang['%d photos'] = '%d fhotos';
21$lang['tags filter'] = 'Filtrar por etiquetas';
22$lang['date filter'] = 'filtrar por fecha';
23$lang['limit filter'] = 'numero máx. de elementos';
24$lang['Add filters here'] = 'Añadir filtros aquí';
25$lang['This album is a SmartAlbum'] = 'Este álbum es un SmartAlbum';
26$lang['Count'] = 'Contar';
27$lang['Regenerate photos list of this SmartAlbum'] = 'Regenerar las fotos de este SmartAlbum';
28$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerar las fotos de todos los SmartAlbums';
29$lang['Update albums on file upload'] = 'Actualización de los álbumes después de la puesta en linea de un archivo';
30$lang['(can cause slowdowns on admin pages)'] = '(puede causar retrasos)';
31$lang['All SmartAlbums'] = 'Todos los SmartAlbums';
32$lang['Add a SmartAlbum'] = 'Añadir un SmartAlbum';
33$lang['SmartAlbum deleted'] = 'SmartAlbum eliminado';
34$lang['SmartAlbum added'] = 'SmartAlbum añadido';
35$lang['Only SmartAlbums are displayed on this page'] = 'Sólo los SmartAlbums se publican en esta página';
36$lang['To order albums please go the main albums management page'] = 'Para ordenar los álbumes por favor visite la página principal <a href="admin.php?page=cat_list">Gestión de álbumes</a>';
37$lang['Don\'t show this message again'] = 'No volver a mostrar este mensaje';
38
39?>
Note: See TracBrowser for help on using the repository browser.