- From: Roberto Bagnara <bagnara@cs.unipr.it>
- Date: Thu, 06 Jan 2000 18:32:02 +0100
- To: jose.kahan@w3.org
- CC: Karl-Michael Schneider <schneide@phil.uni-passau.de>, www-amaya@w3.org
Hi there,
here is the corresponding patch for the italian stuff.
All the best,
Roberto
*** it-amayamsg.~1~ Tue Dec 14 19:31:08 1999
--- it-amayamsg Thu Jan 6 18:29:38 2000
***************
*** 111,115 ****
110 Il server non ha compreso la sintassi della richiesta
111 Il server non ha nuove informazioni da inviare
! 112 Questo metodo non è consentito per %s
113 Identificazione richiesta per accedere a %s
114 Verifica in corso ...
--- 111,115 ----
110 Il server non ha compreso la sintassi della richiesta
111 Il server non ha nuove informazioni da inviare
! 112 Questo metodo non è consentito
113 Identificazione richiesta per accedere a %s
114 Verifica in corso ...
jose.kahan@w3.org wrote:
>
> Thanks Karl-Michael,
>
> The problem is a dialogue message that is being used as a sprintf. It
> needs an argument and none is being passed to it.
>
> The problem exists on all Amaya versions and occurs whenever you try to
> apply a server unauthorized method to a URL, like saving when you don't
> have the rights.
>
> The solution is to edit the faulty dialogue message.
>
> You have to find the directory that says Amaya/config. In that directory,
> there are a number of dialogue files *-amayamsg, where * is en, fr, de ...
>
> Open the file you're using (depending on your language), look for line
> 112 and change it from:
>
> 112 This method is not allowed for %s
>
> to
>
> 112 This method is not allowed
>
> You have to quit Amaya, but you don't need to recompile.
>
> I commited this patch to the cvs base.
>
> -Jose
--
Roberto Bagnara
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:bagnara@cs.unipr.it
Received on Thursday, 6 January 2000 12:32:29 UTC