Commit Graph

94 Commits

Author SHA1 Message Date
Andrius Štikonas dc90df3e99 pot-update 2011-11-16 19:49:01 +00:00
Andrius Štikonas 8b1fa4be80 Reorder plural forms. This does not change any translations. 2011-10-28 19:43:07 +01:00
Andrius Štikonas 7f17ffeb1a Unfuzzy various textdomains. 2011-10-25 17:27:46 +01:00
Andrius Štikonas a8ef622039 pot-update 2011-09-02 10:52:51 +03:00
Andrius Štikonas a613be138e pot-update 2011-08-16 21:49:00 +03:00
Andrius Štikonas 1d7d2cbc81 pot-update 2011-07-10 11:43:56 +03:00
Andrius Štikonas e7c54bf0b4 pot-update 2011-05-05 23:13:47 +01:00
Andrius Štikonas 4d967d6c30 pot-update 2011-03-22 21:37:02 +02:00
Andrius Štikonas cdb96cdad3 pot-update 2011-03-02 21:00:26 +00:00
Andrius Štikonas 7a1ea7f13a pot-update 2011-01-15 13:09:08 +02:00
Andrius Štikonas 12d496d6c4 pot-update 2010-12-03 14:58:00 +00:00
Andrius Štikonas 56e809c883 pot-update 2010-11-05 17:09:56 +00:00
Andrius Štikonas 5a64c798b6 pot-update 2010-10-04 00:10:09 +03:00
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 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 37f29bba9b pot-update 2010-08-18 20:00:08 +03:00
Andrius Štikonas 3c599e1a0b Unfuzzy DW, editor and EI. 2010-08-16 16:25:34 +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 560c2aed43 Lots of spelling fixes in all textdomains. 2010-08-08 09:41:23 +06:00
Andrius Štikonas 8bfb81d2bc pot-update 2010-04-24 10:48:04 +01:00
Andrius Štikonas ec5ba50040 pot-update 2010-03-25 14:12:20 +02:00
Andrius Štikonas a91e0672a5 pot-update 2010-03-08 14:28:21 +00:00
Andrius Štikonas 6744696f9f A few random strings. 2010-02-08 19:51:02 +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 b618b19e9a pot-update 2009-11-26 15:04:52 +00:00
Vytautas Šaltenis 51225a4603 ei: some strings in the beginning of the campaign 2009-11-17 00:49:40 +02:00
Andrius Štikonas 37fbac71b7 morning star->ryto žvaigždė 2009-11-07 22:56:19 +00:00
Andrius Štikonas 86a61fae1d pot-update
some minor unfuzzying
2009-11-02 12:52:38 +00:00
Andrius Štikonas b399a68891 pot-update 2009-10-13 23:52:26 +01:00
Andrius Štikonas 1f3fc42eb1 pot-update 2009-10-07 15:00:00 +01:00
Andrius Štikonas ba3014416a pot-update 2009-09-20 18:04:36 +03:00
Andrius Štikonas a43e44ed5d Dvorfas->Dvarfas 2009-08-17 11:33:19 +03:00
Andrius Štikonas 7048b252d8 Unfuzzy EI and fix syntax errors in it. 2009-08-17 00:22:50 +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
Andrius Štikonas b2f8dc6049 Remove unnecessary pronouns in EI and fix a few spelling mistakes. 2009-07-21 16:34: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 c5aaaab7d2 pot-update (no new/changed strings, only reference update...) 2009-05-26 23:36:28 +03:00
Andrius Štikonas c624be740d Initial import of translations. 2009-05-18 20:45:29 +03:00