GUAC-928 Restore file upload functionality, improve error appearance, and add translated units and file upload sizes.

This commit is contained in:
James Muehlner
2014-12-04 23:52:02 -08:00
parent 466aa8ba2d
commit 8ddf6e99b7
10 changed files with 344 additions and 23 deletions

View File

@@ -42,7 +42,9 @@ THE SOFTWARE.
class-name="status.className"
title="status.title"
text="status.text"
progress="status.progress"
progress-text="status.progress.text"
progress-unit="status.progress.unit"
progress="status.progress.value"
actions="status.actions"
countdown-text="status.countdown.text"
countdown="status.countdown.remaining"
@@ -62,7 +64,9 @@ THE SOFTWARE.
class-name="wrapper.notification.className"
title="wrapper.notification.title"
text="wrapper.notification.text"
progress="wrapper.notification.progress"
progress-text="wrapper.notification.progress.text"
progress-unit="wrapper.notification.progress.unit"
progress="wrapper.notification.progress.value"
actions="wrapper.notification.actions"
countdown-text="wrapper.notification.countdown.text"
countdown="wrapper.notification.countdown.remaining"