summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-06-10 09:14:13 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-06-10 09:14:13 -0700
commit38e8ab3d718d31dee7c8c27064e45c018540f358 (patch)
tree112d8bf93e56c51a6686d4e9d419387409e545b3
parent30849d10b151582fff67fd41fef1177396e47996 (diff)
Provide better handling and a progress dialog when loading or updating files.
-rw-r--r--modules/organize/lib/Gallery3WebClient.swfbin137234 -> 144465 bytes
-rw-r--r--modules/organize/source/Gallery3Organize_source.zipbin933143 -> 945619 bytes
-rw-r--r--modules/organize/views/organize_dialog.html.php4
3 files changed, 4 insertions, 0 deletions
diff --git a/modules/organize/lib/Gallery3WebClient.swf b/modules/organize/lib/Gallery3WebClient.swf
index 54169a5b..d983760d 100644
--- a/modules/organize/lib/Gallery3WebClient.swf
+++ b/modules/organize/lib/Gallery3WebClient.swf
Binary files differ
diff --git a/modules/organize/source/Gallery3Organize_source.zip b/modules/organize/source/Gallery3Organize_source.zip
index 09a73acf..ce3bbdf3 100644
--- a/modules/organize/source/Gallery3Organize_source.zip
+++ b/modules/organize/source/Gallery3Organize_source.zip
Binary files differ
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php
index da135857..574117e5 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -56,6 +56,10 @@
function getTextStrings() {
var strings = {
"statusText": <?= t("Drag and drop photos to re-order or move between album")->for_js() ?>,
+ "remoteError":
+ <?= t("Remote server error, please contact your gallery administrator")->for_js() ?>,
+ "addAlbumError": <?= t("The above highlighted fields are invalid")->for_js() ?>,
+ "errorOccurred": <?= t("Remote error ocurred")->for_js() ?>,
"addAlbum": <?= t("Add album")->for_js() ?>,
"addImages": <?= t("Add photo")->for_js() ?>,
"deleteSelected": <?= t("Delete")->for_js() ?>,