Skip to content

Commit

Permalink
Provide better handling and a progress dialog when loading or updatin…
Browse files Browse the repository at this point in the history
…g files.
  • Loading branch information
Tim Almdal committed Jun 10, 2010
1 parent 30849d1 commit 38e8ab3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified modules/organize/lib/Gallery3WebClient.swf
Binary file not shown.
Binary file modified modules/organize/source/Gallery3Organize_source.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions modules/organize/views/organize_dialog.html.php
Expand Up @@ -56,6 +56,10 @@ function colorToHex(color) {
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() ?>,
Expand Down

0 comments on commit 38e8ab3

Please sign in to comment.