Added Microsoft Word and Excel 2000 export (RFE #1155122).
This commit is contained in:
@@ -5,6 +5,12 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-03-06 Michal Čihař <michal@cihar.com>
|
||||
* export.php, libraries/display_export.lib.php, config.inc.php,
|
||||
libraries/config_import.lib.php, libraries/export/htmlexcel.php,
|
||||
libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
|
||||
2000 export (RFE #1155122).
|
||||
|
||||
2005-03-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/relation.lib.php, /display_export.lib.php,
|
||||
/export/sql.php: native comments. For MySQL 4.1.x+ I do not display
|
||||
|
@@ -309,7 +309,7 @@ $cfg['DefaultTabTable'] = 'tbl_properties_structure.php';
|
||||
* Export defaults
|
||||
*/
|
||||
|
||||
$cfg['Export']['format'] = 'sql'; // sql/latex/excel/csv/xml/xls
|
||||
$cfg['Export']['format'] = 'sql'; // sql/latex/excel/csv/xml/xls/hmtlexcel/htmlword
|
||||
$cfg['Export']['compression'] = 'none'; // none/zip/gzip/bzip2
|
||||
|
||||
$cfg['Export']['asfile'] = FALSE;
|
||||
@@ -317,6 +317,12 @@ $cfg['Export']['onserver'] = FALSE;
|
||||
$cfg['Export']['onserver_overwrite'] = FALSE;
|
||||
$cfg['Export']['remember_file_template'] = TRUE;
|
||||
|
||||
$cfg['Export']['htmlexcel_columns'] = FALSE;
|
||||
$cfg['Export']['htmlexcel_null'] = 'NULL';
|
||||
|
||||
$cfg['Export']['htmlword_columns'] = FALSE;
|
||||
$cfg['Export']['htmlword_null'] = 'NULL';
|
||||
|
||||
$cfg['Export']['xls_columns'] = FALSE;
|
||||
$cfg['Export']['xls_null'] = 'NULL';
|
||||
|
||||
|
@@ -219,6 +219,12 @@ if ($asfile) {
|
||||
if ($type == 'csv') {
|
||||
$filename .= '.csv';
|
||||
$mime_type = 'text/x-comma-separated-values';
|
||||
} else if ($type == 'htmlexcel') {
|
||||
$filename .= '.xls';
|
||||
$mime_type = 'application/vnd.ms-excel';
|
||||
} else if ($type == 'htmlword') {
|
||||
$filename .= '.doc';
|
||||
$mime_type = 'application/vnd.ms-word';
|
||||
} else if ($type == 'xls') {
|
||||
$filename .= '.xls';
|
||||
$mime_type = 'application/vnd.ms-excel';
|
||||
|
@@ -803,4 +803,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -804,4 +804,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -792,4 +792,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -795,4 +795,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -802,4 +802,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -801,4 +801,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -817,4 +817,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -818,4 +818,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -802,4 +802,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -803,4 +803,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -802,4 +802,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -788,4 +788,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -789,4 +789,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -795,4 +795,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -795,4 +795,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -816,4 +816,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -817,4 +817,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -816,4 +816,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -795,4 +795,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -791,4 +791,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -792,4 +792,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -788,4 +788,8 @@ $strZip = '"zipped"';
|
||||
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -789,4 +789,8 @@ $strZip = '"zipped"';
|
||||
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -814,4 +814,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -791,4 +791,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -804,4 +804,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -805,4 +805,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -817,4 +817,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -798,4 +798,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -814,4 +814,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -821,4 +821,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -795,4 +795,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -788,4 +788,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -789,4 +789,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -814,4 +814,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -811,4 +811,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -812,4 +812,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -799,4 +799,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -798,4 +798,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -789,4 +789,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -788,4 +788,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -812,4 +812,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -798,4 +798,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -818,4 +818,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -817,4 +817,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -788,4 +788,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -789,4 +789,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -808,4 +808,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -809,4 +809,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -804,4 +804,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -803,4 +803,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -804,4 +804,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -803,4 +803,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -791,4 +791,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -791,4 +791,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -788,4 +788,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -789,4 +789,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -792,4 +792,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
@@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate
|
||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||
?>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user