Marino Faggiana 7 سال پیش
والد
کامیت
3abbfada88

+ 0 - 16
iOSClient/Notification/CCNotification.swift

@@ -132,22 +132,6 @@ class CCNotification: UITableViewController, OCNetworkingDelegate {
         }
     }
     
-    /*
-    override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
-        
-        let notification = appDelegate.listOfNotifications.object(at: indexPath.row) as! OCNotifications
-        
-        if notification.message.characters.count > 0 {
-            
-            return 160
-            
-        } else {
-            
-            return 120
-        }
-    }
-    */
-    
     override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
         
         if self.resultSearchController.isActive {

+ 4 - 4
iOSClient/Supporting Files/en.lproj/Intro.strings

@@ -9,13 +9,13 @@
 // Intro
 
 "_intro_1_title_"   = "A safe home for all your data";
-"_intro_1_text_"    = "Access, share and protect your files at home and in your enterprise";
+"_intro_1_text_"    = "Access, share and protect your files at home and at work";
 
 "_intro_11_title_"  = "Use gestures in files view";
-"_intro_11_text_"   = "Swipe on right or on left for options or a long touch for Copy Paste Open in… or press for 3D Touch, when available";
+"_intro_11_text_"   = "Swipe → or ←: Options \n\nLong touch: Copy/Paste or Open in… \n\nPress: 3D Touch (when available)";
 
 "_intro_2_title_"   = "Multi account";
-"_intro_2_text_"    = "Connect to all your clouds and touch Nextcloud logo on Files tab to quickly switch";
+"_intro_2_text_"    = "Connect to all your clouds and touch the Nextcloud logo on the Files tab to switch between them";
 
 "_intro_3_title_"   = "Start";
-"_intro_3_text_"    = "Good, you’re now ready to start using your Nextcloud. We remind you that you can find further information and news or contact us on the site: \n\n https://nextcloud.com \n\n Come and visit us!";
+"_intro_3_text_"    = "Good, your Nextcloud is ready for use. Further information, news and contact-information to be found on https://nextcloud.com";

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

@@ -213,7 +213,7 @@
 "_key_aes_256_"                 = "Encryption key passcode";
 "_login_url_"                   = "Server address https://…";
 
-"_security_init_required_hint_" = "Hint for encryption key passcode (Recommended)";
+"_security_init_required_hint_" = "Hint for encryption key passcode (recommended)";
 "_hint_"                        = "Hint";
 "_security_init_required_mail_" = "Enter your email address to receive the encryption key passcode (recommended).";
 "_email_"                       = "Email";
@@ -371,7 +371,7 @@
 "_synchronized_folder_"         = "Keep the folder synchronized";
 "_remove_synchronized_folder_"  = "Remove the synchronization";
 "_synchronized_confirm_"        = "After enabling the synchronization, all files in the folder will be synchronized with the server, continue?";
-"_offline_folder_confirm_"      = "After enabling the offline, all files in the folder will be synchronized with the server, continue?";
+"_offline_folder_confirm_"      = "After enabling the offline folder, all files in it will be synchronized with the server, continue?";
 "_same_device_different_passcode_"  = "The file was encrypted on the same device but with different passcode. Keep in mind that if the old passcode is entered, files encrypted with the new passcode will not be readable.";
 "_file_encrypted_another_device_"   = "The file was encrypted on another device [%@], enter the passcode to decrypt its content.";
 "_file_not_found_reload_"       = "File not found, pull down to refresh";