Graham Little is out of the office.

2007-06-01 Thread Graham_Little

I will be out of the office starting  01/06/2007 and will not return until
18/06/2007.

I will respond to your message when I return.


**
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify [EMAIL PROTECTED]
This footnote also confirms that this email message has been checked for all 
known viruses.
Sony Computer Entertainment Europe Limited
Registered Office: 10 Great Marlborough Street, London W1F 7LP, United Kingdom
Registered in England: 3277793
**

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42555] - [I18N] Proposed corrections for the french translation

2007-06-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42555





--- Additional Comments From [EMAIL PROTECTED]  2007-06-01 01:23 ---
Ok, I'll try to look at this file.

What's the tool to you use to generate those translation files ? I hope this is
not full hand work as the work would become _very_ error prone.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42555] - [I18N] Proposed corrections for the french translation

2007-06-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42555





--- Additional Comments From [EMAIL PROTECTED]  2007-06-01 02:35 ---
I'm afraid it is largely manual work. 
Java demands that the file must be in ASCII, so accents are represented by 
unicode escapes - but it's not too difficult to work out which is which.

There is a tool that may help, see:
http://jakarta.apache.org/jmeter/localising/index.html
(Ignore the bits about CVS - they are out of date)

If you get completely stuck with the accents, just leave the accents in the 
file, and I can fix those later.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42555] - [I18N] Proposed corrections for the french translation

2007-06-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42555


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2007-06-01 05:49 ---
Ok, I have it.

Now, what I need is some free time to actually do it :) I'll try this when my
current task will be completed.

Have a great week-end !


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r543665 - /jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml

2007-06-01 Thread sebb
Author: sebb
Date: Fri Jun  1 16:38:27 2007
New Revision: 543665

URL: http://svn.apache.org/viewvc?view=rev&rev=543665
Log:
Expand Timer description
Fix gif/png mixups
Comment out empty Reports section

Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml

Modified: 
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml?view=diff&rev=543665&r1=543664&r2=543665
==
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml 
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml 
Fri Jun  1 16:38:27 2007
@@ -1959,7 +1959,7 @@
 "/index.html".
 
 Figure 10 - Test 
Plan
-Figure 11 - 
Authorization Manager Control Panel
+Figure 11 - 
Authorization Manager Control Panel
 
 When we run the Test Plan, JMeter looks in the Authorization table for the 
URL it is requesting.  If the Base URL matches
 the URL, then JMeter passes this information along with the request.
@@ -2410,7 +2410,7 @@
 
 
 Figure 14 - Test Plan
-Figure 15 - Assertion Control Panel 
with Pattern
+Figure 15 - Assertion Control Panel 
with Pattern
 Figure 16 - Assertion Listener 
Results (Pass)
 Figure 17 - Assertion Listener 
Results (Fail)
 
@@ -2577,16 +2577,19 @@
 
 

-   Note that timers are processed before each sampler in the scope 
in which they are found;
-   if there are several timers in the same scope, all the timers 
will be processed before
-   each sampler.
-   To apply a timer to a single sampler, add the timer as a child element 
to the sampler.
+   
+   Note that timers are processed before each sampler in the scope 
in which they are found;
+   if there are several timers in the same scope, all the timers 
will be processed before
+   each sampler.
+   
+   Timers are only processed in conjunction with a sampler.
+   A timer which is not in the same scope as a sampler will not be 
processed at all.
+   
+   To apply a timer to a single sampler, add the timer as a child element 
of the sampler.
The timer will be applied before the sampler is executed.
To apply a timer after a sampler, either add it to the next sampler, or 
add it as the
-   child of a simple logic controller immediately after the sampler. 
-   The Simple Controller must contain a sampler or the timer will not be 
applied.
-   
-   An alternative is to use the  
Sampler
+   child of a  Sampler.
+   
 
 
 
@@ -3232,6 +3235,7 @@
 
 
 
+
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]