Changeset 8711 for trunk/language/es_ES


Ignore:
Timestamp:
Jan 16, 2011, 9:43:56 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo (public side)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/es_ES/common.lang.php

    r8665 r8711  
    33// | Piwigo - a PHP based picture gallery                                  |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008-2010 Piwigo Team                  http://piwigo.org |
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
    66// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     
    5555$lang['Album'] = 'Álbum';
    5656$lang['Close this window'] = 'Cerrar la ventana';
    57 $lang['Complete RSS feed (images, comments)'] = 'Flujo RSS completo (imágenes, comentarios)';
     57$lang['Complete RSS feed (photos, comments)'] = 'Flujo RSS completo (imágenes, comentarios)';
    5858$lang['Confirm Password'] = 'Confirmar la contraseña';
    5959$lang['Connection settings'] = 'Datos de conexión';
     
    8080$lang['Help'] = 'Ayuda';
    8181$lang['Identification'] = 'Identificación';
    82 $lang['Image only RSS feed'] = 'Contenido RSS: sólo imagen';
     82$lang['Photos only RSS feed'] = 'Contenido RSS: sólo imagen';
    8383$lang['Keyword'] = 'Palabra clave';
    8484$lang['Links'] = 'Enlaces';
     
    115115$lang['Tag'] = 'Etiqueta';
    116116$lang['Tags'] = 'Etiquetas';
    117 $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 los eventos de la galeria : fotos nuevas, àlbumes actualizados, nuevos comentarios usuario. Para utilizar con un lecteur de flujo RSS.';
     117$lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'El flujo RSS notifica los eventos de la galeria : fotos nuevas, àlbumes actualizados, nuevos comentarios usuario. Para utilizar con un lecteur de flujo RSS.';
    118118$lang['Unknown feed identifier'] = 'Identificador de RSS desconocido';
    119119$lang['User comments'] = 'Comentarios del usuario';
     
    202202$lang['E-mail address'] = $lang['Email address'];
    203203$lang['obligatory'] = 'obligatorio';
    204 $lang['Maximum height of the pictures'] = 'Altura máxima de las imágenes';
     204$lang['Maximum photo height'] = 'Altura máxima de las imágenes';
    205205$lang['Maximum height must be a number superior to 50'] = 'La altura máxima de las imágenes no debe ser superioror a 50';
    206 $lang['Maximum width of the pictures'] = 'Ancho máxima de las imágenes';
     206$lang['Maximum photo width'] = 'Ancho máxima de las imágenes';
    207207$lang['Maximum width must be a number superior to 50'] = 'El ancho máximo de las imágenes no debe ser superior a 50';
    208208$lang['display a calendar by creation date'] = 'mostrar las imágenes en un calendario, por fecha de subida';
    209 $lang['display all elements in all sub-albums'] = 'Ver todas las fotos de los abumes y sub-albumes';
     209$lang['display all photos in all sub-albums'] = 'Ver todas las fotos de los abumes y sub-albumes';
    210210$lang['return to normal view mode'] = 'Volver a la vista normal';
    211211$lang['display a calendar by posted date'] = 'Mostrar las imágenes en un calendario por fecha de agregación';
     
    224224$lang['Most visited'] = 'Imágenes más vistas';
    225225$lang['display most visited photos'] = 'mostrar las imágenes más vistas';
    226 $lang['The number of images per row must be a not null scalar'] = 'El número de imágenes por línea debe ser un número entero no nulo';
    227 $lang['Number of images per row'] = 'Número de miniaturas por línea';
     226$lang['The number of photos per row must be a not null scalar'] = 'El número de imágenes por línea debe ser un número entero no nulo';
     227$lang['Number of photos per row'] = 'Número de miniaturas por línea';
    228228$lang['The number of rows per page must be a not null scalar'] = 'El número de líneas por página debe ser un numero entero no nulo';
    229229$lang['Number of rows per page'] = 'Número de líneas por pagina';
     
    233233$lang['Next'] = 'Página siguiente';
    234234$lang['no rate'] = 'no valorada';
    235 $lang['Elements posted within the last %d day.'] = 'Sólo muestra las imágenes incorporadas desde el día %d .';
    236 $lang['Elements posted within the last %d days.'] = 'Sólo muestra las imágenes incorporadas desde los últimos %d dias.';
     235$lang['Photos posted within the last %d day.'] = 'Sólo muestra las imágenes incorporadas desde el día %d .';
     236$lang['Photos posted within the last %d days.'] = 'Sólo muestra las imágenes incorporadas desde los últimos %d dias.';
    237237$lang['password updated'] = 'contraseña actualizada';
    238238$lang['Recent period must be a positive integer value'] = 'El período debe ser un número entero positivo';
    239 $lang['picture'] = 'imagen';
    240 $lang['Click on the picture to see it in high definition'] = 'Hacer clic sobre la imagen para verla en alta resolución';
     239$lang['photo'] = 'imagen';
     240$lang['Click on the photo to see it in high definition'] = 'Hacer clic sobre la imagen para verla en alta resolución';
    241241$lang['Show file metadata'] = 'Mostrar los meta-datos del fichero';
    242242$lang['Powered by'] = 'Distribuido por';
     
    357357$lang['Are you sure?'] = '¿Seguro?';
    358358$lang['delete this comment'] = 'Borrar este comentario';
    359 $lang['Some info about this picture'] = 'Informaciones sobre esta imagen';
    360 $lang['Some more (technical) info about this picture'] = 'Informaciones (técnicas) sobre esta imagen';
    361359$lang['edit this comment'] = 'editar este comentario';
    362360$lang['Edit a comment'] = 'Editar un comentario';
Note: See TracChangeset for help on using the changeset viewer.