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