<?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>Mats Lindh &#187; drizzle</title>
	<atom:link href="http://e-mats.org/category/drizzle/feed/" rel="self" type="application/rss+xml" />
	<link>http://e-mats.org</link>
	<description>Where desperate is just another word for a regular day.</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:42:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Translating Drizzle to Norwegian</title>
		<link>http://e-mats.org/2008/08/translating-drizzle-to-norwegian/</link>
		<comments>http://e-mats.org/2008/08/translating-drizzle-to-norwegian/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 21:37:09 +0000</pubDate>
		<dc:creator>Mats</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[drizzle]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[translations]]></category>

		<guid isPermaLink="false">http://e-mats.org/?p=209</guid>
		<description><![CDATA[As Monty asked for help with translations of the current strings available in Drizzle on his blog yesterday, I sat down a couple of hours yesterday and a couple of hours today to at least attempt to contribute something to the project. As my primary language is Norwegian and I have some experience writing, I [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href='http://mysql-ha.com/2008/08/11/drizzle-i18n/'>Monty asked for help with translations of the current strings available in Drizzle</a> on his blog yesterday, I sat down a couple of hours yesterday and a couple of hours <a href='https://translations.launchpad.net/drizzle/trunk/+pots/drizzle'>today to at least attempt to contribute something to the project</a>. As my primary language is Norwegian and I have some experience writing, I decided to tackle the Norwegian (Bokmål, not Nynorsk) translation of Drizzle. I&#8217;ve currently finished the 358 available messages, but I&#8217;d really appreciate it if someone spent a couple of minutes / hours to read through them and confirm that my assumptions are sane.</p>
<p>The most troubling part when it comes to definitions are the issue of MySQL/Drizzle&#8217;s &#8216;relay log&#8217; which I translated into &#8216;replikasjonslogg&#8217; &#8211; which mainly means &#8220;replication log&#8221;. This sounds much better in Norwegian, but suddenly the code mentioned both a &#8220;replication log&#8221; and a &#8220;relay log&#8221;. I tried finding out what the semantic difference in MySQL were, but were unable to grok anything from the MySQL manual or through a Google search. If anyone has any advice here, it&#8217;d be very appreciated. I also made a few notes of where there are obvious errors in the original english strings:</p>
<pre>
Error on close of '%'s (Errcode: %d)
 - Located in mysys/errors.c:28 

Errcode:
Can't read value for symlink '%s' (Error %d)
 - Located in mysys/errors.c:47
Can't create symlink '%s' pointing at '%s' (Error %d)
 - Located in mysys/errors.c:48
Copy text Error on realpath() on '%s' (Error %d)
 - Located in mysys/errors.c:49 

%*s(Defaults to on; use --skip-%s to disable.)
 - Missing space
 - Located in mysys/my_getopt.c:1170 

The event could not be processed no other hanlder error happened
 - hanlder
 -  Located in mysys/my_handler_errors.h:118 

SSL information in the master info file ('%s') are ignored because this MySQL slave was compiled without SSL support.
 - MySQL
 - Located in drizzled/rpl_mi.cc:276 

Slave I/O thread killed while waitnig to reconnect after a failed registration on master
 - waitnig
 - Located in drizzled/slave.cc:90 

Could not parse relay log event entry. The possible reasons are: the master's binary log is corrupted (you can check this by running 'mysqlbinlog'..
 - mysqlbinlog
 - Located in drizzled/slave.cc:1864 

Found wrong key definition in %s; Please do "ALTER TABLE '%s' FORCE " to fix it!
 - feil spaceplass
 - Located in drizzled/table.cc:1162 

Table '%-.64s' was created with a different version of MySQL and cannot be read
 - MySQL
 - Located in drizzled/table.cc:1818
</pre>
<p>I could probably submit a patch for this, but seeing as the source is very much in flux these days, I think I&#8217;ll wait until it settles down a bit &#8212; unless someone is interesting in reviewing and committing an &#8220;unimportant&#8221; patch at this stage. </p>
<p>BTW: Launchpad worked great for doing translations, so I&#8217;m going to look into using gettext and Launchpad for doing translations for pwned.no and my other services in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://e-mats.org/2008/08/translating-drizzle-to-norwegian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

