<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Think Global, Make Locales!</title>
	<atom:link href="http://blog.babelzilla.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.babelzilla.org</link>
	<description>Welcome to the BabelZilla.Blog</description>
	<lastBuildDate>Wed, 28 Dec 2011 00:24:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make your extension compatible with SeaMonkey, if you can</title>
		<link>http://blog.babelzilla.org/2011/12/28/make-your-extension-compatible-with-seamonkey-if-you-can/</link>
		<comments>http://blog.babelzilla.org/2011/12/28/make-your-extension-compatible-with-seamonkey-if-you-can/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 00:24:33 +0000</pubDate>
		<dc:creator>iacchi</dc:creator>
				<category><![CDATA[Tech Room!]]></category>
		<category><![CDATA[seamonkey]]></category>

		<guid isPermaLink="false">http://blog.babelzilla.org/?p=1500</guid>
		<description><![CDATA[Extensions are great. They&#8217;re one of the technical reasons (the Manifesto comes first, of course) that make us choose Firefox, and they usually help us to save the day. Firefox is Mozilla main and most used product, and of course &#8230; <a href="http://blog.babelzilla.org/2011/12/28/make-your-extension-compatible-with-seamonkey-if-you-can/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Extensions are great. They&#8217;re one of the technical reasons (the Manifesto comes first, of course) that make us choose Firefox, and they usually help us to save the day.</p>
<p>Firefox is Mozilla main and most used product, and of course if you want to create an extension Firefox is your main target. But why limit yourself to Firefox?<br />
You may not know it, but if your extension isn&#8217;t too complex, and it doesn&#8217;t rely on Firefox-specific technologies, it will probably be compatible with SeaMonkey out of the box, all you have to do is to register SeaMonkey in the install.rdf file, with this code:</p>
<pre>
&lt;em:targetApplication&gt;
  &lt;RDF:Description&gt;
    &lt;em:id&gt;{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}&lt;/em:id&gt;
    &lt;em:minVersion&gt;min version&lt;/em:minVersion&gt;
    &lt;em:maxVersion&gt;max version&lt;/em:maxVersion&gt;
  &lt;/RDF:Description&gt;
&lt;/em:targetApplication&gt;
</pre>
<p>so that all of the SeaMonkey users can benefit from your extension, installing it painlessly and receiving the automatic updates from a.m.o. With the rapid release process is even easier, because the gecko version on Firefox and SeaMonkey is strictly related, so you can discover easily which are the correct min and max version numbers.<br />
Everything you have to do is to loose 5 minutes of your time to try your extension on SeaMonkey, that&#8217;s all.</p>
<p>Not all of the extensions work out of the box, though. I&#8217;m not an extension developer and I don&#8217;t know anything about xul or js (so don&#8217;t ask me for help), but I&#8217;ve discovered that in some cases the compatibility with SeaMonkey is just one line of code far.<br />
If you have to register some component (e.g. a stylesheet) in chrome.manifest and you have a line similar to this:</p>
<pre>style <strong>chrome://browser/content/browser.xul</strong> chrome://myext/skin/mystyle.css</pre>
<p>everything you have to do to make it compatible with SeaMonkey is to add this other line in the same file:</p>
<pre>style <strong>chrome://navigator/content/navigator.xul</strong> chrome://myext/skin/mystyle.css</pre>
<p>this is the case of extensions like <a href="https://addons.mozilla.org/en-US/firefox/addon/xclear/">xclear</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/reader/">Reader</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/readability/">Readability</a>.</p>
<p>In some cases this is not enough, and then I don&#8217;t know how to help you, but I want to ask you all, extension developers, to spend these 5 minutes to install SeaMonkey and check these two easy things.</p>
<p>In this way we&#8217;ll all win: SeaMonkey users will be able to benefit the functions of your extension, and you&#8217;ll get hundreds of possible new users.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.babelzilla.org/2011/12/28/make-your-extension-compatible-with-seamonkey-if-you-can/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MozCamp EU Berlin &amp; Next step for BabelZilla</title>
		<link>http://blog.babelzilla.org/2011/11/20/mozcamp-eu-berlin-next-step-for-babelzilla/</link>
		<comments>http://blog.babelzilla.org/2011/11/20/mozcamp-eu-berlin-next-step-for-babelzilla/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 08:04:20 +0000</pubDate>
		<dc:creator>Goofy</dc:creator>
				<category><![CDATA[Extensions around the world]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[WTS (Web Translation System)]]></category>

		<guid isPermaLink="false">http://blog.babelzilla.org/?p=1466</guid>
		<description><![CDATA[Learning and meeting I have been lucky enough to be invited to MozCamp Europe in Berlin last week-end and enjoyed the meeting very much on every aspect: have a better insight of what is cooking in Mozilla headquarters, discover amazing &#8230; <a href="http://blog.babelzilla.org/2011/11/20/mozcamp-eu-berlin-next-step-for-babelzilla/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Learning and meeting</h2>
<p>I have been lucky enough to be invited to MozCamp Europe in Berlin last week-end and enjoyed the meeting very much on every aspect: have a better insight of what is cooking in Mozilla headquarters, discover amazing projects, having fun together, but above all I am glad I met people in real life and in some cases have an interesting discussion about addons localization on BabelZilla.<br />
First of all, I was very glad to meet our good old <a href="http://www.flickr.com/photos/mozillaeu/6343706907/">Jürgen Berg</a> aka Fenian. It was the first time we met in real life, though we have been working and communicating together on a daily basis for 6 years. I also met for the first time <a href="http://www.flickr.com/photos/lhirlimann/6375714323/in/set-72157628078562957">Lakrits</a> who is at the moment our top contributor translating for Swedish, the old-timer <a href="http://www.flickr.com/photos/lhirlimann/6375719131/in/set-72157628078562957/">teo</a> who is translating for Polish, was pleased to meet again <a href="http://www.flickr.com/photos/mozillaeu/6343736073/" target="_blank">George</a> (aka Sonickydon) from Greece and some others whose face and nick are now familiar to me. I really hope we shall have another occasion to meet other BabelZillians in the future.</p>
<h2>Talking about addons localization</h2>
<p>A significant number of various sessions were focussing on addons and localization at this MozCamp, which is but justified, considering addons are crucial for the browser, whether they are for old desktop or for mobile which is now major battlefield for Mozilla.<br />
Among various sessions, I attended this <a href="https://wiki.mozilla.org/EU_MozCamp_2011/Schedule/Product_and_Technology_Track/Jetpack_L10N">very interesting one</a> about the way Jetpacks would be localized in the future. As JSON was a candidate for file format, it seems the community discussion lead to some <a href="http://blog.techno-barje.fr/post/2011/11/17/jetpack-localization-yaml/">other localizer-friendly choice</a>. We shall see how our own system can parse this kind of files, but it seems rather easy to handle.<br />
I also gave a short presentation about the current state and issues on BabelZilla and what our goals for next steps are.<br />
You can have slides <a href="https://wiki.mozilla.org/EU_MozCamp_2011/Schedule/Engagement_and_Regionalization_Track/babelzilla">here</a>. There were a couple of questions and a very grateful Ken Barbalace (the developer of the <a href="https://addons.mozilla.org/firefox/addon/classic-compact-options/?src=search">Classic Compact Options</a> extension), then it was time to leave room for <a href="https://wiki.mozilla.org/EU_MozCamp_2011/Schedule/Engagement_and_Regionalization_Track/adofex">Adofex</a>, (<a href="http://adofex.clear.com.ua/">demo</a>) which can be the next step for BabelZilla, replacing gradually our good old WTS. Don&#8217;t be afraid, transition will be scheduled smoothly, some key features we currently enjoy on BabelZilla are still to be ported or implemented on Adofex, but hey Tim will develop his already smart tool to be tested and used on BabelZilla, so that you the user community, whether you are newcomers or old-timers, can provide useful feedback and help us create the best possible system together. Also, he would be glad to receive your feedback on the <a href="http://blog.clear.com.ua/2011/11/adofex-mozcampteams/">talk and the teams organization</a>.<br />
Tim will soon post here and explain what the interest of Adofex is for Babelzilla and which will be his next step on development. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.babelzilla.org/2011/11/20/mozcamp-eu-berlin-next-step-for-babelzilla/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BabelZilla? Localization continues as usual!</title>
		<link>http://blog.babelzilla.org/2011/09/07/babelzilla-localization-continues-as-usual/</link>
		<comments>http://blog.babelzilla.org/2011/09/07/babelzilla-localization-continues-as-usual/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 11:44:57 +0000</pubDate>
		<dc:creator>markh</dc:creator>
				<category><![CDATA[Localization]]></category>
		<category><![CDATA[Tech Room!]]></category>
		<category><![CDATA[WTS (Web Translation System)]]></category>

		<guid isPermaLink="false">http://blog.babelzilla.org/?p=1461</guid>
		<description><![CDATA[Some of you may have noticed last week’s blogpost announcing the closure of BabelZilla by the end of this month. Do not worry, that blogpost was published accidentally. At the moment, there are some discussions going on concerning the future &#8230; <a href="http://blog.babelzilla.org/2011/09/07/babelzilla-localization-continues-as-usual/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some of you may have noticed last week’s blogpost announcing the closure of BabelZilla by the end of this month. Do not worry, that blogpost was published accidentally. At the moment, there are some discussions going on concerning the future of BabelZilla and extension localization in general, and we will inform you of any details at an appropriate time. But for now, BabelZilla is NOT closing. The WTS and the boards are available and will remain at your full disposal, with possibly exciting enhancements to come. Ah well, just another day in the <a href="http://images.travelpod.com/users/rush/s_america_-_007.1170006060.p1290493.jpg">BabelZillian jungle</a>. Business as usual!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.babelzilla.org/2011/09/07/babelzilla-localization-continues-as-usual/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s translate Etherpad Lite interface strings</title>
		<link>http://blog.babelzilla.org/2011/08/29/lets-translate-etherpad-lite-interface-strings/</link>
		<comments>http://blog.babelzilla.org/2011/08/29/lets-translate-etherpad-lite-interface-strings/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 00:18:13 +0000</pubDate>
		<dc:creator>Goofy</dc:creator>
				<category><![CDATA[Localization]]></category>

		<guid isPermaLink="false">http://blog.babelzilla.org/?p=1421</guid>
		<description><![CDATA[See this BabelZilla post and see what is to be done.]]></description>
			<content:encoded><![CDATA[<p>See <a href="http://www.babelzilla.org/forum/index.php?showtopic=6907&amp;st=0#entry60738">this BabelZilla post</a> and see what is to be done.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.babelzilla.org/2011/08/29/lets-translate-etherpad-lite-interface-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieving AMO metadata on upload: tests wanted</title>
		<link>http://blog.babelzilla.org/2011/08/27/retrieving-amo-metadata-on-upload-tests-wanted/</link>
		<comments>http://blog.babelzilla.org/2011/08/27/retrieving-amo-metadata-on-upload-tests-wanted/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 15:01:05 +0000</pubDate>
		<dc:creator>Goofy</dc:creator>
				<category><![CDATA[AMO]]></category>
		<category><![CDATA[Extensions around the world]]></category>
		<category><![CDATA[Localization]]></category>

		<guid isPermaLink="false">http://blog.babelzilla.org/?p=1404</guid>
		<description><![CDATA[If your extension is hosted on AMO, you have probably spent some time filling fieds to describe what it does, how it works, and various useful information for your users, but you may not wish to write everything again when &#8230; <a href="http://blog.babelzilla.org/2011/08/27/retrieving-amo-metadata-on-upload-tests-wanted/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If your extension is hosted on AMO, you have probably spent some time filling fieds to describe what it does, how it works, and various useful information for your users, but you may <em>not</em> wish to write everything again when you submit your extension here on BabelZilla to get more languages.<br />
We know that you are not so keen on documentation and we do care about sparing your time for development and other <a title="playing pong" href="http://www.ssplprints.com/lowres/43/main/50/129988.jpg">high-level code activities</a>. That is why our Tech Admin has made a more complete upload system to retrieve automatically AMO metadata which will be exposed to BabelZilla translators.</p>
<p>Please give a test (it will last less than 2 minutes I promise). This is a beta feature, you can upload as many times as you like since there is no connection to our usual database.</p>
<p><del datetime="2011-09-01T18:45:41+00:00">You are welcome to try on this test page</del>.<br />
Test page is no longer available.</p>
<p>A caution though: you will see yourself logged in as ‘BZ_System’. Do not be alarmed and think someone has taken over your account; just log out and log in as yourself again afterwards!</p>
<p>We will be pleased to receive feedback, bug notification, interesting suggestions and requests.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.babelzilla.org/2011/08/27/retrieving-amo-metadata-on-upload-tests-wanted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BabelZillaMenu LTS 7.1 version release</title>
		<link>http://blog.babelzilla.org/2011/07/06/babelzillamenu-lts-7-01-version-release/</link>
		<comments>http://blog.babelzilla.org/2011/07/06/babelzillamenu-lts-7-01-version-release/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 18:59:15 +0000</pubDate>
		<dc:creator>Goofy</dc:creator>
				<category><![CDATA[Extensions around the world]]></category>

		<guid isPermaLink="false">http://blog.babelzilla.org/?p=1387</guid>
		<description><![CDATA[Due to popular marketing demand, we have decided to push a new version of our old solid homemade extension. In a context of fierce competition, we wished to give it more visibility. BabelZillaMenu users will likely be curious to know &#8230; <a href="http://blog.babelzilla.org/2011/07/06/babelzillamenu-lts-7-01-version-release/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Due to popular marketing demand, we have decided to push a new version of our old solid homemade extension. In a context of fierce competition, we wished to give it more visibility.<br />
BabelZillaMenu users will likely be curious to know what this change means for them.  The short answer is almost nothing will change.<br />
This is exactly the reason why we want to ensure <a href="http://i1.trekearth.com/photos/14620/a_pub_in_toronto.jpg" title="numerous users">our numerous users</a> that their beloved extension will be compatible with Firefox for quite a long time. So we have pushed the version number directly from 2.0.4 to 7.1 (hey Adblock Plus is left far behind you know) and boosted maxversion significantly, see image below.<br />
<a href="http://blog.babelzilla.org/wp-content/uploads/2011/07/updatingMyext.png"><img src="http://blog.babelzilla.org/wp-content/uploads/2011/07/updatingMyext.png" alt="" title="updatingMyext" width="600" height="260" class="aligncenter size-full wp-image-1388" /></a><br />
Many thanks to our translator friends, this milestone edition is released with 44 locales, ready for easy deployment in <a href="http://us.123rf.com/400wm/400/400/creativo/creativo0705/creativo070500026/944188-retro-office-worker-in-vintage-corporate-environment.jpg" title="corporate">corporate environment</a>. Enjoy!</p>
<p><a href="http://babelwiki.babelzilla.org/images/0/0d/Babelzillamenu_7.1.xpi" title="LTS version">Download here </a>(and no, it is not on AMO)</p>
<p>BTW we also plan to provide 44 restartless versions (one per lang) along with the next release. Restartless is such a cool competitive advantage that we must jump on the bandwagon asap.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.babelzilla.org/2011/07/06/babelzillamenu-lts-7-01-version-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is the death of the address bar programmed ?</title>
		<link>http://blog.babelzilla.org/2011/06/25/is-the-death-of-the-address-bar-programmed/</link>
		<comments>http://blog.babelzilla.org/2011/06/25/is-the-death-of-the-address-bar-programmed/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 21:37:10 +0000</pubDate>
		<dc:creator>clochix</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://blog.babelzilla.org/?p=1342</guid>
		<description><![CDATA[Clochix who is the author of the post below is a long-time Mozilla supporter devotee. He recently published his concern about the URL bar (original post in French). We thought it was worth reaching a larger audience within Mozilla community. &#8230; <a href="http://blog.babelzilla.org/2011/06/25/is-the-death-of-the-address-bar-programmed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>Clochix who is the author of the post below is a long-time Mozilla supporter devotee. He recently published his concern about the URL bar (<a href="http://www.clochix.net/post/2011/06/25/Vers-la-fin-de-la-barre-d-adresse-dans-les-navigateurs">original post in French</a>). We thought it was worth reaching a larger audience within Mozilla community.<br />
- Goofy<br />
</em></p>
<div id="magicdomid265">I really like the <a href="http://hackasaurus.org/">Hackasaurus project</a>. To be an actor of one&#8217;s own life and of the life of the city is not something innate, it requires learning. The same is true for our digital life. Becoming an Internet citizen is not innate. Education is essential.</div>
<div id="magicdomid216">One of the pillars of the Web is its communication protocol, HTTP. HTTP is beautiful for a lot of reasons. One of which is because it puts on the same level the verbs &#8220;read&#8221; and &#8220;write&#8221;. The Web is basically  a medium of interaction, not consumption. The first four letters at the  beginning of URLs are there to remind us how different the medium is.</div>
<div><strong>Are we too stupid?</strong></div>
<div id="magicdomid348">Unfortunately, the vast majority of Internet users ignore the meaning of URLs. They don&#8217;t care about the address bar. The browsers vendors have two options: delete this useless thing, or explain to users for what it is useful. Google clearly chose the former, by merging the address bar and the search bar, and now by ceasing to display the protocol in URLs. Both decisions tend to obfuscate the underlying architecture. Some may argue this is done for the sake of simplicity. But I see another meaning: Internet average users are too stupid, do not waste time explaining them how it works and just delete anything they do not understand.</div>
<div id="magicdomid349">Sadly, Mozilla is also beginning to follow this way. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=665580" target="_blank">Bug  665580</a> has just landed in my nightly build. &#8220;Hide http:// and single  trailing slashes in the location bar&#8221;. Motivation: &#8220;This Makes the  location bar more user-friendly, Chrome and Opera are already doing it.  Can we follow their lead?&#8221;. Ok, so Chrome and Opera are doing it and  Mozilla must follow the directions they give, so let&#8217;s do it cheerfully.</div>
<div id="magicdomid355">It makes me sad.</div>
<div id="magicdomid354">I thought Firefox was a different browser, which does not just try to be like the others. A tool aimed at promoting a certain vision of the Web, a vision in which users are involved. This implies understanding what is going on, having basic knowledge of the underlying mechanism,  for example to know what are URLs and HTTP. By hiding the URI scheme, I  think Firefox is moving away from this goal. Design is not neutral, it  serves a goal.</div>
<div><strong>TV screen all over?</strong></div>
<div id="magicdomid321">In  fact, what makes me really sad is that I fear that one day the address  bar may disappear. During the development of Firefox 4, with the end of  the status bar, the display of the target of a link already disappeared  for a few days. The browser interface looks more and more like a TV screen. We are only passive spectators in front of a TV, and I don&#8217;t want that future for my browser. With App Tabs,  users get used to identify sites with their logo in the favicon. Will  the next step of simplification of the interface be to remove the  address bar and replace it with only the site&#8217;s  favicon in an overlay, like a channel logo on TV ? Labs are already  experiencing this with <a href="http://mozillalabs.com/blog/2011/01/towards-browse-based-browsing-with-home-dash/">Home Dash</a> and <a href="http://mozillalabs.com/prospector/2011/05/20/lesschrome-hd-more-space-to-browse/">LessChrome HD</a>. I like these experiments, but wonder what may be their side effects. I think Mozilla is going in the right direction by simplifying the interface and giving more room for content. But this  should not come at the expense of other goals of the Foundation.  Firefox should also be an educational tool that helps everyday users to take better control of the Web and of their online life. And I fear that some recent decisions are in conflict with this mission.</div>
<div id="magicdomid344">I was writing this post when I discovered another sad news. For a few days now, we are no more able to write javascript in the address bar. This is the result of <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=655099" target="_blank">Bug  655099</a>. More and more attacks convince users to copy a malicious code  in the address bar. Rather than educate Internet citizen, browser  vendors are taking them for irresponsible people and delete this feature. I think we don&#8217;t go far enough, it might be safer to cut off their hands, to avoid any wrong  manipulations! I know the address bar is not the right place to hack  JavaScript code, I know that new web developer tools now offer a native  JS console. But the use of JavaScript in the address bar was an easy  entry point to start hacking web pages. It was the entry point chosen by  Hackasaurus for the first mission for people wanting to learn hacking.  The mission is now outdated. Sad. Hackasaurus is not specific to  Firefox, the missions should be compatible with other browsers, so this  one had to be rewritten because other browsers are also in the process  of forbidding JavaScript in the address bar. The real problem is not  about this specific issue. It is the logic at work behind these decisions  that I dislike: under the pretext of securing the Internet, we are gradually removing everything which might  hurt the users, we take away from their hands the tools that can  probably be dangerous, but also enable them to learn and create. I won&#8217;t  let a baby alone in a room with a toolbox. But withdrawing the toolbox from the hands of adults is worrying me.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.babelzilla.org/2011/06/25/is-the-death-of-the-address-bar-programmed/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Bye Bye Status Bar, Welcome Tilføjelseslinje</title>
		<link>http://blog.babelzilla.org/2011/04/23/bye-bye-status-bar-welcome-tilf%c3%b8jelseslinje/</link>
		<comments>http://blog.babelzilla.org/2011/04/23/bye-bye-status-bar-welcome-tilf%c3%b8jelseslinje/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 11:27:55 +0000</pubDate>
		<dc:creator>Goofy</dc:creator>
				<category><![CDATA[Extensions around the world]]></category>

		<guid isPermaLink="false">http://blog.babelzilla.org/?p=1319</guid>
		<description><![CDATA[Volunteer translators on BabelZilla have a kind of niche activity but their work is pretty much exposed, at least for most popular extensions. So they do their best to achieve quality (which is endless pursuit) and consistency with the interface &#8230; <a href="http://blog.babelzilla.org/2011/04/23/bye-bye-status-bar-welcome-tilf%c3%b8jelseslinje/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Volunteer translators on BabelZilla have a kind of niche activity but their work is pretty much exposed, at least for most popular extensions.<br />
So they do their best to achieve quality (which is endless pursuit) and consistency with the interface of the application the extension should mingle with.<br />
As you probably noticed, recently Firefox UI switched from <em>Status Bar</em> to <strong>Addon Bar</strong> (for more or less valid or controversial reasons, but that is not my point here) so <strong>your translations should match this new name</strong>!<br />
Open your brand new Firefox, right-click on any bar and see how Add-on Bar is now translated.<br />
<a href="http://blog.babelzilla.org/wp-content/uploads/2011/04/rightclick.png"><img src="http://blog.babelzilla.org/wp-content/uploads/2011/04/rightclick.png" alt="French version" title="rightclick" width="261" height="200" class="aligncenter size-full wp-image-1335" /></a></p>
<p>Else, you are welcome to use Transvision tool: <a href="http://www.frenchmozilla.fr/glossaire/trunk/">pick your own language on this page</a>, search for &#8220;Add-on Bar&#8221;, see how Mozilla l10n team (mmmh some of you are part of it <img src='http://blog.babelzilla.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ) has already translated it and change accordingly.</p>
<div id="attachment_1322" class="wp-caption aligncenter" style="width: 630px"><a href="http://blog.babelzilla.org/wp-content/uploads/2011/04/daBar.png"><img src="http://blog.babelzilla.org/wp-content/uploads/2011/04/daBar.png" alt="Danish translation for Add-on bar" title="daBar" width="620" height="298" class="size-full wp-image-1322" /></a><p class="wp-caption-text">Danish translation for Add-on Bar</p></div>
<p>And by the way, developers should change labels as well <img src='http://blog.babelzilla.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_1326" class="wp-caption aligncenter" style="width: 381px"><a href="http://blog.babelzilla.org/wp-content/uploads/2011/04/statusBarFail1.png"><img src="http://blog.babelzilla.org/wp-content/uploads/2011/04/statusBarFail1.png" alt="Status bar label" title="statusBarFail" width="371" height="251" class="size-full wp-image-1326" /></a><p class="wp-caption-text">Bye bye Status Bar!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.babelzilla.org/2011/04/23/bye-bye-status-bar-welcome-tilf%c3%b8jelseslinje/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick URL for Smart Devs &#8211; Part II</title>
		<link>http://blog.babelzilla.org/2011/04/21/quick-url-for-smart-devs-part-ii/</link>
		<comments>http://blog.babelzilla.org/2011/04/21/quick-url-for-smart-devs-part-ii/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 21:41:38 +0000</pubDate>
		<dc:creator>Fenian</dc:creator>
				<category><![CDATA[Tech Room!]]></category>
		<category><![CDATA[WTS (Web Translation System)]]></category>

		<guid isPermaLink="false">http://blog.babelzilla.org/?p=1310</guid>
		<description><![CDATA[Because of a comment of Wladimir Palant in , we&#8217;ve  changed the first parameter of the download URL. From now on a valid language code may be used instead of ‘selected’ and ‘all’. If the language code is invalid or &#8230; <a href="http://blog.babelzilla.org/2011/04/21/quick-url-for-smart-devs-part-ii/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Because of a comment of <cite><a rel="external nofollow" href="http://adblockplus.org/">Wladimir Palant</a></cite> in <a href="http://blog.babelzilla.org/2011/04/21/quick-url-for-dellazydel-smart-devs/">this post</a>, we&#8217;ve  changed the first parameter of the download URL.</p>
<p>From now on a valid language code may be used instead of ‘selected’ and ‘all’.<br />
If the language code is invalid or there is no translation available, an error message appears.</p>
<p>Example:<a href="http://www.babelzilla.org/wts/download/locale/de/skipped/5136"> http://www.babelzilla.org/wts/download/locale/de/skipped/5136 </a></p>
<p>This will download the &#8220;de&#8221; (German)  locale and skip all missing strings.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.babelzilla.org/2011/04/21/quick-url-for-smart-devs-part-ii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick URL for Smart Devs</title>
		<link>http://blog.babelzilla.org/2011/04/21/quick-url-for-dellazydel-smart-devs/</link>
		<comments>http://blog.babelzilla.org/2011/04/21/quick-url-for-dellazydel-smart-devs/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 18:36:56 +0000</pubDate>
		<dc:creator>Goofy</dc:creator>
				<category><![CDATA[Tech Room!]]></category>
		<category><![CDATA[WTS (Web Translation System)]]></category>

		<guid isPermaLink="false">http://blog.babelzilla.org/?p=1287</guid>
		<description><![CDATA[Hello dear extension developers! We know you have other priorities. And not so much time to spend on BabelZilla: login, find your way to your extension locales, click on some buttons and links, wait for download, read silly bug reports &#8230; <a href="http://blog.babelzilla.org/2011/04/21/quick-url-for-dellazydel-smart-devs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello dear extension developers!<br />
We know you have <a href="http://i253.photobucket.com/albums/hh45/enciqsee/Beach_Beer1.jpg"><em>other priorities</em></a>. And not so much time to spend on BabelZilla: login, find your way to your extension locales, click on some <a href="http://www.whiteblog.net/blogpic/megausb.jpg">buttons</a> and links, <a href="http://a3.opencongress.org/images/throbber.gif?1295394070">wait</a> for download, read <del datetime="2011-04-21T11:24:17+00:00">silly</del> bug reports by translators…<br />
So why not ease your  job and grab your locale files with an easy download link you can adjust to your need with one of your smart scripts?</p>
<p>You can now use this default URL:</p>
<h3>http://www.babelzilla.org/wts/download/locale/</h3>
<p>The download requires 3 parameters:</p>
<p><strong>The first parameter: Type of the download.</strong> You can download all or the selected locales</p>
<p>Allowed values:</p>
<ul>
<li>selected</li>
<li> all</li>
</ul>
<p><strong>The second parameter: Handling of untranslated strings</strong></p>
<p>Allowed values:</p>
<ul>
<li>replaced</li>
<li> skipped</li>
<li>blank</li>
</ul>
<p>Last but not least, <strong>third parameter</strong> is:</p>
<ul>
<li>The id of the extension</li>
<p> as set by the WTS on submission
</ul>
<p>Example:</p>
<h3><a href=" http://www.babelzilla.org/wts/download/locale/all/skipped/5136"> http://www.babelzilla.org/wts/download/locale/all/skipped/5136</a></h3>
<p>Enjoy!</p>
<p>Please tell us if you find it useful and if you need more things of this kind.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.babelzilla.org/2011/04/21/quick-url-for-dellazydel-smart-devs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

