Commit Graph

44 Commits

Author SHA1 Message Date
Andrius Štikonas bee7f2dce1 Add new files from trunk. 2012-08-13 23:56:01 +03:00
Andrius Štikonas 4b6585bc59 pot-update 2012-05-11 21:26:18 +01:00
Vytautas Šaltenis c1793f484c editor: fix mistake 2012-01-09 21:58:34 +02:00
Andrius Štikonas bc0719f63b editor: translate remaining strings. 2012-01-09 20:10:00 +02:00
Andrius Štikonas 8384dfeccb pot-update 2012-01-03 18:06:46 +02:00
Andrius Štikonas dc90df3e99 pot-update 2011-11-16 19:49:01 +00:00
Andrius Štikonas 156da62575 pot-update 2011-11-01 21:06:33 +00:00
Andrius Štikonas 157e69915c Unfuzzying after pot-update. 2011-11-01 13:58:39 +00:00
Andrius Štikonas 4047ab1dda pot-update 2011-11-01 13:23:21 +00:00
Andrius Štikonas 8b1fa4be80 Reorder plural forms. This does not change any translations. 2011-10-28 19:43:07 +01: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 26e040bc81 pot-update 2011-06-26 23:56:56 +03:00
Andrius Štikonas d9480739a4 pot-update 2011-06-06 10:00:57 +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 1ecdf552e1 pot-update 2010-11-25 19:59:29 +00:00
Andrius Štikonas 56e809c883 pot-update 2010-11-05 17:09:56 +00:00
Andrius Štikonas 300412d2e3 pot-update 2010-10-19 12:53:25 +01: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 9dee1ea35a pot-update 2010-09-12 12:29:41 +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 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 a91e0672a5 pot-update 2010-03-08 14:28:21 +00:00
Andrius Štikonas 5201114b99 pot-update 2010-02-24 23:35:45 +00:00
Andrius Štikonas ddb6871576 pot update (preparing for 1.7.12) 2010-01-17 17:01:00 +00:00
Andrius Štikonas 88370a397e pot-update 2009-12-15 18:07:16 +02:00
Andrius Štikonas 1f3fc42eb1 pot-update 2009-10-07 15:00:00 +01:00
Vytautas Šaltenis b5185a0abf editor, lib: random strings seen in editor 2009-09-21 23:34:19 +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 9acdcaca34 pot-update 2009-08-26 16:29:10 +03:00
Andrius Štikonas 1adce010c5 Remove obsolete strings. 2009-08-17 00:14:20 +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 2e9f47a86c pot-update 2009-07-12 21:05:51 +03:00
Andrius Štikonas 660e22f46c pot-update 2009-07-05 21:02:25 +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