New configuration directives/language variables for following patches (see
patch tracker). More to follow.
This commit is contained in:
@@ -583,4 +583,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
|
||||
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
|
||||
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
|
||||
$strWildcard = 'wildcard'; //to translate
|
||||
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
|
||||
$strQueryTime = 'Query took %01.4f sec';//to translate
|
||||
$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
|
||||
$strDBComment = 'Database comment: ';//to translate
|
||||
$strQueryFrame = 'Query window';//to translate
|
||||
$strQueryFrameDebug = 'Debugging information';//to translate
|
||||
$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.';//to translate
|
||||
$strQuerySQLHistory = 'SQL-history';//to translate
|
||||
$strMIME_MIMEtype = 'MIME-type';//to translate
|
||||
$strMIME_transformation = 'Browser transformation';//to translate
|
||||
$strMIME_transformation_options = 'Transformation options';//to translate
|
||||
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
|
||||
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
|
||||
$strMIME_available_mime = 'Available MIME-types';//to translate
|
||||
$strMIME_available_transform = 'Available transformations';//to translate
|
||||
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
|
||||
$strMIME_description = 'Description';//to translate
|
||||
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
|
||||
$strMIME_file = 'Filename';//to translate
|
||||
$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
|
||||
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
|
||||
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
?>
|
||||
|
Reference in New Issue
Block a user