Index: /CKEditor/trunk/_source/plugins/placeholder/lang/_translationstatus.txt
===================================================================
--- /CKEditor/trunk/_source/plugins/placeholder/lang/_translationstatus.txt	(revision 7347)
+++ /CKEditor/trunk/_source/plugins/placeholder/lang/_translationstatus.txt	(revision 7348)
@@ -16,3 +16,4 @@
 pl.js      Found: 5 Missing: 0
 tr.js      Found: 5 Missing: 0
+vi.js      Found: 3 Missing: 2
 zh-cn.js   Found: 5 Missing: 0
Index: /CKEditor/trunk/_source/plugins/placeholder/lang/vi.js
===================================================================
--- /CKEditor/trunk/_source/plugins/placeholder/lang/vi.js	(revision 7348)
+++ /CKEditor/trunk/_source/plugins/placeholder/lang/vi.js	(revision 7348)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'placeholder', 'vi',
+{
+	placeholder :
+	{
+		title		: 'Thuộc tính đặt chỗ',
+		toolbar		: 'Tạo đặt chỗ',
+		text		: 'Văn bản đặt chỗ',
+		edit		: 'Edit Placeholder', // MISSING
+		textMissing	: 'The placeholder must contain text.' // MISSING
+	}
+});
