Commit Graph

72 Commits

Author SHA1 Message Date
Andrius Štikonas 77bed295d9 pot-update 2009-12-27 13:46:25 +02:00
Vytautas Šaltenis 7484e918b0 thot: fix an unfinished paragraph and unfuzzy 2009-11-03 03:10:08 +02:00
Andrius Štikonas e6e3ac7531 Fuzzy 1 incomplete translation in thot. 2009-11-03 00:49:43 +00:00
Vytautas Šaltenis ced6754d1c thot, sof, units: thot finalized; work on units
This commit fills in the final unknowns in THoT. All units and titles
are now translated. Some strings edited for clarity and/or translation
mistakes corrected.

SoF and Units contain several along-the-way translations.
2009-11-03 02:18:52 +02:00
Andrius Štikonas 4562492097 Translate some Dwarvish Unit. 2009-11-02 16:18:58 +00:00
Andrius Štikonas 86a61fae1d pot-update
some minor unfuzzying
2009-11-02 12:52:38 +00:00
Vytautas Šaltenis 456dbe0635 thot: couple more strings 2009-09-10 23:31:18 +03:00
Vytautas Šaltenis d9db862c27 thot: unfuzzy some strings 2009-09-07 01:45:47 +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 fc8062542f Minor rewording in thot. 2009-08-23 17:01:55 +03:00
Andrius Štikonas d71a242b7b Review translations of The Hammer of Thursagan. 2009-08-23 15:31:42 +03:00
Andrius Štikonas 2f5c055f29 Drakoniukas->Slibinas 2009-08-17 18:16:48 +03:00
Andrius Štikonas a43e44ed5d Dvorfas->Dvarfas 2009-08-17 11:33:19 +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 861d8981a8 Apply pre-commit hook on thot. 2009-08-16 18:58:34 +03:00
Vytautas Šaltenis e64d250960 thot: typos fixed 2009-08-15 19:20:39 +03:00
Vytautas Šaltenis 8f0c55d011 thot: initial translation
Translator: Jurgis Sūdžius (Dievas)
2009-08-15 16:31:59 +03:00
Andrius Štikonas a022ceba2a Remove unnecessary pronouns from TRoW and fix a few spelling mistakes. 2009-07-21 18:04:14 +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
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