2012-09-05 13:13:54 +01:00
..
2010-01-28 22:43:51 -05:00
2012-06-13 21:00:44 +02:00
2012-07-15 12:27:03 +03:00
2012-07-03 16:55:12 +03:00
2012-04-10 23:12:23 +02:00
2010-06-09 15:13:14 +08:00
2012-05-04 09:30:06 +02:00
2012-03-13 09:11:21 +01:00
2012-07-23 22:11:53 +02:00
2012-08-31 11:08:42 +03:00
2012-09-05 13:13:54 +01:00
2012-03-11 12:02:28 +01:00
2012-09-03 16:18:23 +02:00
2012-03-03 14:43:05 +01:00
2012-02-25 15:35:17 +03:30
2012-06-03 13:36:14 +02:00
2012-08-31 21:00:52 +02:00
2012-08-03 13:35:05 +05:30
2012-07-24 22:39:15 +03:00
2012-04-16 20:52:20 +05:30
2012-04-04 17:02:04 +02:00
2012-09-04 19:47:46 +07:00
2012-04-30 15:41:50 +02:00
2012-08-23 19:15:09 +09:00
2012-03-25 13:26:17 +05:30
2012-03-06 23:50:59 +09:00
2010-11-14 00:05:02 +01:00
2012-09-02 15:39:16 +03:00
2012-09-02 16:04:37 +03:00
2012-08-17 12:24:15 +05:30
2012-09-01 10:42:05 +02:00
2011-12-26 17:15:32 +01:00
2012-03-30 18:10:03 +05:30
2012-08-23 07:57:51 +05:30
2012-09-03 01:20:56 +02:00
2001-01-16 02:24:24 +00:00
2012-07-04 04:25:41 +02:00
2012-04-09 17:24:00 +02:00
2012-08-22 00:54:09 +01:00
2012-09-03 10:16:21 +04:00
2011-09-24 21:52:10 +02:00
2012-07-29 13:11:18 +02:00
2012-08-17 12:59:44 +02:00
2012-08-17 12:59:44 +02:00
2012-04-01 13:11:33 +02:00
2011-09-13 15:40:27 +05:30
2012-08-17 19:43:40 +05:30
2012-02-26 11:23:43 +09:00
2012-09-01 13:17:05 +07: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.