From 6bb9a1eee8c7741891ba22e0fc9e193f27cc6054 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 26 Jun 2002 16:08:41 +0000 Subject: [PATCH] Czech: Shorter term for QBE. --- ChangeLog | 8 ++++++-- lang/czech-iso.inc.php3 | 2 +- lang/czech-utf8.inc.php3 | 2 +- lang/czech-win1250.inc.php3 | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f52c1c9b2..e8266adcd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,14 +5,18 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-06-26 Alexander M. Turek + * lang/czech-*.inc.php3: Shorter term for QBE, thanks again to + Michal Cihar (nijel). + 2002-06-26 Marc Delisle * Documentation.html: update the persons/towns/countries example 2002-06-26 Olivier L. Müller * tbl_change.php3: display the submit button every 15 lines: - may be useful for tables with 200 fields... + may be useful for tables with 200 fields... * db_details_structure.php3: fixed a wrong link: [Properties] - was opening the tbl_properties.php3 instead of + was opening the tbl_properties.php3 instead of tbl_properties_structure.php3 2002-06-25 Alexander M. Turek diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 0b6041275..0a0f00db5 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -272,7 +272,7 @@ $strPrintView = 'N $strPrivileges = 'Oprávnění'; $strProperties = 'Vlastnosti'; -$strQBE = 'Dotaz podle příkladu'; +$strQBE = 'Dotaz'; $strQBEDel = 'smazat'; $strQBEIns = 'přidat'; $strQueryOnDb = 'SQL dotaz na databázi %s:'; diff --git a/lang/czech-utf8.inc.php3 b/lang/czech-utf8.inc.php3 index a8a1819b5..24337b439 100644 --- a/lang/czech-utf8.inc.php3 +++ b/lang/czech-utf8.inc.php3 @@ -273,7 +273,7 @@ $strPrintView = 'Náhled k vytištÄ›nĂ­'; $strPrivileges = 'OprávnÄ›nĂ­'; $strProperties = 'Vlastnosti'; -$strQBE = 'Dotaz podle příkladu'; +$strQBE = 'Dotaz'; $strQBEDel = 'smazat'; $strQBEIns = 'pĹ™idat'; $strQueryOnDb = 'SQL dotaz na databázi %s:'; diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index ea4da1242..1767173e7 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -272,7 +272,7 @@ $strPrintView = 'N $strPrivileges = 'Oprávnění'; $strProperties = 'Vlastnosti'; -$strQBE = 'Dotaz podle příkladu'; +$strQBE = 'Dotaz'; $strQBEDel = 'smazat'; $strQBEIns = 'přidat'; $strQueryOnDb = 'SQL dotaz na databázi %s:';