<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK Translator?]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=10281</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10281&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK Translator?».]]></description>
		<lastBuildDate>Fri, 26 Dec 2014 18:49:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK Translator?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=89799#p89799</link>
			<description><![CDATA[<p><strong>mr.wolna</strong>, попробуйте добавить в конце <a href="http://forum.script-coding.com/viewtopic.php?id=4492">этого скрипта </a>горячую клавишу, например F4:<br /></p><div class="codebox"><pre><code>F4::
ControlGetText, t1, Edit1, Google Translate
ControlGetText, t2, Edit2, Google Translate
FileAppend, %t1%`t%t2%`r`n, %A_MyDocuments%/MyDictionary.xls
FileAppend, &lt;b&gt;%t1%&lt;/b&gt;`t%t2%&lt;br&gt;, %A_MyDocuments%/MyDictionary.html
Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Fri, 26 Dec 2014 18:49:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=89799#p89799</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK Translator?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=89798#p89798</link>
			<description><![CDATA[<p>Да, он сначала говорил про xls, но потом сказал, что txt сойдёт.<br />Думаю, лучше всего сделать ему горячую клавишу, чтобы сохранял в виде:<br /></p><div class="codebox"><pre><code>Слово {Tab} Перевод `r`n</code></pre></div><p>Можно ещё добавить html форматирование, чтобы потом просматривать в интернет-обозревателе. Но это по вкусу.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Fri, 26 Dec 2014 15:19:15 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=89798#p89798</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK Translator?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=89797#p89797</link>
			<description><![CDATA[<p>Я так понимаю, ТС хочет, чтоб скрипт из <a href="http://forum.script-coding.com/viewtopic.php?id=4492">этой темы</a> копировал выделенное в буфер обмена, переводил, и затем оригинал + перевод сохранял в файл txt.</p>]]></description>
			<author><![CDATA[null@example.com (Irbis)]]></author>
			<pubDate>Fri, 26 Dec 2014 14:48:30 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=89797#p89797</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK Translator?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=89796#p89796</link>
			<description><![CDATA[<p><strong>mr.wolna</strong>, нет, так ещё хуже, ничего не понятно. Переводите через <a href="https://translate.google.com/">Google Translate</a>.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 26 Dec 2014 14:43:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=89796#p89796</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK Translator?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=89795#p89795</link>
			<description><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p><strong>mr.wolna</strong>, какую программу Вы используете для просмотра файлов xls?</p></blockquote></div><p>оффис 2007</p><p>но дело дашце нещетом мосчна и щ тхт сохранитй щашана стоби он перещод тосче сахранайл</p><p>Щот пакамистй толка понял как просто с цлипбоарда слаща щ тхт сделатй... а как там с перещодам?</p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><p>y::&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Hotkey zum Ausfuehren</p><p>Clipboard =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Clipboard leeren<br />DateiName = liste1.txt&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; Dateiname der Datei</p><p>Send, ^c&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; markierter Text in die Zwischenablage<br />ClipWait, 2		&nbsp; &nbsp; 	&nbsp; &nbsp; ; Wartet bis Clipboard Text enthält<br />VOC =%Clipboard% `n</p><p>if ErrorLevel<br />{<br />&nbsp; &nbsp; TrayTip, Error, Zwischenablage leer!, , 3<br />&nbsp; &nbsp; return<br />}<br />FileAppend, %VOC%, %DateiName%</p><br /><br /><br /><br /><p>return</p></div></div>]]></description>
			<author><![CDATA[null@example.com (mr.wolna)]]></author>
			<pubDate>Fri, 26 Dec 2014 11:43:32 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=89795#p89795</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK Translator?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=89793#p89793</link>
			<description><![CDATA[<p><strong>mr.wolna</strong>, какую программу Вы используете для просмотра файлов xls?</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Fri, 26 Dec 2014 09:58:31 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=89793#p89793</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK Translator?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=89792#p89792</link>
			<description><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p><span style="color: green"><strong>mr.wolna</strong>, у Вас который язык родной? Я проверил польский, сербский, словацкий. Что-то не сходится...</span></p></blockquote></div><br /><p>Неметский</p>]]></description>
			<author><![CDATA[null@example.com (mr.wolna)]]></author>
			<pubDate>Fri, 26 Dec 2014 08:55:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=89792#p89792</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK Translator?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=89790#p89790</link>
			<description><![CDATA[<p><span style="color: green"><strong>mr.wolna</strong>, у Вас который язык родной? Я проверил польский, сербский, словацкий. Что-то не сходится...</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Fri, 26 Dec 2014 08:19:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=89790#p89790</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK Translator?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=89786#p89786</link>
			<description><![CDATA[<p><span style="color: green"><strong>mr.wolna</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте свой пост.</span> У нас строгие требования к оформлению, не нужно писать транслитом. Если нет русской клавиатуры, воспользуйтесь каким-нибудь онлайн конвертером.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 25 Dec 2014 21:51:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=89786#p89786</guid>
		</item>
		<item>
			<title><![CDATA[AHK Translator?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=89785#p89785</link>
			<description><![CDATA[<p>Dobrij Denj.</p><p>Ja sdes naschol odin prikrasnij tool:<br />http://forum.script-coding.com/viewtopic.php?id=4492</p><p>Tolka u menja jest odin wapros. Jest wasmoschnastj perewedenije slawa wpisuwatj w xls file?</p><p>Stobie palutilasja spisok slow katrije patom ja magu s spetsalanaj programaj na smartphone utsitj? Idea wtom sto hatzu nautsitsja jasika kagda tsetaju artikli is gaseti onlain. i Stobi nepanjatnije slawa kasdij ras manualna spisuwatj i delatj xls list ja dumal kagda moschna eto reschitj s pomoshju ahk. eta was moschna?</p><br /><p>spasiba</p>]]></description>
			<author><![CDATA[null@example.com (mr.wolna)]]></author>
			<pubDate>Thu, 25 Dec 2014 21:42:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=89785#p89785</guid>
		</item>
	</channel>
</rss>
