Show
Ignore:
Timestamp:
05/02/08 23:56:21 (5 years ago)
Author:
rub
Message:

Resolved issue 0000823: Enhance upload functionalities

First commit, others will be follow.
Not hesitate to change my translations.

Add upload configuration tabsheet (move and add configuration)
Change and add define for access level
Can show upload link every time
Can restrict access upload.class.php
Can choice category on upload page
Add upload class not use for the moment
Review quickly and temporary style of upload.tpl

Files:
1 modified

Legend:

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

    r2300 r2325  
    307307$lang['update_rate'] = 'Actualizar nota'; 
    308308$lang['update_wrong_dirname'] = 'Mal nombre de repertorio'; 
    309 $lang['upload_advise'] = 'Elegir una imagen para agregar en esta categoría : '; 
    310309$lang['upload_advise_filesize'] = 'El peso de la imagen debe sobrepasar : '; 
    311310$lang['upload_advise_filetype'] = 'El tamaño de la imagen debe ser jpg, png ou gif'; 
     
    365364$lang['See elements linked to this tag only'] = 'Ver las imágenes relacionadas únicamente a este tag'; 
    366365$lang['elements posted during the last %d days'] = 'esta imagen tiene menos de %d dias'; 
     366$lang['Choose an image'] = 'Elegir una imagen'; 
     367 
    367368?>