Transformation for SQL pretty printing (RFE #1327648).

This commit is contained in:
Michal Čihař
2005-10-16 16:16:36 +00:00
parent c694ea42b4
commit e6d84d6795
119 changed files with 134 additions and 3 deletions

View File

@@ -963,4 +963,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
?>