<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sociable Makes Blogs Happy</title>
	<atom:link href="http://push.cx/2006/sociable-makes-blogs-happy/feed" rel="self" type="application/rss+xml" />
	<link>http://push.cx/2006/sociable-makes-blogs-happy</link>
	<description>A tea-drinking web geek's coffee-flavored blog</description>
	<lastBuildDate>Tue, 12 Jan 2010 15:38:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Getting Sociable &#124; K-Squared Ramblings</title>
		<link>http://push.cx/2006/sociable-makes-blogs-happy/comment-page-1#comment-93322</link>
		<dc:creator>Getting Sociable &#124; K-Squared Ramblings</dc:creator>
		<pubDate>Fri, 24 Apr 2009 17:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/2006/sociable-makes-blogs-happy#comment-93322</guid>
		<description>[...] social networking sites have casual users, too, and posting a few small icons is a subtler form of self-promotion than putting up a giant banner that says, &#8220;Hey! Submit this #$!@ story to ____ [...]</description>
		<content:encoded><![CDATA[<p>[...] social networking sites have casual users, too, and posting a few small icons is a subtler form of self-promotion than putting up a giant banner that says, &#8220;Hey! Submit this #$!@ story to ____ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: On Influence and Automation</title>
		<link>http://push.cx/2006/sociable-makes-blogs-happy/comment-page-1#comment-27276</link>
		<dc:creator>On Influence and Automation</dc:creator>
		<pubDate>Sun, 21 Jan 2007 00:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/2006/sociable-makes-blogs-happy#comment-27276</guid>
		<description>&lt;strong&gt;Social Bookmarks: Hide and Seek...&lt;/strong&gt;

UPDATE: 12/25/2006 - With the new site design and the lack of usage of the links, I decided to take them off.  No complaints thus far!  This modification still works if you would like to use it.
I was the butt of some joking going on over at Nektros.  ...</description>
		<content:encoded><![CDATA[<p><strong>Social Bookmarks: Hide and Seek&#8230;</strong></p>
<p>UPDATE: 12/25/2006 &#8211; With the new site design and the lack of usage of the links, I decided to take them off.  No complaints thus far!  This modification still works if you would like to use it.<br />
I was the butt of some joking going on over at Nektros.  &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lopo Lencastre de Almeida</title>
		<link>http://push.cx/2006/sociable-makes-blogs-happy/comment-page-1#comment-1942</link>
		<dc:creator>Lopo Lencastre de Almeida</dc:creator>
		<pubDate>Sat, 22 Jul 2006 03:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/2006/sociable-makes-blogs-happy#comment-1942</guid>
		<description>Hi.

Use php-Gettext. Many other projects already use it and it doesn&#039;t require Gettext compiled in users system.
Check it out at &lt;a href=&quot;http://danilo.segan.org/blog/ihatephp&quot; rel=&quot;nofollow&quot;&gt;I Hate PHP&lt;/a&gt;
Get it at &lt;a href=&quot;http://download.savannah.nongnu.org/releases/php-gettext/&quot; rel=&quot;nofollow&quot;&gt;Savannah&lt;/a&gt;

Documentation and examples on usage of both PHP native Gettext at &lt;a href=&quot;http://mel.melaxis.com/devblog/2005/08/06/localizing-php-web-sites-using-gettext/&quot; rel=&quot;nofollow&quot;&gt;Pablo Hoch blog&lt;/a&gt; or on the php-Gettext Class at &lt;a href=&quot;http://blog.innerewut.de/articles/2005/07/03/php-gettext-as-an-alternative-to-gnu-gettext&quot; rel=&quot;nofollow&quot;&gt;BlogFish&lt;/a&gt; and why should you choose it instead PHP&#039;s default one.

You will need to use __(&#039;text to translate&#039;) when you don&#039;t want to use it to return translation or _e(&#039;text to translate&#039;) if you want to echo translation inside your code.

Then you can use my bash script (requires Linux and GNU Gettext installed in your local machine):

&lt;code lang=&quot;bash&quot;&gt;
#! /bin/sh
#
# ***** BEGIN LICENSE BLOCK *****
# Version: GPL 2.0 / LGPL 2.1
#
# The Original Code is Humaneasy Consulting code.
#
# The Initial Developer of the Original Code is
# Humaneasy Consulting.
# Portions created by the Initial Developer are Copyright (C) 2006
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
#
# Alternatively, the contents of this file may be used under the terms of
# either of the GNU General Public License Version 2 or later (the &quot;GPL&quot;),
# or the GNU Lesser General Public License Version 2.1 or later (the &quot;LGPL&quot;),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL indicate your decision by
# deleting the provisions above and replace them with the notice and other
# provisions required by the GPL or the LGPL. If you do not delete the 
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****

cmdname=`basename &quot;$0&quot;`
MKT_DIST_TRANS=`pwd`      # `dirname &quot;$0&quot;`
MKT_DEFAULT_NAME=&quot;./${cmdname}&quot;

exitcode=0

#
##
## Functions
##
##########################################################################
mkt_usage()
{
echo &quot;Usage:  ${cmdname} [option] [srcfile] [destfile]&quot;
echo &quot;&quot;
echo &quot;  options:&quot;
echo &quot;&quot;
echo &quot;    -p                   Creates the PO, POT and original MO files.&quot;
echo &quot;    --makepo&quot;
echo &quot;&quot;
echo &quot;    -m                   Creates only the MO file.&quot;
echo &quot;    --makemo&quot;
echo &quot;&quot;
echo &quot;  Example for PO/POT files:&quot;
echo &quot;    ${cmdname} -p &#039;.php filename w/o extension&#039; &#039;langcode&#039;&quot;
echo &quot;       &#039;langcode&#039; could be, for instance, &#039;es&#039; or &#039;pt&#039; &quot;
echo &quot;&quot;
echo &quot;  Example for just MO&quot;
echo &quot;    ${cmdname} -m &#039;.po filename&#039;&quot;
echo &quot;&quot;
echo &quot;  -m superseeds -p. Use just one at a time.&quot;
echo &quot;  Example for just MO&quot;
	return 0
}

##########################################################################
#
OPTIONVAR=$1
if [ &quot;${OPTIONVAR}&quot; == &quot;&quot; ]; then
   mkt_usage
   exit 1
fi

echo &quot;&quot;
# MKT_DIST_TRANS=&quot;${MKT_DIST_TRANS}/wp-translations&quot;
X=`mkdir -p &quot;${MKT_DIST_TRANS}&quot;/mo`
SRCFILE=$2

if [ &quot;${OPTIONVAR}&quot; == &quot;-m&quot; ] &#124;&#124; [ &quot;${OPTIONVAR}&quot; == &quot;-makemo&quot; ]
then
   if [ &quot;${SRCFILE}&quot; == &quot;&quot; ] 
   then
       mkt_usage
       exit 1
    fi

    SRCFILEPO=&quot;${MKT_DIST_TRANS}/${SRCFILE}.po&quot;
    SRCFILEMO=&quot;${MKT_DIST_TRANS}/mo/${SRCFILE}.mo&quot;

    if [ -f &quot;${SRCFILEPO}&quot; ]
 	then
        echo &quot;Making ${SRCFILE} MO file for your plugin at ${MKT_DIST_TRANS}/mo&#039; ...&quot;
        msgfmt -o &quot;$SRCFILEMO&quot; &quot;$SRCFILEPO&quot;
        echo &quot;The file $SRCFILEMO is ready. Can use it in your application.&quot;
     else
        echo &quot;Source file ${SRCFILEPO} NOT found.&quot;
        echo &quot;&quot;
        exit 1
     fi
fi
#

if [ &quot;${OPTIONVAR}&quot; == &quot;-p&quot; ] &#124;&#124; [ &quot;${OPTIONVAR}&quot; == &quot;-makepot&quot; ]
then
    LANG=$3
    if [ &quot;${SRCFILE}&quot; == &quot;&quot; ] &#124;&#124; [ &quot;${LANG}&quot; == &quot;&quot; ] 
    then
       mkt_usage
       exit 1
    fi

    SRCFILEPHP=&quot;${SRCFILE}.php&quot;
    SRCFILEPOT=&quot;./wp-translations/${SRCFILE}.pot&quot;
    SRCFILEPO=&quot;./wp-translations/${SRCFILE}-${LANG}.po&quot;

    if [ -f &quot;${SRCFILEPHP}&quot; ]
 	then
        echo &quot;Making $SRCFILE POT file for your Wordpress plugin/theme...&quot;
        xgettext --keyword=__ --keyword=_e --default-domain=&quot;${SRCFILE}&quot; \
                 --language=php &quot;${SRCFILEPHP}&quot; --output=&quot;${SRCFILEPOT}&quot;
	if [ -f &quot;${SRCFILEPOT}&quot; ]
	   then
           cp &quot;${SRCFILEPOT}&quot; &quot;${SRCFILEPO}&quot;
           echo &quot;${SRCFILEPO} file is ready. Can start translating.&quot;
	else
	   echo &quot;No need to translate. Next, please ;)&quot;
	fi
     else
        echo &quot;Source file ${SRCFILE}.php NOT found.&quot;
        echo &quot;&quot;
        exit 1
     fi
fi
#

echo &quot;Done. &quot;

exit $exitcode
&lt;/code&gt;

Hope it helps.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>Use php-Gettext. Many other projects already use it and it doesn&#8217;t require Gettext compiled in users system.<br />
Check it out at <a href="http://danilo.segan.org/blog/ihatephp" rel="nofollow">I Hate PHP</a><br />
Get it at <a href="http://download.savannah.nongnu.org/releases/php-gettext/" rel="nofollow">Savannah</a></p>
<p>Documentation and examples on usage of both PHP native Gettext at <a href="http://mel.melaxis.com/devblog/2005/08/06/localizing-php-web-sites-using-gettext/" rel="nofollow">Pablo Hoch blog</a> or on the php-Gettext Class at <a href="http://blog.innerewut.de/articles/2005/07/03/php-gettext-as-an-alternative-to-gnu-gettext" rel="nofollow">BlogFish</a> and why should you choose it instead PHP&#8217;s default one.</p>
<p>You will need to use __(&#8216;text to translate&#8217;) when you don&#8217;t want to use it to return translation or _e(&#8216;text to translate&#8217;) if you want to echo translation inside your code.</p>
<p>Then you can use my bash script (requires Linux and GNU Gettext installed in your local machine):</p>
<pre>&nbsp;
<span style="color: #808080; font-style: italic;">#! /bin/sh</span>
<span style="color: #808080; font-style: italic;">#</span>
<span style="color: #808080; font-style: italic;"># ***** BEGIN LICENSE BLOCK *****</span>
<span style="color: #808080; font-style: italic;"># Version: GPL 2.0 / LGPL 2.1</span>
<span style="color: #808080; font-style: italic;">#</span>
<span style="color: #808080; font-style: italic;"># The Original Code is Humaneasy Consulting code.</span>
<span style="color: #808080; font-style: italic;">#</span>
<span style="color: #808080; font-style: italic;"># The Initial Developer of the Original Code is</span>
<span style="color: #808080; font-style: italic;"># Humaneasy Consulting.</span>
<span style="color: #808080; font-style: italic;"># Portions created by the Initial Developer are Copyright (C) 2006</span>
<span style="color: #808080; font-style: italic;"># the Initial Developer. All Rights Reserved.</span>
<span style="color: #808080; font-style: italic;">#</span>
<span style="color: #808080; font-style: italic;"># Contributor(s):</span>
<span style="color: #808080; font-style: italic;">#</span>
<span style="color: #808080; font-style: italic;"># Alternatively, the contents of this file may be used under the terms of</span>
<span style="color: #808080; font-style: italic;"># either of the GNU General Public License Version 2 or later (the &quot;GPL&quot;),</span>
<span style="color: #808080; font-style: italic;"># or the GNU Lesser General Public License Version 2.1 or later (the &quot;LGPL&quot;),</span>
<span style="color: #808080; font-style: italic;"># in which case the provisions of the GPL or the LGPL are applicable instead</span>
<span style="color: #808080; font-style: italic;"># of those above. If you wish to allow use of your version of this file only</span>
<span style="color: #808080; font-style: italic;"># under the terms of either the GPL or the LGPL indicate your decision by</span>
<span style="color: #808080; font-style: italic;"># deleting the provisions above and replace them with the notice and other</span>
<span style="color: #808080; font-style: italic;"># provisions required by the GPL or the LGPL. If you do not delete the </span>
<span style="color: #808080; font-style: italic;"># the provisions above, a recipient may use your version of this file under</span>
<span style="color: #808080; font-style: italic;"># the terms of any one of the GPL or the LGPL.</span>
<span style="color: #808080; font-style: italic;">#</span>
<span style="color: #808080; font-style: italic;"># ***** END LICENSE BLOCK *****</span>
&nbsp;
<span style="color: #0000ff;">cmdname=</span>`basename <span style="color: #ff0000;">"
<pre></pre>
<p>"</span>`<br />
<span style="color: #0000ff;">MKT_DIST_TRANS=</span>`<span style="color: #000066;">pwd</span>`      <span style="color: #808080; font-style: italic;"># `dirname &quot;
<pre></pre>
<p>&quot;`</span><br />
<span style="color: #0000ff;">MKT_DEFAULT_NAME=</span><span style="color: #ff0000;">"./${cmdname}"</span><br />
&nbsp;<br />
<span style="color: #0000ff;">exitcode=</span><span style="color: #cc66cc;">0</span><br />
&nbsp;<br />
<span style="color: #808080; font-style: italic;">#</span><br />
<span style="color: #808080; font-style: italic;">##</span><br />
<span style="color: #808080; font-style: italic;">## Functions</span><br />
<span style="color: #808080; font-style: italic;">##</span><br />
<span style="color: #808080; font-style: italic;">##########################################################################</span><br />
mkt_usage<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><br />
<span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"Usage:  ${cmdname} [option] [srcfile] [destfile]"</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">""</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"  options:"</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">""</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"    -p                   Creates the PO, POT and original MO files."</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"    --makepo"</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">""</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"    -m                   Creates only the MO file."</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"    --makemo"</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">""</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"  Example for PO/POT files:"</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"    ${cmdname} -p '.php filename w/o extension' 'langcode'"</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"       'langcode' could be, for instance, 'es' or 'pt' "</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">""</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"  Example for just MO"</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"    ${cmdname} -m '.po filename'"</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">""</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"  -m superseeds -p. Use just one at a time."</span><br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"  Example for just MO"</span><br />
	<span style="color: #000066;">return</span> <span style="color: #cc66cc;">0</span><br />
<span style="color: #66cc66;">&#125;</span><br />
&nbsp;<br />
<span style="color: #808080; font-style: italic;">##########################################################################</span><br />
<span style="color: #808080; font-style: italic;">#</span><br />
<span style="color: #0000ff;">OPTIONVAR=</span>$<span style="color: #cc66cc;">1</span><br />
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#91;</span> <span style="color: #ff0000;">"${OPTIONVAR}"</span> == <span style="color: #ff0000;">""</span> <span style="color: #66cc66;">&#93;</span>; <span style="color: #b1b100;">then</span><br />
   mkt_usage<br />
   <span style="color: #000066;">exit</span> <span style="color: #cc66cc;">1</span><br />
<span style="color: #b1b100;">fi</span><br />
&nbsp;<br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">""</span><br />
<span style="color: #808080; font-style: italic;"># MKT_DIST_TRANS=&quot;${MKT_DIST_TRANS}/wp-translations&quot;</span><br />
<span style="color: #0000ff;">X=</span>`mkdir -p <span style="color: #ff0000;">"${MKT_DIST_TRANS}"</span>/mo`<br />
<span style="color: #0000ff;">SRCFILE=</span>$<span style="color: #cc66cc;">2</span><br />
&nbsp;<br />
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#91;</span> <span style="color: #ff0000;">"${OPTIONVAR}"</span> == <span style="color: #ff0000;">"-m"</span> <span style="color: #66cc66;">&#93;</span> || <span style="color: #66cc66;">&#91;</span> <span style="color: #ff0000;">"${OPTIONVAR}"</span> == <span style="color: #ff0000;">"-makemo"</span> <span style="color: #66cc66;">&#93;</span><br />
<span style="color: #b1b100;">then</span><br />
   <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#91;</span> <span style="color: #ff0000;">"${SRCFILE}"</span> == <span style="color: #ff0000;">""</span> <span style="color: #66cc66;">&#93;</span><br />
   <span style="color: #b1b100;">then</span><br />
       mkt_usage<br />
       <span style="color: #000066;">exit</span> <span style="color: #cc66cc;">1</span><br />
    <span style="color: #b1b100;">fi</span><br />
&nbsp;<br />
    <span style="color: #0000ff;">SRCFILEPO=</span><span style="color: #ff0000;">"${MKT_DIST_TRANS}/${SRCFILE}.po"</span><br />
    <span style="color: #0000ff;">SRCFILEMO=</span><span style="color: #ff0000;">"${MKT_DIST_TRANS}/mo/${SRCFILE}.mo"</span><br />
&nbsp;<br />
    <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#91;</span> -f <span style="color: #ff0000;">"${SRCFILEPO}"</span> <span style="color: #66cc66;">&#93;</span><br />
 	<span style="color: #b1b100;">then</span><br />
        <span style="color: #000066;">echo</span> <span style="color: #ff0000;">"Making ${SRCFILE} MO file for your plugin at ${MKT_DIST_TRANS}/mo' ..."</span><br />
        msgfmt -o <span style="color: #ff0000;">"$SRCFILEMO"</span> <span style="color: #ff0000;">"$SRCFILEPO"</span><br />
        <span style="color: #000066;">echo</span> <span style="color: #ff0000;">"The file $SRCFILEMO is ready. Can use it in your application."</span><br />
     <span style="color: #b1b100;">else</span><br />
        <span style="color: #000066;">echo</span> <span style="color: #ff0000;">"Source file ${SRCFILEPO} NOT found."</span><br />
        <span style="color: #000066;">echo</span> <span style="color: #ff0000;">""</span><br />
        <span style="color: #000066;">exit</span> <span style="color: #cc66cc;">1</span><br />
     <span style="color: #b1b100;">fi</span><br />
fi<br />
<span style="color: #808080; font-style: italic;">#</span><br />
&nbsp;<br />
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#91;</span> <span style="color: #ff0000;">"${OPTIONVAR}"</span> == <span style="color: #ff0000;">"-p"</span> <span style="color: #66cc66;">&#93;</span> || <span style="color: #66cc66;">&#91;</span> <span style="color: #ff0000;">"${OPTIONVAR}"</span> == <span style="color: #ff0000;">"-makepot"</span> <span style="color: #66cc66;">&#93;</span><br />
<span style="color: #b1b100;">then</span><br />
    <span style="color: #0000ff;">LANG=</span>$<span style="color: #cc66cc;">3</span><br />
    <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#91;</span> <span style="color: #ff0000;">"${SRCFILE}"</span> == <span style="color: #ff0000;">""</span> <span style="color: #66cc66;">&#93;</span> || <span style="color: #66cc66;">&#91;</span> <span style="color: #ff0000;">"${LANG}"</span> == <span style="color: #ff0000;">""</span> <span style="color: #66cc66;">&#93;</span><br />
    <span style="color: #b1b100;">then</span><br />
       mkt_usage<br />
       <span style="color: #000066;">exit</span> <span style="color: #cc66cc;">1</span><br />
    <span style="color: #b1b100;">fi</span><br />
&nbsp;<br />
    <span style="color: #0000ff;">SRCFILEPHP=</span><span style="color: #ff0000;">"${SRCFILE}.php"</span><br />
    <span style="color: #0000ff;">SRCFILEPOT=</span><span style="color: #ff0000;">"./wp-translations/${SRCFILE}.pot"</span><br />
    <span style="color: #0000ff;">SRCFILEPO=</span><span style="color: #ff0000;">"./wp-translations/${SRCFILE}-${LANG}.po"</span><br />
&nbsp;<br />
    <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#91;</span> -f <span style="color: #ff0000;">"${SRCFILEPHP}"</span> <span style="color: #66cc66;">&#93;</span><br />
 	<span style="color: #b1b100;">then</span><br />
        <span style="color: #000066;">echo</span> <span style="color: #ff0000;">"Making $SRCFILE POT file for your Wordpress plugin/theme..."</span><br />
        xgettext --<span style="color: #0000ff;">keyword=</span>__ --<span style="color: #0000ff;">keyword=</span>_e --default-<span style="color: #0000ff;">domain=</span><span style="color: #ff0000;">"${SRCFILE}"</span> \<br />
                 --<span style="color: #0000ff;">language=</span>php <span style="color: #ff0000;">"${SRCFILEPHP}"</span> --<span style="color: #0000ff;">output=</span><span style="color: #ff0000;">"${SRCFILEPOT}"</span><br />
	<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#91;</span> -f <span style="color: #ff0000;">"${SRCFILEPOT}"</span> <span style="color: #66cc66;">&#93;</span><br />
	   <span style="color: #b1b100;">then</span><br />
           cp <span style="color: #ff0000;">"${SRCFILEPOT}"</span> <span style="color: #ff0000;">"${SRCFILEPO}"</span><br />
           <span style="color: #000066;">echo</span> <span style="color: #ff0000;">"${SRCFILEPO} file is ready. Can start translating."</span><br />
	<span style="color: #b1b100;">else</span><br />
	   <span style="color: #000066;">echo</span> <span style="color: #ff0000;">"No need to translate. Next, please ;)"</span><br />
	<span style="color: #b1b100;">fi</span><br />
     <span style="color: #b1b100;">else</span><br />
        <span style="color: #000066;">echo</span> <span style="color: #ff0000;">"Source file ${SRCFILE}.php NOT found."</span><br />
        <span style="color: #000066;">echo</span> <span style="color: #ff0000;">""</span><br />
        <span style="color: #000066;">exit</span> <span style="color: #cc66cc;">1</span><br />
     <span style="color: #b1b100;">fi</span><br />
fi<br />
<span style="color: #808080; font-style: italic;">#</span><br />
&nbsp;<br />
<span style="color: #000066;">echo</span> <span style="color: #ff0000;">"Done. "</span><br />
&nbsp;<br />
<span style="color: #000066;">exit</span> <span style="color: #0000ff;">$exitcode</span></pre>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.878 seconds -->
