Changeset 1824


Ignore:
Timestamp:
Feb 15, 2007, 8:42:34 PM (17 years ago)
Author:
vdigital
Message:

Web Service: Language corrections.
Old High and Normal options have been removed

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/ws_checker.php

    r1791 r1824  
    350350
    351351$template->assign_var_from_handle('ADMIN_CONTENT', 'ws_checker');
     352
     353include_once(PHPWG_ROOT_PATH.'include/ws_core.inc.php');
    352354?>
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r1823 r1824  
    520520$lang['ws_End'] = ' End ';
    521521$lang['ws_Request'] = ' Request ';
    522 $lang['ws_High'] = ' High ';
    523 $lang['ws_Normal'] = ' Normal ';
    524522$lang['ws_Limit'] = ' Limit ';
    525523$lang['ws_Comment'] = ' Comment ';
    526 $lang['ws_disallowed'] = 'This change is disallowed or already done';
    527524$lang['Modify End from Now +'] = 'Modify End from Now + ';
    528525$lang['Free comment, use it to identify your partner clearly'] = ' Free comment, use it to identify your partner clearly ';
     
    537534$lang['Duration in days'] = 'Duration in days';
    538535$lang['Restrict access to'] = 'Restrict access to';
    539 $lang['High resolution information will be returned to your partner'] = 'High resolution information will be returned to your partner';
    540 $lang['Normal size information will be returned to your partner'] = 'Normal size information will be returned to your partner';
    541536$lang['Returned images limit'] = 'Returned images limit';
    542537$lang['Comment to identify your partner clearly'] = 'Comment to identify your partner clearly';
  • trunk/language/fr_FR.iso-8859-1/admin.lang.php

    r1823 r1824  
    520520$lang['ws_End'] = ' Fin ';
    521521$lang['ws_Request'] = 'Requête';
    522 $lang['ws_High'] = ' High ';
    523 $lang['ws_Normal'] = ' Normal ';
    524522$lang['ws_Limit'] = ' Limite ';
    525523$lang['ws_Comment'] = ' Commentaire ';
     
    527525$lang['Confirmation'] = ' Confirmation ';
    528526$lang['Delete'] = ' Retrait ';
    529 $lang['ws_disallowed'] = 'Changement interdit ou déjà effectué';
    530527$lang['Confidential partner key'] = 'Clé confidentielle';
    531528$lang['Basis of access key calculation'] = 'Base de calcul de la clé';
     
    536533$lang['Duration in days'] = 'Durée en jours';
    537534$lang['Restrict access to'] = 'Accès restreint à';
    538 $lang['High resolution information will be returned to your partner'] = 'Les informations de la haute résolution seront transmises à votre partenaire';
    539 $lang['Normal size information will be returned to your partner'] = 'Les informations de l\'image normale seront transmises à votre partenaire';
    540535$lang['Returned images limit'] = 'Limite de transmision';
    541536$lang['Comment to identify your partner clearly'] = 'Commentaire vous permettant d\'identifier votre partenaire facilement';
  • trunk/template/yoga/admin/ws_checker.tpl

    r1804 r1824  
    119119        </td>
    120120      </tr>
    121 
    122     <!-- High resolution information will be returned -->
    123     <!-- In comment currently
    124       <tr>
    125         <td>
    126           <label for="add_High">{lang:ws_High}</label>
    127           <br />
    128         </td>
    129         <td>
    130           <label><input type="radio" name="add_high"
    131             value="true" {DEFLT_HIGH_YES}
    132             title="{lang:High resolution information will be returned to your partner}"
    133             /> {lang:yes}
    134           </label> &nbsp; &nbsp; &nbsp;
    135           <label><input type="radio" name="add_high"
    136             value="false" {DEFLT_HIGH_NO} /> {lang:no}
    137           </label> 
    138         </td>
    139       </tr> -->
    140 
    141     <!-- Normal size information will be returned -->
    142     <!-- In comment currently
    143       <tr>
    144         <td>
    145           <label for="add_Normal">{lang:ws_Normal}</label>
    146           <br />
    147         </td>
    148         <td>
    149           <label><input type="radio" name="add_normal"
    150             value="true" {DEFLT_NORMAL_YES}
    151             title="{lang:Normal size information will be returned to your partner}"
    152             /> {lang:yes}
    153           </label> &nbsp; &nbsp; &nbsp;
    154           <label><input type="radio" name="add_normal"
    155             value="false" {DEFLT_NORMAL_NO} /> {lang:no}
    156           </label>
    157         </td>
    158       </tr> -->
    159121
    160122    <!-- Idendify your partner (name / website / phone) as you want -->
Note: See TracChangeset for help on using the changeset viewer.