Мирослав Николић 4e975bfc9e Updated Serbian translation
2013-02-18 10:43:49 +01:00
..
2010-01-28 22:43:51 -05:00
2012-06-13 21:00:44 +02:00
2013-01-07 17:44:39 +05:30
2012-09-14 13:26:34 +03:00
2013-01-12 20:18:43 +02:00
2012-09-22 16:45:48 +02:00
2010-06-09 15:13:14 +08:00
2012-09-24 18:23:18 +02:00
2012-10-15 06:33:25 +02:00
2012-09-23 14:43:07 +02:00
2012-12-24 17:23:17 +02:00
2012-09-18 18:35:04 +01:00
2012-03-11 12:02:28 +01:00
2013-01-25 12:54:09 +01:00
2012-12-27 16:37:24 +02:00
2012-03-03 14:43:05 +01:00
2012-02-25 15:35:17 +03:30
2012-09-14 09:44:48 +02:00
2013-02-06 18:20:41 +01:00
2012-11-05 11:33:39 +05:30
2013-02-02 11:23:56 +02:00
2012-11-23 14:22:25 +05:30
2012-09-18 01:21:04 +02:00
2012-09-15 11:51:46 +07:00
2013-02-05 19:22:03 +01:00
2012-08-23 19:15:09 +09:00
2013-01-23 12:59:13 +05:30
2012-09-15 15:07:04 +09:00
2010-11-14 00:05:02 +01:00
2013-01-26 20:24:32 +02:00
2012-09-23 17:44:20 +03:00
2012-10-31 13:14:06 +01:00
2012-09-18 13:13:52 +05:30
2013-01-29 19:36:58 +01:00
2013-02-09 17:50:16 +01:00
2011-12-26 17:15:32 +01:00
2012-09-14 07:30:04 +05:30
2013-02-17 16:49:40 +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
2012-09-15 19:29:25 +01:00
2012-09-17 20:29:36 +04:00
2012-12-23 14:32:58 +01:00
2013-01-27 22:29:37 +01:00
2013-02-18 10:43:49 +01:00
2013-02-18 10:43:49 +01:00
2012-04-01 13:11:33 +02:00
2012-12-18 16:48:21 +05:30
2012-09-20 16:15:01 +05:30
2013-01-20 19:47:16 +09:00
2012-09-01 13:17:05 +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.