浏览代码

Dropbox: l10n for login button

Gleb Pinigin 12 年之前
父节点
当前提交
b9e324a555

+ 2 - 0
AspenProject/VLCDropboxTableViewController.m

@@ -74,6 +74,8 @@
     _progressBarButtonItem = [[UIBarButtonItem alloc] initWithCustomView:_progressView];
     _progressBarButtonItem = [[UIBarButtonItem alloc] initWithCustomView:_progressView];
     _downloadingBarLabel = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedString(@"DOWNLOADING",@"") style:UIBarButtonItemStylePlain target:nil action:nil];
     _downloadingBarLabel = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedString(@"DOWNLOADING",@"") style:UIBarButtonItemStylePlain target:nil action:nil];
     [_downloadingBarLabel setTitleTextAttributes:@{ UITextAttributeFont : [UIFont systemFontOfSize:11.] } forState:UIControlStateNormal];
     [_downloadingBarLabel setTitleTextAttributes:@{ UITextAttributeFont : [UIFont systemFontOfSize:11.] } forState:UIControlStateNormal];
+    
+    [_loginToDropboxButton setTitle:NSLocalizedString(@"DROPBOX_LOGIN", @"") forState:UIControlStateNormal];
 
 
     [self _showProgressInToolbar:NO];
     [self _showProgressInToolbar:NO];
 
 

二进制
Resources/de.lproj/Localizable.strings


二进制
Resources/en.lproj/Localizable.strings


二进制
Resources/fi.lproj/Localizable.strings


二进制
Resources/fr.lproj/Localizable.strings


二进制
Resources/it.lproj/Localizable.strings


二进制
Resources/ja.lproj/Localizable.strings


二进制
Resources/ru.lproj/Localizable.strings