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