Просмотр исходного кода

Merge branch 'master' into develop

rakekniven 7 лет назад
Родитель
Сommit
74f408b545
3 измененных файлов с 26 добавлено и 1 удалено
  1. 21 0
      .github/ISSUE_TEMPLATE.md
  2. 1 1
      README.md
  3. 4 0
      iOSClient/Library/OCCommunicationLib/OCCapabilities.h

+ 21 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,21 @@
+### Expected behaviour                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
+
+### Actual behaviour                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
+
+### Steps to reproduce                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
+
+### iOS version
+
+### App version
+
+### Server configuration
+
+**Operating system**:
+
+**Web server:**
+
+**Database:**
+
+**PHP version:**
+
+**Nextcloud version:** (see Nextcloud admin page)

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-# [Nextcloud](https://nextcloud.com)  iOS app V 2.18.1
+# [Nextcloud](https://nextcloud.com)  iOS app V 2.20.6
 
 [<img src="Animation.gif"
 alt="Download from App Storey"

+ 4 - 0
iOSClient/Library/OCCommunicationLib/OCCapabilities.h

@@ -92,6 +92,10 @@
 
 // Networking
 
+"_file_too_big_"            = "File too large to be encrypted/decrypted";
+"_file_too_big_max_100_"    = "File too large (max 100 kb.)";
+"_...loading..._"           = "Loading…";
+"_download_plist_"          = " ";
 "_no_reuploadfile_"         = "Could not find nor resend file. Delete the upload and reload the file to upload it.";
 "_file_already_exists_"     = "Unable to complete the operation, a file with the same name exists";
 "_read_file_error_"         = "Could not read the file";