source: extensions/Photos/language/es_ES/plugin.lang.php @ 8026

Last change on this file since 8026 was 8026, checked in by Zaphod, 13 years ago

Added spanish language support.

File size: 3.6 KB
Line 
1<?php
2$lang['%d new image'] = '%d nueva fotos';
3$lang['%d new images'] = '%d nuevas fotos';
4$lang['Complete RSS feed (images, comments)'] = 'Flujo RSS completo (fotos, comentarios)';
5$lang['Image only RSS feed'] = 'Flujo RSS sólo las fotos';
6$lang['The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'] = 'El flujo RSS notifica eventos de la galería:fotos nuevas, categorías actualizadas, nuevos comentarios de usuarios. Debe usarse con un lector de flujos RSS.';
7$lang['add this image to your favorites'] = 'agregar esta foto a sus favoritos';
8$lang['display best rated items'] = 'mostrar las fotos con mejor calificación';
9$lang['delete this image from your favorites'] = 'Borrar esta foto de sus favoritos';
10$lang['display my favorites pictures'] = 'mostrar mis fotos favoritas';
11$lang['shows images at the root of this category'] = 'muestra las fotos a la raíz de esta categoría';
12$lang['Maximum height of the pictures'] = 'Altura máxima de las fotos';
13$lang['Maximum height must be a number superior to 50'] = 'La altura de las fotos debe ser superior a 50';
14$lang['Maximum width of the pictures'] = 'Ancho máximo de las fotos';
15$lang['Maximum width must be a number superior to 50'] = 'El ancho de las fotos debe ser superior a 50';
16$lang['display most visited pictures'] = 'mostrar las fotos más vistas';
17$lang['The number of images per row must be a not null scalar'] = 'La cantidad de fotos por línea debe ser un número entero superior a cero';
18$lang['Rate this picture'] = 'Votar esta foto';
19$lang['picture'] = 'Foto';
20$lang['Click on the picture to see it in high definition'] = 'Haga clic en la foto para verla en alta resolución';
21$lang['Random pictures'] = 'foto al azar';
22$lang['display a set of random pictures'] = 'mostrar un conjunto aleatorio de fotos';
23$lang['Recent pictures'] = 'fotos recientes';
24$lang['display most recent pictures'] = 'mostrar las fotos más recientes';
25$lang['the filesize of the picture must not exceed :'] = 'el tamaño de la foto debe ser inferior o igual a: ';
26$lang['the picture must be to the fileformat jpg, gif or png'] = 'formatos aceptados: jpg, png ou gif únicamente';
27$lang['the height of the picture must not exceed :'] = 'la altura de la foto debe ser inferior o igual a:  ';
28$lang['the width of the picture must not exceed :'] = 'el ancho de la foto debe ser inferior o igual a:  ';
29$lang['Name of the picture'] = 'Título de la foto';
30$lang['Upload a picture'] = 'Agregar una foto';
31$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'foto agregada con éxito. Un administrador debe aprobarla para que los usuarios puedan verla';
32$lang['Picture name: %s'] = 'Título de la foto: %s';
33$lang['Picture uploaded by %s'] = 'foto subida por %s';
34$lang['%d image']='%d Foto';
35$lang['%d images']='%d Fotos';
36$lang['%d image is also linked to current tags'] = '%d foto también está relacionada con los tags actuales';
37$lang['%d images are also linked to current tags'] = '%d fotos también están relacionada con los tags actuales';
38$lang['See images linked to this tag only'] = 'Ver únicamente las fotos relacionadas a ese tag';
39$lang['images posted during the last %d days'] = 'fotos agregadas los últimos %d días';
40$lang['Choose an image'] = 'Elegir una foto para agregar';
41$lang['delete all images from your favorites'] = 'borrar todas las fotos de tus favoritos';
42$lang['Some info about this picture'] = "Informaciones de esta photo";
43$lang['Some more (technical) info about this picture'] = "Información (técnica) de esta foto";
44$lang['Image Quality'] = 'Calidad de la foto';
45?>
Note: See TracBrowser for help on using the repository browser.