-- HandyNotes -- enUS and enGB Localization file local L = LibStub("AceLocale-3.0"):NewLocale("HandyNotes", "enUS", true) L["HandyNotes"] = true L["Enable HandyNotes"] = true L["Enable or disable HandyNotes"] = true L["Overall settings"] = true L["Overall settings that affect every database"] = true L["These settings control the look and feel of HandyNotes globally. The icon's scale and alpha here are multiplied with the plugin's scale and alpha."] = true L["World Map Icon Scale"] = true L["The overall scale of the icons on the World Map"] = true L["World Map Icon Alpha"] = true L["The overall alpha transparency of the icons on the World Map"] = true L["Minimap Icon Scale"] = true L["The overall scale of the icons on the Minimap"] = true L["Minimap Icon Alpha"] = true L["The overall alpha transparency of the icons on the Minimap"] = true L["Plugins"] = true L["Plugin databases"] = true L["Configuration for each individual plugin database."] = true L["Show the following plugins on the map"] = true L["Add Handy Note"] = true L["Edit Handy Note"] = true L["Delete Handy Note"] = true L["Title"] = true L["Description/Notes:"] = true L["Show on continent map"] = true L["Add this location to TomTom waypoints"] = true L["|cFF00FF00Hint: |cffeda55fCtrl+Shift+LeftDrag|cFF00FF00 to move a note"] = true L["These settings control the look and feel of the HandyNotes icons."] = true L["Icon Scale"] = true L["The scale of the icons"] = true L["Icon Alpha"] = true L["The alpha transparency of the icons"] = true L["\nAlt+Right Click To Add a HandyNote"] = true L["ERROR_CREATE_NOTE1"] = "HandyNotes cannot create a note here as it is unable to obtain your current location. Usually this is because there is no map for the zone you are in." L["Syntax:"] = true L["Portal"] = true L["(No Title)"] = true -- vim: ts=4 noexpandtab