Marino Faggiana 7 anos atrás
pai
commit
da5aff4322

+ 4 - 0
iOSClient/Login/CCLogin.m

@@ -108,6 +108,10 @@
         _user.textColor = [UIColor lightGrayColor];
     }
     
+    self.baseUrl.placeholder = NSLocalizedString(@"_login_url_", nil);
+    self.user.placeholder = NSLocalizedString(@"_username_", nil);
+    self.password.placeholder = NSLocalizedString(@"_password_", nil);
+    
     [self.annulla setTitle:NSLocalizedString(@"_cancel_", nil) forState:UIControlStateNormal];
     [self.login setTitle:NSLocalizedString(@"_login_", nil) forState:UIControlStateNormal];    
 }

+ 1 - 0
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -203,6 +203,7 @@
 "_connection_error_"            = "Connection error";
 "_add_your_nextcloud_"          = "Add your Nextcloud account";
 "_key_aes_256_"                 = "Encryption key passcode";
+"_login_url_"                   = "Server address https://…";
 
 "_security_init_required_hint_" = "Hint for encryption key passcode (Recommended)";
 "_hint_"                        = "Hint";