marinofaggiana 4 年之前
父節點
當前提交
7955b11727
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 2 1
      iOSClient/AutoUpload/NCAutoUpload.m
  2. 2 1
      iOSClient/Supporting Files/en.lproj/Localizable.strings

+ 2 - 1
iOSClient/AutoUpload/NCAutoUpload.m

@@ -364,7 +364,8 @@
             if (!_hud)
                 _hud = [[CCHud alloc] initWithView:[[[UIApplication sharedApplication] delegate] window]];
         
-            [_hud visibleHudTitle:NSLocalizedString(@"_create_full_upload_", nil) mode:MBProgressHUDModeIndeterminate color:nil];
+            [[NCContentPresenter shared] messageNotification:@"_attention_" description:@"_create_full_upload_" delay:k_dismissAfterSecondLong type:messageTypeInfo errorCode:0 forced:true];
+            [_hud visibleHudTitle:NSLocalizedString(@"_wait_", nil) mode:MBProgressHUDModeIndeterminate color:nil];
         }
     });
     

+ 2 - 1
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -137,6 +137,7 @@
 "_copy_"                    = "Copy";
 "_now_"                     = "Now";
 "_wait_"                    = "Please wait...";
+"_attention_"               = "Attention";
 
 // App
 
@@ -344,7 +345,7 @@
 "_access_photo_location_not_enabled_"       = "Access to Photos and Location not enabled";
 "_access_photo_location_not_enabled_msg_"   = "Please go to \"Settings\" and turn on \"Photo Access\" and \"Location Services\"";
 "_tutorial_photo_view_"                     = "No photos or videos uploaded yet";
-"_create_full_upload_"                      = "Creating archive… May take a long time, please wait.";
+"_create_full_upload_"                      = "Creating archive… May take a long time, in this mode, keep the application active during the transfer as well";
 "_error_createsubfolders_upload_"           = "Error creating subfolders";
 "_activate_autoupload_"                     = "Enable auto upload";
 "_remove_photo_CameraRoll_"                 = "Remove from camera roll";