Changeset 1658


Ignore:
Timestamp:
Dec 16, 2006, 9:55:36 AM (17 years ago)
Author:
vdigital
Message:

Admin Lang for WS

File:
1 edited

Legend:

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

    r1656 r1658  
    497497$lang['Advanced_features'] = 'Advanced features';
    498498$lang['Elements_not_linked'] = 'Not linked elements';
     499
     500$lang['web_services'] = 'Web services ';
     501$lang['title_wscheck'] = ' Access management ';
     502$lang['ws_set_status'] = ' Environment ';
     503$lang['ws_status'] = ' Status ';
     504$lang['ws_enable'] = ' Enable ';
     505$lang['ws_disable'] = ' Disable ';
     506$lang['ws set to'] = ' Environment temporary set ';
     507$lang['ws_failed_upd'] = ' -> <strong>Uncompleted demand</strong> ';
     508$lang['ws_success_upd'] = ' -> Successfully completed ';
     509$lang['ws_adding_legend'] = '  Add a new partner access to Web Services ';
     510$lang['ws_update_legend'] = '  Revoke / Update selected partner access ';
     511$lang['ws_delete_legend'] = '  Revoke selected partner access ';
     512//  $lang['ws_default_legend'] = '  Assumed defaults parameters in any missing cases ';
     513//  $lang['ws_default'] = ' Default ';
     514//  $lang['ws_request'] = ' Request (Demand type) ';
     515//  $lang['ws_requested_nbr'] = ' Number of images per request ';
     516$lang['ws_random'] = 'Random';                                /* Random order */
     517$lang['ws_list'] = 'Id list';                /* list on MBt & z0rglub request */
     518$lang['ws_maxviewed'] = 'Most viewed';          /* hit > 0 and hit desc order */
     519$lang['ws_recent'] = 'Most recent';     /* recent = Date_available desc order */
     520$lang['ws_highrated'] = 'Best rated';          /* avg_rate > 0 and desc order */
     521$lang['ws_oldest'] = 'Oldest';                    /* Date_available asc order */
     522$lang['ws_lessviewed'] = 'Less viewed';                      /* hit asc order */
     523$lang['ws_lowrated'] = 'Lowest rated';                  /* avg_rate asc order */
     524$lang['ws_undescribed'] = 'Undescribed';               /* description missing */
     525$lang['ws_unnamed'] = 'Unnamed';                          /* new name missing */
     526$lang['ws_portraits'] = 'Portraits';    /* width < height (portrait oriented) */
     527$lang['ws_landscapes'] = 'Landscapes'; /* width > height (landscape oriented) */
     528$lang['ws_squares'] = 'Squares';              /* width ~ height (square form) */
     529$lang['ws_high_auth'] = ' Authorize high resolution ';
     530$lang['ws_normal_auth'] = ' Authorize normal size ';
     531$lang['ws_KeyName'] = ' Partner ';
     532$lang['ws_Access'] = ' Access ';
     533$lang['ws_Start'] = ' Start ';
     534$lang['ws_End'] = ' End ';
     535$lang['ws_Request'] = ' Request ';
     536$lang['ws_High'] = ' High ';
     537$lang['ws_Normal'] = ' Normal ';
     538$lang['ws_Limit'] = ' Limit ';
     539$lang['ws_Comment'] = ' Comment ';
     540$lang['ws_disallowed'] = 'This change is disallowed or already done';
     541//  $lang['Reset filter(s)'] = ' Reset filter(s) ';
     542//  $lang['New filter(s)'] = ' New filter(s) ';
     543//  $lang['Not selected / Not confirmed'] = 'Access not selected or unconfirmed action';
     544$lang['Modify End from Now +'] = 'Modify End from Now + ';
     545$lang['Free comment, use it to identify your partner clearly'] =
     546      ' Free comment, use it to identify your partner clearly ';
     547$lang['Confirmation'] = ' Confirmation ';
     548$lang['Delete'] = ' Remove ';
     549$lang['Confidential partner key'] = 'Confidential partner key';
     550$lang['Basis of access key calculation'] = 'Basis of access key calculation';
     551$lang['Target'] = 'Target';
     552$lang['Access: see help text for more'] = 'Access: see help text for more';
     553$lang['Facultative and restrictive option'] =
     554  'Facultative and restrictive option';
     555$lang['Postponed availability in days'] = 'Postponed availability in days';
     556$lang['Duration in days'] = 'Duration in days';
     557$lang['Restrict access to'] = 'Restrict access to';
     558$lang['High resolution information will be returned to your partner'] =
     559  'High resolution information will be returned to your partner';
     560$lang['Normal size information will be returned to your partner'] =
     561  'Normal size information will be returned to your partner';
     562$lang['Returned images limit'] = 'Returned images limit';
     563$lang['Comment to identify your partner clearly'] =
     564  'Comment to identify your partner clearly';
     565$lang['Add this access definition'] = 'Add this access definition';
     566$lang['Web Services availability duration in days'] =
     567  'Web Services availability duration in days';
    499568?>
Note: See TracChangeset for help on using the changeset viewer.