Browse Source

New Bui8ld 2.19.2

Marino Faggiana 7 năm trước cách đây
mục cha
commit
c2f77c6e57

+ 2 - 2
iOSClient/Brand/PickerFileProvider.plist

@@ -17,9 +17,9 @@
     <key>CFBundlePackageType</key>
     <string>XPC!</string>
     <key>CFBundleShortVersionString</key>
-    <string>2.19.1</string>
+    <string>2.19.2</string>
     <key>CFBundleVersion</key>
-    <string>00002</string>
+    <string>00021</string>
     <key>NSExtension</key>
     <dict>
         <key>NSExtensionFileProviderDocumentGroup</key>

+ 2 - 2
iOSClient/Brand/iOSClient.plist

@@ -46,7 +46,7 @@
     <key>CFBundlePackageType</key>
     <string>APPL</string>
     <key>CFBundleShortVersionString</key>
-    <string>2.19.1</string>
+    <string>2.19.2</string>
     <key>CFBundleSignature</key>
     <string>????</string>
     <key>CFBundleURLTypes</key>
@@ -69,7 +69,7 @@
         </dict>
     </array>
     <key>CFBundleVersion</key>
-    <string>00002</string>
+    <string>00021</string>
     <key>Fabric</key>
     <dict>
         <key>APIKey</key>

+ 2 - 2
iOSClient/Utility/CCError.m

@@ -71,8 +71,8 @@
         case 404:                                       // 404 Not Found. When for example we try to access a path that now not exist
             return NSLocalizedStringFromTable(@"_error_path_", @"Error", nil);
             break;
-        case 423:                                       // 423 WebDAV Locked: Trying to access locked resource
-            return NSLocalizedStringFromTable(@"WebDAV Locked: Trying to access locked resource", @"Error", nil);
+        case 423:                                       // 423 WebDAV Locked : The resource that is being accessed is locked
+            return NSLocalizedStringFromTable(@"_webdav_locked_", @"Error", nil);
             break;
         case 500:
             return NSLocalizedStringFromTable(@"_internal_server_", @"Error", nil);