2010-09-17 03:48:23 +03: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-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-09 15:13:14 +08:00
2010-09-16 01:56:26 +02:00
2010-06-08 01:09:06 -04:00
2010-08-22 13:17:24 +02:00
2010-09-14 11:18:20 +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-09-13 23:22:02 +01:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-09-15 09:12:24 +02:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-09-14 09:37:45 +03:00
2010-08-05 15:18:30 +02:00
2010-06-08 01:09:06 -04:00
2010-09-13 23:46:03 +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-09-14 14:10:17 +02:00
2010-09-02 12:35:41 +05:00
2010-09-15 07:44:48 +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-09-17 03:48:23 +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-06-08 01:09:06 -04:00
2010-09-13 23:09:33 +05:30
2010-09-14 19:10:35 +02:00
2001-01-16 02:24:24 +00:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-07-15 02:10:43 +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-13 21:54:45 +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.