From dreamcolor at gmail.com Mon Mar 1 01:17:53 2010 From: dreamcolor at gmail.com (Dreamcolor) Date: Mon, 1 Mar 2010 09:17:53 +0800 Subject: [wp-polyglots] BuddyPress.org Locale Blogs for zh_CN Message-ID: Hello, Now I can login the local blog backend. But I still can not commit my translations to SVN. It gaven me a "403" error. zh_CN Dreamcolor Thanks, Dreamcolor From hempsworth at googlemail.com Mon Mar 1 01:39:41 2010 From: hempsworth at googlemail.com (Alex Hempton-Smith) Date: Mon, 1 Mar 2010 01:39:41 +0000 Subject: [wp-polyglots] Translating constructed sentences Message-ID: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> Throughout my plugin I'm constructing sentences like this: if ($user_id == $author_id) $author = 'their own'; elseif ($user_id == 0) $author = 'an'; else $author = bp_core_get_userlink( $author_id ) . "'s"; $action = bp_core_get_userlink( $user_id ) . ' likes ' . $author . ' activity'; What would be the best way of making this translatable? Something like this perhaps: if ($user_id == $author_id) : $liker = bp_core_get_userlink( $user_id ); $activity_url = bp_activity_get_permalink($activity_id); $action = sprintf(__('%s likes their own activity'), $liker, $activity_url); elseif ($user_id == 0) : $liker = bp_core_get_userlink( $user_id ); $activity_url = bp_activity_get_permalink($activity_id); $action = sprintf(__('%s likes an activity'), $liker, $activity_url); else : $liker = bp_core_get_userlink( $user_id ); $author = bp_core_get_userlink( $author_id ); $activity_url = bp_activity_get_permalink($activity_id); $action = sprintf(__('%s likes %s\'s activity'), $liker, $author, $activity_url); endif; My only worry is that the sentences are almost identical, I don't want translators having to do too much repetition. -- Alex (Hempsworth) -------------- next part -------------- An HTML attachment was scrubbed... URL: From nb at nikolay.bg Mon Mar 1 07:58:34 2010 From: nb at nikolay.bg (Nikolay Bachiyski) Date: Mon, 1 Mar 2010 07:58:34 +0000 Subject: [wp-polyglots] Translating constructed sentences In-Reply-To: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> References: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> Message-ID: <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> On Mon, Mar 1, 2010 at 01:39, Alex Hempton-Smith wrote: > Throughout my plugin I'm constructing sentences like this: > > ... > ??? $action = bp_core_get_userlink( $user_id ) . ' likes ' . $author . ' href="' . bp_activity_get_permalink($activity_id) . '">activity'; > > What would be the best way of making this translatable? Something like this > perhaps: > > ... > ??? ??? $action = sprintf(__('%s likes their own href="%s">activity'), $liker, $activity_url); > ... > ??? ??? $action = sprintf(__('%s likes an activity'), > $liker, $activity_url); > ... > ??? ??? $action = sprintf(__('%s likes %s\'s activity'), > $liker, $author, $activity_url); > ... > > My only worry is that the sentences are almost identical, I don't want > translators having to do too much repetition. > That's the best way. Even if there might me repetition for some translators, for most of the us the previous version was unusable. Too many languages with genders, declensions and such. Happy translating, Nikolay. From pandemtandem at gmail.com Wed Mar 3 12:04:55 2010 From: pandemtandem at gmail.com (pandemtandem at gmail.com) Date: Wed, 3 Mar 2010 08:04:55 -0400 Subject: [wp-polyglots] thanks! Message-ID: <20100303121451.6CD9110CA5A@lists.luv.wordpress.org> I have attached your document. +++ Attachment: No Virus found +++ MessageLabs AntiVirus - www.messagelabs.com -------------- next part -------------- A non-text attachment was scrubbed... Name: letter_wp-polyglots.zip Type: application/octet-stream Size: 29834 bytes Desc: not available URL: From cerbero at gmail.com Fri Mar 5 14:07:36 2010 From: cerbero at gmail.com (Arturo) Date: Fri, 5 Mar 2010 15:07:36 +0100 Subject: [wp-polyglots] pot for MU 2.9.2 In-Reply-To: <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> References: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> Message-ID: <5BD38C4B-08C7-4896-B9E0-2A75AAFC177E@gmail.com> Hi all, is possible have the pot for MU 2.9.2? thanks! Regards, Arturo Uggini BuddyPress Italy Staff WPMU Italy Staff From pavelevap at post.cz Fri Mar 5 17:51:36 2010 From: pavelevap at post.cz (=?us-ascii?Q?Pavel=20Hejn?=) Date: Fri, 05 Mar 2010 18:51:36 +0100 (CET) Subject: [wp-polyglots] Rights for Czech language Message-ID: <58987.12002.34782-20395-788335322-1267811495@post.cz> Hi, could you please create cs_CZ storage for bbPress in i18n svn repository? And add me (username: pavelevap) as committer to this repository? Could you also please add .org user neoen to following: - BuddyPress - i18n svn commit and editor to cs.buddypress.org - bbPress - subversion i18n svn commit - translate.wordpress.org + i18n WordPress svn commit (in all these services also user pavelevap should be present) I have also one question to translate.wordpress.org: It is trunk version, so how often there are added original new strings from development? Every day? Every week? Thank you very much, Pavel From nb at nikolay.bg Sat Mar 6 21:50:42 2010 From: nb at nikolay.bg (Nikolay Bachiyski) Date: Sat, 6 Mar 2010 21:50:42 +0000 Subject: [wp-polyglots] pot for MU 2.9.2 In-Reply-To: <5BD38C4B-08C7-4896-B9E0-2A75AAFC177E@gmail.com> References: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> <5BD38C4B-08C7-4896-B9E0-2A75AAFC177E@gmail.com> Message-ID: <87e663fa1003061350hb1f7708xfcddc866fe482f2d@mail.gmail.com> On Fri, Mar 5, 2010 at 14:07, Arturo wrote: > Hi all, is possible have the pot for MU 2.9.2? > Sorry for the delay, the 2.9.2 was tagged later in the MU repository and that's why the POT wasn't generated on time. It is there now: http://svn.automattic.com/wordpress-i18n/pot/mu/tags/2.9.2/wordpress.pot Happy translating, Nikolay. From cerbero at gmail.com Sat Mar 6 21:54:09 2010 From: cerbero at gmail.com (Arturo) Date: Sat, 6 Mar 2010 22:54:09 +0100 Subject: [wp-polyglots] pot for MU 2.9.2 In-Reply-To: <87e663fa1003061350hb1f7708xfcddc866fe482f2d@mail.gmail.com> References: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> <5BD38C4B-08C7-4896-B9E0-2A75AAFC177E@gmail.com> <87e663fa1003061350hb1f7708xfcddc866fe482f2d@mail.gmail.com> Message-ID: <6AD49271-ABF1-4F55-9F70-2BD1F201DA7D@gmail.com> Thank you Nikolay! Regards, Arturo. Il giorno 06/mar/2010, alle ore 22.50, Nikolay Bachiyski ha scritto: > On Fri, Mar 5, 2010 at 14:07, Arturo wrote: >> Hi all, is possible have the pot for MU 2.9.2? >> > > Sorry for the delay, the 2.9.2 was tagged later in the MU repository > and that's why the POT wasn't generated on time. > > It is there now: > > http://svn.automattic.com/wordpress-i18n/pot/mu/tags/2.9.2/wordpress.pot > > Happy translating, > Nikolay. > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From j.conti at telefonica.net Mon Mar 8 10:26:17 2010 From: j.conti at telefonica.net (=?UTF-8?Q?Jos=C3=A9_Conti?=) Date: Mon, 8 Mar 2010 11:26:17 +0100 Subject: [wp-polyglots] Problem with po files uploads at translate.wordpress.org In-Reply-To: <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> References: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> Message-ID: <53365D2CCF694F0CBBCF1303DB97AFC7@Sony1> Hi, Since some days ago, a cannot upload the po files. I can see the "import translations" link When I upload the po file, when finish the upload, GP display this error "You are not allowed to do that! " This happens with Spanish (Spain) My user name is j.conti Thank you From jfontainhas at gmail.com Mon Mar 8 11:03:38 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Mon, 8 Mar 2010 11:03:38 +0000 Subject: [wp-polyglots] Problem with po files uploads at translate.wordpress.org In-Reply-To: <53365D2CCF694F0CBBCF1303DB97AFC7@Sony1> References: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> <53365D2CCF694F0CBBCF1303DB97AFC7@Sony1> Message-ID: <7e66c63e1003080303x59cef73ar91731847edda73d@mail.gmail.com> This is happening on .org? Z On 8 March 2010 10:26, Jos? Conti wrote: > Hi, > > Since some days ago, a cannot upload the po files. > > I can see the "import translations" link > > When I upload the po file, when finish the upload, GP display this error > "You are not allowed to do that! " > > This happens with Spanish (Spain) > > My user name is j.conti > > Thank you > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From j.conti at telefonica.net Mon Mar 8 11:05:41 2010 From: j.conti at telefonica.net (=?iso-8859-1?Q?Jos=E9_Conti?=) Date: Mon, 8 Mar 2010 12:05:41 +0100 Subject: [wp-polyglots] Problem with po files uploads attranslate.wordpress.org In-Reply-To: <7e66c63e1003080303x59cef73ar91731847edda73d@mail.gmail.com> References: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> <53365D2CCF694F0CBBCF1303DB97AFC7@Sony1> <7e66c63e1003080303x59cef73ar91731847edda73d@mail.gmail.com> Message-ID: Yes, at .org -------------------------------------------------- From: "Jos? Fontainhas" Sent: Monday, March 08, 2010 12:03 PM To: Subject: Re: [wp-polyglots] Problem with po files uploads attranslate.wordpress.org > This is happening on .org? > > Z > > On 8 March 2010 10:26, Jos? Conti wrote: >> Hi, >> >> Since some days ago, a cannot upload the po files. >> >> I can see the "import translations" link >> >> When I upload the po file, when finish the upload, GP display this error >> "You are not allowed to do that! " >> >> This happens with Spanish (Spain) >> >> My user name is j.conti >> >> Thank you >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > Se certific? que el correo entrante no contiene virus. > Comprobada por AVG - www.avg.es > Versi?n: 9.0.733 / Base de datos de virus: 271.1.1/2730 - Fecha de la > versi?n: 03/08/10 08:34:00 > From pandemtandem at gmail.com Mon Mar 8 12:26:16 2010 From: pandemtandem at gmail.com (pandemtandem at gmail.com) Date: Mon, 8 Mar 2010 08:26:16 -0400 Subject: [wp-polyglots] Mail Delivery (failure wp-polyglots@lists.automattic.com) Message-ID: <20100308123627.69ADE10C864@lists.luv.wordpress.org> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: audio/x-wav Size: 29568 bytes Desc: not available URL: From jfontainhas at gmail.com Mon Mar 8 16:11:26 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Mon, 8 Mar 2010 16:11:26 +0000 Subject: [wp-polyglots] Confirmation of BuddyPress repo access Message-ID: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> Hi, Could the following users verify that they have access to the corresponding BuddyPress svn? duquebilly - http://i18n.svn.buddypress.org/pt_BR Atrax - http://i18n.svn.buddypress.org/ru_RU SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU A1ex - http://i18n.svn.buddypress.org/ru_RU Dreamcolor - http://i18n.svn.buddypress.org/zh_CN kazama - http://i18n.svn.buddypress.org/th Shevy - http://i18n.svn.buddypress.org/da_DK xantarin - http://i18n.svn.buddypress.org/pt_PT Daniel Koskinen - http://i18n.svn.buddypress.org/fi eeppo - http://i18n.svn.buddypress.org/fi arkimedia - http://i18n.svn.buddypress.org/fi ejang - - http://i18n.svn.buddypress.org/ko_KR If some do not, or if someone's missing, please post to this list Thanks Z? From niladam at gmail.com Mon Mar 8 16:13:28 2010 From: niladam at gmail.com (madalin) Date: Mon, 8 Mar 2010 18:13:28 +0200 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> Message-ID: What about ro_RO ? 2010/3/8 Jos? Fontainhas : > Hi, > > Could the following users verify that they have access to the > corresponding BuddyPress svn? > > duquebilly - http://i18n.svn.buddypress.org/pt_BR > Atrax - http://i18n.svn.buddypress.org/ru_RU > SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU > A1ex - http://i18n.svn.buddypress.org/ru_RU > Dreamcolor - http://i18n.svn.buddypress.org/zh_CN > kazama - http://i18n.svn.buddypress.org/th > Shevy - http://i18n.svn.buddypress.org/da_DK > xantarin - http://i18n.svn.buddypress.org/pt_PT > Daniel Koskinen - http://i18n.svn.buddypress.org/fi > eeppo - http://i18n.svn.buddypress.org/fi > arkimedia - http://i18n.svn.buddypress.org/fi > ejang - ?- http://i18n.svn.buddypress.org/ko_KR > > If some do not, or if someone's missing, please post to this list > > Thanks > Z? > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -- Cu drag, madalin http://madalin.eu From anotherkaz at gmail.com Mon Mar 8 16:15:50 2010 From: anotherkaz at gmail.com (kazama) Date: Mon, 8 Mar 2010 23:15:50 +0700 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> Message-ID: Hi Z?, I can access it right now. thanks kazama 2010/3/8 Jos? Fontainhas > Hi, > > Could the following users verify that they have access to the > corresponding BuddyPress svn? > > duquebilly - http://i18n.svn.buddypress.org/pt_BR > Atrax - http://i18n.svn.buddypress.org/ru_RU > SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU > A1ex - > http://i18n.svn.buddypress.org/ru_RU > Dreamcolor - http://i18n.svn.buddypress.org/zh_CN > kazama - http://i18n.svn.buddypress.org/th > Shevy - http://i18n.svn.buddypress.org/da_DK > xantarin - http://i18n.svn.buddypress.org/pt_PT > Daniel Koskinen - http://i18n.svn.buddypress.org/fi > eeppo - http://i18n.svn.buddypress.org/fi > arkimedia - http://i18n.svn.buddypress.org/fi > ejang - - http://i18n.svn.buddypress.org/ko_KR > > If some do not, or if someone's missing, please post to this list > > Thanks > Z? > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Mon Mar 8 16:28:08 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Mon, 8 Mar 2010 16:28:08 +0000 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> Message-ID: <7e66c63e1003080828q7f5a98aeof6cb53502105d6ad@mail.gmail.com> Hmmm... dId I forget you? http://i18n.svn.buddypress.org/ro_RO didn't even exist, apparently. I've created it now. Could you give me the .org usernames? I assume this will mean that ro.buddypress.org needs to be created too, right? Z On 8 March 2010 16:13, madalin wrote: > What about ro_RO ? > > > > 2010/3/8 Jos? Fontainhas : >> Hi, >> >> Could the following users verify that they have access to the >> corresponding BuddyPress svn? >> >> duquebilly - http://i18n.svn.buddypress.org/pt_BR >> Atrax - http://i18n.svn.buddypress.org/ru_RU >> SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU >> A1ex - http://i18n.svn.buddypress.org/ru_RU >> Dreamcolor - http://i18n.svn.buddypress.org/zh_CN >> kazama - http://i18n.svn.buddypress.org/th >> Shevy - http://i18n.svn.buddypress.org/da_DK >> xantarin - http://i18n.svn.buddypress.org/pt_PT >> Daniel Koskinen - http://i18n.svn.buddypress.org/fi >> eeppo - http://i18n.svn.buddypress.org/fi >> arkimedia - http://i18n.svn.buddypress.org/fi >> ejang - ?- http://i18n.svn.buddypress.org/ko_KR >> >> If some do not, or if someone's missing, please post to this list >> >> Thanks >> Z? >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > > > > -- > Cu drag, > madalin > http://madalin.eu > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From niladam at gmail.com Mon Mar 8 16:36:01 2010 From: niladam at gmail.com (madalin) Date: Mon, 8 Mar 2010 18:36:01 +0200 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <7e66c63e1003080828q7f5a98aeof6cb53502105d6ad@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> <7e66c63e1003080828q7f5a98aeof6cb53502105d6ad@mail.gmail.com> Message-ID: Hello, Yes, that should be created also. My username is niladam. Also please grant to c00l2sv also. Thank you. 2010/3/8 Jos? Fontainhas : > Hmmm... dId I forget you? http://i18n.svn.buddypress.org/ro_RO didn't > even exist, apparently. I've created it now. Could you give me the > .org usernames? I assume this will mean that ro.buddypress.org needs > to be created too, right? > > Z > > > > On 8 March 2010 16:13, madalin wrote: >> What about ro_RO ? >> >> >> >> 2010/3/8 Jos? Fontainhas : >>> Hi, >>> >>> Could the following users verify that they have access to the >>> corresponding BuddyPress svn? >>> >>> duquebilly - http://i18n.svn.buddypress.org/pt_BR >>> Atrax - http://i18n.svn.buddypress.org/ru_RU >>> SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU >>> A1ex - http://i18n.svn.buddypress.org/ru_RU >>> Dreamcolor - http://i18n.svn.buddypress.org/zh_CN >>> kazama - http://i18n.svn.buddypress.org/th >>> Shevy - http://i18n.svn.buddypress.org/da_DK >>> xantarin - http://i18n.svn.buddypress.org/pt_PT >>> Daniel Koskinen - http://i18n.svn.buddypress.org/fi >>> eeppo - http://i18n.svn.buddypress.org/fi >>> arkimedia - http://i18n.svn.buddypress.org/fi >>> ejang - ?- http://i18n.svn.buddypress.org/ko_KR >>> >>> If some do not, or if someone's missing, please post to this list >>> >>> Thanks >>> Z? >>> _______________________________________________ >>> wp-polyglots mailing list >>> wp-polyglots at lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>> >> >> >> >> -- >> Cu drag, >> madalin >> http://madalin.eu >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -- Cu drag, madalin http://madalin.eu From mail at waclawjacek.com Mon Mar 8 17:03:06 2010 From: mail at waclawjacek.com (=?UTF-8?B?V2FjxYJhdyBKYWNlaw==?=) Date: Mon, 08 Mar 2010 18:03:06 +0100 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> Message-ID: <4B952DCA.4030907@waclawjacek.com> Jos? Fontainhas wrote the following on 08.03.2010 17:11: > Hi, > > Could the following users verify that they have access to the > corresponding BuddyPress svn? > > If some do not, or if someone's missing, please post to this list Hey, Z?! Did you mean to list *all* of the people who should be able to access the repos by now, or just the people who might have some problems with it? If it's the former, then you've missed pl_PL, waclawjacek. :) Cheers! ~ WJ From jfontainhas at gmail.com Mon Mar 8 17:05:09 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Mon, 8 Mar 2010 17:05:09 +0000 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> <7e66c63e1003080828q7f5a98aeof6cb53502105d6ad@mail.gmail.com> Message-ID: <7e66c63e1003080905k5e559e8dw9aabbe1fe79f733d@mail.gmail.com> http://ro.buddypress.org is up and running. Manage at http://ro.buddypress.org/wp-admin Z On 8 March 2010 16:36, madalin wrote: > Hello, > > Yes, that should be created also. My username is niladam. Also please > grant to c00l2sv also. > > Thank you. > > 2010/3/8 Jos? Fontainhas : >> Hmmm... dId I forget you? http://i18n.svn.buddypress.org/ro_RO didn't >> even exist, apparently. I've created it now. Could you give me the >> .org usernames? I assume this will mean that ro.buddypress.org needs >> to be created too, right? >> >> Z >> >> >> >> On 8 March 2010 16:13, madalin wrote: >>> What about ro_RO ? >>> >>> >>> >>> 2010/3/8 Jos? Fontainhas : >>>> Hi, >>>> >>>> Could the following users verify that they have access to the >>>> corresponding BuddyPress svn? >>>> >>>> duquebilly - http://i18n.svn.buddypress.org/pt_BR >>>> Atrax - http://i18n.svn.buddypress.org/ru_RU >>>> SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU >>>> A1ex - http://i18n.svn.buddypress.org/ru_RU >>>> Dreamcolor - http://i18n.svn.buddypress.org/zh_CN >>>> kazama - http://i18n.svn.buddypress.org/th >>>> Shevy - http://i18n.svn.buddypress.org/da_DK >>>> xantarin - http://i18n.svn.buddypress.org/pt_PT >>>> Daniel Koskinen - http://i18n.svn.buddypress.org/fi >>>> eeppo - http://i18n.svn.buddypress.org/fi >>>> arkimedia - http://i18n.svn.buddypress.org/fi >>>> ejang - ?- http://i18n.svn.buddypress.org/ko_KR >>>> >>>> If some do not, or if someone's missing, please post to this list >>>> >>>> Thanks >>>> Z? >>>> _______________________________________________ >>>> wp-polyglots mailing list >>>> wp-polyglots at lists.automattic.com >>>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>>> >>> >>> >>> >>> -- >>> Cu drag, >>> madalin >>> http://madalin.eu >>> _______________________________________________ >>> wp-polyglots mailing list >>> wp-polyglots at lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > > > > -- > Cu drag, > madalin > http://madalin.eu > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From jfontainhas at gmail.com Mon Mar 8 17:06:27 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Mon, 8 Mar 2010 17:06:27 +0000 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <4B952DCA.4030907@waclawjacek.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> <4B952DCA.4030907@waclawjacek.com> Message-ID: <7e66c63e1003080906k41c3fab9qb1c75d729bfdd81a@mail.gmail.com> No, just the latest requests. Is your access ok? Z 2010/3/8 Wac?aw Jacek : > Jos? Fontainhas wrote the following on 08.03.2010 17:11: >> >> Hi, >> >> Could the following users verify that they have access to the >> corresponding BuddyPress svn? >> >> If some do not, or if someone's missing, please post to this list > > Hey, Z?! > > Did you mean to list *all* of the people who should be able to access the > repos by now, or just the people who might have some problems with it? If > it's the former, then you've missed pl_PL, waclawjacek. :) > > Cheers! > ~ WJ > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From niladam at gmail.com Mon Mar 8 17:09:29 2010 From: niladam at gmail.com (madalin) Date: Mon, 8 Mar 2010 19:09:29 +0200 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <7e66c63e1003080905k5e559e8dw9aabbe1fe79f733d@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> <7e66c63e1003080828q7f5a98aeof6cb53502105d6ad@mail.gmail.com> <7e66c63e1003080905k5e559e8dw9aabbe1fe79f733d@mail.gmail.com> Message-ID: Thank you! 2010/3/8 Jos? Fontainhas : > http://ro.buddypress.org is up and running. Manage at > http://ro.buddypress.org/wp-admin > Z > > > On 8 March 2010 16:36, madalin wrote: >> Hello, >> >> Yes, that should be created also. My username is niladam. Also please >> grant to c00l2sv also. >> >> Thank you. >> >> 2010/3/8 Jos? Fontainhas : >>> Hmmm... dId I forget you? http://i18n.svn.buddypress.org/ro_RO didn't >>> even exist, apparently. I've created it now. Could you give me the >>> .org usernames? I assume this will mean that ro.buddypress.org needs >>> to be created too, right? >>> >>> Z >>> >>> >>> >>> On 8 March 2010 16:13, madalin wrote: >>>> What about ro_RO ? >>>> >>>> >>>> >>>> 2010/3/8 Jos? Fontainhas : >>>>> Hi, >>>>> >>>>> Could the following users verify that they have access to the >>>>> corresponding BuddyPress svn? >>>>> >>>>> duquebilly - http://i18n.svn.buddypress.org/pt_BR >>>>> Atrax - http://i18n.svn.buddypress.org/ru_RU >>>>> SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU >>>>> A1ex - http://i18n.svn.buddypress.org/ru_RU >>>>> Dreamcolor - http://i18n.svn.buddypress.org/zh_CN >>>>> kazama - http://i18n.svn.buddypress.org/th >>>>> Shevy - http://i18n.svn.buddypress.org/da_DK >>>>> xantarin - http://i18n.svn.buddypress.org/pt_PT >>>>> Daniel Koskinen - http://i18n.svn.buddypress.org/fi >>>>> eeppo - http://i18n.svn.buddypress.org/fi >>>>> arkimedia - http://i18n.svn.buddypress.org/fi >>>>> ejang - ?- http://i18n.svn.buddypress.org/ko_KR >>>>> >>>>> If some do not, or if someone's missing, please post to this list >>>>> >>>>> Thanks >>>>> Z? >>>>> _______________________________________________ >>>>> wp-polyglots mailing list >>>>> wp-polyglots at lists.automattic.com >>>>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>>>> >>>> >>>> >>>> >>>> -- >>>> Cu drag, >>>> madalin >>>> http://madalin.eu >>>> _______________________________________________ >>>> wp-polyglots mailing list >>>> wp-polyglots at lists.automattic.com >>>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>>> >>> _______________________________________________ >>> wp-polyglots mailing list >>> wp-polyglots at lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>> >> >> >> >> -- >> Cu drag, >> madalin >> http://madalin.eu >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -- Cu drag, madalin http://madalin.eu From mail at waclawjacek.com Mon Mar 8 17:11:47 2010 From: mail at waclawjacek.com (=?UTF-8?B?V2FjxYJhdyBKYWNlaw==?=) Date: Mon, 08 Mar 2010 18:11:47 +0100 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <7e66c63e1003080906k41c3fab9qb1c75d729bfdd81a@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> <4B952DCA.4030907@waclawjacek.com> <7e66c63e1003080906k41c3fab9qb1c75d729bfdd81a@mail.gmail.com> Message-ID: <4B952FD3.4080700@waclawjacek.com> Jos? Fontainhas wrote the following on 08.03.2010 18:06: > No, just the latest requests. Is your access ok? > Yyyup, it's all good. :) Thanks! ~ WJ From ollinpostit at gmail.com Mon Mar 8 17:13:14 2010 From: ollinpostit at gmail.com (Olli) Date: Mon, 8 Mar 2010 19:13:14 +0200 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org Message-ID: Hi, When is possible to start WordPress for Android localization @ translate.wordpress.org ? Olli -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Mon Mar 8 17:40:29 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Mon, 8 Mar 2010 17:40:29 +0000 Subject: [wp-polyglots] Rights for Czech language In-Reply-To: <58987.12002.34782-20395-788335322-1267811495@post.cz> References: <58987.12002.34782-20395-788335322-1267811495@post.cz> Message-ID: <7e66c63e1003080940x5bf73faudfe654288a3f2929@mail.gmail.com> Ok, > could you please create cs_CZ storage for bbPress in i18n svn repository? Done > And add me (username: pavelevap) as committer to this repository? Done > Could you also please add .org user neoen to following: > - BuddyPress - i18n svn commit and editor to cs.buddypress.org Done (svn commit is pending) > - bbPress - subversion i18n svn commit Done > - translate.wordpress.org + i18n WordPress svn commit > (in all these services also user pavelevap should be present) Done > I have also one question to translate.wordpress.org: It is trunk version, so how often there are added original new strings from development? Every day? Every week? There is no set periodicity. Potentially, it could be on every nightly build. Given the current feature freeze, however, I don't anticipate too many changes from now on. Cheers Z From sergeybiryukov.ru at gmail.com Mon Mar 8 17:53:23 2010 From: sergeybiryukov.ru at gmail.com (Sergey Biryukov) Date: Mon, 8 Mar 2010 20:53:23 +0300 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> Message-ID: <302f789c1003080953i6f32df67k55269ff021cf556f@mail.gmail.com> Seems to be OK. Thanks, Z?! -- Sergey 2010/3/8 Jos? Fontainhas : > Hi, > > Could the following users verify that they have access to the > corresponding BuddyPress svn? > > duquebilly - http://i18n.svn.buddypress.org/pt_BR > Atrax - http://i18n.svn.buddypress.org/ru_RU > SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU > A1ex - http://i18n.svn.buddypress.org/ru_RU > Dreamcolor - http://i18n.svn.buddypress.org/zh_CN > kazama - http://i18n.svn.buddypress.org/th > Shevy - http://i18n.svn.buddypress.org/da_DK > xantarin - http://i18n.svn.buddypress.org/pt_PT > Daniel Koskinen - http://i18n.svn.buddypress.org/fi > eeppo - http://i18n.svn.buddypress.org/fi > arkimedia - http://i18n.svn.buddypress.org/fi > ejang - ?- http://i18n.svn.buddypress.org/ko_KR > > If some do not, or if someone's missing, please post to this list > > Thanks > Z? > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From rcn at shevy.dk Mon Mar 8 18:17:25 2010 From: rcn at shevy.dk (=?ISO-8859-1?Q?Ren=E9_Clausen_Nielsen?=) Date: Mon, 8 Mar 2010 20:17:25 +0200 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <302f789c1003080953i6f32df67k55269ff021cf556f@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> <302f789c1003080953i6f32df67k55269ff021cf556f@mail.gmail.com> Message-ID: da_DK is good. Cheers, Ren? On Mon, Mar 8, 2010 at 19:53, Sergey Biryukov wrote: > Seems to be OK. Thanks, Z?! > > -- > Sergey > > > 2010/3/8 Jos? Fontainhas : > > Hi, > > > > Could the following users verify that they have access to the > > corresponding BuddyPress svn? > > > > duquebilly - http://i18n.svn.buddypress.org/pt_BR > > Atrax - http://i18n.svn.buddypress.org/ru_RU > > SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU > > A1ex - http://i18n.svn.buddypress.org/ru_RU > > Dreamcolor - http://i18n.svn.buddypress.org/zh_CN > > kazama - http://i18n.svn.buddypress.org/th > > Shevy - http://i18n.svn.buddypress.org/da_DK > > xantarin - http://i18n.svn.buddypress.org/pt_PT > > Daniel Koskinen - http://i18n.svn.buddypress.org/fi > > eeppo - http://i18n.svn.buddypress.org/fi > > arkimedia - http://i18n.svn.buddypress.org/fi > > ejang - - http://i18n.svn.buddypress.org/ko_KR > > > > If some do not, or if someone's missing, please post to this list > > > > Thanks > > Z? > > _______________________________________________ > > wp-polyglots mailing list > > wp-polyglots at lists.automattic.com > > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -- Ren? Clausen Nielsen Av. Friedrich Engels 393, 3 Maputo, Mozambique Phone: +45 36 96 07 79 Mobile: +258 84 672 6729 Skype: renecn Email: rcn at shevy.dk -------------- next part -------------- An HTML attachment was scrubbed... URL: From stas at nerd.ro Mon Mar 8 18:31:22 2010 From: stas at nerd.ro (Stas =?UTF-8?Q?Su=C8=99cov?=) Date: Mon, 08 Mar 2010 20:31:22 +0200 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> <7e66c63e1003080828q7f5a98aeof6cb53502105d6ad@mail.gmail.com> <7e66c63e1003080905k5e559e8dw9aabbe1fe79f733d@mail.gmail.com> Message-ID: <1268073082.2137.4.camel@rivalry.c7.campus.utcluj.ro> ?n data de Lu, 08-03-2010 la 19:09 +0200, madalin a scris: > Thank you! > > 2010/3/8 Jos? Fontainhas : > > http://ro.buddypress.org is up and running. Manage at > > http://ro.buddypress.org/wp-admin > > Z > > > > > > On 8 March 2010 16:36, madalin wrote: > >> Hello, > >> > >> Yes, that should be created also. My username is niladam. Also please > >> grant to c00l2sv also. > >> > >> Thank you. > >> > >> 2010/3/8 Jos? Fontainhas : > >>> Hmmm... dId I forget you? http://i18n.svn.buddypress.org/ro_RO didn't > >>> even exist, apparently. I've created it now. Could you give me the > >>> .org usernames? I assume this will mean that ro.buddypress.org needs > >>> to be created too, right? > >>> > >>> Z Thanks Z, madalin. Btw, Z, I sent you an email regarding some locale-sites forum theme. Do you have any updates? (My mail nameservers were down in case you replied me once. Sorry for that.) -- () Campania Panglicii ?n ASCII /\ http://stas.nerd.ro/ascii/ From vicent at vcubells.net Mon Mar 8 19:48:24 2010 From: vicent at vcubells.net (cubells) Date: Mon, 08 Mar 2010 20:48:24 +0100 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> Message-ID: <4B955488.90601@vcubells.net> En/na Jos? Fontainhas ha escrit: > If some do not, or if someone's missing, please post to this list > What's about catalan translation? I want to have svn acess or who is translating buddypress into catalan? -- cubells, enviat des de Bonrep?s i Mirambell, al cor del Pa?s Valenci?. From salpagarov at gmail.com Mon Mar 8 21:39:16 2010 From: salpagarov at gmail.com (Sultan Salpagarov) Date: Tue, 9 Mar 2010 00:39:16 +0300 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> Message-ID: <4eb5bfc11003081339i2bfcd11fm2e792964d91a72bc@mail.gmail.com> also... SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU Thanks! Atrax. 2010/3/8 Jos? Fontainhas : > Hi, > > Could the following users verify that they have access to the > corresponding BuddyPress svn? > > duquebilly - http://i18n.svn.buddypress.org/pt_BR > Atrax - http://i18n.svn.buddypress.org/ru_RU > SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU > A1ex - http://i18n.svn.buddypress.org/ru_RU > Dreamcolor - http://i18n.svn.buddypress.org/zh_CN > kazama - http://i18n.svn.buddypress.org/th > Shevy - http://i18n.svn.buddypress.org/da_DK > xantarin - http://i18n.svn.buddypress.org/pt_PT > Daniel Koskinen - http://i18n.svn.buddypress.org/fi > eeppo - http://i18n.svn.buddypress.org/fi > arkimedia - http://i18n.svn.buddypress.org/fi > ejang - ?- http://i18n.svn.buddypress.org/ko_KR > > If some do not, or if someone's missing, please post to this list > > Thanks > Z? > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From salpagarov at gmail.com Mon Mar 8 21:40:21 2010 From: salpagarov at gmail.com (Sultan Salpagarov) Date: Tue, 9 Mar 2010 00:40:21 +0300 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <4eb5bfc11003081339i2bfcd11fm2e792964d91a72bc@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> <4eb5bfc11003081339i2bfcd11fm2e792964d91a72bc@mail.gmail.com> Message-ID: <4eb5bfc11003081340k8dae501y690f4d9cd8769a79@mail.gmail.com> Sorry. It's already so. 2010/3/9 Sultan Salpagarov : > also... > SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU > > Thanks! > Atrax. From luis.perdigao at gmail.com Mon Mar 8 22:27:20 2010 From: luis.perdigao at gmail.com (=?ISO-8859-1?Q?Luis_Perdig=E3o?=) Date: Mon, 8 Mar 2010 22:27:20 +0000 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <4eb5bfc11003081340k8dae501y690f4d9cd8769a79@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> <4eb5bfc11003081339i2bfcd11fm2e792964d91a72bc@mail.gmail.com> <4eb5bfc11003081340k8dae501y690f4d9cd8769a79@mail.gmail.com> Message-ID: <21f97cbf1003081427x78f0f78bw31b86c6da8517bf5@mail.gmail.com> Z?, j? tinha tentado e tinha dado erro, hoje tentei e pela 1? vez tive acesso. Cumps Luis 2010/3/8 Sultan Salpagarov > Sorry. It's already so. > > 2010/3/9 Sultan Salpagarov : > > also... > > SergeyBiryukov - http://i18n.svn.buddypress.org/ru_RU > > > > Thanks! > > Atrax. > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -- Luis Miguel Relvas Perdig?o -------------- next part -------------- An HTML attachment was scrubbed... URL: From drssay97 at gmail.com Mon Mar 8 23:55:17 2010 From: drssay97 at gmail.com (Seok-moon Jang) Date: Tue, 9 Mar 2010 08:55:17 +0900 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> Message-ID: <2496f6b51003081555v60fbe269v1a158524df2675a2@mail.gmail.com> 2010/3/9 Jos? Fontainhas : > Hi, > > Could the following users verify that they have access to the > corresponding BuddyPress svn? > > ejang - ?- http://i18n.svn.buddypress.org/ko_KR Status is OK. Please add svn and ko.buddypress.org access right to user "drssay". > > If some do not, or if someone's missing, please post to this list > > Thanks > Z? > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From daniel.koskinen at gmail.com Tue Mar 9 12:27:37 2010 From: daniel.koskinen at gmail.com (Daniel Koskinen) Date: Tue, 9 Mar 2010 14:27:37 +0200 Subject: [wp-polyglots] Confirmation of BuddyPress repo access In-Reply-To: <2496f6b51003081555v60fbe269v1a158524df2675a2@mail.gmail.com> References: <7e66c63e1003080811g22410d78g9c20d18f7f1919ac@mail.gmail.com> <2496f6b51003081555v60fbe269v1a158524df2675a2@mail.gmail.com> Message-ID: <7367dba11003090427r7a5c9033v10fab90d30addb7c@mail.gmail.com> Daniel Koskinen for "fi" is OK. On Tue, Mar 9, 2010 at 1:55 AM, Seok-moon Jang wrote: > 2010/3/9 Jos? Fontainhas : > > Hi, > > > > Could the following users verify that they have access to the > > corresponding BuddyPress svn? > > > > ejang - - http://i18n.svn.buddypress.org/ko_KR > > Status is OK. > Please add svn and ko.buddypress.org access right to user "drssay". > > > > > If some do not, or if someone's missing, please post to this list > > > > Thanks > > Z? > > _______________________________________________ > > wp-polyglots mailing list > > wp-polyglots at lists.automattic.com > > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Tue Mar 9 18:14:07 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Tue, 09 Mar 2010 18:14:07 +0000 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: References: Message-ID: <4B968FEF.5040305@gmail.com> Done, see http://translate.wordpress.org/projects/android/development Cheers Z? > Hi, > > When is possible to start WordPress for Android localization @ > translate.wordpress.org ? > > Olli > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From ollinpostit at gmail.com Tue Mar 9 18:54:52 2010 From: ollinpostit at gmail.com (Olli) Date: Tue, 9 Mar 2010 20:54:52 +0200 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: <4B968FEF.5040305@gmail.com> References: <4B968FEF.5040305@gmail.com> Message-ID: It shows only string name as original text... Olli 2010/3/9 Jos? Fontainhas > > Done, see http://translate.wordpress.org/projects/android/development > > Cheers > Z? > > > Hi, >> >> When is possible to start WordPress for Android localization @ >> translate.wordpress.org ? >> >> Olli >> >> >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Tue Mar 9 20:20:12 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Tue, 09 Mar 2010 20:20:12 +0000 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: References: <4B968FEF.5040305@gmail.com> Message-ID: <4B96AD7C.9070302@gmail.com> For the moment, you have to click "details" to see the actual text in the Comment section Z > It shows only string name as original text... > > Olli > > 2010/3/9 Jos? Fontainhas > > > > Done, see http://translate.wordpress.org/projects/android/development > > Cheers > Z? > > > Hi, > > When is possible to start WordPress for Android localization @ > translate.wordpress.org > ? > > Olli > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From salpagarov at gmail.com Tue Mar 9 20:22:17 2010 From: salpagarov at gmail.com (Sultan Salpagarov) Date: Tue, 9 Mar 2010 23:22:17 +0300 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: <4B968FEF.5040305@gmail.com> References: <4B968FEF.5040305@gmail.com> Message-ID: <4eb5bfc11003091222q362f8c50ge3dd33f5c1fbb53b@mail.gmail.com> Add me for ru_RU validate, please! 2010/3/9 Jos? Fontainhas : > > Done, see http://translate.wordpress.org/projects/android/development > > Cheers > Z? > > >> Hi, >> >> When is possible to start WordPress for Android localization @ >> translate.wordpress.org ? >> >> Olli >> >> >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From jfontainhas at gmail.com Tue Mar 9 20:51:00 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Tue, 09 Mar 2010 20:51:00 +0000 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: <4eb5bfc11003091222q362f8c50ge3dd33f5c1fbb53b@mail.gmail.com> References: <4B968FEF.5040305@gmail.com> <4eb5bfc11003091222q362f8c50ge3dd33f5c1fbb53b@mail.gmail.com> Message-ID: <4B96B4B4.9090105@gmail.com> I'm happy that you think so highly of my memory to assume that I remember your .org username, but I really don't :D Z > Add me for ru_RU validate, please! > > 2010/3/9 Jos? Fontainhas: >> >> Done, see http://translate.wordpress.org/projects/android/development >> >> Cheers >> Z? >> >> >>> Hi, >>> >>> When is possible to start WordPress for Android localization @ >>> translate.wordpress.org ? >>> >>> Olli >>> >>> >>> >>> _______________________________________________ >>> wp-polyglots mailing list >>> wp-polyglots at lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From salpagarov at gmail.com Tue Mar 9 21:02:56 2010 From: salpagarov at gmail.com (Sultan Salpagarov) Date: Wed, 10 Mar 2010 00:02:56 +0300 Subject: [wp-polyglots] Fwd: WordPress for Android @ translate.wordpress.org In-Reply-To: <4eb5bfc11003091222q362f8c50ge3dd33f5c1fbb53b@mail.gmail.com> References: <4B968FEF.5040305@gmail.com> <4eb5bfc11003091222q362f8c50ge3dd33f5c1fbb53b@mail.gmail.com> Message-ID: <4eb5bfc11003091302x5363aedbn5d4f349ed42a5bde@mail.gmail.com> Sorry :) i am "atrax". ---------- Forwarded message ---------- From: Sultan Salpagarov Date: 2010/3/9 Subject: Re: [wp-polyglots] WordPress for Android @ translate.wordpress.org To: wp-polyglots at lists.automattic.com Add me for ru_RU validate, please! 2010/3/9 Jos? Fontainhas : > > Done, see http://translate.wordpress.org/projects/android/development > > Cheers > Z? > > >> Hi, >> >> When is possible to start WordPress for Android localization @ >> translate.wordpress.org ? >> >> Olli >> >> >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From jfontainhas at gmail.com Tue Mar 9 21:16:42 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Tue, 09 Mar 2010 21:16:42 +0000 Subject: [wp-polyglots] Fwd: WordPress for Android @ translate.wordpress.org In-Reply-To: <4eb5bfc11003091302x5363aedbn5d4f349ed42a5bde@mail.gmail.com> References: <4B968FEF.5040305@gmail.com> <4eb5bfc11003091222q362f8c50ge3dd33f5c1fbb53b@mail.gmail.com> <4eb5bfc11003091302x5363aedbn5d4f349ed42a5bde@mail.gmail.com> Message-ID: <4B96BABA.1010405@gmail.com> Done. > Sorry :) i am "atrax". > > ---------- Forwarded message ---------- > From: Sultan Salpagarov > Date: 2010/3/9 > Subject: Re: [wp-polyglots] WordPress for Android @ translate.wordpress.org > To: wp-polyglots at lists.automattic.com > > > Add me for ru_RU validate, please! > > 2010/3/9 Jos? Fontainhas: >> >> Done, see http://translate.wordpress.org/projects/android/development >> >> Cheers >> Z? >> >> >>> Hi, >>> >>> When is possible to start WordPress for Android localization @ >>> translate.wordpress.org ? >>> >>> Olli >>> >>> >>> >>> _______________________________________________ >>> wp-polyglots mailing list >>> wp-polyglots at lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From mst at eyesx.com Tue Mar 9 22:35:30 2010 From: mst at eyesx.com (Mattias Tengblad) Date: Tue, 09 Mar 2010 23:35:30 +0100 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: <4B968FEF.5040305@gmail.com> References: <4B968FEF.5040305@gmail.com> Message-ID: <4B96CD32.2020206@eyesx.com> Hi Z Please add me as a validator for sv_SE. dot org username "damst". Thanks *Mvh* /Mattias Tengblad/ Webbplats: eyesx.com E-post/Live Messenger: mst at eyesx.com Jos? Fontainhas skrev 2010-03-09 19:14: > > Done, see http://translate.wordpress.org/projects/android/development > > Cheers > Z? > > >> Hi, >> >> When is possible to start WordPress for Android localization @ >> translate.wordpress.org ? >> >> Olli >> >> >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Tue Mar 9 22:44:54 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Tue, 09 Mar 2010 22:44:54 +0000 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: <4B96CD32.2020206@eyesx.com> References: <4B968FEF.5040305@gmail.com> <4B96CD32.2020206@eyesx.com> Message-ID: <4B96CF66.8060407@gmail.com> Done. http://translate.wordpress.org/projects/android/dev/sv/default Cheers Z? > Hi Z > > Please add me as a validator for sv_SE. dot org username "damst". Thanks > > *Mvh* > /Mattias Tengblad/ > Webbplats: eyesx.com > E-post/Live Messenger: mst at eyesx.com > > > Jos? Fontainhas skrev 2010-03-09 19:14: >> >> Done, see http://translate.wordpress.org/projects/android/development >> >> Cheers >> Z? >> >> >>> Hi, >>> >>> When is possible to start WordPress for Android localization @ >>> translate.wordpress.org ? >>> >>> Olli >>> >>> >>> >>> _______________________________________________ >>> wp-polyglots mailing list >>> wp-polyglots at lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From mst at eyesx.com Tue Mar 9 23:24:42 2010 From: mst at eyesx.com (Mattias Tengblad) Date: Wed, 10 Mar 2010 00:24:42 +0100 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: <4B96CF66.8060407@gmail.com> References: <4B968FEF.5040305@gmail.com> <4B96CD32.2020206@eyesx.com> <4B96CF66.8060407@gmail.com> Message-ID: <4B96D8BA.5000905@eyesx.com> Thanks! *Mvh* /Mattias Tengblad/ Webbplats: eyesx.com E-post/Live Messenger: mst at eyesx.com Jos? Fontainhas skrev 2010-03-09 23:44: > > Done. http://translate.wordpress.org/projects/android/dev/sv/default > > Cheers > Z? > > >> Hi Z >> >> Please add me as a validator for sv_SE. dot org username "damst". Thanks >> >> *Mvh* >> /Mattias Tengblad/ >> Webbplats: eyesx.com >> E-post/Live Messenger: mst at eyesx.com >> >> >> Jos? Fontainhas skrev 2010-03-09 19:14: >>> >>> Done, see http://translate.wordpress.org/projects/android/development >>> >>> Cheers >>> Z? >>> >>> >>>> Hi, >>>> >>>> When is possible to start WordPress for Android localization @ >>>> translate.wordpress.org ? >>>> >>>> Olli >>>> >>>> >>>> >>>> _______________________________________________ >>>> wp-polyglots mailing list >>>> wp-polyglots at lists.automattic.com >>>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>> _______________________________________________ >>> wp-polyglots mailing list >>> wp-polyglots at lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>> >> >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan at automattic.com Wed Mar 10 00:04:34 2010 From: dan at automattic.com (Dan Roundhill) Date: Tue, 09 Mar 2010 16:04:34 -0800 Subject: [wp-polyglots] WordPress for Android - add user Message-ID: <4B96E212.6040209@automattic.com> Hi! Can you please add WordPress.org username 'waclawjacek' as a validator for the Polish translation? -- Dan Roundhill Mobile Engineer Automattic, Inc. From ollinpostit at gmail.com Wed Mar 10 06:19:10 2010 From: ollinpostit at gmail.com (Olli) Date: Wed, 10 Mar 2010 08:19:10 +0200 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: <4B96D8BA.5000905@eyesx.com> References: <4B968FEF.5040305@gmail.com> <4B96CD32.2020206@eyesx.com> <4B96CF66.8060407@gmail.com> <4B96D8BA.5000905@eyesx.com> Message-ID: please add me as Finnish validator. Username Ollifin 2010/3/10 Mattias Tengblad > Thanks! > > *Mvh* > *Mattias Tengblad* > Webbplats: eyesx.com > > E-post/Live Messenger: mst at eyesx.com > > Jos? Fontainhas skrev 2010-03-09 23:44: > > > Done. http://translate.wordpress.org/projects/android/dev/sv/default > > Cheers > Z? > > > Hi Z > > Please add me as a validator for sv_SE. dot org username "damst". Thanks > > *Mvh* > /Mattias Tengblad/ > Webbplats: eyesx.com > E-post/Live Messenger: mst at eyesx.com > > > Jos? Fontainhas skrev 2010-03-09 19:14: > > > Done, see http://translate.wordpress.org/projects/android/development > > Cheers > Z? > > > Hi, > > When is possible to start WordPress for Android localization @ > translate.wordpress.org ? > > Olli > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Wed Mar 10 08:36:00 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Wed, 10 Mar 2010 08:36:00 +0000 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: References: <4B968FEF.5040305@gmail.com> <4B96CD32.2020206@eyesx.com> <4B96CF66.8060407@gmail.com> <4B96D8BA.5000905@eyesx.com> Message-ID: <4B9759F0.9060006@gmail.com> Done. > please add me as Finnish validator. Username > > Ollifin > > 2010/3/10 Mattias Tengblad > > > Thanks! > > *Mvh* > /Mattias Tengblad/ > Webbplats: eyesx.com > > E-post/Live Messenger: mst at eyesx.com > > Jos? Fontainhas skrev 2010-03-09 23:44: >> >> Done. http://translate.wordpress.org/projects/android/dev/sv/default >> >> Cheers >> Z? >> >> >>> Hi Z >>> >>> Please add me as a validator for sv_SE. dot org username "damst". >>> Thanks >>> >>> *Mvh* >>> /Mattias Tengblad/ >>> Webbplats: eyesx.com >>> E-post/Live Messenger: mst at eyesx.com >>> >>> >>> >>> Jos? Fontainhas skrev 2010-03-09 19:14: >>>> >>>> Done, see >>>> http://translate.wordpress.org/projects/android/development >>>> >>>> Cheers >>>> Z? >>>> >>>> >>>>> Hi, >>>>> >>>>> When is possible to start WordPress for Android localization @ >>>>> translate.wordpress.org >>>>> ? >>>>> >>>>> Olli >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> wp-polyglots mailing list >>>>> wp-polyglots at lists.automattic.com >>>>> >>>>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>>> _______________________________________________ >>>> wp-polyglots mailing list >>>> wp-polyglots at lists.automattic.com >>>> >>>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>>> >>> >>> >>> _______________________________________________ >>> wp-polyglots mailing list >>> wp-polyglots at lists.automattic.com >>> >>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From jfontainhas at gmail.com Wed Mar 10 08:36:21 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Wed, 10 Mar 2010 08:36:21 +0000 Subject: [wp-polyglots] WordPress for Android - add user In-Reply-To: <4B96E212.6040209@automattic.com> References: <4B96E212.6040209@automattic.com> Message-ID: <4B975A05.90408@gmail.com> Done > Hi! > Can you please add WordPress.org username 'waclawjacek' as a validator > for the Polish translation? > From j.conti at telefonica.net Wed Mar 10 12:25:22 2010 From: j.conti at telefonica.net (=?iso-8859-1?Q?Jos=E9_Conti?=) Date: Wed, 10 Mar 2010 13:25:22 +0100 Subject: [wp-polyglots] po/mo for GlotPress In-Reply-To: <4B975A05.90408@gmail.com> References: <4B96E212.6040209@automattic.com> <4B975A05.90408@gmail.com> Message-ID: <33474D976BB34995BD51C67CCBF27691@Sony1> Hi, I translated into Spanish (Spain) GlotPress, but apparently does not work. I put the file es_ES.mo inside the directory languages/, which is the same level as plugins, pomo, scripts, etc... Directory I modified the file gp-config.php , adding define ( 'GP_LANG', es_ES); Any idea what could be the problem? Thank you From odysseygate at gmail.com Wed Mar 10 14:13:11 2010 From: odysseygate at gmail.com (Odyssey) Date: Wed, 10 Mar 2010 23:13:11 +0900 Subject: [wp-polyglots] Wordpress for Android [Japanese] @ glotpress Message-ID: <5bfd2d541003100613vb05eb72xfce1ab1fede4e276@mail.gmail.com> Hi, I wanna try to translate language files into Japanese. so, add files for Japanese and add me as a translator please. user name: odysseygate Sincerely. ---------------------------------------------------------------------------- Odyssey. odysseygate at gmail.com From besnik at programeshqip.org Wed Mar 10 15:26:50 2010 From: besnik at programeshqip.org (Besnik Bleta) Date: Wed, 10 Mar 2010 17:26:50 +0200 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: <4B96CF66.8060407@gmail.com> References: <4B968FEF.5040305@gmail.com> <4B96CD32.2020206@eyesx.com> <4B96CF66.8060407@gmail.com> Message-ID: <4B97BA3A.6050000@programeshqip.org> Hello, Could you add me as a validator for Albanian (sq) locale? My username at wordpress.org is "Besnik". cheers Besnik >> Hi Z >> >> Please add me as a validator for sv_SE. dot org username "damst". Thanks >> >> *Mvh* >> /Mattias Tengblad/ >> Webbplats: eyesx.com >> E-post/Live Messenger: mst at eyesx.com >> >> >> Jos? Fontainhas skrev 2010-03-09 19:14: >>> >>> Done, see http://translate.wordpress.org/projects/android/development >>> >>> Cheers >>> Z? >>> >>> >>>> Hi, >>>> >>>> When is possible to start WordPress for Android localization @ >>>> translate.wordpress.org ? >>>> >>>> Olli >>>> >>>> >>>> >>>> _______________________________________________ >>>> wp-polyglots mailing list >>>> wp-polyglots at lists.automattic.com >>>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>> _______________________________________________ >>> wp-polyglots mailing list >>> wp-polyglots at lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>> >> >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From dan at automattic.com Wed Mar 10 16:33:47 2010 From: dan at automattic.com (Dan Roundhill) Date: Wed, 10 Mar 2010 08:33:47 -0800 Subject: [wp-polyglots] WordPress for Android - Czech Message-ID: <4B97C9EB.5070705@automattic.com> Hello, Please add username 'swienczyk' to WordPress for Android as a validator for Czech. Thanks! -- Dan Roundhill Mobile Engineer Automattic, Inc. From j.conti at telefonica.net Wed Mar 10 19:15:23 2010 From: j.conti at telefonica.net (=?iso-8859-1?Q?Jos=E9_Conti?=) Date: Wed, 10 Mar 2010 20:15:23 +0100 Subject: [wp-polyglots] Help with Spam on es.buddypress.org In-Reply-To: <5bfd2d541003100613vb05eb72xfce1ab1fede4e276@mail.gmail.com> References: <5bfd2d541003100613vb05eb72xfce1ab1fede4e276@mail.gmail.com> Message-ID: Please, May you install Akismet on es.buddypress.org? I have a spam comment every 10 minutes!!! From jfontainhas at gmail.com Thu Mar 11 09:11:18 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Thu, 11 Mar 2010 09:11:18 +0000 Subject: [wp-polyglots] Wordpress for Android [Japanese] @ glotpress In-Reply-To: <5bfd2d541003100613vb05eb72xfce1ab1fede4e276@mail.gmail.com> References: <5bfd2d541003100613vb05eb72xfce1ab1fede4e276@mail.gmail.com> Message-ID: <4B98B3B6.20200@gmail.com> Done > Hi, I wanna try to translate language files into Japanese. > so, add files for Japanese and add me as a translator please. > > user name: odysseygate > > > Sincerely. > > ---------------------------------------------------------------------------- > Odyssey. > odysseygate at gmail.com > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From jfontainhas at gmail.com Thu Mar 11 09:12:57 2010 From: jfontainhas at gmail.com (=?UTF-8?B?Sm9zw6kgRm9udGFpbmhhcw==?=) Date: Thu, 11 Mar 2010 09:12:57 +0000 Subject: [wp-polyglots] WordPress for Android @ translate.wordpress.org In-Reply-To: <4B97BA3A.6050000@programeshqip.org> References: <4B968FEF.5040305@gmail.com> <4B96CD32.2020206@eyesx.com> <4B96CF66.8060407@gmail.com> <4B97BA3A.6050000@programeshqip.org> Message-ID: <4B98B419.3060009@gmail.com> Done > > > Hello, > > Could you add me as a validator for Albanian (sq) locale? My username at > wordpress.org is "Besnik". > > cheers > Besnik > >>> Hi Z >>> >>> Please add me as a validator for sv_SE. dot org username "damst". Thanks >>> >>> *Mvh* >>> /Mattias Tengblad/ >>> Webbplats: eyesx.com >>> E-post/Live Messenger: mst at eyesx.com >>> >>> >>> Jos? Fontainhas skrev 2010-03-09 19:14: >>>> >>>> Done, see http://translate.wordpress.org/projects/android/development >>>> >>>> Cheers >>>> Z? >>>> >>>> >>>>> Hi, >>>>> >>>>> When is possible to start WordPress for Android localization @ >>>>> translate.wordpress.org ? >>>>> >>>>> Olli >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> wp-polyglots mailing list >>>>> wp-polyglots at lists.automattic.com >>>>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>>> _______________________________________________ >>>> wp-polyglots mailing list >>>> wp-polyglots at lists.automattic.com >>>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >>>> >>> >>> >>> _______________________________________________ >>> wp-polyglots mailing list >>> wp-polyglots at lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From jfontainhas at gmail.com Thu Mar 11 09:13:48 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Thu, 11 Mar 2010 09:13:48 +0000 Subject: [wp-polyglots] WordPress for Android - Czech In-Reply-To: <4B97C9EB.5070705@automattic.com> References: <4B97C9EB.5070705@automattic.com> Message-ID: <4B98B44C.6030900@gmail.com> Already was Z > Hello, > Please add username 'swienczyk' to WordPress for Android as a validator > for Czech. > > Thanks! > From odysseygate at gmail.com Thu Mar 11 14:07:17 2010 From: odysseygate at gmail.com (Odyssey) Date: Thu, 11 Mar 2010 23:07:17 +0900 Subject: [wp-polyglots] Wordpress for Android [Japanese] @ glotpress In-Reply-To: <4B98B3B6.20200@gmail.com> References: <5bfd2d541003100613vb05eb72xfce1ab1fede4e276@mail.gmail.com> <4B98B3B6.20200@gmail.com> Message-ID: <5bfd2d541003110607wce69189s102bb51bdad5e8c9@mail.gmail.com> Thx a lot! > Jos? 2010/3/11 Jos? Fontainhas : > Done > > >> Hi, I wanna try to translate language files into Japanese. >> so, add files for Japanese and add me as a translator please. >> >> user name: ?odysseygate >> >> >> Sincerely. >> >> >> ---------------------------------------------------------------------------- >> Odyssey. >> odysseygate at gmail.com >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From j.conti at telefonica.net Thu Mar 11 14:57:54 2010 From: j.conti at telefonica.net (=?iso-8859-1?Q?Jos=E9_Conti?=) Date: Thu, 11 Mar 2010 15:57:54 +0100 Subject: [wp-polyglots] Help with Spam on es.buddypress.org In-Reply-To: References: <5bfd2d541003100613vb05eb72xfce1ab1fede4e276@mail.gmail.com> Message-ID: <5A355D0D264C4655AFCCA3A8BF4172AB@Usuario1> Thank's a lot for Akismet -------------------------------------------------- From: "Jos? Conti" Sent: Wednesday, March 10, 2010 8:15 PM To: Subject: [wp-polyglots] Help with Spam on es.buddypress.org > Please, > > May you install Akismet on es.buddypress.org? > > I have a spam comment every 10 minutes!!! > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > Se certifico que el correo entrante no contiene virus. > Comprobada por AVG - www.avg.es > Version: 9.0.733 / Base de datos de virus: 271.1.1/2734 - Fecha de la > version: 03/10/10 08:33:00 > From niladam at gmail.com Thu Mar 11 18:20:04 2010 From: niladam at gmail.com (madalin) Date: Thu, 11 Mar 2010 20:20:04 +0200 Subject: [wp-polyglots] romanian forum moderator request Message-ID: Hello Jose, Can you please also provide me with moderator rights on the romanian forum ? My username is niladam. Thanks. -- Cu drag, madalin http://madalin.eu From anilo4ever at gmail.com Thu Mar 11 20:59:41 2010 From: anilo4ever at gmail.com (Anilo) Date: Thu, 11 Mar 2010 21:59:41 +0100 Subject: [wp-polyglots] Glotpress translation, rights Message-ID: hi, i created Slovak GlotPress project for android translation;i import a strings from 1.0 what i translated when GlotPress project was setup for android and i had all rights. For now i cant import, and i can only suggest a translation. Can you fix my manage rights?Thanks name: Angeloverona -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Thu Mar 11 21:36:57 2010 From: jfontainhas at gmail.com (=?UTF-8?B?Sm9zw6kgRm9udGFpbmhhcw==?=) Date: Thu, 11 Mar 2010 21:36:57 +0000 Subject: [wp-polyglots] Glotpress translation, rights In-Reply-To: References: Message-ID: <4B996279.4060705@gmail.com> Fixed > hi, i created Slovak GlotPress project for android translation;i import > a strings from 1.0 what i translated when GlotPress project was setup > for android and i had all rights. > For now i cant import, and i can only suggest a translation. > Can you fix my manage rights?Thanks > name: Angeloverona > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From jfontainhas at gmail.com Fri Mar 12 15:49:43 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Fri, 12 Mar 2010 15:49:43 +0000 Subject: [wp-polyglots] BuddyPress changes for consistency Message-ID: <4B9A6297.6040800@gmail.com> We have made a few changes to the BP repo to maintain consistency across all other projects and also to ensure full compatibility with GlotPress, which I *strongly* urge you to use for translations, instead of the old, repo-based method (as a note, full support for trunk/tags is coming to GP soon). http://translate.wordpress.org/projects/buddypress/dev The changes are: kr_KR repo was deleted - name was wrong, ko_KR is the correct one ca_ES was renamed to ca (same as WP and others) eu_ES was renamed to eu (same as WP and others) If you find your commit perms broken or your locale missing from GP, please post to the list so we can fix them. Thanks Z? From drssay97 at gmail.com Sat Mar 13 02:05:29 2010 From: drssay97 at gmail.com (Seok-moon Jang) Date: Sat, 13 Mar 2010 11:05:29 +0900 Subject: [wp-polyglots] BuddyPress changes for consistency In-Reply-To: <4B9A6297.6040800@gmail.com> References: <4B9A6297.6040800@gmail.com> Message-ID: <2496f6b51003121805v770d43ebme6746a2c4d10a8f4@mail.gmail.com> ko_KR missing but svn repo for ko_KR is existence. URL is http://translate.wordpress.org/projects/buddypress/dev/ko-kr/default My username for (wordpress.org, buddypress.org) is drssay. -------------------- 2010/3/13 Jos? Fontainhas : > We have made a few changes to the BP repo to maintain consistency across all > other projects and also to ensure full compatibility with GlotPress, which I > *strongly* urge you to use for translations, instead of the old, repo-based > method (as a note, full support for trunk/tags is coming to GP soon). > > http://translate.wordpress.org/projects/buddypress/dev > > The changes are: > > kr_KR repo was deleted - name was wrong, ko_KR is the correct one > ca_ES was renamed to ca (same as WP and others) > eu_ES was renamed to eu (same as WP and others) > > If you find your commit perms broken or your locale missing from GP, please > post to the list so we can fix them. > > Thanks > Z? > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > From ollinpostit at gmail.com Sat Mar 13 07:27:20 2010 From: ollinpostit at gmail.com (Olli) Date: Sat, 13 Mar 2010 09:27:20 +0200 Subject: [wp-polyglots] translate.wordpress.org Buddypress rights Message-ID: Hi, Can someone please give me rights for BuddyPress Finnish translations on translate.wordpress.org http://translate.wordpress.org/projects/buddypress/dev/fi/default Username : Ollifin btw, do you think that strings change lots of before the public release? Olli -------------- next part -------------- An HTML attachment was scrubbed... URL: From wp at andrewnacin.com Sat Mar 13 20:22:15 2010 From: wp at andrewnacin.com (Andrew Nacin) Date: Sat, 13 Mar 2010 15:22:15 -0500 Subject: [wp-polyglots] translate.wordpress.org Buddypress rights In-Reply-To: References: Message-ID: <4cc4de141003131222i6492bfddq8f5c3a24c491efed@mail.gmail.com> > do you think that strings change lots of before the public release? Many will, yes, though in the grand scheme of things, many hundreds won't. As beta wears on, less strings will change. The lead developers will try to freeze the strings as early as possible, and then for up to two weeks as a release candidate, we'll be in a complete string freeze so the awesome translators can do their work. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gigalinux at gmail.com Sat Mar 13 20:40:20 2010 From: gigalinux at gmail.com (Dennis Morhardt) Date: Sat, 13 Mar 2010 21:40:20 +0100 Subject: [wp-polyglots] translate.wordpress.org Buddypress rights In-Reply-To: References: Message-ID: <5d70d5291003131240g471ddfd5j272c6254ce82a7c4@mail.gmail.com> > > Can someone please give me rights for BuddyPress Finnish translations on > translate.wordpress.org > Same for me, but only the German BuddyPress translation. Username: GIGALinux -------------- next part -------------- An HTML attachment was scrubbed... URL: From kaannokset.hellberg at gmail.com Sat Mar 13 23:30:57 2010 From: kaannokset.hellberg at gmail.com (C. Hellberg) Date: Sun, 14 Mar 2010 01:30:57 +0200 Subject: [wp-polyglots] translate.wordpress.org Buddypress rights In-Reply-To: References: Message-ID: Can you please add me to Finnish translation project as validator (here http://translate.wordpress.org/projects/buddypress/dev/fi/default )? Thanks! WordPress.org Username: Apuasi -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Sun Mar 14 04:12:18 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Sun, 14 Mar 2010 04:12:18 +0000 Subject: [wp-polyglots] translate.wordpress.org Buddypress rights In-Reply-To: References: Message-ID: <4B9C6222.6040704@gmail.com> Done > Hi, > > Can someone please give me rights for BuddyPress Finnish translations on > translate.wordpress.org > > http://translate.wordpress.org/projects/buddypress/dev/fi/default > > Username : Ollifin > > btw, do you think that strings change lots of before the public release? > > Olli > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From jfontainhas at gmail.com Sun Mar 14 04:13:00 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Sun, 14 Mar 2010 04:13:00 +0000 Subject: [wp-polyglots] translate.wordpress.org Buddypress rights In-Reply-To: References: Message-ID: <4B9C624C.40802@gmail.com> Done > Can you please add me to Finnish translation project as validator (here > http://translate.wordpress.org/projects/buddypress/dev/fi/default > )? Thanks! WordPress.org Username: Apuasi > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From jfontainhas at gmail.com Sun Mar 14 04:13:46 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Sun, 14 Mar 2010 04:13:46 +0000 Subject: [wp-polyglots] translate.wordpress.org Buddypress rights In-Reply-To: <5d70d5291003131240g471ddfd5j272c6254ce82a7c4@mail.gmail.com> References: <5d70d5291003131240g471ddfd5j272c6254ce82a7c4@mail.gmail.com> Message-ID: <4B9C627A.6050100@gmail.com> Done > Can someone please give me rights for BuddyPress Finnish > translations on translate.wordpress.org > > > Same for me, but only the German BuddyPress translation. > > Username: GIGALinux > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From kaannokset.hellberg at gmail.com Sun Mar 14 13:42:48 2010 From: kaannokset.hellberg at gmail.com (C. Hellberg) Date: Sun, 14 Mar 2010 15:42:48 +0200 Subject: [wp-polyglots] BuddyPress localization site Message-ID: Hi, can I get the admin rights on Finnish BuddyyPress.org site ( http://fi.buddypress.org/ )? Username:Apuasi -------------- next part -------------- An HTML attachment was scrubbed... URL: From salpagarov at gmail.com Sun Mar 14 14:09:20 2010 From: salpagarov at gmail.com (Sultan Salpagarov) Date: Sun, 14 Mar 2010 17:09:20 +0300 Subject: [wp-polyglots] ru.buddypress.org configuration Message-ID: <4eb5bfc11003140709i2f2bffc6x3571ec2c77c8cd7e@mail.gmail.com> Greetings! i can't setup nice permalinks and sidebar widgets. is it possible to get admin rights instead editor? username: atrax thanks! S. From ollinpostit at gmail.com Sun Mar 14 14:46:59 2010 From: ollinpostit at gmail.com (Olli) Date: Sun, 14 Mar 2010 16:46:59 +0200 Subject: [wp-polyglots] BuddyPress localization site In-Reply-To: References: Message-ID: I think you should ask other Finnish team members first. Ehk? sinun pit?isi ensin kysy? muilta suomenkielisen tiimin j?senilt? -Olli 2010/3/14 C. Hellberg > Hi, can I get the admin rights on Finnish BuddyyPress.org site ( > http://fi.buddypress.org/ )? > Username:Apuasi > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stas at nerd.ro Mon Mar 15 08:00:59 2010 From: stas at nerd.ro (Stas =?UTF-8?Q?Su=C8=99cov?=) Date: Mon, 15 Mar 2010 10:00:59 +0200 Subject: [wp-polyglots] BuddyPress locale websites: no publish/update buttons Message-ID: <1268640059.2032.3.camel@rivalry.c7.campus.utcluj.ro> Hi, am I the only one who has no buttons to publish/update the pages/posts when in single column mode? Thanks. -- () Campania Panglicii ?n ASCII /\ http://stas.nerd.ro/ascii/ From daniel.koskinen at gmail.com Tue Mar 16 08:13:44 2010 From: daniel.koskinen at gmail.com (Daniel Koskinen) Date: Tue, 16 Mar 2010 10:13:44 +0200 Subject: [wp-polyglots] Problem with po files uploads attranslate.wordpress.org In-Reply-To: References: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> <53365D2CCF694F0CBBCF1303DB97AFC7@Sony1> <7e66c63e1003080303x59cef73ar91731847edda73d@mail.gmail.com> Message-ID: <7367dba11003160113t25f4815cw21cf195b17e0c342@mail.gmail.com> I have exactly the same problem with Finnish. Username is 'Daniel Koskinen'. regards, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: From anilo4ever at gmail.com Tue Mar 16 16:30:55 2010 From: anilo4ever at gmail.com (Angelo Verona) Date: Tue, 16 Mar 2010 17:30:55 +0100 Subject: [wp-polyglots] WordPress for Blackberry Message-ID: Hi, can you and Slovak (sk_SK) GlotPress Project for Blackberry? Thanks Verona From daniel.koskinen at gmail.com Wed Mar 17 08:48:12 2010 From: daniel.koskinen at gmail.com (Daniel Koskinen) Date: Wed, 17 Mar 2010 10:48:12 +0200 Subject: [wp-polyglots] translate.wordpress.org In-Reply-To: <9e4ae73e1002221424j6b98bb07jd44e0af8e0c8cd4d@mail.gmail.com> References: <87e663fa1002180646l6d91ececw66c00330cce6ac0a@mail.gmail.com> <523d57141002180829s7173ea98n70f6ddf13445da1e@mail.gmail.com> <1266515525.2043.9.camel@rivalry.c7.campus.utcluj.ro> <9e4ae73e1002221424j6b98bb07jd44e0af8e0c8cd4d@mail.gmail.com> Message-ID: <7367dba11003170148l684dde4dhca3f2468e9b23f95@mail.gmail.com> Am I correct in noting that currently there is no easy way to push the Glotpress translation to the trunk folder in SVN? So I need to export as .po and then commit via SVN to do this? regards, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: From nb at nikolay.bg Wed Mar 17 13:53:37 2010 From: nb at nikolay.bg (Nikolay Bachiyski) Date: Wed, 17 Mar 2010 15:53:37 +0200 Subject: [wp-polyglots] Problem with po files uploads at translate.wordpress.org In-Reply-To: <53365D2CCF694F0CBBCF1303DB97AFC7@Sony1> References: <5a1dad881002281739u725e0330tb102807b64b2b550@mail.gmail.com> <87e663fa1002282358j7aee17e4qdb8037a79749e1cc@mail.gmail.com> <53365D2CCF694F0CBBCF1303DB97AFC7@Sony1> Message-ID: <87e663fa1003170653o396e67e9r8d3807693a905560@mail.gmail.com> On Mon, Mar 8, 2010 at 12:26, Jos? Conti wrote: > Hi, > > Since some days ago, a cannot upload the po files. > > I can see the "import translations" link > > When I upload the po file, when finish the upload, GP display this error > "You are not allowed to do that! " > In fact the translations were imported correctly. After that you were redirected to the wrong page, which you couldn't access. It is fixed now. Happy translating, Nikolay. From nb at nikolay.bg Wed Mar 17 14:17:19 2010 From: nb at nikolay.bg (Nikolay Bachiyski) Date: Wed, 17 Mar 2010 16:17:19 +0200 Subject: [wp-polyglots] translate.wordpress.org In-Reply-To: <7367dba11003170148l684dde4dhca3f2468e9b23f95@mail.gmail.com> References: <87e663fa1002180646l6d91ececw66c00330cce6ac0a@mail.gmail.com> <523d57141002180829s7173ea98n70f6ddf13445da1e@mail.gmail.com> <1266515525.2043.9.camel@rivalry.c7.campus.utcluj.ro> <9e4ae73e1002221424j6b98bb07jd44e0af8e0c8cd4d@mail.gmail.com> <7367dba11003170148l684dde4dhca3f2468e9b23f95@mail.gmail.com> Message-ID: <87e663fa1003170717r30d7cc9cp3fa3a71b587fa4dd@mail.gmail.com> On Wed, Mar 17, 2010 at 10:48, Daniel Koskinen wrote: > Am I correct in noting that currently there is no easy way to push the > Glotpress translation to the trunk folder in SVN? So I need to export as .po > and then commit via SVN to do this? If you are on UNIX machine, just a simple shell script will do: cd fi/trunk curl http://translate.wordpress.org/projects/wp/dev/fi/default/export-translations > fi.po svn ci -m "Translation updates" I am sure on Windows you can automated this process as easily. Happy translating, Nikolay. From jfontainhas at gmail.com Wed Mar 17 16:35:46 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Wed, 17 Mar 2010 16:35:46 +0000 Subject: [wp-polyglots] translate.wordpress.org In-Reply-To: <7367dba11003170148l684dde4dhca3f2468e9b23f95@mail.gmail.com> References: <87e663fa1002180646l6d91ececw66c00330cce6ac0a@mail.gmail.com> <523d57141002180829s7173ea98n70f6ddf13445da1e@mail.gmail.com> <1266515525.2043.9.camel@rivalry.c7.campus.utcluj.ro> <9e4ae73e1002221424j6b98bb07jd44e0af8e0c8cd4d@mail.gmail.com> <7367dba11003170148l684dde4dhca3f2468e9b23f95@mail.gmail.com> Message-ID: <4BA104E2.7000209@gmail.com> That is correct Z > Am I correct in noting that currently there is no easy way to push the > Glotpress translation to the trunk folder in SVN? So I need to export as > .po and then commit via SVN to do this? > > regards, > Daniel > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From xavier at borderie.net Wed Mar 17 16:47:01 2010 From: xavier at borderie.net (Xavier Borderie) Date: Wed, 17 Mar 2010 17:47:01 +0100 Subject: [wp-polyglots] translate.wordpress.org In-Reply-To: <4BA104E2.7000209@gmail.com> References: <87e663fa1002180646l6d91ececw66c00330cce6ac0a@mail.gmail.com> <523d57141002180829s7173ea98n70f6ddf13445da1e@mail.gmail.com> <1266515525.2043.9.camel@rivalry.c7.campus.utcluj.ro> <9e4ae73e1002221424j6b98bb07jd44e0af8e0c8cd4d@mail.gmail.com> <7367dba11003170148l684dde4dhca3f2468e9b23f95@mail.gmail.com> <4BA104E2.7000209@gmail.com> Message-ID: <9e4ae73e1003170947n348ab6a5rdb1f0e9dd87a0d8b@mail.gmail.com> Next question being: were does the locale.wordpress.org packaging tool fetch its MOs (including the one for themes)? If currently still from SVN, (when) will that change? -x. 2010/3/17 Jos? Fontainhas : > That is correct > > Z > > >> Am I correct in noting that currently there is no easy way to push the >> Glotpress translation to the trunk folder in SVN? So I need to export as >> .po and then commit via SVN to do this? >> >> regards, >> Daniel >> >> >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -- Xavier Borderie From nb at nikolay.bg Wed Mar 17 17:00:50 2010 From: nb at nikolay.bg (Nikolay Bachiyski) Date: Wed, 17 Mar 2010 19:00:50 +0200 Subject: [wp-polyglots] translate.wordpress.org In-Reply-To: <9e4ae73e1003170947n348ab6a5rdb1f0e9dd87a0d8b@mail.gmail.com> References: <87e663fa1002180646l6d91ececw66c00330cce6ac0a@mail.gmail.com> <523d57141002180829s7173ea98n70f6ddf13445da1e@mail.gmail.com> <1266515525.2043.9.camel@rivalry.c7.campus.utcluj.ro> <9e4ae73e1002221424j6b98bb07jd44e0af8e0c8cd4d@mail.gmail.com> <7367dba11003170148l684dde4dhca3f2468e9b23f95@mail.gmail.com> <4BA104E2.7000209@gmail.com> <9e4ae73e1003170947n348ab6a5rdb1f0e9dd87a0d8b@mail.gmail.com> Message-ID: <87e663fa1003171000u789650a0n77ca77cdbfbcdb5e@mail.gmail.com> On Wed, Mar 17, 2010 at 18:47, Xavier Borderie wrote: > Next question being: were does the locale.wordpress.org packaging tool > fetch its MOs (including the one for themes)? > If currently still from SVN, (when) will that change? > Yes, you will have the option to fetch it either from svn or from translate.wordpress.org. dist/ files still will be fetched from the svn repository. This will happen before 3.0. Happy translating, Nikolay. From xavier at borderie.net Thu Mar 18 00:15:34 2010 From: xavier at borderie.net (Xavier Borderie) Date: Thu, 18 Mar 2010 01:15:34 +0100 Subject: [wp-polyglots] translate.wordpress.org In-Reply-To: <87e663fa1003171000u789650a0n77ca77cdbfbcdb5e@mail.gmail.com> References: <87e663fa1002180646l6d91ececw66c00330cce6ac0a@mail.gmail.com> <523d57141002180829s7173ea98n70f6ddf13445da1e@mail.gmail.com> <1266515525.2043.9.camel@rivalry.c7.campus.utcluj.ro> <9e4ae73e1002221424j6b98bb07jd44e0af8e0c8cd4d@mail.gmail.com> <7367dba11003170148l684dde4dhca3f2468e9b23f95@mail.gmail.com> <4BA104E2.7000209@gmail.com> <9e4ae73e1003170947n348ab6a5rdb1f0e9dd87a0d8b@mail.gmail.com> <87e663fa1003171000u789650a0n77ca77cdbfbcdb5e@mail.gmail.com> Message-ID: <9e4ae73e1003171715j65bfc406m7a23261437a335e0@mail.gmail.com> > Yes, you will have the option to fetch it either from svn or from > translate.wordpress.org. dist/ files still will be fetched from the > svn repository. So SVN repo is not disappearing anytime soon. Thanks Nikolay. -- Xavier Borderie From nb at nikolay.bg Thu Mar 18 12:58:08 2010 From: nb at nikolay.bg (Nikolay Bachiyski) Date: Thu, 18 Mar 2010 14:58:08 +0200 Subject: [wp-polyglots] Locale sites showcases Message-ID: <87e663fa1003180558p25939097i451552363cb05828@mail.gmail.com> Not all cool WordPress sites in other languages can get to the official WordPress showcase. That's why we added a small showcase to each local site. Three random screenshots and short texts are shown on the front page. If you are logged-in as editor or above, you will see a placeholder on the front page with a link to the admin area. You can add and manage showcase sites from: Tools ? Showcase Please, take care to read the guidelines on that page before adding sites. We trust in your common sense. The showcase is for letting all the people out there see how great publishing platform is WordPress. Not for driving traffic to chosen sites. Happy translating, Nikolay. From daniel.koskinen at gmail.com Fri Mar 19 07:43:18 2010 From: daniel.koskinen at gmail.com (Daniel Koskinen) Date: Fri, 19 Mar 2010 09:43:18 +0200 Subject: [wp-polyglots] translate.wordpress.org In-Reply-To: <87e663fa1003170717r30d7cc9cp3fa3a71b587fa4dd@mail.gmail.com> References: <87e663fa1002180646l6d91ececw66c00330cce6ac0a@mail.gmail.com> <523d57141002180829s7173ea98n70f6ddf13445da1e@mail.gmail.com> <1266515525.2043.9.camel@rivalry.c7.campus.utcluj.ro> <9e4ae73e1002221424j6b98bb07jd44e0af8e0c8cd4d@mail.gmail.com> <7367dba11003170148l684dde4dhca3f2468e9b23f95@mail.gmail.com> <87e663fa1003170717r30d7cc9cp3fa3a71b587fa4dd@mail.gmail.com> Message-ID: <7367dba11003190043x1b75adc0y2f440be02c8e9903@mail.gmail.com> Thanks, that script worked just marvelously! > If you are on UNIX machine, just a simple shell script will do: -------------- next part -------------- An HTML attachment was scrubbed... URL: From contato at catiakitahara.com.br Fri Mar 19 12:57:25 2010 From: contato at catiakitahara.com.br (=?ISO-8859-1?Q?C=E1tia_Kitahara?=) Date: Fri, 19 Mar 2010 09:57:25 -0300 Subject: [wp-polyglots] Locale sites showcases Message-ID: <333ba1a01003190557p6d41e42dpff6d137ddf0d5aa5@mail.gmail.com> That's a great idea, thanks. But I just didn't get why "Not all cool WordPress sites in other languages can get to the official WordPress showcase? What is the reason? It sounded weird, like some sort of discrimination. I've never heard this before, I've indicated a brazilian one (the culture ministry site) and it stayed many days on top of both rankings. What have changed since? Cheers -- C?tia Kitahara www.catiakitahara.com.br www.wp-brasil.org From info at nao-net.com Fri Mar 19 13:12:36 2010 From: info at nao-net.com (Naoko McCracken) Date: Fri, 19 Mar 2010 09:12:36 -0400 Subject: [wp-polyglots] Locale sites showcases In-Reply-To: <333ba1a01003190557p6d41e42dpff6d137ddf0d5aa5@mail.gmail.com> References: <333ba1a01003190557p6d41e42dpff6d137ddf0d5aa5@mail.gmail.com> Message-ID: <7e33d7871003190612i1ec71424u80491105ecebaf37@mail.gmail.com> C?tia, > But I just didn't get why "Not all cool WordPress sites in other > languages can get to the official WordPress showcase? > > What is the reason? It sounded weird, like some sort of > discrimination. I think what he meant is that the significance of "cool WordPress sites" can be differ from locale to locale. For example, a really nicely designed site for domestically well-known entity might be showcase worthy to a certain locale only. Plus, we now can write the description in our language. We are still supposed to submit sites to the main showcase (after adding them to your localized site) if they qualify. The Brazilian Culture Ministry site is a good example for such site. -- Naoko McCracken http://blog.detlog.org/ From xavier at borderie.net Fri Mar 19 15:00:21 2010 From: xavier at borderie.net (Xavier Borderie) Date: Fri, 19 Mar 2010 16:00:21 +0100 Subject: [wp-polyglots] Locale sites showcases In-Reply-To: <87e663fa1003180558p25939097i451552363cb05828@mail.gmail.com> References: <87e663fa1003180558p25939097i451552363cb05828@mail.gmail.com> Message-ID: <9e4ae73e1003190800j768df5e2r1e22b5d3e80d308c@mail.gmail.com> > Not all cool WordPress sites in other languages can get to the > official WordPress showcase. That's why we added a small showcase to > each local site. Three random screenshots and short texts are shown on > the front page. That's very cool! But, given that we are currently putting the finishing touch on our own showcase sub-site for WPFR, is there any point using it for us? For instance, does the main showcase retrieves the top-5 for each local showcases? -- Xavier Borderie From xavier at borderie.net Fri Mar 19 15:06:48 2010 From: xavier at borderie.net (Xavier Borderie) Date: Fri, 19 Mar 2010 16:06:48 +0100 Subject: [wp-polyglots] Testing translation on mobile devices Message-ID: <9e4ae73e1003190806x47100fd9ke52411c926ba2331@mail.gmail.com> Hello there, I did a full pass on the fr_FR translation for the Android app two days ago. Only thing is, I do not have an Android phone, nor a Blackberry one. Hence, I can test the strings in context. Is there a way we could get screenshots for all screens in the app (short of a live demo accessible from a regular browser)? Thanks a lot. -- Xavier Borderie From simos.lists at googlemail.com Fri Mar 19 15:35:54 2010 From: simos.lists at googlemail.com (Simos Xenitellis) Date: Fri, 19 Mar 2010 17:35:54 +0200 Subject: [wp-polyglots] Testing translation on mobile devices In-Reply-To: <9e4ae73e1003190806x47100fd9ke52411c926ba2331@mail.gmail.com> References: <9e4ae73e1003190806x47100fd9ke52411c926ba2331@mail.gmail.com> Message-ID: <598e9211003190835o1f4d6398k46c11bcabf00ae6d@mail.gmail.com> On Fri, Mar 19, 2010 at 5:06 PM, Xavier Borderie wrote: > Hello there, > > I did a full pass on the fr_FR translation for the Android app two days ago. > Only thing is, I do not have an Android phone, nor a Blackberry one. > Hence, I can test the strings in context. > Is there a way we could get screenshots for all screens in the app > (short of a live demo accessible from a regular browser)? You can try the Android emulator, http://developer.android.com/guide/developing/tools/emulator.html There is a process to package the app, install and run on the emulator. For access to the Internet the emulator uses your computer's Internet connection. Simos -- A. Because it breaks the logical sequence of discussion Q. Why is top posting bad? From xavier at borderie.net Fri Mar 19 15:54:38 2010 From: xavier at borderie.net (Xavier Borderie) Date: Fri, 19 Mar 2010 16:54:38 +0100 Subject: [wp-polyglots] Testing translation on mobile devices In-Reply-To: <598e9211003190835o1f4d6398k46c11bcabf00ae6d@mail.gmail.com> References: <9e4ae73e1003190806x47100fd9ke52411c926ba2331@mail.gmail.com> <598e9211003190835o1f4d6398k46c11bcabf00ae6d@mail.gmail.com> Message-ID: <9e4ae73e1003190854o22f6ced0xd0e3f47f940ecb69@mail.gmail.com> > You can try the Android emulator, > http://developer.android.com/guide/developing/tools/emulator.html Thanks, didn't think of using an emulator, duh! :) Will try that. -- Xavier Borderie From dan at automattic.com Fri Mar 19 16:02:48 2010 From: dan at automattic.com (Dan Roundhill) Date: Fri, 19 Mar 2010 09:02:48 -0700 Subject: [wp-polyglots] Testing translation on mobile devices In-Reply-To: <9e4ae73e1003190854o22f6ced0xd0e3f47f940ecb69@mail.gmail.com> References: <9e4ae73e1003190806x47100fd9ke52411c926ba2331@mail.gmail.com> <598e9211003190835o1f4d6398k46c11bcabf00ae6d@mail.gmail.com> <9e4ae73e1003190854o22f6ced0xd0e3f47f940ecb69@mail.gmail.com> Message-ID: <4BA3A028.8000502@automattic.com> On 3/19/10 8:54 AM, Xavier Borderie wrote: >> You can try the Android emulator, >> http://developer.android.com/guide/developing/tools/emulator.html >> > Thanks, didn't think of using an emulator, duh! :) > Will try that. > > > If you need any help setting it up, let me know. Here's instructions on changing the emulator's locale: http://developer.android.com/intl/de/guide/topics/resources/localization.html#emulator -- Dan Roundhill Mobile Engineer Automattic, Inc. From stas at nerd.ro Fri Mar 19 16:03:17 2010 From: stas at nerd.ro (Stas =?UTF-8?Q?Su=C8=99cov?=) Date: Fri, 19 Mar 2010 18:03:17 +0200 Subject: [wp-polyglots] Locale sites showcases In-Reply-To: <9e4ae73e1003190800j768df5e2r1e22b5d3e80d308c@mail.gmail.com> References: <87e663fa1003180558p25939097i451552363cb05828@mail.gmail.com> <9e4ae73e1003190800j768df5e2r1e22b5d3e80d308c@mail.gmail.com> Message-ID: <1269014597.2075.3.camel@rivalry.c7.campus.utcluj.ro> ?n data de Vi, 19-03-2010 la 16:00 +0100, Xavier Borderie a scris: > > Not all cool WordPress sites in other languages can get to the > > official WordPress showcase. That's why we added a small showcase to > > each local site. Three random screenshots and short texts are shown on > > the front page. > > That's very cool! > But, given that we are currently putting the finishing touch on our > own showcase sub-site for WPFR, is there any point using it for us? > For instance, does the main showcase retrieves the top-5 for each > local showcases? > > We'll, we (romanian team) showcased some Free Software related websites (ubuntu, free software group which is multilanguage in both romanian and english and a website like debaday so far). Imho, those are the websites we should target. It's also a way to give back to free software, cause we use it a lot. -- () Campania Panglicii ?n ASCII /\ http://stas.nerd.ro/ascii/ From pandemtandem at gmail.com Fri Mar 19 19:02:34 2010 From: pandemtandem at gmail.com (pandemtandem at gmail.com) Date: Fri, 19 Mar 2010 15:02:34 -0400 Subject: [wp-polyglots] Mail Delivery (failure wp-polyglots@lists.automattic.com) Message-ID: <20100319191318.E804B10CA9F@lists.luv.wordpress.org> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: audio/x-wav Size: 29568 bytes Desc: not available URL: From kaannokset.hellberg at gmail.com Sat Mar 20 00:17:53 2010 From: kaannokset.hellberg at gmail.com (C. Hellberg) Date: Sat, 20 Mar 2010 02:17:53 +0200 Subject: [wp-polyglots] Support plugin Message-ID: Can you please add forum support plugin (resolved, not resolved feature) to Finnish WordPress.com Forums ( http://fi.forums.wordpress.com/ ). Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From mail at waclawjacek.com Sat Mar 20 01:55:29 2010 From: mail at waclawjacek.com (=?UTF-8?B?V2FjxYJhdyBKYWNlaw==?=) Date: Sat, 20 Mar 2010 02:55:29 +0100 Subject: [wp-polyglots] Support plugin In-Reply-To: References: Message-ID: <4BA42B11.1030309@waclawjacek.com> C. Hellberg wrote the following on 20.03.2010 01:17: > Can you please add forum support plugin (resolved, not resolved feature) > to Finnish WordPress.com Forums ( http://fi.forums.wordpress.com/ ). > Thanks! > Same for the Polish, please! :) From mail at waclawjacek.com Sat Mar 20 01:59:14 2010 From: mail at waclawjacek.com (=?UTF-8?B?V2FjxYJhdyBKYWNlaw==?=) Date: Sat, 20 Mar 2010 02:59:14 +0100 Subject: [wp-polyglots] Support plugin In-Reply-To: References: Message-ID: <4BA42BF2.80207@waclawjacek.com> C. Hellberg wrote the following on 20.03.2010 01:17: > Can you please add forum support plugin (resolved, not resolved feature) > to Finnish WordPress.com Forums ( http://fi.forums.wordpress.com/ ). > Thanks! Whoops, this regards .com forums! Sorry! Could this be enabled for the Polish .org forums please? From kaannokset.hellberg at gmail.com Sat Mar 20 18:30:43 2010 From: kaannokset.hellberg at gmail.com (C. Hellberg) Date: Sat, 20 Mar 2010 20:30:43 +0200 Subject: [wp-polyglots] Finnish localization site Message-ID: Hi, can I please get the admin rights on BuddyPress Finnish localization site? I need those rights, because I have to edit widgets. Thanks! C. Hellberg From pandemtandem at gmail.com Tue Mar 23 13:00:22 2010 From: pandemtandem at gmail.com (pandemtandem at gmail.com) Date: Tue, 23 Mar 2010 09:00:22 -0400 Subject: [wp-polyglots] Mail Delivery (failure wp-polyglots@lists.automattic.com) Message-ID: <20100323131112.8359710CB83@lists.luv.wordpress.org> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: audio/x-wav Size: 29568 bytes Desc: not available URL: From ntsetsbold at gmail.com Sat Mar 27 12:41:31 2010 From: ntsetsbold at gmail.com (=?UTF-8?B?0J3QsNGA0LDQvdGC0YPQvdCz0LDQu9Cw0LPQuNC50L0g0KbRjdGG0LHQvtC70LQ=?=) Date: Sat, 27 Mar 2010 20:41:31 +0800 Subject: [wp-polyglots] Mongolian translation Message-ID: <702a1d0d1003270541r4b4a8c61uf7c1ea808a5483a8@mail.gmail.com> Hi all, My name is Tsetsbold, and I am from Mongolia. I would like to work on Mongolian translation and, make sure if there is a Mongolian translation team or not. If there is none, I would like volunteer to be a maintainer for Mongolian language translation. I have contributed OpenOffice.org and Joomla l10n. -- Best Regards, Tsetsbold ( ?.??????? ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Sat Mar 27 18:59:54 2010 From: jfontainhas at gmail.com (=?UTF-8?B?Sm9zw6kgRm9udGFpbmhhcw==?=) Date: Sat, 27 Mar 2010 18:59:54 +0000 Subject: [wp-polyglots] Mongolian translation In-Reply-To: <702a1d0d1003270541r4b4a8c61uf7c1ea808a5483a8@mail.gmail.com> References: <702a1d0d1003270541r4b4a8c61uf7c1ea808a5483a8@mail.gmail.com> Message-ID: <4BAE55AA.8040602@gmail.com> Hi, A Mongolian locale was created on GlotPress, at: http://translate.wordpress.org/projects/wp/dev/mn/default The corresponding SVN repo is at: http://svn.automattic.com/wordpress-i18n/mn If you want to be able to validate users' suggestions or commit to the repository, you'll have to tell me you .org (forums) username. Thanks Z? Em 10/03/27 12:41, ???????????????? ??????? escreveu: > Hi all, > > My name is Tsetsbold, and I am from Mongolia. I would like to work on > Mongolian translation and, make sure if there is a Mongolian translation > team or not. If there is none, I would like volunteer to be a maintainer > for Mongolian language translation. > > I have contributed OpenOffice.org and Joomla l10n. > > -- > Best Regards, > Tsetsbold ( ?.??????? ) > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From ntsetsbold at gmail.com Sun Mar 28 00:46:29 2010 From: ntsetsbold at gmail.com (Tsetsbold Narantungalag) Date: Sun, 28 Mar 2010 08:46:29 +0800 Subject: [wp-polyglots] Fwd: Mongolian translation In-Reply-To: <702a1d0d1003271211u6d8454a6ua90f2816c471a3a5@mail.gmail.com> References: <702a1d0d1003270541r4b4a8c61uf7c1ea808a5483a8@mail.gmail.com> <4BAE55AA.8040602@gmail.com> <702a1d0d1003271211u6d8454a6ua90f2816c471a3a5@mail.gmail.com> Message-ID: <702a1d0d1003271746ic4db966o8d5b6303728fb20d@mail.gmail.com> Hi Ze, A Mongolian locale was created on GlotPress, at: > http://translate.wordpress.org/projects/wp/dev/mn/default How do I sign up for this? I would like to translate .po file rather than online translating. > The corresponding SVN repo is at: > http://svn.automattic.com/wordpress-i18n/mn > > If you want to be able to validate users' suggestions or commit to the > repository, you'll have to tell me you .org (forums) username. > I don't have any username. Thanks, Tsetsbold > > Thanks > Z? > > > Em 10/03/27 12:41, ???????????????? ??????? escreveu: > >> Hi all, >> >> My name is Tsetsbold, and I am from Mongolia. I would like to work on >> Mongolian translation and, make sure if there is a Mongolian translation >> team or not. If there is none, I would like volunteer to be a maintainer >> for Mongolian language translation. >> >> I have contributed OpenOffice.org and Joomla l10n. >> >> -- >> Best Regards, >> Tsetsbold ( ?.??????? ) >> >> >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -- Best Regards, Tsetsbold ( ?.??????? ) -- Best Regards, Tsetsbold ( ?.??????? ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ntsetsbold at gmail.com Sun Mar 28 11:46:36 2010 From: ntsetsbold at gmail.com (Tsetsbold Narantungalag) Date: Sun, 28 Mar 2010 19:46:36 +0800 Subject: [wp-polyglots] Mongolian translation In-Reply-To: <4BAE55AA.8040602@gmail.com> References: <702a1d0d1003270541r4b4a8c61uf7c1ea808a5483a8@mail.gmail.com> <4BAE55AA.8040602@gmail.com> Message-ID: <702a1d0d1003280446s513611d4l2f957868e2738fc8@mail.gmail.com> Hi, I want to be able to commit to the repository. My username at http://wordpress.org/support/ is "ntsetsbold" Thanks, Tsetsbold Hi, > > A Mongolian locale was created on GlotPress, at: > http://translate.wordpress.org/projects/wp/dev/mn/default > > The corresponding SVN repo is at: > http://svn.automattic.com/wordpress-i18n/mn > > If you want to be able to validate users' suggestions or commit to the > repository, you'll have to tell me you .org (forums) username. > > Thanks > Z? > > > Em 10/03/27 12:41, ???????????????? ??????? escreveu: > >> Hi all, >> >> My name is Tsetsbold, and I am from Mongolia. I would like to work on >> Mongolian translation and, make sure if there is a Mongolian translation >> team or not. If there is none, I would like volunteer to be a maintainer >> for Mongolian language translation. >> >> I have contributed OpenOffice.org and Joomla l10n. >> >> -- >> Best Regards, >> Tsetsbold ( ?.??????? ) >> >> >> >> _______________________________________________ >> wp-polyglots mailing list >> wp-polyglots at lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots > -- Best Regards, Tsetsbold ( ?.??????? ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Mon Mar 29 17:00:36 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Mon, 29 Mar 2010 18:00:36 +0100 Subject: [wp-polyglots] Finnish localization site In-Reply-To: References: Message-ID: <4BB0DCB4.7030103@gmail.com> .org username? Thanks Z? Em 10/03/20 18:30, C. Hellberg escreveu: > Hi, can I please get the admin rights on BuddyPress Finnish > localization site? I need those rights, because I have to edit > widgets. Thanks! > > C. Hellberg > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots From pandemtandem at gmail.com Mon Mar 29 18:39:51 2010 From: pandemtandem at gmail.com (pandemtandem at gmail.com) Date: Mon, 29 Mar 2010 20:39:51 +0200 Subject: [wp-polyglots] I love you! Message-ID: <20100329183953.31EAE10CB11@lists.luv.wordpress.org> your big love, ;-) -------------- next part -------------- A non-text attachment was scrubbed... Name: letter43.scr Type: application/octet-stream Size: 29568 bytes Desc: not available URL: From drssay97 at gmail.com Tue Mar 30 01:06:52 2010 From: drssay97 at gmail.com (Seok-moon Jang) Date: Tue, 30 Mar 2010 10:06:52 +0900 Subject: [wp-polyglots] Check access right for korean locale(ko_KR) Message-ID: <2496f6b51003291806i5745c4f8p2c1b494a775827a9@mail.gmail.com> 1. Wordpress, Wordpress-Mu 1) SVN : username "drssay" 2) site-admin(ko.wp.org, ko.wp.com) : "drssay" 3) translate.wp.org validator : "drssay" 2. bbpress 1) SVN : username "drssay" ( if other user have access right, then append me and notify to me that user) 3. buddypress 1) SVN : username "ejang" + "drssay" 2) site-admin(ko.buddypress.org) : username "ejang" + "drssay" 3) translate.wp.org validator for buddypress : username "ejang" + "drssay" 4. wordpress for (iphone, android, blackberry) 1) SVN : username "drssay" 2) translate.wp.org validator for iphone, android : "drssay" my username for (wordpress.org, buddypress.org) is "drssay". From raven at mecus.es Tue Mar 30 08:51:04 2010 From: raven at mecus.es (Rafael Poveda - RaveN) Date: Tue, 30 Mar 2010 10:51:04 +0200 Subject: [wp-polyglots] Twenty ten Message-ID: <880955B9-24BC-4B8E-B5EA-00BEB17BE2C8@mecus.es> Hi there. We are working right now with Twenty Ten as the new WP default theme. Can we add TwentyTen(.pot) to GlotPress? It will be very useful. GlotPress is right now our translation tool and will make things easier for localization, adding the default theme too :) -- Rafael Poveda | Mecus.es raven at mecus.es | raven at raven.es gtalk: rafael.poveda -------------- next part -------------- An HTML attachment was scrubbed... URL: From raven at mecus.es Tue Mar 30 09:11:40 2010 From: raven at mecus.es (Rafael Poveda - RaveN) Date: Tue, 30 Mar 2010 11:11:40 +0200 Subject: [wp-polyglots] TwentyTen (ii) Message-ID: <858D11A7-AD82-4864-BDCC-63850BE1BB63@mecus.es> Yay! Jos? Conti told me that it's already included. Now I'm trying to discover why TwentyTen shows english in two blogs with es_ES instead of spanish. Moving to WP-hackers. Thanks. -- Rafael Poveda | Mecus.es raven at mecus.es | raven at raven.es gtalk: rafael.poveda -------------- next part -------------- An HTML attachment was scrubbed... URL: From simurg56 at gmail.com Wed Mar 31 16:53:48 2010 From: simurg56 at gmail.com (Si_murg56) Date: Wed, 31 Mar 2010 19:53:48 +0300 Subject: [wp-polyglots] Kurdish translation In-Reply-To: References: <7e66c63e0910121119y69a96a05p4a2b75bad5df8258@mail.gmail.com> Message-ID: Hi, translation for kurdish kurmanji is already done and is published here for a long time: http://codex.wordpress.org/WordPress_in_Your_Language#Kurdish.28kurmanji.29_Kurd.C3.AE I use that translation in my blog: http://www.wergerine.com/blog/ But i ab not able to select kurdish kurmanji in my blog hosted on wordpress.org: http://simurg56.wordpress.com/ Why is kurdish kurmanji translation not added to the language list in there? Regards.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfontainhas at gmail.com Wed Mar 31 18:38:33 2010 From: jfontainhas at gmail.com (=?ISO-8859-1?Q?Jos=E9_Fontainhas?=) Date: Wed, 31 Mar 2010 19:38:33 +0100 Subject: [wp-polyglots] Kurdish translation In-Reply-To: References: <7e66c63e0910121119y69a96a05p4a2b75bad5df8258@mail.gmail.com> Message-ID: <4BB396A9.8090906@gmail.com> Hi, Kurdish is already supported both on GlotPress, here http://translate.wordpress.org/projects/wp/dev/ckb/default and the repository, here: http://svn.automattic.com/wordpress-i18n/ckb Cheers Z? Em 10/03/31 17:53, Si_murg56 escreveu: > Hi, translation for kurdish kurmanji is already done and is published > here for a long time: > http://codex.wordpress.org/WordPress_in_Your_Language#Kurdish.28kurmanji.29_Kurd.C3.AE > > I use that translation in my blog: http://www.wergerine.com/blog/ > > But i ab not able to select kurdish kurmanji in my blog hosted on > wordpress.org : http://simurg56.wordpress.com/ > > Why is kurdish kurmanji translation not added to the language list in there? > > Regards.. > > > > _______________________________________________ > wp-polyglots mailing list > wp-polyglots at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-polyglots