Add missing i18n strings in PersistentManagerBase.
Patch provided by Eiji Takahashi.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1128752 13f79535-47bb-0310-9956-
ffa450edef68
persistentManager.processSwaps=Checking for sessions to swap out, {0} active sessions in memory
persistentManager.activeSession=Session {0} has been idle for {1} seconds
persistentManager.swapIn=Swapping session {0} in from Store
+persistentManager.swapInException=Exception in the Store during swapIn: {0}
+persistentManager.swapInInvalid=Swapped session {0} is invalid
\ No newline at end of file
<bug>51221</bug>: Correct Spanish translation of text used in a 302
response. Patch provided by Paco SoberĂ³n. (markt)
</fix>
+ <fix>
+ <bug>51274</bug>: Add missing i18n strings in PersistentManagerBase.
+ Patch provided by Eiji Takahashi. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">