Lines Matching refs:txt
989 txt = str(e) + "\n\n"
990 txt += _("To create a repository, use the pkgrepo command.")
991 abort(err=txt)
1042 txt = _("\nThe following publishers are present in the "
1047 txt += "\n {0}\n".format(p)
1048 abort(err=txt)
1191 txt = _("Unable to copy manifest: {0}").format(e)
1192 abort(err=txt)
1287 txt = _("Pkgrepo verify found errors in the updated repository."
1290 txt += _("Deleted packages can not be restored.\n")
1291 txt += _("The clone operation can be retried; package content "
1294 abort(err=txt)
1297 txt = _("\nThe search index for the following publishers has "
1300 txt += " {0}\n".format(p)
1301 txt += _("\nTo restore the search index for all publishers run"
1304 msg(txt)
1376 txt = str(e) + "\n\n"
1377 txt += _("To create a repository, use "
1379 abort(err=txt)
1381 txt = str(e) + "\n\n"
1382 txt += _("The repository configuration "
1389 abort(err=txt)
1772 txt = "\n"
1774 txt += _("Storage space quota exceeded.")
1776 txt += _("No storage space left.")
1786 txt += "\n"
1787 error(txt + _("Please verify that the filesystem containing "