﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6621	Improve the Upload Window	Casiope	team	"The Upload Window needs a rework. I rewrite some sentences but I'm unable to make the code. Someone need to help me for that! :)

[[Image(Illustration.png, 1000px)]]

{{{#!java
/* If 1 new changeset & no comment & 1 request: */
""<strong>{0} object</strong> is uploaded to <strong>a new changeset</strong> using <strong>1 request</strong>.""
""<strong>{0} objects</strong> are uploaded to <strong>a new changeset</strong> using <strong>1 request</strong>.""

/* If 1 new changeset & comment & 1 request: */
""<strong>{0} object</strong> is uploaded to <strong>a new changeset</strong> with comment ''{2}'' using <strong>1 request</strong>.""
""<strong>{0} objects</strong> are uploaded to <strong>a new changeset</strong> with comment ''{2}'' using <strong>1 request</strong>.""

/* If 1 new changeset & no comment & many requests: */
""<strong>{0} objects</strong> are uploaded to <strong>a new changeset</strong> using <strong>{3} requests</strong>.""

/* If 1 new changeset & comment & many requests: */
""<strong>{0} objects</strong> are uploaded to <strong>a new changeset</strong> with comment ''{2}'' using <strong>{3} requests</strong>.""

/* If 1 old changeset & no comment & 1 request: */
""<strong>{0} object</strong> is uploaded to <strong>the open changeset {1}</strong> using <strong>1 request</strong>.""
""<strong>{0} objects</strong> are uploaded to <strong>the open changeset {1}</strong> using <strong>1 request</strong>.""

/* If 1 old changeset & comment & 1 request: */
""<strong>{0} object</strong> is uploaded to <strong>the open changeset {1}</strong> with comment ''{2}'' using <strong>1 request</strong>.""
""<strong>{0} objects</strong> are uploaded to <strong>the open changeset {1}</strong> with comment ''{2}'' using <strong>1 request</strong>.""

/* If 1 old changeset & no comment & many requests: */
""<strong>{0} objects</strong> are uploaded to <strong>the open changeset {1}</strong> using <strong>{3} requests</strong>.""

/* If 1 old changeset & comment & many requests: */
""<strong>{0} objects</strong> are uploaded to <strong>the open changeset {1}</strong> with comment ''{2}'' using <strong>{3} requests</strong>.""

/* If many changesets & no comment & many requests: */
""<strong>{0} objects</strong> are uploaded to <strong>multiple changesets</strong> using <strong>{3} requests</strong>.""

/* If many changesets & comment & many requests: */
""<strong>{0} objects</strong> are uploaded to <strong>multiple changesets</strong> with comment ''{2}'' using <strong>{3} requests</strong>.""


/* If no comment --> New window with warning about comment */
/* If many objects are uploaded --> show the ligne ""advanced configuration"" */
/* Either (1 object is uploaded) --> Hide the line ""advanced configuration"" */


/* If 1 changeset & changeset is closed after upload: */
""The changeset is going to be <strong>closed</strong> after this upload.""

/* If 1 changeset & changeset is open after upload: */
""The changeset is <strong>left open</strong> after this upload.""

/* If many changesets & changesets are closed after upload: */
""The changesets are going to be <strong>closed</strong> after this upload.""

/* If many changeset & changesets are open after upload: */
""The changesets are <strong>left open</strong> after this upload.""
}}}"	enhancement	closed	normal	21.04	Core	latest	fixed		
