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