1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
#
# provides context menu translation
#
camel=Camel <-> Underscores
openFile=Open File under Cursor
openType=Open Type under Cursor
saveToFile=Save to File...
convert=Convert
spacesToTabs=Spaces to Tabs
tabsToSpaces=Tabs to Spaces
htmlToChar=Html Entities to Chars
charToHtml=Chars to Html Entities
caseToLower=To Lower Case
caseToUpper=To Upper Case
capitalize=Capitalize
invertCase=Invert Case
convertAll=Convert Tabs <-> Spaces
countAll=Count (Selected) Resources
convertAllTip=Convert tabs <-> spaces for all text files in selection
actionSetDescr=The bindings for AnyEdit tools plugin actions
actionSetLabel=AnyEdit Tools
actionSetWhiteSpace=Whitespace (AnyEdit Tools)
prefPage=AnyEdit Tools
openFileLbl=Open Workspace File
openFileTooltip=Open File
keyConfigName=AnyEdit Tools
keyConfigDescription=AnyEdit Tools key bindings
showWhitespace=Show Whitespace
showWhitespaceTooltip=Show Whitespace in Editor
toggleWhitespace=Show Whitespace
whiteSpaceTabs=White space: tabs
whiteSpaceSpaces=White space: spaces
compareWithEditor=Opened Editor...
compareWithClipboard=Clipboard
compareWithFile=Workspace File...
compareWithExternalFile=External File...
_compareWithEditor=Compare with Opened Editor...
_compareWithClipboard=Compare with Clipboard
_compareWithFile=Compare with Workspace File...
_compareWithExternalFile=Compare with External File...
_replaceWithEditor=Replace with Opened Editor...
_replaceWithClipboard=Replace with Clipboard
_replaceWithFile=Replace with Workspace File...
_replaceWithExternalFile=Replace with External File...
compareSelection=Selection is compared with...
propPageName=AnyEdit property page
Bundle-Name = AnyEdit Tools
Bundle-Vendor = Andrey Loskutov
extension-point.1.name = Open editor participants
base64decode = From Base64
base64encode = To Base64
fromUnicode = From Unicode Notation
toUnicode = To Unicode Notation
sort=Sort
sortAlphabeticallyCaseSensitiveAscending=Case-Sensitive A-z
sortAlphabeticallyCaseSensitiveDescending=Case-Sensitive z-A
sortAlphabeticallyCaseInsensitiveAscending=Case-Insensitive A-Z
sortAlphabeticallyCaseInsensitiveDescending=Case-Insensitive Z-A
sortNumericallyAscending=Numerically 0-9
sortNumericallyDescending=Numerically 9-0
|