UI_CN = {
	UI_ModManager_LoadOrder = "MOD加载顺序 (Enhanced)",
	UI_ModManager_LoadOrder_Info = "Mods will be loaded in order from top to bottom. Mods closer to the top of the list will be loaded first. If two mods overwrite the same file, then the file from the mod which is loaded later will be used. <LINE> <LINE> You DO have to change this to resolve certain conflicts and errors, as precedence is important in many cases. However, be aware that the game loads individual Lua files from all mods in alphanumeric order, separate from the mod load order. Always check your load order.",
	UI_ModManager_LoadOrder_Button_MoveUp25 = "上移 25",
	UI_ModManager_LoadOrder_Button_MoveUp10 = "上移 10",
	UI_ModManager_LoadOrder_Button_MoveUp5 = "上移 5",
	UI_ModManager_LoadOrder_Button_MoveUp = "上移",
	UI_ModManager_LoadOrder_Button_MoveDown = "下移",
	UI_ModManager_LoadOrder_Button_MoveDown5 = "下移 5",
	UI_ModManager_LoadOrder_Button_MoveDown10 = "下移 10",
	UI_ModManager_LoadOrder_Button_MoveDown25 = "下移 25",
}