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/en_UK/admin.lang.php

    r2305 r2325  
    635635// --------- Starting below: New or revised $lang ---- from Butterfly (1.8) 
    636636$lang['Purge compiled templates'] = 'Purge compiled templates'; 
    637 /* TODO */ $lang['Caddie is currently empty'] = 'Caddie is currently empty'; 
     637$lang['Caddie is currently empty'] = 'Caddie is currently empty'; 
     638$lang['conf_upload_title'] = 'Upload'; 
     639$lang['Show upload link every time'] = 'Show upload link every time'; 
     640$lang['User access level to upload'] = 'User access level to upload'; 
     641$lang['ACCESS_0'] = 'Free access'; 
     642$lang['ACCESS_1'] = 'Access to all'; 
     643$lang['ACCESS_2'] = 'Access to subscribed'; 
     644$lang['ACCESS_3'] = 'Access to administrators'; 
     645$lang['ACCESS_4'] = 'Access to webmasters'; 
     646$lang['ACCESS_5'] = 'No access'; 
     647 
    638648?>