aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-15 19:42:34 +0000
committervdigital <vdigital@piwigo.org>2007-02-15 19:42:34 +0000
commitdb013a59a9f8ea47f3d24501d238aac384b3243f (patch)
tree5be3e3ed5ca0145c2a1846154ce95dccd6160b1f
parente1c10b7e35930d9eaec636fbb1b4b4c8daf041eb (diff)
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
-rw-r--r--admin/ws_checker.php2
-rw-r--r--language/en_UK.iso-8859-1/admin.lang.php5
-rw-r--r--language/fr_FR.iso-8859-1/admin.lang.php5
-rw-r--r--template/yoga/admin/ws_checker.tpl38
4 files changed, 2 insertions, 48 deletions
diff --git a/admin/ws_checker.php b/admin/ws_checker.php
index a52bf5e9b..411b3cad9 100644
--- a/admin/ws_checker.php
+++ b/admin/ws_checker.php
@@ -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');
?>
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php
index 9428223dc..9a0addeee 100644
--- a/language/en_UK.iso-8859-1/admin.lang.php
+++ b/language/en_UK.iso-8859-1/admin.lang.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';
diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php
index bce17d7ca..fdbdfc033 100644
--- a/language/fr_FR.iso-8859-1/admin.lang.php
+++ b/language/fr_FR.iso-8859-1/admin.lang.php
@@ -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';
diff --git a/template/yoga/admin/ws_checker.tpl b/template/yoga/admin/ws_checker.tpl
index 04177b1c6..3cd379877 100644
--- a/template/yoga/admin/ws_checker.tpl
+++ b/template/yoga/admin/ws_checker.tpl
@@ -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> &nbsp; &nbsp; &nbsp;
- <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> &nbsp; &nbsp; &nbsp;
- <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>