Web Service: Language corrections.
Old High and Normal options have been removed git-svn-id: http://piwigo.org/svn/trunk@1824 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e1c10b7e35
commit
db013a59a9
4 changed files with 2 additions and 48 deletions
|
@ -349,4 +349,6 @@ foreach ($conf['ws_durations'] as $value) {
|
|||
//----------------------------------------------------------- sending html code
|
||||
|
||||
$template->assign_var_from_handle('ADMIN_CONTENT', 'ws_checker');
|
||||
|
||||
include_once(PHPWG_ROOT_PATH.'include/ws_core.inc.php');
|
||||
?>
|
||||
|
|
|
@ -519,11 +519,8 @@ $lang['ws_Access'] = ' Access ';
|
|||
$lang['ws_Start'] = ' Start ';
|
||||
$lang['ws_End'] = ' End ';
|
||||
$lang['ws_Request'] = ' Request ';
|
||||
$lang['ws_High'] = ' High ';
|
||||
$lang['ws_Normal'] = ' Normal ';
|
||||
$lang['ws_Limit'] = ' Limit ';
|
||||
$lang['ws_Comment'] = ' Comment ';
|
||||
$lang['ws_disallowed'] = 'This change is disallowed or already done';
|
||||
$lang['Modify End from Now +'] = 'Modify End from Now + ';
|
||||
$lang['Free comment, use it to identify your partner clearly'] = ' Free comment, use it to identify your partner clearly ';
|
||||
$lang['Confirmation'] = ' Confirmation ';
|
||||
|
@ -536,8 +533,6 @@ $lang['Facultative and restrictive option'] = 'Facultative and restrictive optio
|
|||
$lang['Postponed availability in days'] = 'Postponed availability in days';
|
||||
$lang['Duration in days'] = 'Duration in days';
|
||||
$lang['Restrict access to'] = 'Restrict access to';
|
||||
$lang['High resolution information will be returned to your partner'] = 'High resolution information will be returned to your partner';
|
||||
$lang['Normal size information will be returned to your partner'] = 'Normal size information will be returned to your partner';
|
||||
$lang['Returned images limit'] = 'Returned images limit';
|
||||
$lang['Comment to identify your partner clearly'] = 'Comment to identify your partner clearly';
|
||||
$lang['Add this access definition'] = 'Add this access definition';
|
||||
|
|
|
@ -519,14 +519,11 @@ $lang['ws_Access'] = ' Access ';
|
|||
$lang['ws_Start'] = ' Début ';
|
||||
$lang['ws_End'] = ' Fin ';
|
||||
$lang['ws_Request'] = 'Requête';
|
||||
$lang['ws_High'] = ' High ';
|
||||
$lang['ws_Normal'] = ' Normal ';
|
||||
$lang['ws_Limit'] = ' Limite ';
|
||||
$lang['ws_Comment'] = ' Commentaire ';
|
||||
$lang['Modify End from Now +'] = 'Modifier la Fin par cet instant + ';
|
||||
$lang['Confirmation'] = ' Confirmation ';
|
||||
$lang['Delete'] = ' Retrait ';
|
||||
$lang['ws_disallowed'] = 'Changement interdit ou déjà effectué';
|
||||
$lang['Confidential partner key'] = 'Clé confidentielle';
|
||||
$lang['Basis of access key calculation'] = 'Base de calcul de la clé';
|
||||
$lang['Target'] = 'Cible';
|
||||
|
@ -535,8 +532,6 @@ $lang['Facultative and restrictive option'] = 'Option facultative et restrictive
|
|||
$lang['Postponed availability in days'] = 'Report de disponibilité en jours';
|
||||
$lang['Duration in days'] = 'Durée en jours';
|
||||
$lang['Restrict access to'] = 'Accès restreint à';
|
||||
$lang['High resolution information will be returned to your partner'] = 'Les informations de la haute résolution seront transmises à votre partenaire';
|
||||
$lang['Normal size information will be returned to your partner'] = 'Les informations de l\'image normale seront transmises à votre partenaire';
|
||||
$lang['Returned images limit'] = 'Limite de transmision';
|
||||
$lang['Comment to identify your partner clearly'] = 'Commentaire vous permettant d\'identifier votre partenaire facilement';
|
||||
$lang['Add this access definition']= 'Ajouter cette définition d\'accès';
|
||||
|
|
|
@ -119,44 +119,6 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- High resolution information will be returned -->
|
||||
<!-- In comment currently
|
||||
<tr>
|
||||
<td>
|
||||
<label for="add_High">{lang:ws_High}</label>
|
||||
<br />
|
||||
</td>
|
||||
<td>
|
||||
<label><input type="radio" name="add_high"
|
||||
value="true" {DEFLT_HIGH_YES}
|
||||
title="{lang:High resolution information will be returned to your partner}"
|
||||
/> {lang:yes}
|
||||
</label>
|
||||
<label><input type="radio" name="add_high"
|
||||
value="false" {DEFLT_HIGH_NO} /> {lang:no}
|
||||
</label>
|
||||
</td>
|
||||
</tr> -->
|
||||
|
||||
<!-- Normal size information will be returned -->
|
||||
<!-- In comment currently
|
||||
<tr>
|
||||
<td>
|
||||
<label for="add_Normal">{lang:ws_Normal}</label>
|
||||
<br />
|
||||
</td>
|
||||
<td>
|
||||
<label><input type="radio" name="add_normal"
|
||||
value="true" {DEFLT_NORMAL_YES}
|
||||
title="{lang:Normal size information will be returned to your partner}"
|
||||
/> {lang:yes}
|
||||
</label>
|
||||
<label><input type="radio" name="add_normal"
|
||||
value="false" {DEFLT_NORMAL_NO} /> {lang:no}
|
||||
</label>
|
||||
</td>
|
||||
</tr> -->
|
||||
|
||||
<!-- Idendify your partner (name / website / phone) as you want -->
|
||||
<tr>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Reference in a new issue