diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-05-28 09:36:54 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-05-28 09:42:26 -0700 |
commit | 56587febfff2955c09b5b82a63c31cf547066f32 (patch) | |
tree | 2f3f8a73bddf2885a87b94a62c7b728a936f2a48 | |
parent | a1181c5a49631b77b7ed9200a8730aed464bf46e (diff) |
Add a progress dialog box when deleting, uploading or updating items.
-rw-r--r-- | modules/organize/lib/Gallery3WebClient.swf | bin | 135882 -> 137214 bytes | |||
-rw-r--r-- | modules/organize/source/Gallery3Organize_source.zip | bin | 936852 -> 938411 bytes | |||
-rw-r--r-- | modules/organize/views/organize_dialog.html.php | 7 |
3 files changed, 5 insertions, 2 deletions
diff --git a/modules/organize/lib/Gallery3WebClient.swf b/modules/organize/lib/Gallery3WebClient.swf Binary files differindex e4b40e4a..4f55c455 100644 --- a/modules/organize/lib/Gallery3WebClient.swf +++ b/modules/organize/lib/Gallery3WebClient.swf diff --git a/modules/organize/source/Gallery3Organize_source.zip b/modules/organize/source/Gallery3Organize_source.zip Binary files differindex 45fda930..6a0a8c7f 100644 --- a/modules/organize/source/Gallery3Organize_source.zip +++ b/modules/organize/source/Gallery3Organize_source.zip diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 5da4aca4..da135857 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -61,12 +61,15 @@ "deleteSelected": <?= t("Delete")->for_js() ?>, "uploadedText": <?= t("Uploaded {0}")->for_js() ?>, "removeFileText": <?= t("Remove")->for_js() ?>, - "totalFiles": <?= t("Total Files: {0}")->for_js() ?>, - "totalSize": <?= t("Total Size: {0}")->for_js() ?>, "bytes": <?= t("{0} bytes")->for_js() ?>, "kilobytes": <?= t("{0} KB")->for_js() ?>, "megabytes": <?= t("{0} MB")->for_js() ?>, "gigabytes": <?= t("{0} GB")->for_js() ?>, + "progressLabel": <?= t("Completed image %1 of %2")->for_js() ?>, + "uploadLabel": <?= t("Loaded %1 of %2 bytes")->for_js() ?>, + "moveTitle": <?= t("Move images")->for_js() ?>, + "deleteTitle": <?= t("Delete image")->for_js() ?>, + "uploadTitle": <?= t("Upload image")->for_js() ?>, "cancel": <?= t("Cancel")->for_js() ?>, "close": <?= t("Close")->for_js() ?> }; |