MySQL 4.1.1 compatibility, part I: Updated character sets overview.

This commit is contained in:
Alexander M. Turek 2003-12-11 11:37:25 +00:00
parent 079c662908
commit 220aa3a4c0
103 changed files with 254 additions and 26 deletions

View File

@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de>
* server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php:
Updated character sets overview for MySQL 4.1.1.
2003-12-11 Garvin Hicking <me@supergarv.de>
* header_printview.inc.php: RFE #856503, show number of rows in printview
* tbl_replace.php, tbl_replace_fields.php: Fixed #857445, #857684
@ -13,7 +17,7 @@ $Source$
* sql.php: Bug #857742: When dropping the only remaining database, an
error occured. Fixed by checking if databases remein (as suggested
by lem9)
2003-12-10 Garvin Hicking <me@supergarv.de>
* db_datadict.php: Bug 857186: Real fix for the problem. The '@'
delimiter slipped to the replacement's end instead of the expression's
@ -57,18 +61,18 @@ $Source$
* libraries/transformations/text_plain__dateformat.inc.php:
patch 845690: show real data before transformation
* left.php: bug 833790: put a workaround in place
2003-12-04 Garvin Hicking <grinch@supergarv.de>
* browse_foreigner.php, mult_submits.inc.php, tbl_change.php,
tbl_replace.php, tbl_replace_fields.php, tbl_row_delete,
libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
Multi row edit via checkboxes in browse mode is now available.
This means, you can edit multiple records at once now.
* tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
* tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
(un)nullify() function
* libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
Made checkbox/edit/delete fields smaller
2003-12-02 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: the constant used to check
if the transformation function is included no longer exists

View File

@ -731,4 +731,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -732,4 +732,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -724,4 +724,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -725,4 +725,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -726,4 +726,6 @@ $strYes = 'وگځ';
$strZeroRemovesTheLimit = 'ځهÇطÙÉ: ÊÛٌٌع ىㄓى ÇهÎٌÇعÇÊ ههعمځ 0 )فلع( ٌهÛٌ ÇهطÏ<D8B7>.';
$strZip = '"zipped" "ځقÛيك"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -725,4 +725,6 @@ $strYes = '
$strZeroRemovesTheLimit = 'ملاحظة: تغيير هذه الخيارات للرقم 0 )صفر( يلغي الحدّ.';
$strZip = '"zipped" "مضغوط"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -720,4 +720,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -721,4 +721,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -712,13 +712,17 @@ $strZip = '"zipatuta"';
// To translate:
$strBrowseForeignValues = 'Browse foreign values';//to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strLandscape = 'Horizontal'; //to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strLandscape = 'Horizontal'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
?>

View File

@ -713,13 +713,17 @@ $strZip = '"zipatuta"';
// To translate:
$strBrowseForeignValues = 'Browse foreign values';//to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strLandscape = 'Horizontal'; //to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strLandscape = 'Horizontal'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
?>

View File

@ -730,4 +730,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -729,4 +729,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -745,4 +745,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -746,4 +746,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -728,4 +728,6 @@ $strCheckOverhead = 'Check overheaded'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -729,4 +729,6 @@ $strCheckOverhead = 'Check overheaded'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -728,4 +728,6 @@ $strCheckOverhead = 'Check overheaded'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -717,4 +717,6 @@ $strZip = '"comprimit amb zip"';
// To translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -718,4 +718,6 @@ $strZip = '"comprimit amb zip"';
// To translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -723,4 +723,6 @@ $strYes = ' 是 ';
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
$strZip = '"zipped"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -724,4 +724,6 @@ $strYes = ' 是 ';
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
$strZip = '"zipped"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -723,4 +723,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -722,4 +722,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -744,4 +744,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -745,4 +745,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -744,4 +744,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -722,4 +722,6 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '"zazipováno"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -723,4 +723,6 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '"zazipováno"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -722,4 +722,6 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '"zazipováno"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -717,4 +717,6 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.';
$strZip = '"zipped"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -718,4 +718,6 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.';
$strZip = '"zipped"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -724,4 +724,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -725,4 +725,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -149,6 +149,7 @@ $strCriteria = 'Criteria';
$strCroatian = 'Croatian';
$strCyrillic = 'Cyrillic';
$strCzech = 'Czech';
$strCzechSlovak = 'Chech-Slovak';
$strDBComment = 'Database comment: ';
$strDBGContext = 'Context';
@ -258,6 +259,7 @@ $strFunction = 'Function';
$strGenBy = 'Generated by';
$strGenTime = 'Generation Time';
$strGeneralRelationFeat = 'General relation features';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Global privileges';

View File

@ -150,6 +150,7 @@ $strCriteria = 'Criteria';
$strCroatian = 'Croatian';
$strCyrillic = 'Cyrillic';
$strCzech = 'Czech';
$strCzechSlovak = 'Chech-Slovak';
$strDBComment = 'Database comment: ';
$strDBGContext = 'Context';
@ -259,6 +260,7 @@ $strFunction = 'Function';
$strGenBy = 'Generated by';
$strGenTime = 'Generation Time';
$strGeneralRelationFeat = 'General relation features';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Global privileges';

View File

@ -716,4 +716,6 @@ $strYes = 'Jah';
$strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate limiidi.';
$strZip = '"zipitud"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -717,4 +717,6 @@ $strYes = 'Jah';
$strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate limiidi.';
$strZip = '"zipitud"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -741,4 +741,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -742,4 +742,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -718,4 +718,6 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl
$strZip = '"zippé"';
// To translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -719,4 +719,6 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
// To translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -723,4 +723,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -724,4 +724,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -745,4 +745,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -32,6 +32,7 @@ $strAccessDenied = 'Zugriff verweigert.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Kennwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAction = 'Aktion';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
$strAddConstraints = 'Constraints hinzufügen';
$strAddDeleteColumn = 'Spalten hinzufügen/entfernen';
$strAddDeleteRow = 'Zeilen hinzufügen/entfernen';
$strAddDropDatabase = 'DROP DATABASE hinzufügen';
@ -119,6 +120,7 @@ $strCharsets = 'Zeichens
$strCharsetsAndCollations = 'Zeichensätze und Sortierungstabellen';
$strCheckAll = 'Alle auswählen';
$strCheckDbPriv = 'Rechte einer Datenbank prüfen';
$strCheckOverhead = 'Überhang prüfen';
$strCheckPrivs = 'Rechte überprüfen';
$strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank &quot;%s&quot;.';
$strCheckTable = 'Überprüfe Tabelle';
@ -150,10 +152,12 @@ $strCreateNewDatabase = 'Neue Datenbank anlegen';
$strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen';
$strCreatePage = 'Neue Seite erstellen';
$strCreatePdfFeat = 'Erzeugen von PDFs';
$strCreationDates = 'Erzeugungs- / Aktualisierungs- / Überprüfungszeiten';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
$strCyrillic = 'Kyrillisch';
$strCzech = 'Tschechisch';
$strCzechSlovak = 'Tschechoslowakisch';
$strDBComment = 'Datenbankkommentar: ';
$strDBGContext = 'Kontext';
@ -263,6 +267,7 @@ $strFunction = 'Funktion';
$strGenBy = 'Erstellt von';
$strGenTime = 'Erstellungszeit';
$strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen';
$strGeorgian = 'Georgisch';
$strGerman = 'Deutsch';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale Rechte';
@ -721,8 +726,4 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
$strAddConstraints = 'Constraints hinzufügen';
$strCheckOverhead = 'Überhang prüfen';
$strCreationDates = 'Erzeugungs-/Aktualisierungs-/Überprüfungszeiten';
?>

View File

@ -33,6 +33,7 @@ $strAccessDenied = 'Zugriff verweigert.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Kennwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAction = 'Aktion';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
$strAddConstraints = 'Constraints hinzufügen';
$strAddDeleteColumn = 'Spalten hinzufügen/entfernen';
$strAddDeleteRow = 'Zeilen hinzufügen/entfernen';
$strAddDropDatabase = 'DROP DATABASE hinzufügen';
@ -120,6 +121,7 @@ $strCharsets = 'Zeichensätze';
$strCharsetsAndCollations = 'Zeichensätze und Sortierungstabellen';
$strCheckAll = 'Alle auswählen';
$strCheckDbPriv = 'Rechte einer Datenbank prüfen';
$strCheckOverhead = 'Überhang prüfen';
$strCheckPrivs = 'Rechte überprüfen';
$strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank &quot;%s&quot;.';
$strCheckTable = 'Überprüfe Tabelle';
@ -151,10 +153,12 @@ $strCreateNewDatabase = 'Neue Datenbank anlegen';
$strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen';
$strCreatePage = 'Neue Seite erstellen';
$strCreatePdfFeat = 'Erzeugen von PDFs';
$strCreationDates = 'Erzeugungs-/Aktualisierungs-/Überprüfungszeiten';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
$strCyrillic = 'Kyrillisch';
$strCzech = 'Tschechisch';
$strCzechSlovak = 'Tschechoslowakisch';
$strDBComment = 'Datenbankkommentar: ';
$strDBGContext = 'Kontext';
@ -264,6 +268,7 @@ $strFunction = 'Funktion';
$strGenBy = 'Erstellt von';
$strGenTime = 'Erstellungszeit';
$strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen';
$strGeorgian = 'Georgisch';
$strGerman = 'Deutsch';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale Rechte';
@ -722,8 +727,4 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
$strAddConstraints = 'Constraints hinzufügen';
$strCheckOverhead = 'Überhang prüfen';
$strCreationDates = 'Erzeugungs-/Aktualisierungs-/Überprüfungszeiten';
?>

View File

@ -725,4 +725,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -726,4 +726,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -741,4 +741,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -749,4 +749,6 @@ $strXML = 'XML';//to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
$strZip = '"zipped"' ; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -729,4 +729,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -730,4 +730,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -717,4 +717,6 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka
$strZip = '"Dikompress dengan Zip"';
// To translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -718,4 +718,6 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka
$strZip = '"Dikompress dengan Zip"';
// To translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -724,4 +724,6 @@ $strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -725,4 +725,6 @@ $strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -729,4 +729,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -729,4 +729,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -730,4 +730,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -739,4 +739,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -722,4 +722,6 @@ $strYes = 'Jā';
$strZeroRemovesTheLimit = 'Piezīme: Šo opciju uzstādīšana uz 0 (nulli) atceļ ierobežojumus.';
$strZip = 'Arhivēts ar zip';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -721,4 +721,6 @@ $strYes = 'J
$strZeroRemovesTheLimit = 'Piezîme: Ðo opciju uzstâdîðana uz 0 (nulli) atceï ierobeþojumus.';
$strZip = 'Arhivçts ar zip';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -719,4 +719,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -718,4 +718,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -742,4 +742,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -743,4 +743,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -722,4 +722,6 @@ $strZip = 'Komprimert (zip)';
// To translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -723,4 +723,6 @@ $strZip = 'Komprimert (zip)';
// To translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -747,4 +747,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -746,4 +746,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -717,4 +717,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -718,4 +718,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -744,4 +744,6 @@ $strXML = 'XML';//to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -745,4 +745,6 @@ $strXML = 'XML';//to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -718,4 +718,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -719,4 +719,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -724,4 +724,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -724,4 +724,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -725,4 +725,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -724,4 +724,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -724,4 +724,6 @@ $strYes = 'Да';
$strZeroRemovesTheLimit = 'Напомена: Постављање ових опција на 0 (нулу) уклања лимите.';
$strZip = '"зиповано"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -723,4 +723,6 @@ $strYes = '
$strZeroRemovesTheLimit = 'Напомена: Постављање ових опција на 0 (нулу) уклања лимите.';
$strZip = '"зиповано"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -724,4 +724,6 @@ $strYes = 'Da';
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.';
$strZip = '"zipovano"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -723,4 +723,6 @@ $strYes = 'Da';
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.';
$strZip = '"zipovano"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -718,4 +718,6 @@ $strYes = '
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -719,4 +719,6 @@ $strYes = 'Áno';
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -718,4 +718,6 @@ $strYes = '
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -719,4 +719,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -720,4 +720,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -719,4 +719,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -716,4 +716,6 @@ $strYes = 'S
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
$strZip = '"comprimido con zip"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -717,4 +717,6 @@ $strYes = 'Sí';
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
$strZip = '"comprimido con zip"';
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -717,4 +717,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -718,4 +718,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -729,4 +729,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -730,4 +730,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -729,4 +729,6 @@ $strZeroRemovesTheLimit = 'Not: Bu se
$strZip = '"ziplenmiþ"';
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -730,4 +730,6 @@ $strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0\'a ayarlanması sınırı kal
$strZip = '"ziplenmiş"';
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

View File

@ -722,4 +722,6 @@ $strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Chech-Slovak'; //to translate
?>

Some files were not shown because too many files have changed in this diff Show More