Changeset 7024 for trunk/language/es_ES


Ignore:
Timestamp:
Sep 28, 2010, 1:32:09 AM (14 years ago)
Author:
plg
Message:

feature 1616: rename category into album, a few language keys were missing

Location:
trunk/language/es_ES
Files:
2 edited

Legend:

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

    r6993 r7024  
    351351$lang['status'] = 'Estatuto';
    352352$lang['Directory'] = 'Repertorio';
    353 $lang['sub-categories'] = 'subcategorías';
     353$lang['sub-albums'] = 'subcategorías';
    354354$lang['synchronize metadata'] = 'Sincronizar los méta-datos';
    355355$lang['target'] = 'blanco';
     
    402402$lang['File/directory read error'] = 'Error de abertura fichero / repertorio';
    403403$lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = 'El fichero o el repertorio no puede ser accesible (o sea no existe, o sea el acceso esta negado)';
    404 $lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Cada fichero con imágenes requiere una miniatura. La miniatura debe estar presente en el subdirectorio " thumbnail " del repertorio de la categoría. El nombre del fichero de la miniatura debe comenzar con parámetro de configuración "prefix_thumbnail" y la extensión del nombre del fichero debe estar entre la lista siguiente:';
     404$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Cada fichero con imágenes requiere una miniatura. La miniatura debe estar presente en el subdirectorio " thumbnail " del repertorio de la categoría. El nombre del fichero de la miniatura debe comenzar con parámetro de configuración "prefix_thumbnail" y la extensión del nombre del fichero debe estar entre la lista siguiente:';
    405405$lang['missing thumbnail'] = 'falta la miniatura ';
    406406$lang['albums deleted in the database'] = 'categorías suprimidas de la base de datos';
     
    434434$lang['user_status_normal'] = 'Visitante';
    435435$lang['user_status_webmaster'] = 'Webmestre';
    436 $lang['Virtual category'] = 'Categoría virtual';
     436$lang['Virtual album'] = 'Categoría virtual';
    437437$lang['Waiting'] = 'En espera';
    438438$lang['default'] = 'por defecto';
     
    459459$lang['Send an information email to group members'] = 'Enviar un mail de informacion a los miembros de un grupo';
    460460$lang['Group'] = 'Groupo';
    461 $lang['[%s] Come to visit the category %s'] = '[%s] Venga a visitar la categoría %s';
     461$lang['[%s] Visit album %s'] = '[%s] Venga a visitar la categoría %s';
    462462$lang['Hello,'] = 'Buenos días,';
    463463$lang['See you soon.'] = 'Hasta pronto.';
    464 $lang['Come to discover the category:'] = 'Venga a descubrir la categoría:';
     464$lang['Discover album:'] = 'Venga a descubrir la categoría:';
    465465$lang['Mail content'] = 'Contenido del mail';
    466466$lang['none'] = 'Ninguno';
  • trunk/language/es_ES/upgrade.lang.php

    r6335 r7024  
    3535
    3636// Upgrade informations from upgrade_1.3.1.php
    37 $lang['All sub-categories of private categories become private'] = 'Todas las subcategorías de categorías privadas se vuelven privadas';
     37$lang['All sub-albums of private albums become private'] = 'Todas las subcategorías de categorías privadas se vuelven privadas';
    3838$lang['User permissions and group permissions have been erased'] = 'Las autorizaciones de los usuarios y de los grupos han sido borradas';
    3939$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'Sólo el prefijo de las miniaturas y el email  del webmestre han sido salvaguardados por la configuración precedente';
Note: See TracChangeset for help on using the changeset viewer.