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