Re: [PHP-DOC] Translation help

2012-01-05 Thread Thiago H. Pojda
On Fri, Jan 6, 2012 at 12:07 AM, Philip Olson wrote: > > Hello Thiago, > > It means whether or not the key association is maintained. For > example: > > $fruit = array('banana', 'orange', 'apple'); > echo $fruit[0]; // banana > sort($fruit); > echo $fruit[0]; // apple > > So sort() does not m

Re: [PHP-DOC] Translation help

2012-01-05 Thread Philip Olson
On Jan 5, 2012, at 4:19 PM, Thiago H. Pojda wrote: > Guys, > > Can anyone help me understanding the following sentence? > > Whether or not the correlation between the keys and values are > maintained after the sort, which may mean the keys are reset > numerically (0,1,2 ...) > > ht

[PHP-DOC] Translation help

2012-01-05 Thread Thiago H. Pojda
Guys, Can anyone help me understanding the following sentence? Whether or not the correlation between the keys and values are maintained after the sort, which may mean the keys are reset numerically (0,1,2 ...) http://br2.php.net/manual/en/array.sorting.php Thanks! Thiago Henrique

[PHP-DOC] TRANSLATION

2009-07-22 Thread Juan Manuel Cubilla
I CAN HELP WITH THE TRANSLATION OF THE PHP DOCUMENTATION TO DE THE SPANISH LANGUAGE, PLEASE TELL ME HOW CAN I HELP YOU.

[PHP-DOC] Translation to Dutch

2009-07-18 Thread Stream Service || Mark Scholten
Hello, For as far as I can see at nl.php.net there isn't a Dutch translation. I would be very happy to help with translating the php.net site to Dutch. How can I help? With kind regards, Mark Scholten

Re: [PHP-DOC] Translation to Polish

2007-09-17 Thread Philip Olson
I'm interested in supporting the manual translation into Polish language. What should I do besides obtaining the XML files from CVS? Greetings Pawel, The Polish translation is active again: http://news.php.net/php.doc.pl Write that mailing list ([EMAIL PROTECTED]) and introduce yourself w

[PHP-DOC] Translation to Polish

2007-09-16 Thread Paweł Lenart
Hello. I'm interested in supporting the manual translation into Polish language. What should I do besides obtaining the XML files from CVS? I look forward to hear from you Pawel Lenart

[PHP-DOC] Translation to Polish

2007-09-15 Thread Paweł Lenart
Hello. I'm interested in supporting the manual translation into Polish language. What should I do besides obtaining the XML files from CVS? I look forward to hear from you Pawel Lenart

Re: [PHP-DOC] Translation of Turkish PHP Documentation.

2005-05-10 Thread Gabor Hojtsy
Hi Doruk, I'm Doruk Babalık From Turkey. About a year ago I Mailed the lists for some reason, and "Gábor Hojtsy" told me, there were no team maintaining or translating PHP Documentation to Turkish. Currently I'm establishing a Turkish translation team, and we like to translate the PHP Documentat

[PHP-DOC] Translation of Turkish PHP Documentation.

2005-05-09 Thread Doruk Babalık
Hi. I'm Doruk Babalık From Turkey. About a year ago I Mailed the lists for some reason, and "Gábor Hojtsy" told me, there were no team maintaining or translating PHP Documentation to Turkish. Currently I'm establishing a Turkish translation team, and we like to translate the PHP Documentation to Tu

Re: [PHP-DOC] Translation and new doc-style

2005-04-06 Thread Mehdi Achour
Gabor Hojtsy wrote: >> > For translators, a diff should be as small as possible. >> >> Why? >> >> If I want to update pg-num-rows.xml in the de-tree, I see have two >> options: >> >> first: >> remove whitespaces, change the doc-skel and then update the >> translation. This means redoing everything

Re: [PHP-DOC] Translation and new doc-style

2005-04-06 Thread Mehdi Achour
Christopher Kings-Lynne wrote: >> first: >> remove whitespaces, change the doc-skel and then update the >> translation. This means redoing everything Christopher has already >> done in the en-pg-num-rows.xml. > > > I'm actually doing a full rewrite of the PostgreSQL docs, so I'm afraid > lots of

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Christopher Kings-Lynne
first: remove whitespaces, change the doc-skel and then update the translation. This means redoing everything Christopher has already done in the en-pg-num-rows.xml. I'm actually doing a full rewrite of the PostgreSQL docs, so I'm afraid lots of translation might be required anyway :( Chris

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Cornelia Boenigk
Hi Nuno, Goba Thank you ;-) Conni

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Nuno Lopes
I've picked the tag of the first file: but it should be: So, its just a typo in the tags.. Nuno - Original Message - Hi > - look up diff of English file (from revcheck) This script shows all german informix-files in the list of *Files without Revision-comment* but they do have. http://

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Gabor Hojtsy
> - look up diff of English file (from revcheck) This script shows all german informix-files in the list of *Files without Revision-comment* but they do have. http://www.php.net/manual/de/revcheck.html#misstags Spot the typo (the wrong colon): BTW it is better to use a more up-to-date resource

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Cornelia Boenigk
Hi > - look up diff of English file (from revcheck) This script shows all german informix-files in the list of *Files without Revision-comment* but they do have. http://www.php.net/manual/de/revcheck.html#misstags Just wondering Conni P.S. Goba: sorry, Hit the wrong button ;-)

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Cornelia Boenigk
Hi > I rather to take the english file and > replace the english for my language. In this way (from > my point of view) is riskless to commit. Yes, I think also that this is less error-prone. Regards Conni

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Philip Olson
> >>> I know that at least the Hungarian translators do that: > >>> > >>> - look up diff of English file (from revcheck) > >>> - change the Hungarian file according to the diff > >>> > >>> If the diff contains irrelevant changes (ws), it is getting harder. > >>> If ws is done in a separate commi

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Gabor Hojtsy
I know that at least the Hungarian translators do that: - look up diff of English file (from revcheck) - change the Hungarian file according to the diff If the diff contains irrelevant changes (ws), it is getting harder. If ws is done in a separate commit, it can be steped over (with incrementa

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Friedhelm Betz
Friedhelm Betz wrote: [...] Probably a lot less people care about WS in the translations, it does not matter. If it does not matter, why should these WS fixes be done in the en tree? Just curiously asking Talking to myself, sorry. To make it absolutly clear: I am strong +1 for the new docstyle a

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Friedhelm Betz
Gabor Hojtsy wrote: I know that at least the Hungarian translators do that: - look up diff of English file (from revcheck) - change the Hungarian file according to the diff If the diff contains irrelevant changes (ws), it is getting harder. If ws is done in a separate commit, it can be steped ov

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Enrique Garcia Briones
Hi all, > >> I know that at least the Hungarian translators do > that: > >> > >> - look up diff of English file (from revcheck) > >> - change the Hungarian file according to the > diff > >> > >> If the diff contains irrelevant changes (ws), it > is getting harder. If > >> ws is done in a separa

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Gabor Hojtsy
I know that at least the Hungarian translators do that: - look up diff of English file (from revcheck) - change the Hungarian file according to the diff If the diff contains irrelevant changes (ws), it is getting harder. If ws is done in a separate commit, it can be steped over (with incrementa

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Friedhelm Betz
Gabor Hojtsy wrote: > For translators, a diff should be as small as possible. Why? If I want to update pg-num-rows.xml in the de-tree, I see have two options: first: remove whitespaces, change the doc-skel and then update the translation. This means redoing everything Christopher has already d

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Gabor Hojtsy
> For translators, a diff should be as small as possible. Why? If I want to update pg-num-rows.xml in the de-tree, I see have two options: first: remove whitespaces, change the doc-skel and then update the translation. This means redoing everything Christopher has already done in the en-pg-num-r

[PHP-DOC] Translation and new doc-style

2005-04-05 Thread Cornelia Boenigk
Hi, > For translators, a diff should be as small as possible. Why? If I want to update pg-num-rows.xml in the de-tree, I see have two options: first: remove whitespaces, change the doc-skel and then update the translation. This means redoing everything Christopher has already done in the en-pg-

[PHP-DOC] Translation of PHP Manual

2004-08-28 Thread Incredible
Hello , I wonder whether translation of PHP Manual to different languages is paid labor or not? I think it isn't -- Best regards, Incredible mailto:[EMAIL PROTECTED]

Re: [PHP-DOC] translation to dutch

2004-05-11 Thread Derick Rethans
Hello, On Tue, 11 May 2004, Sander Hartveld wrote: > Is it useful to help translating to dutch? If so I would like to help. Of course it is :) The Dutch translation is not nearly complete. Have a look at http://php.net/dochowto for more information on starting to help. regards, Derick

[PHP-DOC] translation to dutch

2004-05-11 Thread Sander Hartveld
Hi,   Is it useful to help translating to dutch? If so I would like to help.   Cheers Sander

Re: [PHP-DOC] Translation team's rules?

2004-05-11 Thread Derick Rethans
On Tue, 11 May 2004, Kouber Saparev wrote: > Should everybody obtain a CVS account immediately or there should be > something like "test period" for everyone? Is this a good idea to have > "core" and "freelance" translators - I mean, a main body of 2-3 persons with > CVS access, and other people w

Re: [PHP-DOC] Translation team's rules?

2004-05-11 Thread Gabor Hojtsy
Hi Kouber, I have just started the new translation of docs in bulgarian language and hopefully, there are already some people ready to join my efforts. So, I have some questions on how to organize our work, before conducting further propaganda in the bulgarian php community. :) Should everybody ob

[PHP-DOC] Translation team's rules?

2004-05-11 Thread Kouber Saparev
Hi folks, I have just started the new translation of docs in bulgarian language and hopefully, there are already some people ready to join my efforts. So, I have some questions on how to organize our work, before conducting further propaganda in the bulgarian php community. :) Should everybody ob

Re: [PHP-DOC] translation into polish

2004-04-27 Thread Gabor Hojtsy
Hi Artur! Please contact [EMAIL PROTECTED] Regards, Gabor Hojtsy artizm írta: Hi I've got a question: is it any possibility to join the group translating this documentation into polish language? I'm studying computer science in english language in Warsaw, so it could be useful for this type of wo

[PHP-DOC] translation into polish

2004-04-27 Thread artizm
Hi I've got a question: is it any possibility to join the group translating this documentation into polish language? I'm studying computer science in english language in Warsaw, so it could be useful for this type of work. greetings from Poland Artur Zmysłowski (artizm) [EMAIL PROTECTED]

[PHP-DOC] translation to polish

2004-04-27 Thread artizm
Hi I've got a question: is it any possibility to join the group translating this documentation into polish language? I'm studying computer science in english language in Warsaw, so it could be useful for this type of work. greetings from Poland Artur Zmysłowski (artizm)

Re: [PHP-DOC] translation into chinese

2004-02-10 Thread Gabor Hojtsy
I can translation PHP manual into Chinese(My first language). I like translation it. What Chineese? Simplified, Traditional or Hong Kong Cantonese? Goba

[PHP-DOC] translation into chinese

2004-02-10 Thread panlong
I can translation PHP manual into Chinese(My first language). I like translation it. :) panlong ___ Dreaming of a Swiss Account? Get it here: http://freemail.swissinfo.org

Re: [PHP-DOC] Requests for Danish PHP-doc Translation

2004-01-18 Thread Tom Sommer
Gabor Hojtsy wrote: Actually only the people at systems@ have the adequate access permissions to create a new repository, so we cannot do much, but hope that someone sometime will pick up your request at [EMAIL PROTECTED] Yeah okay, I was just hoping they might see this message and then have a lo

Re: [PHP-DOC] Requests for Danish PHP-doc Translation

2004-01-18 Thread Gabor Hojtsy
> I would like to request the creation of a CVS module named `phpdoc-da`, > and a `doc-da` mailing list > > Both for the new Danish translation of the PHP Manual. > > At the same time I would like to request karma to the CVS module (if > needed?) > > I havn't been getting replies of this request on

[PHP-DOC] Requests for Danish PHP-doc Translation

2004-01-17 Thread Tom Sommer
Hi, I would like to request the creation of a CVS module named `phpdoc-da`, and a `doc-da` mailing list Both for the new Danish translation of the PHP Manual. At the same time I would like to request karma to the CVS module (if needed?) I havn't been getting replies of this request on [EMAIL

Re: [PHP-DOC] PHP Doc translation for Turkish lang.

2004-01-04 Thread Nuno Lopes
Contact the translation team at [EMAIL PROTECTED] Please, read the dochowto first (http://php.net/dochowto) Nuno Lopes - Original Message - From: "Erhan Ekici" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 04, 2004 4:29 AM Subject: [PHP-DOC] P

[PHP-DOC] PHP Doc translation for Turkish lang.

2004-01-03 Thread Erhan Ekici
Hi... I want to know who are interesting with PHP Doc translation for Turkish language. Can anybody tell me ? it is enough any mail address. Thanks for answers:) -- Erhan Ekici İTÜ Uzaktan Eğitim Merkezi E-Posta : [EMAIL PROTECTED] www.uzem.itu.edu.tr

Re: [PHP-DOC] Translation priority (popular pages)

2003-07-23 Thread Gabor Hojtsy
Is it possible to get detailed statistics about the most read (visited) manual pages? That way, translators know what chapters to translate first. I have seen some mirror site statistics [1], but they only list the top-10 or top-15 of the whole site, not only the manual, and only of that mirror. [1

[PHP-DOC] Translation priority (popular pages)

2003-07-23 Thread Jan Fabry
Hello, Is it possible to get detailed statistics about the most read (visited) manual pages? That way, translators know what chapters to translate first. I have seen some mirror site statistics [1], but they only list the top-10 or top-15 of the whole site, not only the manual, and only of that m

Re: [PHP-DOC] Translation

2003-03-18 Thread Gabor Hojtsy
Please read http://php.net/dochowto Thanks for your offer, Goba Jovan ILIC wrote: I am interested in translating the manual to Serbian. Jovan -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] Translation

2003-03-18 Thread Jovan ILIC
I am interested in translating the manual to Serbian.   Jovan

[PHP-DOC] Translation to bulgarian

2003-02-12 Thread Kouber Saparev
Hi, I'm Kouber Saparev from Bulgaria and I wish to start with translating the php manual to bulgarian. Is the translation already in progress, or I have to request for a CVS account? Kouber -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP-DOC] Translation

2003-02-08 Thread Gabor Hojtsy
my name is Nico, I'm from Germany and I'd like to translate the manual from english to germany. Who can help me?? Please write to [EMAIL PROTECTED] Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] Translation

2003-02-08 Thread Nico Haase
Hi, my name is Nico, I'm from Germany and I'd like to translate the manual from english to germany. Who can help me?? thx Nico -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] translation into Russian

2002-10-28 Thread Gabor Hojtsy
> I did the translation of the > PHP-Manual into Russian, and it is now available > for reading and downloading from the pages > > http://pyramidin.narod.ru/index.htm > and > http://pyramidin.narod.ru/downl.htm > > respectively. Have you done this translation in HTML format or in XML? It would b

[PHP-DOC] translation into Russian

2002-10-27 Thread Alexandr Pyramidin
Dear Sir! I did the translation of the PHP-Manual into Russian, and it is now available for reading and downloading from the pages http://pyramidin.narod.ru/index.htm and http://pyramidin.narod.ru/downl.htm respectively. Alex __ Do you Yahoo!? Y!

Re: [PHP-DOC] Translation to pt_BR

2002-09-29 Thread Jome
> Gostaria de ajudar na tradução do manual do php para o português e gostaria > de ter masi detalhes de como faze-lo. > Uso o conectiva 8, só que acesso a internet apenas pelo windows(nunca > consegui configurar meu modem onboard), aprendi e gostei do php, > conheço algumas pessoas que querem apre

[PHP-DOC] Translation to pt_BR

2002-09-29 Thread Fernando Conceição
Gostaria de ajudar na tradução do manual do php para o português e gostaria de ter masi detalhes de como faze-lo. Uso o conectiva 8, só que acesso a internet apenas pelo windows(nunca consegui configurar meu modem onboard), aprendi e gostei do php, conheço algumas pessoas que querem aprender, mas

Re: [PHP-DOC] translation documentation to Russian and/or Ukrainianlanguage

2002-09-22 Thread Gabor Hojtsy
Please contact [EMAIL PROTECTED]   Goba - Original Message - From: Andrew To: [EMAIL PROTECTED] Sent: Thursday, September 19, 2002 7:54 AM Subject: [PHP-DOC] translation documentation to Russian and/or Ukrainian language I want to take part in translation of

[PHP-DOC] translation documentation to Russian and/or Ukrainian language

2002-09-18 Thread Andrew
I want to take part in translation of the documentation on PHP on Russian and the Ukrainian language. To whom I can will address for the detailed information?   Yours faithfully Golovin Andrey

Re: [PHP-DOC] Translation for Extending PHP

2002-09-08 Thread Gabor Hojtsy
> > Isn't it planed to translate them? Can someone point me where to find > > this? > > no need to do that, they need to be rewritten first. | Because they are incomplete / wrong? Because Zend Engine 2 will obsolete them? | Or are there any other causes? 1. They are not up to date 2. ZE2 will ob

Re: [PHP-DOC] Translation for Extending PHP

2002-09-08 Thread derick
On Sun, 8 Sep 2002, Sascha Cunz wrote: > > > Isn't it planed to translate them? Can someone point me where to find > > > this? > > > > no need to do that, they need to be rewritten first. > > Because they are incomplete / wrong? Because Zend Engine 2 will obsolete them? > Or are there any other

Re: [PHP-DOC] Translation for Extending PHP

2002-09-08 Thread Sascha Cunz
> > Isn't it planed to translate them? Can someone point me where to find > > this? > > no need to do that, they need to be rewritten first. Because they are incomplete / wrong? Because Zend Engine 2 will obsolete them? Or are there any other causes? Sascha -- PHP Documentation Mailing List (h

Re: [PHP-DOC] Translation for Extending PHP

2002-09-08 Thread Jan Lehnardt
Hi, On Sat, Sep 07, 2002 at 03:31:59PM +0200, Sascha Cunz wrote: > Isn't it planed to translate them? Can someone point me where to find this? no need to do that, they need to be rewritten first. Jan -- Q: Thank Jan? A: http://geschenke.an.dasmoped.net/ Got an old and spare laptop? Please send m

[PHP-DOC] Translation for Extending PHP

2002-09-07 Thread Sascha Cunz
hi, i'd like to help translating the chapters 'extending PHP' to german ( http://www.php.net/manual/de/zend.php ) but i cannot find them in CVS tree. Isn't it planed to translate them? Can someone point me where to find this? Greetings Sascha -- PHP Documentation Mailing List (http://www.php.n

Re: [PHP-DOC] Translation for Extending PHP

2002-09-07 Thread derick
On Sat, 7 Sep 2002, Sascha Cunz wrote: > hi, > i'd like to help translating the chapters 'extending PHP' to german > ( http://www.php.net/manual/de/zend.php ) > but i cannot find them in CVS tree. For one it's not really useful to translate those, as they are very outdated, but you can find th

Re: [PHP-DOC] translation of the PHP manual in german

2002-01-06 Thread Mark Kronsbein
Hi ott ;) > May i help u translating some parts of the PHP manual into german? You may ;) Please read http://www.php.net/cvs-php.php carefully. > Please be so kind and answer me. Done. Mark -- German Gabber Network @ http://www.gabber.de Infos und Tips zu PHP http://www.php-homepage.de

[PHP-DOC] translation of the PHP manual in german

2002-01-06 Thread andreas.otterstein
Hi there, May i help u translating some parts of the PHP manual into german? Please be so kind and answer me. Best Regards, Andreas Otterstein __ E*TRADE - neu in Deutschland. Jetzt Depot eröffnen + Prämie erhalten ht

Re: [PHP-DOC] Translation to Arabic - Problem

2001-11-17 Thread derick
Hello again, I added the ar tree to the repository, you can now check it out, copy your translated files to it (it's not needed to copy untranslated files). Then you can commit within the tree. regards, Derick On Sat, 17 Nov 2001, Derick Rethans wrote: > Hello , > > you just can't create a new

Re: [PHP-DOC] Translation to Arabic - Problem

2001-11-17 Thread Derick Rethans
Hello , you just can't create a new directory in the tree. If i knew the correct language id (always two characters), I would have added it for you, but I don't know. I'll have a look at it now. Derick On Sat, 17 Nov 2001, Salah Faya wrote: > I'm working on translating the manual to Arabic lan

[PHP-DOC] Translation to Arabic - Problem

2001-11-17 Thread Salah Faya
I'm working on translating the manual to Arabic language but I think I've a problem! I used my new account to start adding the translated-to-arabic files but it didn't work! : cvs add arb ? arb/language-defs.ent ? arb/language-snippets.ent ? arb/.cvsignore cvs [server aborted]: "add" re

[PHP-DOC] translation

2001-11-01 Thread Fabiano Guazzelli da Silva
Who is the responsible for the Brazilian documentation? The documentation is almost in english, and I belive that I could help in this job. Fabiano Guazzelli da Silva