2011-02-11 19:01:05 +05:30
..
2010-01-28 22:43:51 -05:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2011-01-20 21:57:05 +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
2011-01-22 22:49:35 +02:00
2011-02-11 19:01:05 +05:30
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
2011-01-19 19:08:15 +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
2011-01-22 16:50:48 +01:00
2011-01-13 12:41:06 +02:00
2011-01-12 22:29:53 +01:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2011-01-30 03:31:06 +01:00
2010-06-08 01:09:06 -04:00
2011-01-23 02:44:15 +02:00
2010-06-08 01:09:06 -04:00
2010-06-08 01:09:06 -04:00
2011-01-07 11:37:39 +07:00
2010-06-08 01:09:06 -04:00
2011-01-29 14:00:25 +01: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
2011-02-02 21:59:38 +09:00
2010-06-08 01:09:06 -04:00
2010-11-14 00:05:02 +01: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
2011-01-27 11:13:12 +01: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
2011-01-29 07:54:24 +05:30
2011-02-08 18:22:44 +01:00
2001-01-16 02:24:24 +00:00
2010-11-29 10:49:28 -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-12-31 15:23:27 +01: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-12-23 18:51:06 +01:00
2010-06-08 01:09:06 -04:00
2010-12-21 19:53:00 +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

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.