From d569a940525965350123dc7a9040833601becd54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 29 Dec 2004 14:30:21 +0000 Subject: [PATCH] Improved some texts, also bug #1009667. --- ChangeLog | 1 + lang/czech-iso-8859-2.inc.php | 6 +++--- lang/czech-utf-8.inc.php | 6 +++--- lang/czech-windows-1250.inc.php | 6 +++--- lang/english-iso-8859-1.inc.php | 6 +++--- lang/english-utf-8.inc.php | 6 +++--- 6 files changed, 16 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 45acf7bca..175fccd09 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ $Source$ uses UFPDF class from http://www.acko.net/node/56. NOTE: We now have a bit modified FPDF class. (bug #1046051) * Documentation.html: Added info about UFPDF library. + * lang/czech, lang/english: Improved some texts, also bug #1009667. 2004-12-28 Michal ÄŒihaÅ™ * libraries/tbl_move_copy.php: Fix constraints copying (bug #1085900). diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 5713beb1a..aec58e939 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -637,11 +637,11 @@ $strStatCreateTime = 'Vytvo $strStatUpdateTime = 'Poslední zmìna'; $strStatement = 'Údaj'; $strStatus = 'Stav'; -$strStrucCSV = 'CSV data'; +$strStrucCSV = 'CSV'; $strStrucData = 'Strukturu a data'; $strStrucDrop = 'Pøidat DROP TABLE'; -$strStrucExcelCSV = 'CSV data pro MS Excel'; -$strStrucNativeExcel = 'Nativní MS Excel'; +$strStrucExcelCSV = 'CSV pro MS Excel'; +$strStrucNativeExcel = 'Nativní formát MS Excelu'; $strStrucOnly = 'Pouze strukturu'; $strStructPropose = 'Navrhnout strukturu tabulky'; $strStructure = 'Struktura'; diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 71935f961..1ab7ba96a 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -638,11 +638,11 @@ $strStatCreateTime = 'VytvoÅ™ení'; $strStatUpdateTime = 'Poslední zmÄ›na'; $strStatement = 'Údaj'; $strStatus = 'Stav'; -$strStrucCSV = 'CSV data'; +$strStrucCSV = 'CSV'; $strStrucData = 'Strukturu a data'; $strStrucDrop = 'PÅ™idat DROP TABLE'; -$strStrucExcelCSV = 'CSV data pro MS Excel'; -$strStrucNativeExcel = 'Nativní MS Excel'; +$strStrucExcelCSV = 'CSV pro MS Excel'; +$strStrucNativeExcel = 'Nativní formát MS Excelu'; $strStrucOnly = 'Pouze strukturu'; $strStructPropose = 'Navrhnout strukturu tabulky'; $strStructure = 'Struktura'; diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 9766c4167..6ff63dbbd 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -637,11 +637,11 @@ $strStatCreateTime = 'Vytvo $strStatUpdateTime = 'Poslední zmìna'; $strStatement = 'Údaj'; $strStatus = 'Stav'; -$strStrucCSV = 'CSV data'; +$strStrucCSV = 'CSV'; $strStrucData = 'Strukturu a data'; $strStrucDrop = 'Pøidat DROP TABLE'; -$strStrucExcelCSV = 'CSV data pro MS Excel'; -$strStrucNativeExcel = 'Nativní MS Excel'; +$strStrucExcelCSV = 'CSV pro MS Excel'; +$strStrucNativeExcel = 'Nativní formát MS Excelu'; $strStrucOnly = 'Pouze strukturu'; $strStructPropose = 'Navrhnout strukturu tabulky'; $strStructure = 'Struktura'; diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index d09573e31..55b91ef9b 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -631,11 +631,11 @@ $strStatCreateTime = 'Creation'; $strStatUpdateTime = 'Last update'; $strStatement = 'Statements'; $strStatus = 'Status'; -$strStrucCSV = 'CSV data'; +$strStrucCSV = 'CSV'; $strStrucData = 'Structure and data'; $strStrucDrop = 'Add DROP TABLE'; -$strStrucExcelCSV = 'CSV for MS Excel data'; -$strStrucNativeExcel = 'Native MS Excel data'; +$strStrucExcelCSV = 'CSV for MS Excel'; +$strStrucNativeExcel = 'Native MS Excel format'; $strStrucOnly = 'Structure only'; $strStructPropose = 'Propose table structure'; $strStructure = 'Structure'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 75e46cf47..e1922d35f 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -632,11 +632,11 @@ $strStatCreateTime = 'Creation'; $strStatUpdateTime = 'Last update'; $strStatement = 'Statements'; $strStatus = 'Status'; -$strStrucCSV = 'CSV data'; +$strStrucCSV = 'CSV'; $strStrucData = 'Structure and data'; $strStrucDrop = 'Add DROP TABLE'; -$strStrucExcelCSV = 'CSV for MS Excel data'; -$strStrucNativeExcel = 'Native MS Excel data'; +$strStrucExcelCSV = 'CSV for MS Excel'; +$strStrucNativeExcel = 'Native MS Excel format'; $strStrucOnly = 'Structure only'; $strStructPropose = 'Propose table structure'; $strStructure = 'Structure';