new logo
@@ -38,7 +38,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1386</string>
|
||||
<string>138B</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<key>AutocorrectionType</key>
|
||||
<string>No</string>
|
||||
<key>DefaultValue</key>
|
||||
<string>1.3 (1386)</string>
|
||||
<string>1.3 (138B)</string>
|
||||
<key>IsSecure</key>
|
||||
<false/>
|
||||
<key>Key</key>
|
||||
|
||||
@@ -302,7 +302,7 @@ NSArray *users;
|
||||
cell.imageView.image = [UIImage imageNamed:@"leanote-icon-blue"];
|
||||
// cell.imageView.tintColor = [UIColor redColor];
|
||||
|
||||
[cell.textLabel setText:@"Lea++"];
|
||||
[cell.textLabel setText:NSLocalizedString(@"Leanote Explore", @"")];
|
||||
[cell.detailTextLabel setText:@""];
|
||||
// }
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 3.4 KiB |
@@ -94,7 +94,8 @@
|
||||
"Markdown" = "Markdown";
|
||||
"Account" = "帐户";
|
||||
"Settings" = "设置";
|
||||
"Blog & Lea++" = "博客 & Lea++";
|
||||
"Blog & Lea++" = "博客 & Leanote探索";
|
||||
"Leanote Explore" = "Leanote探索";
|
||||
"Remove account successful" = "删除用户成功";
|
||||
"The account's data will be removed, are you sure?" = "该用户所有数据将被清除, 确定删除?";
|
||||
"Toggle account successful" = "切换用户成功";
|
||||
|
||||