Looks like some program in the chain erroneously appended
    @vckyb3.nw.wakwak.com.

    - Sascha

---------- Forwarded message ----------
Date: Mon, 25 Nov 2002 23:31:08 +0100 (CET)
From: Sascha Schumann <[EMAIL PROTECTED]>
To: Moriyoshi Koizumi <[EMAIL PROTECTED]>
Cc: Alexander Wagner <[EMAIL PROTECTED]>,
     Sterling Hughes <[EMAIL PROTECTED]>, Ilia A. <[EMAIL PROTECTED]>,
     "\"\\\" <[EMAIL PROTECTED]>, \\\"\""@vckyb3.nw.wakwak.com,
     'PHP.Developers.Mailing.List'@vckyb3.nw.wakwak.com,
     "\"\\\" <[EMAIL PROTECTED]>\\\"\""@at.wakwak.com
Subject: Re: [PHP-DEV] [PATCH] Redirect on Error

    sprintf handles these cases easily.

> Warning:  Argument %1 to array_diff() is not an array in - on line %2

    sprintf("argument %1$s.. line %2$s", arg, line);

> the above message should be translated into Japanese romaji script as
> following:
>
> Keikoku: %2 gyou me - array_diff() no %1 banme no hikisu ga hairetsu de ha
> arimasen.

    sprintf("%2$s gyou me.. no %1$s", arg, line);

    - Sascha

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to