Commit Graph

110 Commits

Author SHA1 Message Date
Andrius Štikonas 1580cd2acb Kardas -> Kalavijas 2009-08-14 01:27:23 +03:00
Andrius Štikonas e0b1c0bddb pot-update 2009-08-09 21:35:24 +03:00
Andrius Štikonas e286e8bac4 Remove unnecessary pronouns from NR and improve its translation. 2009-07-21 17:13:24 +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 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 c5aaaab7d2 pot-update (no new/changed strings, only reference update...) 2009-05-26 23:36:28 +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