Ignore:
Timestamp:
Feb 15, 2007, 4:03:16 AM (17 years ago)
Author:
rvelices
Message:
  • plugins: added new action user_init
  • put in a new admin_multi_view:allows admins to change on the fly language/theme and view gallery as guest (useful for developers and just to show a 'new' way of using plugins)
  • removed some warnings from history.php and increased table width to 99%
  • remove unused admin language strings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r1806 r1821  
    505505$lang['Advanced_features'] = 'Advanced features';
    506506$lang['Elements_not_linked'] = 'Not linked elements';
    507 
    508507$lang['web_services'] = 'Web services ';
    509508$lang['title_wscheck'] = ' Access management ';
     
    517516$lang['ws_update_legend'] = '  Revoke / Update selected partner access ';
    518517$lang['ws_delete_legend'] = '  Revoke selected partner access ';
    519 //  $lang['ws_default_legend'] = '  Assumed defaults parameters in any missing cases ';
    520 //  $lang['ws_default'] = ' Default ';
    521518$lang['ws_Methods'] = ' Methods ';
    522 //  $lang['ws_requested_nbr'] = ' Number of images per request ';
    523 $lang['ws_random'] = 'Random';                                /* Random order */
    524 $lang['ws_list'] = 'Id list';                /* list on MBt & z0rglub request */
    525 $lang['ws_maxviewed'] = 'Most viewed';          /* hit > 0 and hit desc order */
    526 $lang['ws_recent'] = 'Most recent';     /* recent = Date_available desc order */
    527 $lang['ws_highrated'] = 'Best rated';          /* avg_rate > 0 and desc order */
    528 $lang['ws_oldest'] = 'Oldest';                    /* Date_available asc order */
    529 $lang['ws_lessviewed'] = 'Less viewed';                      /* hit asc order */
    530 $lang['ws_lowrated'] = 'Lowest rated';                  /* avg_rate asc order */
    531 $lang['ws_undescribed'] = 'Undescribed';               /* description missing */
    532 $lang['ws_unnamed'] = 'Unnamed';                          /* new name missing */
    533 $lang['ws_portraits'] = 'Portraits';    /* width < height (portrait oriented) */
    534 $lang['ws_landscapes'] = 'Landscapes'; /* width > height (landscape oriented) */
    535 $lang['ws_squares'] = 'Squares';              /* width ~ height (square form) */
    536 $lang['ws_high_auth'] = ' Authorize high resolution ';
    537 $lang['ws_normal_auth'] = ' Authorize normal size ';
    538519$lang['ws_KeyName'] = ' Partner ';
    539520$lang['ws_Access'] = ' Access ';
     
    546527$lang['ws_Comment'] = ' Comment ';
    547528$lang['ws_disallowed'] = 'This change is disallowed or already done';
    548 //  $lang['Reset filter(s)'] = ' Reset filter(s) ';
    549 //  $lang['New filter(s)'] = ' New filter(s) ';
    550 //  $lang['Not selected / Not confirmed'] = 'Access not selected or unconfirmed action';
    551529$lang['Modify End from Now +'] = 'Modify End from Now + ';
    552 $lang['Free comment, use it to identify your partner clearly'] =
    553       ' Free comment, use it to identify your partner clearly ';
     530$lang['Free comment, use it to identify your partner clearly'] = ' Free comment, use it to identify your partner clearly ';
    554531$lang['Confirmation'] = ' Confirmation ';
    555532$lang['Delete'] = ' Remove ';
     
    558535$lang['Target'] = 'Target';
    559536$lang['Access: see help text for more'] = 'Access: see help text for more';
    560 $lang['Facultative and restrictive option'] =
    561   'Facultative and restrictive option';
     537$lang['Facultative and restrictive option'] = 'Facultative and restrictive option';
    562538$lang['Postponed availability in days'] = 'Postponed availability in days';
    563539$lang['Duration in days'] = 'Duration in days';
    564540$lang['Restrict access to'] = 'Restrict access to';
    565 $lang['High resolution information will be returned to your partner'] =
    566   'High resolution information will be returned to your partner';
    567 $lang['Normal size information will be returned to your partner'] =
    568   'Normal size information will be returned to your partner';
     541$lang['High resolution information will be returned to your partner'] = 'High resolution information will be returned to your partner';
     542$lang['Normal size information will be returned to your partner'] = 'Normal size information will be returned to your partner';
    569543$lang['Returned images limit'] = 'Returned images limit';
    570 $lang['Comment to identify your partner clearly'] =
    571   'Comment to identify your partner clearly';
     544$lang['Comment to identify your partner clearly'] = 'Comment to identify your partner clearly';
    572545$lang['Add this access definition'] = 'Add this access definition';
    573 $lang['Web Services availability duration in days'] =
    574   'Web Services availability duration in days';
     546$lang['Web Services availability duration in days'] = 'Web Services availability duration in days';
    575547$lang['special_admin_menu'] = 'Specials';
    576548$lang['pictures_menu'] = 'Pictures';
Note: See TracChangeset for help on using the changeset viewer.