diff -urN xcdroast-0.98alpha15/po/ru.po xcdroast-0.98alpha15.new/po/ru.po --- xcdroast-0.98alpha15/po/ru.po 2003-10-30 22:14:08 +0200 +++ xcdroast-0.98alpha15.new/po/ru.po 2004-07-07 10:10:37 +0300 @@ -2538,18 +2538,14 @@ #: src/init.c:1128 msgid "" "This copy of X-CD-Roast has been compiled without\n" -"non-root-support. Therefore you will not be able to use it as\n" -"non-root user unless you have take special precautions. It is\n" -"recommended that you install a fully enabled version.\n" +"non-root-support. Do not forget to add user in group cdwriter.\n" "\n" -"Visit http://www.xcdroast.org for more information." +"Read a ALT Linux users manual for more information." msgstr "" "Программа X-CD-Roast была собрана без поддержки\n" -"режима non-root. Таким образом, вам не удастся использовать ее\n" -"как обычный пользователь без дополнительных ухищрений.Рекондуется установить " -"полнофункциональную версию\n" +"режима non-root. Не забудьте внести пользователя в группу cdwriter.\n" "\n" -"Более подробная информация по адресу http://www.xcdroast.org" +"Для дополнительной информации смотрите руководство пользователя ALT Linux." #: src/io.c:187 msgid "Disk" diff -urN xcdroast-0.98alpha15/po/xcdroast.pot xcdroast-0.98alpha15.new/po/xcdroast.pot --- xcdroast-0.98alpha15/po/xcdroast.pot 2003-10-30 22:13:59 +0200 +++ xcdroast-0.98alpha15.new/po/xcdroast.pot 2004-07-07 10:07:16 +0300 @@ -2126,11 +2126,9 @@ #: src/init.c:1128 msgid "" "This copy of X-CD-Roast has been compiled without\n" -"non-root-support. Therefore you will not be able to use it as\n" -"non-root user unless you have take special precautions. It is\n" -"recommended that you install a fully enabled version.\n" +"non-root-support. Do not forget to add user in group cdwriter.\n" "\n" -"Visit http://www.xcdroast.org for more information." +"Read a ALT Linux users manual for more information." msgstr "" #: src/io.c:187 diff -urN xcdroast-0.98alpha15/src/init.c xcdroast-0.98alpha15.new/src/init.c --- xcdroast-0.98alpha15/src/init.c 2003-10-30 13:58:26 +0200 +++ xcdroast-0.98alpha15.new/src/init.c 2004-07-07 10:05:03 +0300 @@ -1125,7 +1125,7 @@ if (isroot()) { show_fancy_dialog(_("Warning:"), _("This copy of X-CD-Roast has been compiled without\nnon-root-support. If you want to use X-CD-Roast without entering\nthe root-password, you have to install a fully enabled version.\n\nVisit http://www.xcdroast.org for more information."), T_OK); } else { - show_fancy_dialog(_("Warning:"), _("This copy of X-CD-Roast has been compiled without\nnon-root-support. Therefore you will not be able to use it as\nnon-root user unless you have take special precautions. It is\nrecommended that you install a fully enabled version.\n\nVisit http://www.xcdroast.org for more information."), T_OK); + show_fancy_dialog(_("Warning:"), _("This copy of X-CD-Roast has been compiled without\nnon-root-support. Do not forget to add user in group cdwriter.\n\nRead a ALT Linux users manual for more information."), T_OK); } gtk_widget_destroy(toplevel); }