bug #812474
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -5,6 +5,13 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* lang/german-*.inc.php3: Grammar.
|
||||
* config.inc.php3, libraries/common.lib.php3,
|
||||
libraries/config_import.lib.php3, libraries/display_export.lib.php3,
|
||||
libraries/export/csv.php3, lang/*.inc.php3:
|
||||
Bug #812474 (Excel v.X does not import 'CSV for Excel' exports).
|
||||
|
||||
2003-11-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/arabic: big update, thanks to Ossama Khayat (okhayat)
|
||||
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
|
||||
@@ -54,14 +61,14 @@ $Source$
|
||||
* pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard,
|
||||
thanks to Chris Walsh (chriswalshaz)
|
||||
* libraries/display_tbl.lib.php3: bug 826847, undefined $url_query
|
||||
* tbl_relation.php3: Bug 827340: Relation view should display also
|
||||
* tbl_relation.php3: Bug 827340: Relation view should display also
|
||||
non-unique keys as possible choices for foreign keys
|
||||
|
||||
2003-10-20 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* Documentation, config.inc.php3, tbl_change.php3,
|
||||
libraries/common.lib.php3, libraries/config_import.lib.php3: Make
|
||||
default functions configurable (RFE #821271).
|
||||
|
||||
|
||||
2003-10-18 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
|
||||
* libraries/functions.js: bug 825665, scratchboard and paper size
|
||||
|
@@ -311,6 +311,7 @@ $cfg['Export']['csv_escaped'] = '\\';
|
||||
$cfg['Export']['csv_terminated'] = 'AUTO';
|
||||
$cfg['Export']['excel_columns'] = FALSE;
|
||||
$cfg['Export']['excel_null'] = 'NULL';
|
||||
$cfg['Export']['excel_edition'] = 'win'; // win/mac
|
||||
|
||||
$cfg['Export']['latex_structure'] = TRUE;
|
||||
$cfg['Export']['latex_data'] = TRUE;
|
||||
@@ -394,7 +395,7 @@ $cfg['RecodingEngine'] = 'auto';
|
||||
|
||||
// Specify some parameters for iconv used in charset conversion. See iconv
|
||||
// documentation for details:
|
||||
// http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html
|
||||
// http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html
|
||||
$cfg['IconvExtraParams'] = '';
|
||||
|
||||
// Available charsets for MySQL conversion. currently contains all which could
|
||||
@@ -653,7 +654,7 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'WEEKDAY',
|
||||
'CONCAT'
|
||||
);
|
||||
|
||||
|
||||
// Which column types will be mapped to which Group?
|
||||
$cfg['RestrictColumnTypes'] = array(
|
||||
'VARCHAR' => 'FUNC_CHAR',
|
||||
@@ -724,7 +725,7 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'SUM'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
// Default functions for above defined groups
|
||||
$cfg['DefaultFunctions'] = array(
|
||||
'FUNC_CHAR' => '',
|
||||
@@ -733,7 +734,7 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'first_timestamp' => 'NOW'
|
||||
);
|
||||
|
||||
|
||||
|
||||
} // end if
|
||||
|
||||
|
||||
|
@@ -727,4 +727,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
|
||||
$strLatexCaption = 'Table caption'; //to translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -721,4 +721,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
|
||||
$strLatexCaption = 'Table caption'; //to translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $strSortByKey = 'Sort by key'; //to translate
|
||||
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $strSortByKey = 'Sort by key'; //to translate
|
||||
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -716,4 +716,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -717,4 +717,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $strSortByKey = 'Sort by key'; //to translate
|
||||
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,5 @@ $strSortByKey = 'Sort by key'; //to translate
|
||||
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -741,4 +741,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -742,4 +742,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -722,4 +722,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -723,4 +723,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -722,4 +722,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -713,4 +713,5 @@ $strZip = '"comprimit amb zip"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,5 @@ $strZip = '"comprimit amb zip"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,5 @@ $strConstraintsForTable = '資料表限制';
|
||||
$strBookmarkOptions = '書籤選項';
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -724,4 +724,5 @@ $strConstraintsForTable = '
|
||||
$strBookmarkOptions = '<27><><EFBFBD>ҿﶵ';
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -719,4 +719,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -718,4 +718,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -740,4 +740,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -741,4 +741,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -740,4 +740,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -719,4 +719,5 @@ $strZeroRemovesTheLimit = 'Pozn
|
||||
$strZip = '"zazipov<6F>no"';
|
||||
// To translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu)
|
||||
$strZip = '"zazipováno"';
|
||||
// To translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -719,4 +719,5 @@ $strZeroRemovesTheLimit = 'Pozn
|
||||
$strZip = '"zazipov<6F>no"';
|
||||
// To translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -735,4 +735,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -736,4 +736,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -721,4 +721,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -712,4 +712,5 @@ $strYes = 'Yes';
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||
$strZip = '"zipped"';
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -713,4 +713,5 @@ $strYes = 'Yes';
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||
$strZip = '"zipped"';
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -713,4 +713,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -737,4 +737,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -738,4 +738,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,5 @@ $strZip = '"zipp
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -715,4 +715,5 @@ $strZip = '"zippé"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -719,4 +719,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -741,4 +741,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -224,6 +224,7 @@ $strEnglish = 'Englisch';
|
||||
$strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. ';
|
||||
$strError = 'Fehler';
|
||||
$strEstonian = 'Estnisch';
|
||||
$strExcelEdition = 'Excel-Ausgabe';
|
||||
$strExcelOptions = 'Excel-Optionen';
|
||||
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausf<73>hren';
|
||||
$strExplain = 'SQL erkl<6B>ren';
|
||||
@@ -503,7 +504,7 @@ $strRenameTable = 'Tabelle umbenennen in';
|
||||
$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
|
||||
$strRepairTable = 'Repariere Tabelle';
|
||||
$strReplace = 'Ersetzen';
|
||||
$strReplaceNULLBy = 'Ersetze NULL mit';
|
||||
$strReplaceNULLBy = 'Ersetze NULL durch';
|
||||
$strReplaceTable = 'Tabelleninhalt ersetzen';
|
||||
$strReset = 'Zur<75>cksetzen';
|
||||
$strResourceLimits = 'Ressourcenbeschr<68>nkungen';
|
||||
|
@@ -225,6 +225,7 @@ $strEnglish = 'Englisch';
|
||||
$strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. ';
|
||||
$strError = 'Fehler';
|
||||
$strEstonian = 'Estnisch';
|
||||
$strExcelEdition = 'Excel-Ausgabe';
|
||||
$strExcelOptions = 'Excel-Optionen';
|
||||
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausführen';
|
||||
$strExplain = 'SQL erklären';
|
||||
@@ -504,7 +505,7 @@ $strRenameTable = 'Tabelle umbenennen in';
|
||||
$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
|
||||
$strRepairTable = 'Repariere Tabelle';
|
||||
$strReplace = 'Ersetzen';
|
||||
$strReplaceNULLBy = 'Ersetze NULL mit';
|
||||
$strReplaceNULLBy = 'Ersetze NULL durch';
|
||||
$strReplaceTable = 'Tabelleninhalt ersetzen';
|
||||
$strReset = 'Zurücksetzen';
|
||||
$strResourceLimits = 'Ressourcenbeschränkungen';
|
||||
|
@@ -721,4 +721,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -722,4 +722,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -737,4 +737,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -751,4 +751,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -713,4 +713,5 @@ $strZip = '"Dikompress dengan Zip"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,5 @@ $strZip = '"Dikompress dengan Zip"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -718,4 +718,5 @@ $strZip = '"compresso con zip"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -719,4 +719,5 @@ $strZip = '"compresso con zip"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -735,4 +735,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -719,4 +719,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -718,4 +718,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -715,4 +715,5 @@ $strConstraintsForTable = 'Apribojimai lentelei';
|
||||
$strBookmarkOptions = 'Žymių parinktys';
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,5 @@ $strConstraintsForTable = 'Apribojimai lentelei';
|
||||
$strBookmarkOptions = '<27>ymi<6D> parinktys';
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -738,4 +738,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -739,4 +739,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -718,4 +718,5 @@ $strZip = 'Komprimert (zip)';
|
||||
|
||||
// To translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -719,4 +719,5 @@ $strZip = 'Komprimert (zip)';
|
||||
|
||||
// To translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -743,4 +743,5 @@ $strXML = 'XML'; //to translate
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -742,4 +742,5 @@ $strXML = 'XML'; //to translate
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -713,4 +713,5 @@ $strZip = '".zip"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,5 @@ $strZip = '".zip"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -736,4 +736,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -737,4 +737,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,5 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero)
|
||||
$strZip = '"arhivat"';
|
||||
// To translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -715,4 +715,5 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero)
|
||||
$strZip = '"arhivat"';
|
||||
// To translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $strZip = '
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $strZip = '
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -721,4 +721,5 @@ $strZip = 'архивировать в zip';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $strZip = '
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $strZip = '"
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -719,4 +719,5 @@ $strZip = '"
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $strZip = '"zipovano"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -719,4 +719,5 @@ $strZip = '"zipovano"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,5 @@ $strZip = '"zo zipovan
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -715,4 +715,5 @@ $strZip = '"zo zipované"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,5 @@ $strZip = '"zo zipovan
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -715,4 +715,5 @@ $strZip = '"zipano"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -716,4 +716,5 @@ $strZip = '"zipano"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -715,4 +715,5 @@ $strZip = '"zipano"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -712,4 +712,5 @@ $strZip = '"comprimido con zip"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -713,4 +713,5 @@ $strZip = '"comprimido con zip"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -713,4 +713,5 @@ $strZip = '"zippad"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,5 @@ $strZip = '"zippad"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,5 @@ $strZip = '"ziplenmi
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $strZip = '"ziplenmiş"';
|
||||
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -718,4 +718,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
@@ -717,4 +717,5 @@ $strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //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