Provide better handling and a progress dialog when loading or updating files.

This commit is contained in:
Tim Almdal
2010-06-10 09:14:13 -07:00
parent 30849d10b1
commit 38e8ab3d71
3 changed files with 4 additions and 0 deletions
@@ -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() ?>,