Commit Graph

116 Commits

Author SHA1 Message Date
Andrius Štikonas 5bf8b362c5 Translation of gender specific strings in tutorial. 2009-08-18 23:07:52 +03:00
Andrius Štikonas 5a5b14c764 pot-update 2009-08-18 23:00:23 +03:00
Andrius Štikonas 095d9d7ef4 Unfuzzy strings in AOI, TB, TRoW, TSG and tutorial. 2009-08-17 11:13:29 +03:00
Andrius Štikonas 1adce010c5 Remove obsolete strings. 2009-08-17 00:14:20 +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 e99e656ad0 Fix a couple of strings in tutorial. 2009-08-16 18:14:31 +03:00
Andrius Štikonas 4ffb767614 Review tutorial translations. 2009-08-14 01:05:09 +03:00
Vytautas Šaltenis 3295d48a79 tutorial: swapped couple of words
In this order, they read better, as reported by a user.
2009-08-08 16:47:21 +03:00
Vytautas Šaltenis d43b4a9f96 tutorial: quintain -> iškamša 2009-07-30 20:08:32 +03:00
Vytautas Šaltenis a340f92b0a tutorial: done, except strings containing quintain
The strings that contain the word "quintain" will be committed
separately, for easier point of reference if we decide to change the
translation.

Also, note that at the first glance there's some mess with using "tu"
and "jūs". This was done consciously. Wherever the speaker is Delfador
or Galdrad (the teachers), it's "tu". When the speaker is narrator or
the "game itself", it's the polite "jūs".
2009-07-30 20:08:19 +03:00
Andrius Štikonas 4539f41d10 Translate a few random strings. 2009-07-21 20:44:36 +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 b0953da7f0 Some tutorial translations. 2009-06-16 23:10:12 +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