<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>5ff37118df5c9686fd5438197e3cc74df5ca6cc2</id>
      </parent>
    </parents>
    <author>
      <name>Julen Ruiz Aizpuru</name>
      <email>julenx@gmail.com</email>
    </author>
    <url>http://github.com/julen/pootle/commit/895b0cb4f2d93fcf341b5b7252397c83973263b6</url>
    <id>895b0cb4f2d93fcf341b5b7252397c83973263b6</id>
    <committed-date>2008-06-23T08:38:02-07:00</committed-date>
    <authored-date>2008-06-23T08:38:02-07:00</authored-date>
    <message>Remove TS and CSV links and reword the download text</message>
    <tree>01a1021d4afb50cc49028ce56b2ab110114499e1</tree>
    <committer>
      <name>Julen Ruiz Aizpuru</name>
      <email>julenx@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dead295541e1f6f85a1b28a04cf1942090bb6910</id>
      </parent>
    </parents>
    <author>
      <name>Julen Ruiz Aizpuru</name>
      <email>julenx@gmail.com</email>
    </author>
    <url>http://github.com/julen/pootle/commit/5ff37118df5c9686fd5438197e3cc74df5ca6cc2</url>
    <id>5ff37118df5c9686fd5438197e3cc74df5ca6cc2</id>
    <committed-date>2008-06-20T07:38:16-07:00</committed-date>
    <authored-date>2008-06-20T07:38:16-07:00</authored-date>
    <message>Change layout for file download links, initial idea</message>
    <tree>3a2be82ba3d1231759d631417a6dd66efd202c5b</tree>
    <committer>
      <name>Julen Ruiz Aizpuru</name>
      <email>julenx@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b4a40bf5acc0535386559d972e64f9b09dc4c09b</id>
      </parent>
    </parents>
    <author>
      <name>sumpfralle</name>
      <email>sumpfralle@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/dead295541e1f6f85a1b28a04cf1942090bb6910</url>
    <id>dead295541e1f6f85a1b28a04cf1942090bb6910</id>
    <committed-date>2008-06-19T13:52:29-07:00</committed-date>
    <authored-date>2008-06-19T13:52:29-07:00</authored-date>
    <message>use different sub-directories for databases of different indexing engines
rename the indexing directory from &quot;.poindex-PROJECT-LANGUAGE&quot; to &quot;.translation_index&quot;
note for UPGRADING: you have to remove old indexing directories manually

these changes are meant to ease migrations from one indexing engine to another and to
allow different indexing engines to be on the same server


git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7569 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>55770b999729a079a3887a285b51bd6674eb659a</tree>
    <committer>
      <name>sumpfralle</name>
      <email>sumpfralle@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0354d784422774f503ab8d26c390db84e3db7a84</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/b4a40bf5acc0535386559d972e64f9b09dc4c09b</url>
    <id>b4a40bf5acc0535386559d972e64f9b09dc4c09b</id>
    <committed-date>2008-06-14T02:21:44-07:00</committed-date>
    <authored-date>2008-06-14T02:21:44-07:00</authored-date>
    <message>Update Pootle code to new indexing code by merging from the translate-search-indexer-generic-merging branch. Check the branch for individual commits on this file.

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7546 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>e29d7f247d137cd28e858132c36fb79a9bc6d732</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef61e300697f6e3c8482694717343817c76a76ae</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/0354d784422774f503ab8d26c390db84e3db7a84</url>
    <id>0354d784422774f503ab8d26c390db84e3db7a84</id>
    <committed-date>2008-06-13T09:45:52-07:00</committed-date>
    <authored-date>2008-06-13T09:45:52-07:00</authored-date>
    <message>Enable translation while displaying an alternative source language.

A user option is provided to choose which language should be used as the 
alternative source language. The feature can be enabled/disabled server wide
with the variable Pootle.enablealtsrc (disabled by default).

This closes bug 209.

Known issues:
Plural units are not supported yet (nothing is displayed)
Unit context (such as msgctxt in PO) is not taken into account
The first match from the alternative source language project is used - not 
specifically from the unit or file corresponding to the current unit
This might need lots of memory and possibly processing power in large projects

[Contributed by Julen Ruiz Aizpuru as part of GSoC2008, based on work by 
Sayamindu Dasgupta]


git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7535 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>4dc10bd2b5bc1fc295bd30394e77a44aa97919a7</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11b7e92f490b653e1971cae53dcf3c686af754cb</id>
      </parent>
    </parents>
    <author>
      <name>dwaynebailey</name>
      <email>dwaynebailey@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/ef61e300697f6e3c8482694717343817c76a76ae</url>
    <id>ef61e300697f6e3c8482694717343817c76a76ae</id>
    <committed-date>2008-06-06T01:53:17-07:00</committed-date>
    <authored-date>2008-06-06T01:53:17-07:00</authored-date>
    <message>Prep the .pot fiel with package name and version number


git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7505 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>1bcf5b53ef7a6ab6b9a5ece0cd3de7cc8e86c050</tree>
    <committer>
      <name>dwaynebailey</name>
      <email>dwaynebailey@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f39d50606a64d7fea984c0c8800c784e946cc607</id>
      </parent>
    </parents>
    <author>
      <name>dwaynebailey</name>
      <email>dwaynebailey@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/11b7e92f490b653e1971cae53dcf3c686af754cb</url>
    <id>11b7e92f490b653e1971cae53dcf3c686af754cb</id>
    <committed-date>2008-06-04T12:12:29-07:00</committed-date>
    <authored-date>2008-06-04T12:12:29-07:00</authored-date>
    <message>Use mimetypes for downloads that match those defined in virtaal.


git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7495 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>50eb95074b907b1d348e4d0a5faa66cfff713bd4</tree>
    <committer>
      <name>dwaynebailey</name>
      <email>dwaynebailey@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d50cf1a266a3b126174a75171451da9594ae6b0c</id>
      </parent>
    </parents>
    <author>
      <name>dwaynebailey</name>
      <email>dwaynebailey@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/f39d50606a64d7fea984c0c8800c784e946cc607</url>
    <id>f39d50606a64d7fea984c0c8800c784e946cc607</id>
    <committed-date>2008-06-04T12:09:09-07:00</committed-date>
    <authored-date>2008-06-04T12:09:09-07:00</authored-date>
    <message>Add Venda as a disables language


git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7494 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>1324be4af44d7a7169839eb909cc105a30a44c34</tree>
    <committer>
      <name>dwaynebailey</name>
      <email>dwaynebailey@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3617c56815d1d98ec831920136b6872315ad87d4</id>
      </parent>
    </parents>
    <author>
      <name>dwaynebailey</name>
      <email>dwaynebailey@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/d50cf1a266a3b126174a75171451da9594ae6b0c</url>
    <id>d50cf1a266a3b126174a75171451da9594ae6b0c</id>
    <committed-date>2008-06-04T12:07:30-07:00</committed-date>
    <authored-date>2008-06-04T12:07:30-07:00</authored-date>
    <message>Sort the found files before extracting text.


git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7493 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>d11f44e65f708e0612b1d122de91edf2ba2a57ed</tree>
    <committer>
      <name>dwaynebailey</name>
      <email>dwaynebailey@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>864ba0a0370b54c7d987c8820cbd3e488ab45701</id>
      </parent>
    </parents>
    <author>
      <name>walter_l</name>
      <email>walter_l@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/3617c56815d1d98ec831920136b6872315ad87d4</url>
    <id>3617c56815d1d98ec831920136b6872315ad87d4</id>
    <committed-date>2008-06-03T02:38:05-07:00</committed-date>
    <authored-date>2008-06-03T02:38:05-07:00</authored-date>
    <message>The second commit (for Pootle) to fix bug 350.
Use of the tempfile module has replaced the use of os.tmpnam(), which is apparently insecure.


git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7487 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>4be961ee728d0d867d902efe72028a3c3ad0da09</tree>
    <committer>
      <name>walter_l</name>
      <email>walter_l@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>004d3ce104e241f5cb17594a32eea713c556bd09</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/864ba0a0370b54c7d987c8820cbd3e488ab45701</url>
    <id>864ba0a0370b54c7d987c8820cbd3e488ab45701</id>
    <committed-date>2008-05-15T08:20:04-07:00</committed-date>
    <authored-date>2008-05-15T08:20:04-07:00</authored-date>
    <message>Update test to new formatting on project admin page

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7416 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>813386a3e1bcef694dee00ebce775ff8e215f0f2</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7ac2fafc8e158fda60aa618f15ece4726644b623</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/004d3ce104e241f5cb17594a32eea713c556bd09</url>
    <id>004d3ce104e241f5cb17594a32eea713c556bd09</id>
    <committed-date>2008-04-25T00:35:52-07:00</committed-date>
    <authored-date>2008-04-25T00:35:52-07:00</authored-date>
    <message>Fix misnomer 'Login' -&gt; 'Username' [reported by Jussi Aalto]

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7259 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>a4719664690611ba3e2a26dc3605f74857f21a73</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>84771d898ebb84cd46c3b7bf3ea5dd5519c87de3</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/7ac2fafc8e158fda60aa618f15ece4726644b623</url>
    <id>7ac2fafc8e158fda60aa618f15ece4726644b623</id>
    <committed-date>2008-04-23T04:35:36-07:00</committed-date>
    <authored-date>2008-04-23T04:35:36-07:00</authored-date>
    <message>Fix URL to bugzilla

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7255 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>c4074c7977bd4a7bcad4ed24d5ce15b3c14d99a2</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>70d5cfb28956352b88094336298d85c23fdc5270</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/84771d898ebb84cd46c3b7bf3ea5dd5519c87de3</url>
    <id>84771d898ebb84cd46c3b7bf3ea5dd5519c87de3</id>
    <committed-date>2008-04-03T07:55:56-07:00</committed-date>
    <authored-date>2008-04-03T07:55:56-07:00</authored-date>
    <message>Show the language code in the dropdown of languages to add to the project. This closes bug 357

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7121 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>b79ee9defae2d405625fe68856841b2cce2b115b</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef36a6721ba016229d9014c2500090e163bc8377</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/70d5cfb28956352b88094336298d85c23fdc5270</url>
    <id>70d5cfb28956352b88094336298d85c23fdc5270</id>
    <committed-date>2008-04-03T07:27:56-07:00</committed-date>
    <authored-date>2008-04-03T07:27:56-07:00</authored-date>
    <message>Show existing languages in a sortable table

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7120 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>5994a456ccb78d3f84286e42e9fbfd4be8410023</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c6561bcceb94a250c7f17042306a5af96a7419f7</id>
      </parent>
    </parents>
    <author>
      <name>dwaynebailey</name>
      <email>dwaynebailey@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/ef36a6721ba016229d9014c2500090e163bc8377</url>
    <id>ef36a6721ba016229d9014c2500090e163bc8377</id>
    <committed-date>2008-04-02T08:12:53-07:00</committed-date>
    <authored-date>2008-04-02T08:12:53-07:00</authored-date>
    <message>Fixes to cleanup PKG-INFO.  Wrong download URL and some wording changes.


git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7113 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>9ee478f672882e500a7b43a57ae6e3ac243ac2c9</tree>
    <committer>
      <name>dwaynebailey</name>
      <email>dwaynebailey@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>065e7cc724a693deb969077709933d10b200f32b</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/c6561bcceb94a250c7f17042306a5af96a7419f7</url>
    <id>c6561bcceb94a250c7f17042306a5af96a7419f7</id>
    <committed-date>2008-03-28T06:51:30-07:00</committed-date>
    <authored-date>2008-03-28T06:51:30-07:00</authored-date>
    <message>Fix bugs in .xlf support (reported by Robert Malovec)

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7109 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>f9f178dd4d4905a00866d17e9fb8c56385f30925</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0bb3b84c66be30387cfd97563be0ed5cbb79de89</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/065e7cc724a693deb969077709933d10b200f32b</url>
    <id>065e7cc724a693deb969077709933d10b200f32b</id>
    <committed-date>2008-03-27T00:22:14-07:00</committed-date>
    <authored-date>2008-03-27T00:22:14-07:00</authored-date>
    <message>Update URLs

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7101 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>5c7748e0347d1af2c0b60947561ba3da1cf4cc09</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a5402627b98eaebef106351728d09ceadfe053e</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/0bb3b84c66be30387cfd97563be0ed5cbb79de89</url>
    <id>0bb3b84c66be30387cfd97563be0ed5cbb79de89</id>
    <committed-date>2008-03-26T06:53:40-07:00</committed-date>
    <authored-date>2008-03-26T06:53:40-07:00</authored-date>
    <message>Update Changelog before release of 1.1.0

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7097 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>4f4bb3d2152eb9e82e7416ad563d527b1a028e80</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a6bda1c43f65836ac348607af3244d05c3c07f7b</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/5a5402627b98eaebef106351728d09ceadfe053e</url>
    <id>5a5402627b98eaebef106351728d09ceadfe053e</id>
    <committed-date>2008-03-26T06:02:07-07:00</committed-date>
    <authored-date>2008-03-26T06:02:07-07:00</authored-date>
    <message>Version 1.1.0

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7096 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>112f0e08ddab5cb1d8407e650c6dd2cf68cdb4d6</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>473ac026590f650784f287f0bf04506569d018f3</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/a6bda1c43f65836ac348607af3244d05c3c07f7b</url>
    <id>a6bda1c43f65836ac348607af3244d05c3c07f7b</id>
    <committed-date>2008-03-26T05:42:51-07:00</committed-date>
    <authored-date>2008-03-26T05:42:51-07:00</authored-date>
    <message>New translations from pootle.locamotion.org - Dzonkha (dz), Irish (ga), Indonesian (id), Northern Sotho (nso), Slovak (sk)

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7095 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>50ccaa8d7e11ea7f696334fe18fca723bccb9177</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7360bb94f85770f27132d3c5798172baa7a31fcd</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/473ac026590f650784f287f0bf04506569d018f3</url>
    <id>473ac026590f650784f287f0bf04506569d018f3</id>
    <committed-date>2008-03-26T05:23:45-07:00</committed-date>
    <authored-date>2008-03-26T05:23:45-07:00</authored-date>
    <message>Updated translations from pootle.locamotion.org

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7094 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>b9d6bbe5b4fa150ffa878b3b9f35ca4c50c344bb</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>60ac99c17a28983b73d3a8952c080aee3d643136</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/7360bb94f85770f27132d3c5798172baa7a31fcd</url>
    <id>7360bb94f85770f27132d3c5798172baa7a31fcd</id>
    <committed-date>2008-03-18T14:27:31-07:00</committed-date>
    <authored-date>2008-03-18T14:27:31-07:00</authored-date>
    <message>Correct plural information for Hungarian

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7091 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>73ee547005d4cc916de63cd4aae86fc0560c9538</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8fd088c5c15d54893ace72b94ac00b906baf67a8</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/60ac99c17a28983b73d3a8952c080aee3d643136</url>
    <id>60ac99c17a28983b73d3a8952c080aee3d643136</id>
    <committed-date>2008-03-18T07:33:35-07:00</committed-date>
    <authored-date>2008-03-18T07:33:35-07:00</authored-date>
    <message>Enable Hungarian (hu)

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7089 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>df9e6f75a77e6a22dc495ea89b6169a12063d5ec</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>20956b2db5a52c57ef07ee70523d022ebe817f33</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/8fd088c5c15d54893ace72b94ac00b906baf67a8</url>
    <id>8fd088c5c15d54893ace72b94ac00b906baf67a8</id>
    <committed-date>2008-03-18T07:32:19-07:00</committed-date>
    <authored-date>2008-03-18T07:32:19-07:00</authored-date>
    <message>Add Malayalam (ml)

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7088 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>6f7f7a40cdeedaf21dd0f62a625f451c5a68bd67</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>faf74adc5ca7ffc146b0f915c06774a6541c9e07</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/20956b2db5a52c57ef07ee70523d022ebe817f33</url>
    <id>20956b2db5a52c57ef07ee70523d022ebe817f33</id>
    <committed-date>2008-03-18T07:29:53-07:00</committed-date>
    <authored-date>2008-03-18T07:29:53-07:00</authored-date>
    <message>Add special characters for Northern Sotho (nso)

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7087 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>c9a6c640094e327eb09da51b76a0b657c79f456f</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>951a28525d4754f6d795e6897bde397005421e8c</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/faf74adc5ca7ffc146b0f915c06774a6541c9e07</url>
    <id>faf74adc5ca7ffc146b0f915c06774a6541c9e07</id>
    <committed-date>2008-03-18T07:27:50-07:00</committed-date>
    <authored-date>2008-03-18T07:27:50-07:00</authored-date>
    <message>Require at least build number 11000 (Version 1.1) of the toolkit

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7086 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>823f01072ab519fc410d859c6210038c9eef5899</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14bdf8293cb678cbab4aeae4072acec7e99199db</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/951a28525d4754f6d795e6897bde397005421e8c</url>
    <id>951a28525d4754f6d795e6897bde397005421e8c</id>
    <committed-date>2008-03-13T03:13:41-07:00</committed-date>
    <authored-date>2008-03-13T03:13:41-07:00</authored-date>
    <message>Use .addunit() instead of .units.append. +Note about inefficient merging code

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7073 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>7d145fbea8e5732a4e0f79f18437a7f2ee48fe32</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d2ea73145a294b2742fee8d1fecd5b96ea35bbc</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/14bdf8293cb678cbab4aeae4072acec7e99199db</url>
    <id>14bdf8293cb678cbab4aeae4072acec7e99199db</id>
    <committed-date>2008-02-29T04:55:26-08:00</committed-date>
    <authored-date>2008-02-29T04:55:26-08:00</authored-date>
    <message>Version 1.1.0rc2

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7046 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>c867e8f79cf4b116e86506a22d47fcc2e31fa4a1</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b3e7f0adfcd6c968e65b42825a2a5acb74160135</id>
      </parent>
    </parents>
    <author>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </author>
    <url>http://github.com/julen/pootle/commit/2d2ea73145a294b2742fee8d1fecd5b96ea35bbc</url>
    <id>2d2ea73145a294b2742fee8d1fecd5b96ea35bbc</id>
    <committed-date>2008-02-29T04:54:45-08:00</committed-date>
    <authored-date>2008-02-29T04:54:45-08:00</authored-date>
    <message>Provide an upload box for users that only have the 'suggest' right, and handle such uploads properly.

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7045 54714841-351b-0410-a198-e36a94b762f5</message>
    <tree>b861df19e83eea5c35094ea7778289d2513823e4</tree>
    <committer>
      <name>friedelwolff</name>
      <email>friedelwolff@54714841-351b-0410-a198-e36a94b762f5</email>
    </committer>
  </commit>
</commits>
