$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; $strQueryTime = 'Query took %01.4f sec'; $strDumpComments = 'Include column comments as inline SQL-comments'; $strDBComment = 'Database comment: '; $strQueryFrame = 'Query window'; $strQueryFrameDebug = 'Debugging information'; $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.'; $strQuerySQLHistory = 'SQL-history'; $strMIME_MIMEtype = 'MIME-type'; $strMIME_transformation = 'Browser transformation'; $strMIME_transformation_options = 'Transformation options'; $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s'; $strMIME_available_mime = 'Available MIME-types'; $strMIME_available_transform = 'Available transformations'; $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; $strMIME_description = 'Description'; $strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.'; $strMIME_file = 'Filename'; $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.'; $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.'; $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).'; $strInnodbStat = 'InnoDB Status'; $updComTab = 'Please see Documentation on how to update your Column_comments Table'; $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; $strTransformation_image_png__inline = 'See image/jpeg: inline'; $strSQLOptions = 'SQL options'; $strXML = 'XML'; $strCSVOptions = 'CSV options'; $strNoOptions = 'This format has no options'; $strStatCreateTime = 'Creation'; $strStatUpdateTime = 'Last update'; $strStatCheckTime = 'Last check'; $strPerMinute = 'per minute'; $strPerSecond = 'per second'; $strAutomaticLayout = 'Automatic layout'; $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; $strFileNameTemplate = 'File name template'; $strFileNameTemplateRemember = 'remember template'; $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.'; $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().'; $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .'; $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)'; $strAutodetect = 'Autodetect'; $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; $strUseHostTable = 'Use Host Table'; $strShowFullQueries = 'Show Full Queries'; $strTruncateQueries = 'Truncate Shown Queries';