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

Last change on this file since 16939 was 16939, checked in by mistic100, 12 years ago

add option to block permissions recalculation

File size: 3.0 KB
Line 
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['All these tags'] = 'Todas las etiquetas';
9$lang['One of these tags'] = 'Una de las etiquetas';
10$lang['None of these tags'] = 'Ninguna etiqueta';
11$lang['Only these tags'] = 'Sólo las etiquetas';
12$lang['Added on'] = 'Añadido el';
13$lang['Added before'] = 'Añadido antes de';
14$lang['Added after'] = 'Añadido después de';
15$lang['Created before'] = 'Creado antes del';
16$lang['Created after'] = 'Creado después del';
17$lang['%d photo'] = '%d foto';
18$lang['%d photos'] = '%d fhotos';
19$lang['Add filters here'] = 'Añadir filtros aquí';
20$lang['This album is a SmartAlbum'] = 'Este álbum es un SmartAlbum';
21$lang['Count'] = 'Contar';
22$lang['Regenerate photos list of this SmartAlbum'] = 'Regenerar las fotos de este SmartAlbum';
23$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerar las fotos de todos los SmartAlbums';
24$lang['Update albums on file upload'] = 'Actualización de los álbumes después de la puesta en linea de un archivo';
25$lang['All SmartAlbums'] = 'Todos los SmartAlbums';
26$lang['SmartAlbum deleted'] = 'SmartAlbum eliminado';
27$lang['SmartAlbum added'] = 'SmartAlbum añadido';
28$lang['Only SmartAlbums are displayed on this page'] = 'Sólo los SmartAlbums se publican en esta página';
29$lang['Don\'t show this message again'] = 'No volver a mostrar este mensaje';
30
31$lang['can cause slowdowns'] = 'puede hacer que vaya lento';
32$lang['Above'] = 'Encima';
33$lang['Author is empty'] = 'El campo autor está vacio';
34$lang['Begins with'] = 'Empieza con';
35$lang['Bellow'] = 'Debajo';
36$lang['Contains'] = 'Contiene';
37$lang['Doesn\'t begin with'] = 'No empieza con';
38$lang['Doesn\'t contain'] = 'No contiene';
39$lang['Doesn\'t end with'] = 'No acaba con';
40$lang['Ends with'] = 'Acaba con';
41$lang['Filters'] = 'Filtros';
42$lang['For "Is (not) in", separate each author by a comma'] = 'Para "Is (not) in", separar cada autor con una coma';
43$lang['Hits must be an integer'] = 'Hits must be an integer';
44$lang['Is in'] = 'Está dentro';
45$lang['Is not in'] = 'No está dentro';
46$lang['Is not'] = 'No es';
47$lang['Is'] = 'Es';
48$lang['Name is empty'] = 'El campo nombre está vacio';
49$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Para ordenar los álbumes por favor ve a la página principal <a href="%s">de administración de álbumes</a>';
50$lang['You can\'t use more than one level filter'] = 'No puedes usar más de un nivel de filtros';
51$lang['You can\'t use more than one limit filter'] = 'No puedes usar más de un filtro limitador';
52$lang['author_filter'] = 'Autor';
53$lang['create a new SmartAlbum'] = 'Crear un nuevo álbum inteligente';
54$lang['Hits'] = 'Visitas';
55$lang['Max. number of photos'] = 'Número máximo de fotos';
56?>
Note: See TracBrowser for help on using the repository browser.