Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarino Faggiana <m.faggiana@twsweb.it>2018-02-05 12:59:14 +0300
committerMarino Faggiana <marinofaggiana@MacBook-Pro-di-Marino.local>2018-02-05 12:59:14 +0300
commitc2f77c6e579f60ab4f52a7da0c7dfe3b9c7b6c98 (patch)
tree9e376ea75eff8d49ffcc5a3532c93285c974057e
parent62dfb11b7342f4d087f6cc77e1bf72248917c969 (diff)
New Bui8ld 2.19.22.19.2
-rw-r--r--iOSClient/Brand/PickerFileProvider.plist4
-rw-r--r--iOSClient/Brand/iOSClient.plist4
-rw-r--r--iOSClient/Utility/CCError.m4
3 files changed, 6 insertions, 6 deletions
diff --git a/iOSClient/Brand/PickerFileProvider.plist b/iOSClient/Brand/PickerFileProvider.plist
index 61621f727..a891cc3d8 100644
--- a/iOSClient/Brand/PickerFileProvider.plist
+++ b/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>
diff --git a/iOSClient/Brand/iOSClient.plist b/iOSClient/Brand/iOSClient.plist
index c2b06d28a..01be896bb 100644
--- a/iOSClient/Brand/iOSClient.plist
+++ b/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>
diff --git a/iOSClient/Utility/CCError.m b/iOSClient/Utility/CCError.m
index cba0afb7d..7eea1315b 100644
--- a/iOSClient/Utility/CCError.m
+++ b/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);