--[[

	Atlas, a World of Warcraft instance map browser
	Copyright 2005-2010 Dan Gilbert <dan.b.gilbert@gmail.com>

	This file is part of Atlas.

	Atlas is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.

	Atlas is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with Atlas; if not, write to the Free Software
	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

--]]

-- Atlas Localization Data (Chinese)
-- Initial translation by DiabloHu
-- Version : Chinese (by DiabloHu)
-- $Date: 2010-07-04 23:45:08 +0930 (Sun, 04 Jul 2010) $
-- $Revision: 915 $
-- http://ngacn.cc


if ( GetLocale() == "zhCN" ) then

AtlasTransLocale = {

	["Alliance"] = "联盟";
	["Druid-only"] = "德鲁伊专用";
	["Horde"] = "部落";
	["Requires honored faction with Sha'tari Skyguard"] = "需要 沙塔尔天空卫队 - 尊敬";
	["South of the path along Lake Elune'ara"] = "月神湖旁小径的南方";
	["The Aldor"] = "奥尔多";
	["The Scryers"] = "占星者";
	["Transportation Maps"] = "交通线路图";
	["West of the path to Timbermaw Hold"] = "通往木喉要塞道路的西方";

};
end
