From 4520fd9fdcaff6df73d6cf1a82f61da52a848df3 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 14 May 2002 17:17:39 +0000 Subject: [PATCH] pdf schema --- lang/arabic.inc.php3 | 2 ++ lang/brazilian_portuguese.inc.php3 | 2 ++ lang/bulgarian-koi8.inc.php3 | 2 ++ lang/bulgarian-win1251.inc.php3 | 2 ++ lang/catala.inc.php3 | 2 ++ lang/chinese_big5.inc.php3 | 2 ++ lang/chinese_gb.inc.php3 | 2 ++ lang/croatian-iso8859-2.inc.php3 | 2 ++ lang/croatian-win1250.inc.php3 | 2 ++ lang/czech-iso.inc.php3 | 2 ++ lang/czech-win1250.inc.php3 | 2 ++ lang/danish.inc.php3 | 2 ++ lang/dutch.inc.php3 | 2 ++ lang/english.inc.php3 | 2 ++ lang/estonian.inc.php3 | 2 ++ lang/finnish.inc.php3 | 2 ++ lang/french.inc.php3 | 4 +++- lang/galician.inc.php3 | 2 ++ lang/georgian.inc.php3 | 2 ++ lang/german.inc.php3 | 2 ++ lang/greek.inc.php3 | 2 ++ lang/hebrew.inc.php3 | 2 ++ lang/hungarian.inc.php3 | 2 ++ lang/indonesian.inc.php3 | 2 ++ lang/italian.inc.php3 | 2 ++ lang/japanese-euc.inc.php3 | 2 ++ lang/japanese-sjis.inc.php3 | 2 ++ lang/korean.inc.php3 | 2 ++ lang/latvian.inc.php3 | 2 ++ lang/lithuanian.inc.php3 | 2 ++ lang/norwegian.inc.php3 | 2 ++ lang/polish.inc.php3 | 2 ++ lang/portuguese.inc.php3 | 2 ++ lang/romanian.inc.php3 | 2 ++ lang/russian-koi8.inc.php3 | 2 ++ lang/russian-win1251.inc.php3 | 2 ++ lang/serbian-win1250.inc.php3 | 2 ++ lang/slovak-iso.inc.php3 | 2 ++ lang/slovak-win1250.inc.php3 | 2 ++ lang/spanish.inc.php3 | 2 ++ lang/swedish.inc.php3 | 2 ++ lang/thai.inc.php3 | 2 ++ lang/turkish.inc.php3 | 2 ++ lang/ukrainian-win1251.inc.php3 | 2 ++ 44 files changed, 89 insertions(+), 1 deletion(-) diff --git a/lang/arabic.inc.php3 b/lang/arabic.inc.php3 index 364d57f5cd..5f99e15314 100644 --- a/lang/arabic.inc.php3 +++ b/lang/arabic.inc.php3 @@ -367,4 +367,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 5da852c46f..098ae1c6ee 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -365,4 +365,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/bulgarian-koi8.inc.php3 b/lang/bulgarian-koi8.inc.php3 index 28141d4864..d2bdf9b1dc 100644 --- a/lang/bulgarian-koi8.inc.php3 +++ b/lang/bulgarian-koi8.inc.php3 @@ -366,4 +366,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index f751871848..08842ca9f3 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -366,4 +366,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 7323021312..b25e10fc3a 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index fb364b1953..335d86fa9f 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -364,4 +364,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 13164d1416..c83cb1db75 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -364,4 +364,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/croatian-iso8859-2.inc.php3 b/lang/croatian-iso8859-2.inc.php3 index 71d1675c9b..049ba63159 100644 --- a/lang/croatian-iso8859-2.inc.php3 +++ b/lang/croatian-iso8859-2.inc.php3 @@ -366,4 +366,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/croatian-win1250.inc.php3 b/lang/croatian-win1250.inc.php3 index 932965d194..d7c679c628 100644 --- a/lang/croatian-win1250.inc.php3 +++ b/lang/croatian-win1250.inc.php3 @@ -366,4 +366,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 8e350b245e..ad279d16a8 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -362,4 +362,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index a5ebbc265b..c002da9465 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index df7d20c6a5..e9743fed6a 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -360,4 +360,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index b40a52c63b..e1c83974dd 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -360,4 +360,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index e1300b0d4a..9f7de029b4 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -359,4 +359,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/estonian.inc.php3 b/lang/estonian.inc.php3 index 7b30c964cb..0f5789dc99 100644 --- a/lang/estonian.inc.php3 +++ b/lang/estonian.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index 9a53b60697..2314ffbd53 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -365,4 +365,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index ce70566d49..849e7212a6 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -360,5 +360,7 @@ $strConfigureTableCoord = 'Les coordonn $strScaleFactorSmall = 'Veuillez augmenter l\'échelle car le schéma déborde la page '; $strDisplayPDF = 'Afficher le schéma en PDF'; $strPageNumber = 'Page n°:'; -$strShowGrid = 'Afficher la grille'; +$strShowGrid = 'Grille'; +$strShowColor = 'Couleurs'; +$strShowTableDimension = 'Dimension des tables'; ?> diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index c91ae0b02c..e2bc2b1d26 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -365,4 +365,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/georgian.inc.php3 b/lang/georgian.inc.php3 index 69c09f8f3e..1d71c370a7 100644 --- a/lang/georgian.inc.php3 +++ b/lang/georgian.inc.php3 @@ -370,4 +370,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 1d837c10ae..04da3a9ab4 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/greek.inc.php3 b/lang/greek.inc.php3 index b4e4d0ae6a..f00f6a4d35 100644 --- a/lang/greek.inc.php3 +++ b/lang/greek.inc.php3 @@ -362,4 +362,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/hebrew.inc.php3 b/lang/hebrew.inc.php3 index 79c9d16c34..de37b812d5 100644 --- a/lang/hebrew.inc.php3 +++ b/lang/hebrew.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/hungarian.inc.php3 b/lang/hungarian.inc.php3 index d499f14398..52b77f5d03 100644 --- a/lang/hungarian.inc.php3 +++ b/lang/hungarian.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/indonesian.inc.php3 b/lang/indonesian.inc.php3 index d405608f18..96924cbf43 100644 --- a/lang/indonesian.inc.php3 +++ b/lang/indonesian.inc.php3 @@ -360,4 +360,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 12a8720b0d..848b1e21f9 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -367,4 +367,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index affb974af4..f1945e0466 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -370,4 +370,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 0a74902e93..794d4c5fa9 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -370,4 +370,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index a5a6958a4f..ceb203ba51 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -362,4 +362,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/latvian.inc.php3 b/lang/latvian.inc.php3 index ce89f551ee..f666b293f1 100644 --- a/lang/latvian.inc.php3 +++ b/lang/latvian.inc.php3 @@ -365,4 +365,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/lithuanian.inc.php3 b/lang/lithuanian.inc.php3 index 77cc002bef..69ac4ab0c2 100644 --- a/lang/lithuanian.inc.php3 +++ b/lang/lithuanian.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 86d98952c3..7c29a638f2 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -365,4 +365,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 12f964faee..aac32a32ea 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 82d37453b3..0bbbcc183c 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -368,4 +368,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index a08279db92..b8567b652f 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -362,4 +362,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index 806fc8da98..f5f59f1a53 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -366,4 +366,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 0f5f4f7b25..fcbab09167 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -366,4 +366,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/serbian-win1250.inc.php3 b/lang/serbian-win1250.inc.php3 index 06a79d2369..8849d6b32e 100644 --- a/lang/serbian-win1250.inc.php3 +++ b/lang/serbian-win1250.inc.php3 @@ -367,4 +367,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index c303de665b..589fad6354 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -364,4 +364,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/slovak-win1250.inc.php3 b/lang/slovak-win1250.inc.php3 index 46b88ee395..8912dc9893 100644 --- a/lang/slovak-win1250.inc.php3 +++ b/lang/slovak-win1250.inc.php3 @@ -364,4 +364,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 5b7433cbd2..dc0e90f14c 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -359,4 +359,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 57c537e2d4..59e2be15c4 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index f96f100400..16d7349475 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -368,4 +368,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/turkish.inc.php3 b/lang/turkish.inc.php3 index 82dea30006..68cca8e40e 100644 --- a/lang/turkish.inc.php3 +++ b/lang/turkish.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?> diff --git a/lang/ukrainian-win1251.inc.php3 b/lang/ukrainian-win1251.inc.php3 index e6226552df..7ffdbf4434 100644 --- a/lang/ukrainian-win1251.inc.php3 +++ b/lang/ukrainian-win1251.inc.php3 @@ -361,4 +361,6 @@ $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one p $strDisplayPDF = 'Display PDF schema'; //to translate $strPageNumber = 'Page number:'; //to translate $strShowGrid = 'Show grid'; //to translate +$strShowColor = 'Show color'; //to translate +$strShowTableDimension = 'Show dimension of tables'; //to translate ?>