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