2010-09-01 09:54:52 +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-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-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-08-22 13:17:24 +02:00
2010-07-14 23:06:18 +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-08-30 22:13:18 +01:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-08-29 11:33:56 +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-08-05 15:18:30 +02:00
2010-06-08 01:09:06 -04:00
2010-08-29 04:19:12 +02:00
2010-06-08 01:09:06 -04:00
2010-08-29 15:57:41 +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-08-31 16:49:31 +05:00
2010-09-01 09:54:52 +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-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-08-07 18:43:01 +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-08-29 09:32:03 +05:30
2010-06-08 01:09:06 -04:00
2001-01-16 02:24:24 +00:00
2010-08-27 20:04: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-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-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2010-08-31 02:33:26 +02:00
2010-06-08 01:09:06 -04:00
2010-08-31 02:33:26 +02:00
2010-08-12 13:19:50 +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

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.