function getLocales() return {
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
	rus = {
--- menu
		[ "Run" ] = "",
		[ "System addon RollGreedNeed" ] = " RollGreedNeed",
		[ "Stop if Quality of items >=" ] = "   >=",
		[ "Study by Items" ] = "  ",
		[ "Show Panel" ] = " ",
		[ "List Data" ] = " ",
		[ "List 'Same' Rules" ] = "  ' '",
		[ "----- Data Base -----" ] = "-----   -----",
		[ "Save" ] = "",
		[ "Load" ] = "",
		[ "Clear" ] = "",
		[ "Clear 'Same' Rules" ] = "  ' '",
		[ "--- Parameters ---" ] = "---  ---",
		[ "All Rolls" ] = " ",
		[ "Smart" ] = " ",
		[ "Smart Mode" ] = "  ",
		[ "Wrong Char Class" ] = "  ",
		[ "Low Level" ] = " ",
		[ "Level Less on:" ] = "  :",
		[ "List on Start" ] = "  ",
		[ "WW Log" ] = "  WW",
		[ "Junk" ] = "",
		[ "Auto Sell Junk" ] = " ",
		[ "Wipe Junk Cheaper" ] = "  :",
		[ "Needless Items Del" ] = " ",
		[ "Needless Items Sell" ] = " ",

		[ "Time Off %" ] = "  %",
		[ "Show Choice" ] = " ",
		[ "Auto Roll Scheme" ] = "  ",
		[ "Show Hint" ] = " ",
		[ "Earning" ] = "",
		[ "Inteface Priority" ] = " ",
		[ "Reset to Config.txt" ] = "   Config.txt",

--- constants
		[ "NEED" ] = "",
		[ "GREED" ] = "",
		[ "PASS" ] = "",
		[ "SAME" ] = "",
		[ "ON" ] = "",
		[ "OFF" ] = "",

---- choiceL
		[ "started" ] = "",
		[ "Work status:" ] = " :",
		[ "Rules:" ] = ":",
		[ "Parameters:" ] = ":",
		[ "by rule" ] = " ",
		[ "Err.00" ] = "?",
--- RGN
		[ "chose" ] = "",
		[ "For work DnD mode, please instal 'AddonsTools' addon" ] = "  DnD ,   'AddonsTools' ",
		[ "Click on the item NAME for see its Information" ] = "       ",
		[ "Choice As 'Same'" ] = "  ' '",
		[ " with Stop-Quality:" ] = "  -:",

		[ "System add-on " ] = "  ",
		[ " was unloaded. If you unload Me, please manually load it" ] = "  .    ,    ",
		[ " was loaded." ] = "  .",

		[ "Loot Manager - automatic make choice when roll loot and ect. Click Right Mouse to show a LogPanel." ] = "Loot Manager -        .     .",
		[ "_" ] = "",
	},
	eng = {
		[ "Err.00" ] = "Error?",
	},
	ger = nil,
	fra = nil,
	chn = {
		[ "Err.00" ] = "Error?",
	},
}
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
end