Changeset 2325 for trunk/language/es_ES


Ignore:
Timestamp:
May 2, 2008, 11:56:21 PM (17 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

Location:
trunk/language/es_ES
Files:
3 edited

Legend:

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

    r2305 r2325  
    640640// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
    641641$lang['Purge compiled templates'] = 'Purgar el templates compilado';
    642 $lang['Caddie is currently empty'] = 'Caddie is currently empty';
     642/* TODO */ $lang['Caddie is currently empty'] = 'Caddie is currently empty';
     643/* TODO */ $lang['conf_upload_title'] = 'Upload';
     644/* TODO */ $lang['Show upload link every time'] = 'Show upload link every time';
     645/* TODO */ $lang['User access level to upload'] = 'User access level to upload';
     646/* TODO */ $lang['ACCESS_0'] = 'Free access';
     647/* TODO */ $lang['ACCESS_1'] = 'Access to all';
     648/* TODO */ $lang['ACCESS_2'] = 'Access to subscribed';
     649/* TODO */ $lang['ACCESS_3'] = 'Access to administrators';
     650/* TODO */ $lang['ACCESS_4'] = 'Access to webmasters';
     651/* TODO */ $lang['ACCESS_5'] = 'No access';
     652
    643653?>
  • 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?>
  • trunk/language/es_ES/help/configuration.html

    r2145 r2325  
    2424
    2525  <li><strong>Permitir el registro de los utilizadores</strong>: La inscripción es libre para ellos todos.</li>
    26 
    27   <li><strong>Notificar a los administradores cuando una imagen es cargada</strong>: Los administradores recibirán un courriel a cada imagen puesto en disposición por un utilizador.</li>
    2826
    2927</ul>
     
    6361</ul>
    6462
     63<!--TODO --><h3>Upload</h3>
     64<ul>
     65<!--TODO -->  <li><strong>Show upload link every time</strong>: If exists uploadeable categories, add link will be show for each categoy.</li>
     66<!--TODO -->  <li><strong>User access level to upload</strong>: Allows to restrict upload by users</li>
     67  <li><strong>Notificar a los administradores cuando una imagen es cargada</strong>: Los administradores recibirán un courriel a cada imagen puesto en disposición por un utilizador.</li>
     68</ul>
     69
    6570<h3>Fijación por defecto</h3>
    6671<p>Modificar las opciones de fijación por defecto: para los visitadores no conectados. Una vez conectado, estas opciones son sobrecargadas por las del utilizador, a las que puede modificar en la pantalla <span
Note: See TracChangeset for help on using the changeset viewer.