git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9890 c06c8d41-db1a-0410-9941-cceddc491573
BUCKUU5YFFMAWNPUA3F2PKUEYA6SUDITRKIZUMAQ3SLC4M3ZGR3QC
DO6W27HYFNVFMX7FSGG4RCX5UW32ORCVYZBQYPCUD4VCHMA4LFFQC
4NNN5LKBZLDXMDN2322PBG7WFHF4TWOEMVODSO7BXXCM3AZKQN4QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
ASLW3Z5PAVZSWJEMMMVZT226P44EKSAD47QS72JIFJESAI3RPN3AC
mprf(MSGCH_ERROR, "Spellbook \"%s\" contains no spells! Please "
// No spells to be memorized is indicated by an empty list.
// No spells to be memorised is indicated by an empty list.
// None of the spells can be memorized, tell the player why.
// None of the spells can be memorised; tell the player why.
make_stringf("You cannot memorize any new spells. Out of %u " "available spells ", all_spells.size());
make_stringf("You cannot memorize any new spells. Out of %u "
"available spells ", all_spells.size());
make_stringf("You cannot memorise any new spells. Out of %u " "available spells, ", all_spells.size());
make_stringf("You cannot memorise any new spells. Out of %u "
"available spells, ", all_spells.size());
causes.push_back(make_stringf("you already known %u of them",
{ causes.push_back(make_stringf("you already know %u of them",
{
causes.push_back(make_stringf("you already know %u of them",
}
causes.push_back(make_stringf("%u cannot be memorized because of "
causes.push_back(make_stringf("%u cannot be memorised because of "
causes.push_back(make_stringf("%u cannot be memorized because of " "your low experinece level",
"your low experinece level",
causes.push_back(make_stringf("%u cannot be memorised because of " "your low experience level",
"your low experience level",
causes.push_back(make_stringf("%u cannot be memorized because you "
causes.push_back(make_stringf("%u cannot be memorised because you "
mpr_comma_separated_list(prefix, causes, ", and ", ", ", MSGCH_PROMPT);
mpr_comma_separated_list(prefix, causes, " and ", ", ", MSGCH_PROMPT);
mprf(MSGCH_PROMPT, "Additionally, %d of your spellbooks are beyond "
{ mprf(MSGCH_PROMPT, "Additionally, %u of your spellbooks are beyond "
mprf(MSGCH_PROMPT, "Additionally, %u of your spellbooks are beyond "
"spells in them are avaible to you.");
"spells in them are available to you.", num_unreadable); }
"spells in them are available to you.", num_unreadable);