This commit is contained in:
life
2016-05-23 16:30:48 +08:00
parent 04ddb5d9ab
commit 1f6ec5e949
9 changed files with 5 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1386</string>
<string>138B</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>

View File

@@ -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>

View File

@@ -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:@""];
// }
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -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" = "切换用户成功";