Author: lbernardo
Date: Mon May 13 22:49:00 2013
New Revision: 1482140

URL: http://svn.apache.org/r1482140
Log:
FOP-2221: Make overflow messages easier to read and fix wrong/ missing 
messages; patch submitted by Simon Steiner

Modified:
    
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/BlockLevelEventProducer.xml
    
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLevelEventProducer.xml

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/BlockLevelEventProducer.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/BlockLevelEventProducer.xml?rev=1482140&r1=1482139&r2=1482140&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/BlockLevelEventProducer.xml
 (original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/BlockLevelEventProducer.xml
 Mon May 13 22:49:00 2013
@@ -24,7 +24,7 @@
   <message key="overconstrainedAdjustEndIndent">An {elementName} {{locator}} 
is wider than the available room in inline-progression-dimension. Adjusting 
end-indent based on overconstrained geometry rules (XSL 1.1, ch. 
5.3.4)</message>
   <message key="viewportIPDOverflow">Content overflows the viewport of an 
{elementName} in inline-progression direction by {amount} millipoints.{clip,if, 
Content will be clipped.}{{locator}}</message>
   <message key="viewportBPDOverflow">Content overflows the viewport of an 
{elementName} in block-progression direction by {amount} millipoints.{clip,if, 
Content will be clipped.}{{locator}}</message>
-  <message key="staticRegionOverflow">The contents of {elementName} on page 
{page} exceed its 'extent' value by {amount} millipoints.{clip,if, Content will 
be clipped.}{{locator}}</message>
+  <message key="staticRegionOverflow">The contents of {elementName} on page 
{page} exceed the available area in the block-progression direction by {amount} 
millipoints.{clip,if, Content will be clipped.}{{locator}}</message>
   <message key="regionOverflow">The contents of {elementName} on page {page} 
exceed its viewport by {amount} millipoints.{clip,if, Content will be 
clipped.}{{locator}}</message>
   <message key="flowNotMappingToRegionBody">Flow "{flowName}" does not map to 
the region-body in page-master "{masterName}". FOP presently does not support 
this.{{locator}}</message>
   <message key="pageSequenceMasterExhausted">Subsequences exhausted in 
page-sequence-master "{pageSequenceMasterName}", {canRecover,if,using previous 
subsequence,cannot recover}.{{locator}}</message>

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLevelEventProducer.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLevelEventProducer.xml?rev=1482140&r1=1482139&r2=1482140&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLevelEventProducer.xml
 (original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLevelEventProducer.xml
 Mon May 13 22:49:00 2013
@@ -19,5 +19,5 @@
 <catalogue xml:lang="en">
   <message key="locator">[ (See position {loc})| (See {#gatherContextInfo})| 
(No context info available)]</message>
   <message key="leaderWithoutContent">fo:leader is set to "use-content" but 
has no content.{{locator}}</message>
-  <message key="lineOverflows">The contents of {elementName} line {line} 
exceeds the available area by {overflowLength,choice,50000#{overflowLength} 
millipoints|50000&lt;more than 50 points}.{{locator}}</message>
+  <message key="lineOverflows">The contents of {elementName} line {line} 
exceed the available area in the inline-progression direction by 
{overflowLength,choice,50000#{overflowLength} millipoints|50000&lt;more than 50 
points}.{{locator}}</message>
 </catalogue>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to