2010-10-25 22:10:32 +07:00
..
2010-01-28 22:43:51 -05:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-10-02 08:57:09 +03:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-09 15:13:14 +08:00
2010-09-29 04:41:25 +02:00
2010-06-08 01:09:06 -04:00
2010-09-19 18:07:57 +02:00
2010-09-27 20:19:46 +02:00
2010-06-08 01:09:06 -04:00
2010-09-30 14:48:06 +03:00
2010-06-08 01:09:06 -04:00
2010-10-07 21:27:53 +01:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-10-09 14:38:08 +02:00
2010-09-21 19:18:38 +03:00
2010-09-21 14:42:23 +02:00
2010-06-08 01:09:06 -04:00
2010-09-14 09:37:45 +03:00
2010-09-29 09:07:12 +02:00
2010-06-08 01:09:06 -04:00
2010-09-28 17:35:23 +02:00
2010-06-08 01:09:06 -04:00
2010-10-06 02:18:30 +02:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-09-29 14:07:17 +02:00
2010-09-02 12:35:41 +05:00
2010-10-25 22:10:32 +07:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-07-12 16:19:45 +03:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-07-12 16:19:45 +03:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-09-13 23:09:33 +05:30
2010-09-29 18:46:10 +02:00
2001-01-16 02:24:24 +00:00
2010-09-24 13:15:23 +02:00
2010-06-08 01:09:06 -04:00
2010-09-18 12:30:00 +01:00
2010-09-26 22:39:14 +03:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-09-28 21:21:38 +02:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04: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.