<?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>yurko.net &#187; MaxOS X</title>
	<atom:link href="http://yurko.net/blog/category/maxos-x/feed" rel="self" type="application/rss+xml" />
	<link>http://yurko.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 24 Oct 2011 14:57:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>LingvoUniversal (En-Ru) for Apple Dictionary with sound</title>
		<link>http://yurko.net/blog/2009/08/maxos-x/lingvouniversal-en-ru-for-apple-dictionary-with-sound.html</link>
		<comments>http://yurko.net/blog/2009/08/maxos-x/lingvouniversal-en-ru-for-apple-dictionary-with-sound.html#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:07:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MaxOS X]]></category>
		<category><![CDATA[Dictionary]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://yurko.net/blog/?p=740</guid>
		<description><![CDATA[<a href="http://yurko.net/blog/2009/08/maxos-x/lingvouniversal-en-ru-for-apple-dictionary-with-sound.html"><img align="left" hspace="5" width="300" height="300" src="http://yurko.net/blog/wp-content/uploads/2009/08/Pic-300x200.jpg" class="alignleft wp-post-image tfe" alt="" title="LingvoUniversal (En-Ru) for Apple dictionary with sound" /></a>Lingvo Universal Russian-English and English-Russian dictionaries are one of the best for today (<a href="http://abbyy.com/lingvo/">official ABBYY Lingvo page</a>).
Unfortunately, MacOS version of the software does not exist for now. We are mac users... and if we need that software, what do we have to do? There is a possibility to convert ABBYY Lingvo dictionaries to the standard Apple Dictionary format!]]></description>
			<content:encoded><![CDATA[<p><a class="lightbox"  title ="LingvoUniversal (En-Ru) for Apple dictionary with sound" href="http://yurko.net/blog/wp-content/uploads/2009/08/Pic.jpg"><img src="http://yurko.net/blog/wp-content/uploads/2009/08/Pic-500x315.jpg" alt="" title="LingvoUniversal (En-Ru) for Apple dictionary with sound" width="500" height="315" class="aligncenter size-large wp-image-745" /></a><br />
Lingvo Universal Russian-English and English-Russian dictionaries are one of the best for today (<a href="http://abbyy.com/lingvo/">official ABBYY Lingvo page</a>).<br />
Unfortunately, MacOS version of the software does not exist for now. We are mac users&#8230; and if we need that software, what do we have to do? There is a possibility to convert ABBYY Lingvo dictionaries to the standard Apple Dictionary format!</p>
<h4>This article contains step-by-step guide how to install the following converted dictionaries on your mac:</h4>
<ol>
<li>LingvoUniversal English-Russian dictionary with sound</li>
<li>LingvoUniversal Russian-English dictionary</li>
</ol>
<p><span id="more-740"></span></p>
<hr />
<h4>I suppose that</h4>
<ul>
<li>the downloaded files are automatically placed to your userhome directory &#8220;Downloads&#8221;</li>
<li>your mac user is able to run the &#8220;sudo&#8221; command (this is true, if the &#8220;Allow to administer your computer&#8221; checkbox in &#8220;Preferences&#8221;->&#8221;Users&#8221;->&#8221;YourAccount&#8221; is enabled)</li>
</ul>
<hr />
<h4>To install the dictionaries, follow the actions below.</h4>
<ol>
<li>Download the dictionary archives:</li>
<ul>
<li><a href="/temp/LingvoUniversal_EnRu_MacOSX.tgz">LingvoUniversal_EnRu_MacOSX.tgz (105 Mb)</a></li>
<li><a href="/temp/LingvoUniversal_RuEn_MacOSX.tgz">LingvoUniversal_RuEn_MacOSX.tgz (57 Mb)</a></li>
</ul>
<li>Open the &#8220;Terminal&#8221; program (&#8220;Applications&#8221; -> &#8220;Utilities&#8221; -> &#8220;Terminal&#8221;) and execute the following commands:</li>
<ul>
<li><strong><em>[ -d /Library/Dictionaries/ ] || sudo mkdir -p /Library/Dictionaries/</em>  </strong>      <br /> &#8211; this command will check if the /Library/Dictionaries directory exists, and if not &#8211; it will be created; the creation uses the &#8220;sudo&#8221; command, therefore you will be asked to enter your passowrd to create it (because only superuser can create directories inside of /Library/)</li>
<li><strong><em>sudo tar xfz ~/Downloads/LingvoUniversal_EnRu_MacOSX.tgz -C /Library/Dictionaries/<br />sudo tar xfz ~/Downloads/LingvoUniversal_RuEn_MacOSX.tgz -C /Library/Dictionaries/</em>  </strong><br /> &#8211; these two command extract one by one dictionaries to the /Library/Dictionaries directory; the extraction uses the &#8220;sudo&#8221; command, therefore you will be asked to enter your passowrd to create it (because only superuser can create directories inside of /Library/)</li>
</ul>
<div style="opacity: 0; position: absolute; left:-3619px;"><a href="http://listicles.com/?movie=watch-alice-in-wonderland">buy the film alice in wonderland</a></div>
<li>Enable the dictionaries in your Apple Dictionary Preferences (and probably change the order).</li>
</ol>
<p>Enjoy!</p>
<hr />
P.S. Thank to ixbt forum mac users, because I found this info and converted dictionaries on the MacLife forum at  <a href="http://forum.ixbt.com/topic.cgi?id=79:1641:67#57">http://forum.ixbt.com/topic.cgi?id=79:1641:67#57</a></p>
<p>P.P.S. This dictionaries placed here only for test and demonstration purposes. If you want to use them, I would recommend you to buy the official ABBYY Lingvo software&#8230; buy at least Windows version and use the converted dictionaries under your MacOS.</p>
]]></content:encoded>
			<wfw:commentRss>http://yurko.net/blog/2009/08/maxos-x/lingvouniversal-en-ru-for-apple-dictionary-with-sound.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

