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