2012-05-13 19:25:42 +09:00
..
2010-01-28 22:43:51 -05:00
2012-03-08 14:09:12 +05:30
2012-04-05 15:25:42 +03:00
2012-04-24 07:28:43 +03:00
2012-04-10 23:12:23 +02:00
2010-06-09 15:13:14 +08:00
2012-05-04 09:30:06 +02:00
2012-03-13 09:11:21 +01:00
2012-05-08 19:16:14 +02:00
2012-05-02 12:00:03 +03:00
2012-04-13 13:27:39 +01:00
2012-03-11 12:02:28 +01:00
2012-04-23 11:40:33 +02:00
2012-03-03 14:43:05 +01:00
2012-02-25 15:35:17 +03:30
2012-04-30 21:56:22 +02:00
2012-04-30 16:14:24 +02:00
2011-09-21 12:20:40 +05:30
2012-04-26 15:29:12 +03:00
2012-04-16 20:52:20 +05:30
2012-04-04 17:02:04 +02:00
2011-09-06 16:50:11 +07:00
2012-04-30 15:41:50 +02:00
2012-05-13 19:25:42 +09:00
2012-03-25 13:26:17 +05:30
2012-03-06 23:50:59 +09:00
2010-11-14 00:05:02 +01:00
2012-04-09 21:52:10 +03:00
2012-03-25 15:05:26 +03:00
2012-03-27 15:04:14 +05:30
2012-04-30 10:16:16 +02:00
2011-12-26 17:15:32 +01:00
2012-03-30 18:10:03 +05:30
2012-02-26 16:24:15 +05:30
2012-04-16 21:19:48 +02:00
2001-01-16 02:24:24 +00:00
2012-04-20 20:50:26 +02:00
2012-04-09 17:24:00 +02:00
2012-03-18 00:45:43 +00:00
2012-05-06 11:35:01 +04:00
2011-09-24 21:52:10 +02:00
2012-04-21 12:46:49 +02:00
2012-04-21 09:26:24 +02:00
2012-04-21 09:26:24 +02:00
2012-04-01 13:11:33 +02:00
2011-09-13 15:40:27 +05:30
2012-04-17 15:45:05 +05:30
2012-02-26 11:23:43 +09:00
2012-03-03 22:49:18 +07:00

All the .po files are now in UTF-8!

For information on editing UTF-8 files on Unix, see
<http://www.cl.cam.ac.uk/~mgk25/unicode.html>

If you just want to convert it back to your native encoding to
edit and then convert again to UTF-8 to commit, please see the
scripts in gnome-i18n/UTF-8, for example

  export ENCODING_TO=ISO-8859-15
  utftopo fi.po
  emacs fi.po
  potoutf.sh fi.po
  cvs commit fi.po

Alternatively, you can use the gettext package (>= 0.11) to convert
your translation to and from your native encoding:

msgconv -t ISO-8859-15 fi.po > fi.native.po
emacs fi.native.po
msgconv -t UTF-8 fi.native.po > fi.po
cvs commit fi.po

If you need help with this, ask, but please don't commit
non-UTF-8 files here.