Ah my bad. It's totally beyond my expectation...
Then how about RTL languages? They need some bidi processing.

Moriyoshi

Sascha Schumann <[EMAIL PROTECTED]> wrote:

>     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