Index: /CKEditor/branches/versions/3.5.x/_source/lang/_translationstatus.txt
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/lang/_translationstatus.txt	(revision 6133)
+++ /CKEditor/branches/versions/3.5.x/_source/lang/_translationstatus.txt	(revision 6134)
@@ -57,4 +57,4 @@
 uk.js      Found: 531 Missing: 15
 vi.js      Found: 481 Missing: 65
-zh-cn.js   Found: 531 Missing: 15
+zh-cn.js   Found: 546 Missing: 0
 zh.js      Found: 404 Missing: 142
Index: /CKEditor/branches/versions/3.5.x/_source/lang/en-au.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/lang/en-au.js	(revision 6133)
+++ /CKEditor/branches/versions/3.5.x/_source/lang/en-au.js	(revision 6134)
@@ -529,8 +529,8 @@
 	justify :
 	{
-		left	: 'Left Justify',
-		center	: 'Centre Justify',
-		right	: 'Right Justify',
-		block	: 'Block Justify'
+		left	: 'Align Left',
+		center	: 'Centre',
+		right	: 'Align Right',
+		block	: 'Justify'
 	},
 
Index: /CKEditor/branches/versions/3.5.x/_source/lang/en-ca.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/lang/en-ca.js	(revision 6133)
+++ /CKEditor/branches/versions/3.5.x/_source/lang/en-ca.js	(revision 6134)
@@ -529,8 +529,8 @@
 	justify :
 	{
-		left	: 'Left Justify',
-		center	: 'Centre Justify',
-		right	: 'Right Justify',
-		block	: 'Block Justify'
+		left	: 'Align Left',
+		center	: 'Centre',
+		right	: 'Align Right',
+		block	: 'Justify'
 	},
 
Index: /CKEditor/branches/versions/3.5.x/_source/lang/en-gb.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/lang/en-gb.js	(revision 6133)
+++ /CKEditor/branches/versions/3.5.x/_source/lang/en-gb.js	(revision 6134)
@@ -529,8 +529,8 @@
 	justify :
 	{
-		left	: 'Left Justify',
-		center	: 'Centre Justify',
-		right	: 'Right Justify',
-		block	: 'Block Justify'
+		left	: 'Align Left',
+		center	: 'Centre',
+		right	: 'Align Right',
+		block	: 'Justify'
 	},
 
Index: /CKEditor/branches/versions/3.5.x/_source/lang/en.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/lang/en.js	(revision 6133)
+++ /CKEditor/branches/versions/3.5.x/_source/lang/en.js	(revision 6134)
@@ -529,8 +529,8 @@
 	justify :
 	{
-		left	: 'Left Justify',
-		center	: 'Center Justify',
-		right	: 'Right Justify',
-		block	: 'Block Justify'
+		left	: 'Align Left',
+		center	: 'Center',
+		right	: 'Align Right',
+		block	: 'Justify'
 	},
 
Index: /CKEditor/branches/versions/3.5.x/_source/lang/zh-cn.js
===================================================================
--- /CKEditor/branches/versions/3.5.x/_source/lang/zh-cn.js	(revision 6133)
+++ /CKEditor/branches/versions/3.5.x/_source/lang/zh-cn.js	(revision 6134)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -618,19 +618,19 @@
 	iframe :
 	{
-		title		: 'Iframe属性', // MISSING
-		toolbar		: 'Iframe', // MISSING
-		height		: '高度', // MISSING
-		width		: '宽度', // MISSING
-		invalidHeight	: '框架高度必须为数字格式', // MISSING
-		invalidWidth	: '框架宽度必须为数字格式', // MISSING
-		noUrl		: '请输入框架的 URL', // MISSING
-		scrolling		: '允许滚动条', // MISSING
-		border		: '显示框架边框', // MISSING
-		align		: '对齐方式', // MISSING
-		alignLeft		: '左', // MISSING
-		alignRight	: '右', // MISSING
-		alignTop		: '上', // MISSING
-		alignMiddle	: '中', // MISSING
-		alignBottom	: '下' // MISSING
+		title		: 'Iframe属性',
+		toolbar		: 'Iframe',
+		height		: '高度',
+		width		: '宽度',
+		invalidHeight	: '框架高度必须为数字格式',
+		invalidWidth	: '框架宽度必须为数字格式',
+		noUrl		: '请输入框架的 URL',
+		scrolling		: '允许滚动条',
+		border		: '显示框架边框',
+		align		: '对齐方式',
+		alignLeft		: '左',
+		alignRight	: '右',
+		alignTop		: '上',
+		alignMiddle	: '中',
+		alignBottom	: '下'
 	},
 
