Эх сурвалжийг харах

Remove unused variable, update localized strings

Signed-off-by: marinofaggiana <96728420+MarinoFaggianaAstraIridium@users.noreply.github.com>
marinofaggiana 3 жил өмнө
parent
commit
d8c699340a

+ 4 - 4
Nextcloud.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

@@ -15,8 +15,8 @@
         "repositoryURL": "https://github.com/Alamofire/Alamofire",
         "state": {
           "branch": null,
-          "revision": "f82c23a8a7ef8dc1a49a8bfc6a96883e79121864",
-          "version": "5.5.0"
+          "revision": "d120af1e8638c7da36c8481fd61a66c0c08dc4fc",
+          "version": "5.4.4"
         }
       },
       {
@@ -42,8 +42,8 @@
         "repositoryURL": "https://github.com/CocoaLumberjack/CocoaLumberjack.git",
         "state": {
           "branch": null,
-          "revision": "80ada1f753b0d53d9b57c465936a7c4169375002",
-          "version": "3.7.4"
+          "revision": "e518eb6e362df327574ba5e04269cd6d29f40aec",
+          "version": "3.7.2"
         }
       },
       {

+ 3 - 3
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -823,8 +823,8 @@
 "_certificates_"            = "Certificates";
 "_privacy_screen_"          = "Splash screen when app inactive";
 // Video
-"_video_conversion_"        = "Video conversion";
-"_preparation_video_"       = "Video preparation in progress…";
+"_video_processing_"        = "Video processing";
+"_video_being_processed_"   = "Video being processed…";
 "_downloading_"             = "Downloading";
 "_download_error_"          = "Download error";
 "_subtitle_"                = "Subtitle";
@@ -832,5 +832,5 @@
 "_reuired_conversion_"      = "This video takes a long time to convert.";
 "_stay_app_foreground_"     = "Stay with the app in the foreground…";
 "_conversion_available_"    = "The conversion is always available on menu";
-"_video_format_not_recognized_"     = "This video is not compatible, do you want to try to convert it?";
+"_video_format_not_recognized_"     = "This video needs to be processed to be played, do you want to do it now?";
 "_conversion_max_compatibility_"    = "Max compatibility, the conversion can take much longer";

+ 0 - 1
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

@@ -51,7 +51,6 @@ class NCPlayerToolBar: UIView {
     private var wasInPlay: Bool = false
     private var playbackSliderEvent: sliderEventType = .ended
     private var timerAutoHide: Timer?
-    private var timerAutoHideMessage: Timer?
 
     var pictureInPictureController: AVPictureInPictureController?
     weak var viewerMediaPage: NCViewerMediaPage?