<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-calc/po, branch 1.8</title>
<subtitle>Calculator for MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/'/>
<entry>
<title>Sync translations with transifex</title>
<updated>2014-03-01T13:02:16+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-03-01T13:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=a8b79b6b698d55045a5b7b7d2a11e7380978361d'/>
<id>a8b79b6b698d55045a5b7b7d2a11e7380978361d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync translations with transifex</title>
<updated>2014-02-23T18:14:03+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-02-23T18:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=9ff4f09f5797ce3a943151a597dcb067740f63b8'/>
<id>9ff4f09f5797ce3a943151a597dcb067740f63b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync translations with transifex</title>
<updated>2013-10-28T10:29:30+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-10-28T10:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=a52ebf59d871a39e334dcca0b10bd2a338bb464e'/>
<id>a52ebf59d871a39e334dcca0b10bd2a338bb464e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync translations with transifex</title>
<updated>2013-08-06T20:31:59+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-08-06T20:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=6b49ed3dbedf8d13232b9fd97140844610448778'/>
<id>6b49ed3dbedf8d13232b9fd97140844610448778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15 from stefanct/master</title>
<updated>2013-04-27T17:36:16+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-04-27T17:36:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=4aaf8afec38324f6208e2faf21b7b29a195eee80'/>
<id>4aaf8afec38324f6208e2faf21b7b29a195eee80</id>
<content type='text'>
keyboard shifts again</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keyboard shifts again</pre>
</div>
</content>
</entry>
<entry>
<title>Sync translations with transifex</title>
<updated>2013-04-27T17:35:26+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-04-27T17:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=5b229d041d50dd85e0ef89d7d8e85bebc0a4b0d6'/>
<id>5b229d041d50dd85e0ef89d7d8e85bebc0a4b0d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tooltip mentioning keys to shift buttons again.</title>
<updated>2013-04-18T18:31:43+00:00</updated>
<author>
<name>Stefan Tauner</name>
<email>stefan.tauner@gmx.at</email>
</author>
<published>2013-04-18T18:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=e6ad2e33f7a62324b73bcda79c072090a532a030'/>
<id>e6ad2e33f7a62324b73bcda79c072090a532a030</id>
<content type='text'>
Also, change them in all translations with the help of find and sed.
I am not entirely sure if this is correct for RTL languages like arabic,
but it does look similar to the other tooltips :)

Commands used:
find . -name "*.po" -print | xargs sed -i '{N
s/msgid "Shift Left"\n\(.*\)"/msgid "Shift Left [&lt;&lt;]"\n\1 [&lt;&lt;]"/g}'
find . -name "*.po" -print | xargs sed -i '{N
s/msgid "Shift Right"\n\(.*\)"/msgid "Shift Right [&gt;&gt;]"\n\1 [&gt;&gt;]"/g}'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, change them in all translations with the help of find and sed.
I am not entirely sure if this is correct for RTL languages like arabic,
but it does look similar to the other tooltips :)

Commands used:
find . -name "*.po" -print | xargs sed -i '{N
s/msgid "Shift Left"\n\(.*\)"/msgid "Shift Left [&lt;&lt;]"\n\1 [&lt;&lt;]"/g}'
find . -name "*.po" -print | xargs sed -i '{N
s/msgid "Shift Right"\n\(.*\)"/msgid "Shift Right [&gt;&gt;]"\n\1 [&gt;&gt;]"/g}'
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync translations with transifex</title>
<updated>2013-03-31T23:00:45+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-03-31T23:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=554534ba3f1958b44b2ca58de2fad0fb5eba79b8'/>
<id>554534ba3f1958b44b2ca58de2fad0fb5eba79b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK2 support. Menu fix. Code cleanups.</title>
<updated>2012-11-25T01:47:50+00:00</updated>
<author>
<name>Steve Zesch</name>
<email>stevezesch2@gmail.com</email>
</author>
<published>2012-11-25T01:47:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=3e4dfc47e7803d16d14ffe655f9568871c4f2339'/>
<id>3e4dfc47e7803d16d14ffe655f9568871c4f2339</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update codebase.</title>
<updated>2012-11-25T01:44:45+00:00</updated>
<author>
<name>Steve Zesch</name>
<email>stevezesch2@gmail.com</email>
</author>
<published>2012-11-25T01:44:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=6b24c91d3aa81fdb99500c8c2c12f830fabaefb6'/>
<id>6b24c91d3aa81fdb99500c8c2c12f830fabaefb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
