Commit Graph

89 Commits

Author SHA1 Message Date
Andrius Štikonas 6dd78bc53a pot-update 2010-09-13 13:19:55 +03:00
Andrius Štikonas 46d2ed2254 pot-update 2010-09-06 22:52:33 +03:00
Andrius Štikonas b8cd6cc032 Unfuzzy L, LoW and THoT. 2010-09-04 17:47:45 +03:00
Andrius Štikonas 1fc3c2ebda pot-update
Unfuzzy some textdomains (AoI, DiD, DM, DW, EI, HttT, TB, TSG, tutorial).
2010-08-30 17:51:37 +03:00
Andrius Štikonas 847da5f8ff pot-update
Readd more translations lost during the 1.8->1.10 transition.
Unfuzzy strings in various textdomains.
Replace ' with ’, th with t and w with v.
2010-08-24 18:21:34 +03:00
Andrius Štikonas 9b151ab879 Unfuzzy L, NR, THoT and Tutorial. 2010-08-18 20:11:56 +03:00
Andrius Štikonas 37f29bba9b pot-update 2010-08-18 20:00:08 +03:00
Andrius Štikonas 7d9bfd1546 Add new files from trunk branch.
Bump version to 1.10
2010-08-16 09:44:45 +03:00
Andrius Štikonas a0722b8d2a pot-update 2010-08-14 01:45:29 +03:00
Andrius Štikonas 4ea0466082 pot-update 2010-08-10 08:43:30 +03:00
Andrius Štikonas 560c2aed43 Lots of spelling fixes in all textdomains. 2010-08-08 09:41:23 +06:00
Andrius Štikonas e2811753b3 pot-update 2010-07-11 15:00:46 +03:00
Andrius Štikonas a91e0672a5 pot-update 2010-03-08 14:28:21 +00:00
Andrius Štikonas 5201114b99 pot-update 2010-02-24 23:35:45 +00:00
Andrius Štikonas a5b4006254 pot-update 2010-02-10 17:38:25 +00:00
Andrius Štikonas ddb6871576 pot update (preparing for 1.7.12) 2010-01-17 17:01:00 +00:00
Andrius Štikonas 77bed295d9 pot-update 2009-12-27 13:46:25 +02:00
Andrius Štikonas 88370a397e pot-update 2009-12-15 18:07:16 +02:00
Vytautas Šaltenis 5fc446ddaa l: a random set of translations 2009-12-11 23:06:58 +02:00
Andrius Štikonas b618b19e9a pot-update 2009-11-26 15:04:52 +00:00
Andrius Štikonas 86a61fae1d pot-update
some minor unfuzzying
2009-11-02 12:52:38 +00:00
Andrius Štikonas 9c63c21b91 pot-update 2009-10-22 18:49:48 +01:00
Andrius Štikonas 05d6127b41 Grey Woods->Pilkoji giria 2009-09-08 19:53:44 +03:00
Andrius Štikonas e15c96ae69 pot-update
Unfuzzy some strings.
One more instance of Pušų miškas->Pušynas.
2009-09-03 12:07:43 +03:00
Andrius Štikonas 7d17921b83 pot-update 2009-08-29 14:13:58 +03:00
Andrius Štikonas c78f7bd145 Translate some names in Liberty. 2009-08-24 02:02:06 +03:00
Vytautas Šaltenis df1ced4a6c Unfuzzy many campaigns 2009-08-19 21:17:32 +03:00
Andrius Štikonas 332868b8a5 Wesnothas->Vesnotas and some remaining instances of Thursaganas->Tursaganas. 2009-08-17 00:02:31 +03:00
Andrius Štikonas b45302ed25 Merge branch '1.6' into master.
pot-update
Bump version to 1.8
Add Delfador's Memoirs (dm.lt.po).
2009-08-16 22:04:53 +03:00
Andrius Štikonas 1580cd2acb Kardas -> Kalavijas 2009-08-14 01:27:23 +03:00
Vytautas Šaltenis 0b2b25cc13 l: typos fixed 2009-08-04 01:57:13 +03:00
Andrius Štikonas 2311c8c306 Improve translation of Liberty. 2009-07-21 16:55:37 +03:00
Andrius Štikonas 955549ed96 Use git pre-commit hook to reduce number of conflicts.
pre-commit hook does the following actions:
Changes PO-Revision date to 2010-01-01 00:00+0300
Changes Last-Translator to Andrius Štikonas <stikonas@gmail.com>
Wraps all strings with msgattrib.

Source code of pre-commit hook:

for FILE in `git diff-index --name-only --cached HEAD --` ; do
    msgattrib "$FILE" > "$FILE"e
    mv "$FILE"e "$FILE"
    sed -ie '/^\"PO-Revision-Date*/{G;x;s/^/\"PO-Revision-Date: 2010-01-01 00:00+0300\\n\"/}' "$FILE"
    sed -ie '/^\"Last-Translator*/{G;x;s/^/\"Last-Translator: Andrius Štikonas <stikonas@gmail.com>\\n\"/}' "$FILE"
    rm "$FILE"e
    git add $FILE
done
2009-07-13 19:07:34 +03:00
Vytautas Šaltenis 7c232c9390 Last instance of Elense translated 2009-07-02 20:10:56 +03:00
Vytautas Šaltenis 6925869735 Translated all strings containing Asheviere's name
We agreed upon translating Asheviere as Aševierė couple weeks ago, so I
changed all the places we had her name and translated those that
remained untranslated. This changeset can be held a reference point in
case we ever decide to change the Lithuanian transcription.
2009-07-02 20:09:54 +03:00
Vytautas Šaltenis a673900372 Revert "Translated all strings containing Asheviere's name"
This reverts commit cdef479ee9.

I'm doing this because I noticed several more untranslated strings with
Asheviere's name in them. I want to have all such strings in one single
changeset for easier tracking in possible re-editions. This commit will
be reintroduced shortly along with the new strings as a single changeset.
2009-07-02 20:05:30 +03:00
Vytautas Šaltenis cdef479ee9 Translated all strings containing Asheviere's name
We agreed upon translating Asheviere as Aševierė some time last week, so
I changed all the places we had her name and translated those that
remained untranslated. This changeset can be held a reference point in
case we ever decide to change the Lithuanian transcription.
2009-06-29 00:38:43 +03:00
Andrius Štikonas 5f7f716e61 Fixes for tb. 2009-05-19 19:41:57 +03:00
Andrius Štikonas c624be740d Initial import of translations. 2009-05-18 20:45:29 +03:00