2014-05-18 08:38:05 +02:00
..
2010-01-28 22:43:51 -05:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2014-01-22 22:25:26 +05:30
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-09-12 19:20:01 +03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2014-05-02 12:41:47 +02:00
2013-05-21 11:39:11 -03:00
2010-06-09 15:13:14 +08:00
2014-05-18 08:38:05 +02:00
2013-05-21 11:39:11 -03:00
2014-03-19 21:47:30 +01:00
2013-09-16 19:05:54 +02:00
2013-05-21 11:39:11 -03:00
2014-04-18 17:55:02 +00:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2014-05-10 19:43:59 +02:00
2013-05-21 11:39:11 -03:00
2014-03-30 15:09:59 +02:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2014-03-15 19:45:27 +00:00
2013-05-21 11:39:11 -03:00
2014-02-07 01:27:18 +01:00
2013-08-01 13:47:53 +05:30
2014-05-16 04:37:21 +03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2014-03-21 21:34:26 +00:00
2013-05-21 11:39:11 -03:00
2014-02-10 14:55:59 +00:00
2013-05-21 11:39:11 -03:00
2014-02-09 12:21:34 +01:00
2013-08-23 00:41:24 +09:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2014-02-05 15:19:25 +05:30
2014-03-07 02:02:27 +09:00
2013-05-21 11:39:11 -03:00
2013-05-15 23:05:10 +02:00
2014-02-21 22:16:16 +02:00
2014-03-08 15:58:53 +02:00
2013-05-21 11:39:11 -03:00
2012-10-31 13:14:06 +01:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-08-04 08:57:37 +05:30
2013-05-21 11:39:11 -03:00
2014-03-05 19:24:18 +01:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-08-17 14:58:12 +02:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-06-05 13:08:46 +05:30
2014-03-02 19:24:01 +01:00
2014-01-31 14:31:55 +01:00
2013-10-17 21:56:55 +02:00
2012-04-09 17:24:00 +02:00
2013-05-21 11:39:11 -03:00
2014-03-12 02:10:55 +00:00
2013-05-21 11:39:11 -03:00
2014-03-11 21:21:57 +04:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-08-21 21:12:28 +02:00
2014-04-28 21:47:39 +02:00
2013-05-21 11:39:11 -03:00
2014-03-18 21:13:19 +01:00
2013-05-21 11:39:11 -03:00
2014-03-18 21:13:19 +01:00
2013-05-21 11:39:11 -03:00
2014-01-30 15:03:08 +05:30
2013-06-11 14:23:53 +05:30
2013-05-21 11:39:11 -03:00
2014-03-03 17:27:09 +07:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2014-04-06 16:28:40 +03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2013-05-21 11:39:11 -03:00
2014-03-08 12:26:07 +00: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.