Commit Graph

31 Commits

Author SHA1 Message Date
Andrius Štikonas a8ef622039 pot-update 2011-09-02 10:52:51 +03:00
Andrius Štikonas d9480739a4 pot-update 2011-06-06 10:00:57 +01:00
Andrius Štikonas d61dbed809 vartotojas->naudotojas 2011-05-14 14:14:42 +01:00
Andrius Štikonas e7c54bf0b4 pot-update 2011-05-05 23:13:47 +01:00
Andrius Štikonas 0843e34a6b pot-update 2011-04-02 12:31:59 +03:00
Andrius Štikonas 4d967d6c30 pot-update 2011-03-22 21:37:02 +02:00
Andrius Štikonas 305e0fbc17 pot-update 2011-01-02 13:21:09 +02:00
Andrius Štikonas 8e79731ebd Translated a few strings in manpages. 2010-09-27 22:56:45 +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 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 476922161b pot-update (preparing to branching off 1.8) 2010-03-26 16:55:51 +02:00
Andrius Štikonas a91e0672a5 pot-update 2010-03-08 14:28:21 +00:00
Andrius Štikonas 3e0b6bbd37 low: random updates. 2009-12-27 13:16:56 +02:00
Andrius Štikonas 88370a397e pot-update 2009-12-15 18:07:16 +02:00
Andrius Štikonas 86a61fae1d pot-update
some minor unfuzzying
2009-11-02 12:52:38 +00:00
Andrius Štikonas 1f78155441 Unfuzzy httt.
Rewrap manpages.
2009-10-13 22:23:25 +01:00
Vytautas Šaltenis e4b9fa47fb manpages: typo fix 2009-10-05 22:40:10 +03:00
Vytautas Šaltenis dd48500ed7 low, manpages, units, wesnoth: unfuzzy 2009-10-05 22:39:26 +03:00
Andrius Štikonas d0a2370e8b pot-update 2009-09-27 20:59:03 +01:00
Vytautas Šaltenis d4e0d063d7 manpages: unfuzzy some strings 2009-09-07 01:45:47 +03:00
Andrius Štikonas d8660e94dc More unfuzzying. 2009-08-23 19:08:46 +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 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 e79fe48915 pot-update (preparing for 1.6.3) 2009-06-21 15:57:24 +03:00
Andrius Štikonas 1f9b3d41a6 Update utbs. 2009-05-22 16:45:13 +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