From 3d1279ecaebde750537699d9d18611d985c02ab6 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 17 Aug 2003 23:39:54 +0000 Subject: [PATCH] patch 789367: browse foreign --- ChangeLog | 3 + browse_foreigners.php3 | 191 ++++++++++++++++++ lang/afrikaans-iso-8859-1.inc.php3 | 3 + lang/afrikaans-utf-8.inc.php3 | 3 + lang/albanian-iso-8859-1.inc.php3 | 3 + lang/albanian-utf-8.inc.php3 | 3 + lang/arabic-utf-8.inc.php3 | 3 + lang/arabic-windows-1256.inc.php3 | 3 + lang/brazilian_portuguese-iso-8859-1.inc.php3 | 3 + lang/brazilian_portuguese-utf-8.inc.php3 | 3 + lang/bulgarian-koi8-r.inc.php3 | 3 + lang/bulgarian-utf-8.inc.php3 | 3 + lang/bulgarian-windows-1251.inc.php3 | 3 + lang/catalan-iso-8859-1.inc.php3 | 3 + lang/catalan-utf-8.inc.php3 | 3 + lang/chinese_big5-utf-8.inc.php3 | 3 + lang/chinese_big5.inc.php3 | 3 + lang/chinese_gb-utf-8.inc.php3 | 3 + lang/chinese_gb.inc.php3 | 3 + lang/croatian-iso-8859-2.inc.php3 | 3 + lang/croatian-utf-8.inc.php3 | 3 + lang/croatian-windows-1250.inc.php3 | 3 + lang/czech-iso-8859-2.inc.php3 | 3 + lang/czech-utf-8.inc.php3 | 3 + lang/czech-windows-1250.inc.php3 | 3 + lang/danish-iso-8859-1.inc.php3 | 3 + lang/danish-utf-8.inc.php3 | 3 + lang/dutch-iso-8859-1.inc.php3 | 3 + lang/dutch-utf-8.inc.php3 | 3 + lang/english-iso-8859-1.inc.php3 | 3 + lang/english-utf-8.inc.php3 | 3 + lang/estonian-iso-8859-1.inc.php3 | 3 + lang/estonian-utf-8.inc.php3 | 3 + lang/finnish-iso-8859-1.inc.php3 | 3 + lang/finnish-utf-8.inc.php3 | 3 + lang/french-iso-8859-1.inc.php3 | 3 + lang/french-utf-8.inc.php3 | 3 + lang/galician-iso-8859-1.inc.php3 | 3 + lang/galician-utf-8.inc.php3 | 3 + lang/georgian-utf-8.inc.php3 | 3 + lang/german-iso-8859-1.inc.php3 | 3 + lang/german-utf-8.inc.php3 | 3 + lang/greek-iso-8859-7.inc.php3 | 3 + lang/greek-utf-8.inc.php3 | 3 + lang/hebrew-iso-8859-8-i.inc.php3 | 3 + lang/hindi-utf-8.inc.php3 | 3 + lang/hungarian-iso-8859-2.inc.php3 | 3 + lang/hungarian-utf-8.inc.php3 | 3 + lang/indonesian-iso-8859-1.inc.php3 | 3 + lang/indonesian-utf-8.inc.php3 | 3 + lang/italian-iso-8859-1.inc.php3 | 3 + lang/italian-utf-8.inc.php3 | 3 + lang/japanese-euc.inc.php3 | 3 + lang/japanese-sjis.inc.php3 | 3 + lang/japanese-utf-8.inc.php3 | 3 + lang/korean-ks_c_5601-1987.inc.php3 | 3 + lang/latvian-utf-8.inc.php3 | 3 + lang/latvian-windows-1257.inc.php3 | 3 + lang/lithuanian-utf-8.inc.php3 | 3 + lang/lithuanian-windows-1257.inc.php3 | 3 + lang/malay-iso-8859-1.inc.php3 | 3 + lang/malay-utf-8.inc.php3 | 3 + lang/norwegian-iso-8859-1.inc.php3 | 3 + lang/norwegian-utf-8.inc.php3 | 3 + lang/polish-iso-8859-2.inc.php3 | 3 + lang/polish-utf-8.inc.php3 | 3 + lang/portuguese-iso-8859-1.inc.php3 | 3 + lang/portuguese-utf-8.inc.php3 | 3 + lang/romanian-iso-8859-1.inc.php3 | 3 + lang/romanian-utf-8.inc.php3 | 3 + lang/russian-dos-866.inc.php3 | 3 + lang/russian-koi8-r.inc.php3 | 3 + lang/russian-utf-8.inc.php3 | 3 + lang/russian-windows-1251.inc.php3 | 3 + lang/serbian_cyrillic-utf-8.inc.php3 | 3 + lang/serbian_cyrillic-windows-1251.inc.php3 | 3 + lang/serbian_latin-utf-8.inc.php3 | 3 + lang/serbian_latin-windows-1250.inc.php3 | 3 + lang/slovak-iso-8859-2.inc.php3 | 3 + lang/slovak-utf-8.inc.php3 | 3 + lang/slovak-windows-1250.inc.php3 | 3 + lang/slovenian-iso-8859-2.inc.php3 | 3 + lang/slovenian-utf-8.inc.php3 | 3 + lang/slovenian-windows-1250.inc.php3 | 3 + lang/spanish-iso-8859-1.inc.php3 | 3 + lang/spanish-utf-8.inc.php3 | 3 + lang/swedish-iso-8859-1.inc.php3 | 3 + lang/swedish-utf-8.inc.php3 | 3 + lang/thai-tis-620.inc.php3 | 3 + lang/thai-utf-8.inc.php3 | 3 + lang/turkish-iso-8859-9.inc.php3 | 3 + lang/turkish-utf-8.inc.php3 | 3 + lang/ukrainian-utf-8.inc.php3 | 3 + lang/ukrainian-windows-1251.inc.php3 | 3 + libraries/display_tbl.lib.php3 | 8 +- libraries/get_foreign.lib.php3 | 7 +- libraries/relation.lib.php3 | 57 +++++- tbl_change.php3 | 72 ++++--- tbl_select.php3 | 36 +++- 99 files changed, 598 insertions(+), 52 deletions(-) create mode 100644 browse_foreigners.php3 diff --git a/ChangeLog b/ChangeLog index f692c048c6..06bb25f7db 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,9 @@ $Source$ 2003-08-16 Marc Delisle * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). + * browse_foreigners.php3, tbl_change.php3, tbl_select.php3, + libraries/display_tbl.lib.php3, /relation.lib.php3, /get_foreign.lib.php3: + Patch 789367: Browse foreign values, thanks to Garvin 2003-08-16 Alexander M. Turek * Documentation.html: Bad anchor link and other typos. diff --git a/browse_foreigners.php3 b/browse_foreigners.php3 new file mode 100644 index 0000000000..5a0362c055 --- /dev/null +++ b/browse_foreigners.php3 @@ -0,0 +1,191 @@ + + + + + + phpMyAdmin + + /> + + + + + + + + +
+ + + + + $per_page)) { + $showall = ''; +} else { + $showall = ''; +} + +$session_max_rows = $per_page; +$pageNow = @floor($pos / $session_max_rows) + 1; +$nbTotalPage = @ceil($the_total / $session_max_rows); + +if ($the_total > $per_page) { + $gotopage = '
' . $GLOBALS['strPageNumber'] + . ' + + + + + +'; + +echo $header; + +if (isset($disp) && $disp) { + $count = 0; + while ($relrow = @PMA_mysql_fetch_array($disp)) { + $count++; + $bgcolor = ($count % 2) ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; + + $key = $relrow[$foreign_field]; + if (strlen($relrow[$foreign_display]) <= $cfg['LimitChars']) { + $value = (($foreign_display != FALSE) ? htmlspecialchars($relrow[$foreign_display]) : ''); + $vtitle = ''; + } else { + $vtitle = htmlspecialchars($relrow[$foreign_display]); + $value = (($foreign_display != FALSE) ? htmlspecialchars(substr($vtitle, 0, $cfg['LimitChars']) . '...') : ''); + } + + if ($count > $cfg['RepeatCells']) { + echo $header; + $count = -1; + } +?> + + + + + + + + +
' . $strKey . '' . $strDescription . ' + ' . $showall . ' + ' . $gotopage . ' + ' . $strDescription . '' . $strKey . '
' : '') . '' . htmlspecialchars($key) . '' . ($key == $data ? '' : ''); ?>' : '') . '' . $value . '' . ($key == $data ? '' : ''); ?>' : '') . '' . $value . '' . ($key == $data ? '' : ''); ?>' : '') . '' . htmlspecialchars($key) . '' . ($key == $data ? '' : ''); ?>
+
+ + + + + diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 46e5c3291f..4f3bb5ab9f 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -704,4 +704,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index 2bcefc40ed..1e9490653e 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -705,4 +705,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 3a3b30088b..b70f26509b 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -696,4 +696,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 490a0b8c07..23c96f6329 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -697,4 +697,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index 4c058a437f..99ce8e9806 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -720,4 +720,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 5c7f2a3993..c2485eac8c 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -719,4 +719,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index 3d0f609e05..714a2d3acb 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -718,4 +718,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 33c1afad2c..e23da7574a 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -719,4 +719,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 935e60426e..a9b8b6b9fb 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -699,4 +699,7 @@ $strZip = '"zip- $strToggleScratchboard = 'toggle scratchboard'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 943e428313..2a8c2f253a 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -700,4 +700,7 @@ $strZip = '"zip-нато"'; $strToggleScratchboard = 'toggle scratchboard'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 0842fa5212..70b0b2e7b8 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -699,4 +699,7 @@ $strZip = '"zip- $strToggleScratchboard = 'toggle scratchboard'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 8ac5f60bac..1d79ce2ca3 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -691,4 +691,7 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l $strZip = '"comprimit amb zip"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 269905c61c..9b9b73088a 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -692,4 +692,7 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l $strZip = '"comprimit amb zip"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index d7cea6e768..7ade2f9c76 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -697,4 +697,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index c950cc4afd..7f23e76e0c 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -696,4 +696,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index e09770c8ca..d063d3cd96 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -696,4 +696,7 @@ $strYes = '是'; $strZeroRemovesTheLimit = '注意:将这些选项设为 0 (零)将删除限制。'; $strZip = '"zipped"'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 61f03d7caa..faab9d1ada 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -695,4 +695,7 @@ $strYes = ' $strZeroRemovesTheLimit = 'ע⣺ЩѡΪ 0 ()ɾơ'; $strZip = '"zipped"'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 011d1fab24..514a68c99d 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -717,4 +717,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index a06be5ff38..184929536d 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -718,4 +718,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 26aca9c04e..6c20f6e237 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -717,4 +717,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 81bfd0a8b6..b2e69b3041 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -697,4 +697,7 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipovno"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index acf8d19eb6..b2f65f2908 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -698,4 +698,7 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) $strZip = '"zazipováno"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 5905ad4789..06839f6946 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -697,4 +697,7 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipovno"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 5346c32dc7..b8e30496a3 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -712,4 +712,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 10a04a2420..e0de8f1d52 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -713,4 +713,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 566b650ac3..a85c2a620f 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -707,4 +707,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index c03c26c00a..cf70a325b9 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -708,4 +708,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 061b643868..ac5709a7e1 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -77,6 +77,7 @@ $strBookmarkQuery = 'Bookmarked SQL-query'; $strBookmarkThis = 'Bookmark this SQL-query'; $strBookmarkView = 'View only'; $strBrowse = 'Browse'; +$strBrowseForeignValues = 'Browse foreign values'; $strBulgarian = 'Bulgarian'; $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; $strBzip = '"bzipped"'; @@ -655,6 +656,7 @@ $strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseHostTable = 'Use Host Table'; $strUseTables = 'Use Tables'; $strUseTextField = 'Use text field'; +$strUseThisValue = 'Use this value'; $strUser = 'User'; $strUserAlreadyExists = 'The user %s already exists!'; $strUserEmpty = 'The user name is empty!'; @@ -678,6 +680,7 @@ $strWebServerUploadDirectoryError = 'The directory you set for upload work canno $strWelcome = 'Welcome to %s'; $strWestEuropean = 'West European'; $strWildcard = 'wildcard'; +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; $strWithChecked = 'With selected:'; $strWritingCommentNotPossible = 'Writing of comment not possible'; $strWritingRelationNotPossible = 'Writing of relation not possible'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index e1d5c92367..a7c72e14dd 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -78,6 +78,7 @@ $strBookmarkQuery = 'Bookmarked SQL-query'; $strBookmarkThis = 'Bookmark this SQL-query'; $strBookmarkView = 'View only'; $strBrowse = 'Browse'; +$strBrowseForeignValues = 'Browse foreign values'; $strBulgarian = 'Bulgarian'; $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; $strBzip = '"bzipped"'; @@ -656,6 +657,7 @@ $strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseHostTable = 'Use Host Table'; $strUseTables = 'Use Tables'; $strUseTextField = 'Use text field'; +$strUseThisValue = 'Use this value'; $strUser = 'User'; $strUserAlreadyExists = 'The user %s already exists!'; $strUserEmpty = 'The user name is empty!'; @@ -679,6 +681,7 @@ $strWebServerUploadDirectoryError = 'The directory you set for upload work canno $strWelcome = 'Welcome to %s'; $strWestEuropean = 'West European'; $strWildcard = 'wildcard'; +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; $strWithChecked = 'With selected:'; $strWritingCommentNotPossible = 'Writing of comment not possible'; $strWritingRelationNotPossible = 'Writing of relation not possible'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 6a6d7ebfe7..dbc5a9c0a9 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -691,4 +691,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 47f2d3c4dc..916a030f86 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -692,4 +692,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index d8c752af24..f6fc0e6abe 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -714,4 +714,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 35c07b75cc..480fd771de 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -715,4 +715,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 1c1c722e48..111202fbf5 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -78,6 +78,7 @@ $strBookmarkQuery = 'Requ $strBookmarkThis = 'Conserver cette requte dans les signets'; $strBookmarkView = 'Voir uniquement'; $strBrowse = 'Afficher'; +$strBrowseForeignValues = 'Afficher les valeurs de la table lie'; $strBulgarian = 'bulgare'; $strBzError = 'phpMyAdmin n\'a pu compresser le fichier export en raison d\'une composante Bz2 dfaillante dans cette version de PHP. Il est recommand de donner $cfg[\'BZipDump\'] dans votre fichier de configuration phpMyAdmin la valeur FALSE. Si vous voulez utiliser la compression en mode Bz2, veuillez mettre niveau votre version de PHP. Ce rapport d\'anomalies PHP donne les dtails: %s.'; $strBzip = '"bzipp"'; @@ -656,6 +657,7 @@ $strUseBackquotes = 'Prot $strUseHostTable = 'Utiliser la table Host'; $strUseTables = 'Utiliser les tables'; $strUseTextField = 'Entrez une valeur'; +$strUseThisValue = 'Utiliser cette valeur'; $strUser = 'Utilisateur'; $strUserAlreadyExists = 'L\'utilisateur %s existe dj!'; $strUserEmpty = 'Le nom d\'utilisateur est vide'; @@ -679,6 +681,7 @@ $strWebServerUploadDirectoryError = 'Le r $strWelcome = 'Bienvenue %s '; $strWestEuropean = 'Europe de l\'ouest'; $strWildcard = 'passepartout'; +$strWindowNotFound = 'La fentre principale n\'a pu tre mise jour. Il est possible que vous l\'ayiez ferme, ou encore que votre navigateur bloque les mises jour inter-fentres pour des raisons de scurit.'; $strWithChecked = 'Pour la slection :'; $strWritingCommentNotPossible = 'Ajout de commentaire impossible'; $strWritingRelationNotPossible = 'Ajout de relation impossible'; diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index c6b88e9713..851d89b414 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -79,6 +79,7 @@ $strBookmarkQuery = 'Requêtes en signets'; $strBookmarkThis = 'Conserver cette requête dans les signets'; $strBookmarkView = 'Voir uniquement'; $strBrowse = 'Afficher'; +$strBrowseForeignValues = 'Afficher les valeurs de la table liée'; $strBulgarian = 'bulgare'; $strBzError = 'phpMyAdmin n\'a pu compresser le fichier exporté en raison d\'une composante Bz2 défaillante dans cette version de PHP. Il est recommandé de donner à $cfg[\'BZipDump\'] dans votre fichier de configuration phpMyAdmin la valeur FALSE. Si vous voulez utiliser la compression en mode Bz2, veuillez mettre à niveau votre version de PHP. Ce rapport d\'anomalies PHP donne les détails: %s.'; $strBzip = '"bzippé"'; @@ -657,6 +658,7 @@ $strUseBackquotes = 'Protéger les noms des tables et des champs par des "` $strUseHostTable = 'Utiliser la table Host'; $strUseTables = 'Utiliser les tables'; $strUseTextField = 'Entrez une valeur'; +$strUseThisValue = 'Utiliser cette valeur'; $strUser = 'Utilisateur'; $strUserAlreadyExists = 'L\'utilisateur %s existe déjà!'; $strUserEmpty = 'Le nom d\'utilisateur est vide'; @@ -680,6 +682,7 @@ $strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessibl $strWelcome = 'Bienvenue à %s '; $strWestEuropean = 'Europe de l\'ouest'; $strWildcard = 'passepartout'; +$strWindowNotFound = 'La fenêtre principale n\'a pu être mise à jour. Il est possible que vous l\'ayiez fermée, ou encore que votre navigateur bloque les mises à jour inter-fenêtres pour des raisons de sécurité.'; $strWithChecked = 'Pour la sélection :'; $strWritingCommentNotPossible = 'Ajout de commentaire impossible'; $strWritingRelationNotPossible = 'Ajout de relation impossible'; diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 57710c589b..cf8420e058 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -696,4 +696,7 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opci $strZip = 'comprimido no formato "zip"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 5610ef1e1f..13a4cd1325 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -697,4 +697,7 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) e $strZip = 'comprimido no formato "zip"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index bea3709d53..923802067a 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -718,4 +718,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 9dbd809e99..eeb052becc 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -699,4 +699,7 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr $strZip = 'Zip-komprimiert'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index c056ebcdf4..f0c0c385d4 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -700,4 +700,7 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränku $strZip = 'Zip-komprimiert'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 92294d6cf9..a9ddc0a9cf 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -716,4 +716,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 588aec67a2..99ca5f1f29 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -717,4 +717,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index 274bfa1f81..b15ece9fe5 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -714,4 +714,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index a760e1e1ae..3bef5af555 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -728,4 +728,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 0bfdcc867d..76ee1844e4 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -702,4 +702,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 82c77c80a6..b46ee06083 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -703,4 +703,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 98b3372bff..0dc6b44088 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -691,4 +691,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index fd6c98b561..448ded9954 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -692,4 +692,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index bd73ac5189..7ffe3f671c 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -696,4 +696,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 47593c764e..a5c241ac3a 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -697,4 +697,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index c7a792365b..71c761990d 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -702,4 +702,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 1f2878db47..baefea7661 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -702,4 +702,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index eedc6e2810..f4939200e1 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -703,4 +703,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index dc6cce6e5e..e0565f956f 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -712,4 +712,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 8d6ebc640f..60e41f8ebf 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -696,4 +696,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 22f016ffd0..3758474360 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -695,4 +695,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index debf784f4e..a45f7c5357 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -692,4 +692,7 @@ $strZeroRemovesTheLimit = 'Pastaba: nėra jokių apribojimų jeigu reikšmė nur $strZip = '"zip"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 0c94784d71..06053c036b 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -691,4 +691,7 @@ $strZeroRemovesTheLimit = 'Pastaba: n $strZip = '"zip"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 7e1e935b37..93c7708ce3 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -715,4 +715,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index 2639b2b39c..4efd2640c0 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -716,4 +716,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index df2bf909de..419c6fbfa8 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -697,4 +697,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 38da84f510..b17cc8f5a3 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -696,4 +696,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 2ac754188c..b030170ddb 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -691,4 +691,7 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni $strZip = '".zip"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index aac49a0c45..3794a20d1c 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -692,4 +692,7 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni $strZip = '".zip"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index bf33297a7e..2a053b11db 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -713,4 +713,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 5cd54b15d5..7ed4f2daef 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -714,4 +714,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index b06c204449..6d6867ce06 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -692,4 +692,7 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 374018ebbe..e5af0274c5 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -693,4 +693,7 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 789906c6c2..4b1e0d3d16 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -701,4 +701,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index 298f3f5b27..40301e7e68 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -699,4 +699,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index 990002b0c7..adc9e5ceee 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -700,4 +700,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 572720dfd6..2e5c73e993 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -699,4 +699,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php3 b/lang/serbian_cyrillic-utf-8.inc.php3 index 734b0994ed..fa2cbac81b 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php3 +++ b/lang/serbian_cyrillic-utf-8.inc.php3 @@ -697,4 +697,7 @@ $strYes = 'Да'; $strZeroRemovesTheLimit = 'Напомена: Постављање ових опција на 0 (нулу) уклања лимите.'; $strZip = '"зиповано"'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php3 b/lang/serbian_cyrillic-windows-1251.inc.php3 index a0b3c032ce..6d48090a59 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php3 +++ b/lang/serbian_cyrillic-windows-1251.inc.php3 @@ -696,4 +696,7 @@ $strYes = ' $strZeroRemovesTheLimit = ': 0 () .'; $strZip = '""'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php3 b/lang/serbian_latin-utf-8.inc.php3 index 9fb99db603..3c178d6490 100644 --- a/lang/serbian_latin-utf-8.inc.php3 +++ b/lang/serbian_latin-utf-8.inc.php3 @@ -698,4 +698,7 @@ $strYes = 'Da'; $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.'; $strZip = '"zipovano"'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php3 b/lang/serbian_latin-windows-1250.inc.php3 index 23137d87ce..97689fb83f 100644 --- a/lang/serbian_latin-windows-1250.inc.php3 +++ b/lang/serbian_latin-windows-1250.inc.php3 @@ -697,4 +697,7 @@ $strYes = 'Da'; $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.'; $strZip = '"zipovano"'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index ded34ecb50..ddb8cb3d61 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -692,4 +692,7 @@ $strYes = ' $strZeroRemovesTheLimit = 'Poznmka: Nastavenie tchto parametrov na 0 (nulu) odstrni obmedzenia.'; $strZip = '"zo zipovan"'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 743fbf65ab..7e6eaf5fed 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -693,4 +693,7 @@ $strYes = 'Áno'; $strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.'; $strZip = '"zo zipované"'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index ee3c98a807..dbce7eacd5 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -692,4 +692,7 @@ $strYes = ' $strZeroRemovesTheLimit = 'Poznmka: Nastavenie tchto parametrov na 0 (nulu) odstrni obmedzenia.'; $strZip = '"zo zipovan"'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 79c30aea1c..b7c926c2b7 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -697,4 +697,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 99465bd1a9..9ec4c2acc6 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -698,4 +698,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 3ec23744ee..aa200b926a 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -697,4 +697,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 8d74e7e266..8312534e28 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -690,4 +690,7 @@ $strYes = 'S $strZeroRemovesTheLimit = 'Nota: si cambia los parmetros de estas opciones a 0 (cero), remueve el lmite.'; $strZip = '"comprimido con zip"'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 30c5546154..0d3b712e5e 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -691,4 +691,7 @@ $strYes = 'Sí'; $strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.'; $strZip = '"comprimido con zip"'; +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index e17ae4546c..5a5957cb9e 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -691,4 +691,7 @@ $strZeroRemovesTheLimit = 'Anm: Genom att s $strZip = '"zippad"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 4440c1ab27..9ee692cb2f 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -692,4 +692,7 @@ $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) $strZip = '"zippad"'; // To translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index af1f82907a..8ee90de448 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -702,4 +702,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index 957574bc3e..bc78a66726 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -703,4 +703,7 @@ $strKorean = 'Korean'; //to translate $strGreek = 'Greek'; //to translate $strJapanese = 'Japanese'; //to translate $strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index f00d37f034..11e5e21cb9 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -715,4 +715,7 @@ $strWritingRelationNotPossible = 'Writing of relation not possible'; //to trans $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 3e3144759d..b3d2cc065c 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -716,4 +716,7 @@ $strWritingRelationNotPossible = 'Writing of relation not possible'; //to trans $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 6c52567628..319daaba1b 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -695,4 +695,7 @@ $strZip = 'запакувати в "zip"'; $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 0fcea241d6..75f2479f5f 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -694,4 +694,7 @@ $strZip = ' $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate ?> diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index 055f1a6de2..d5fe299f30 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -351,9 +351,9 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')) { for keep the form alignment of button < and << ?> -
+ -')"> ".$i."\n"; } ?> - - + +
' . "\n"; + + $reloptions = array('content-id' => array(), 'id-content' => array()); + while ($relrow = @PMA_mysql_fetch_array($disp)) { + $key = $relrow[$foreign_field]; + if (strlen($relrow[$foreign_display]) <= $cfg['LimitChars']) { + $value = (($foreign_display != FALSE) ? htmlspecialchars($relrow[$foreign_display]) : ''); + $vtitle = ''; + } else { + $vtitle = htmlspecialchars($relrow[$foreign_display]); + $value = (($foreign_display != FALSE) ? htmlspecialchars(substr($vtitle, 0, $cfg['LimitChars']) . '...') : ''); + } + + $reloption = '' . "\n"; + $reloptions['content-id'][] = $reloption . '>' . htmlspecialchars($key) . ' - ' . $value . '' . "\n"; + } // end while + + if ($max == -1 || count($reloptions['content-id']) < $max) { + $ret .= implode('', $reloptions['content-id']); + if (count($reloptions['content-id']) > 0) { + $ret .= '' . "\n"; + $ret .= '' . "\n"; + } + } + + $ret .= implode('', $reloptions['id-content']); + + return $ret; + } // end of 'PMA_foreignDropdown()' function + } // $__PMA_RELATION_LIB__ ?> diff --git a/tbl_change.php3 b/tbl_change.php3 index f7acf19a96..5dfda9a1f0 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -176,6 +176,25 @@ if ($cfg['ShowFunctionFields']) { '; + } else { + $iconic_spacer = ''; + } + + $titles['Browse'] = $iconic_spacer . '' . $strBrowseForeignValues . ''; + + if ($propicon == 'both') { + $titles['Browse'] .= ' ' . $strBrowseForeignValues . ''; + } +} else { + $titles['Browse'] = $strBrowseForeignValues; +} + // Set if we passed the first timestamp field $timestamp_seen = 0; $fields_cnt = mysql_num_rows($table_def); @@ -428,50 +447,29 @@ for ($i = 0; $i < $fields_cnt; $i++) { include('./libraries/get_foreign.lib.php3'); - if (isset($disp) && $disp) { + if (isset($foreign_link) && $foreign_link == true) { + ?> + + + + + ="return unNullify('')" tabindex="" id="field__3" /> + + + + array(), 'id-content' => array()); - while ($relrow = @PMA_mysql_fetch_array($disp)) { - $key = $relrow[$foreign_field]; - if (strlen($relrow[$foreign_display]) <= $cfg['LimitChars']) { - $value = (($foreign_display != FALSE) ? htmlspecialchars($relrow[$foreign_display]) : ''); - $vtitle = ''; - } else { - $vtitle = htmlspecialchars($relrow[$foreign_display]); - $value = (($foreign_display != FALSE) ? htmlspecialchars(substr($vtitle, 0, $cfg['LimitChars']) . '...') : ''); - } - - $reloption = ' ' . "\n"; - $reloptions['content-id'][] = $reloption . '>' . htmlspecialchars($key) . ' - ' . $value . '' . "\n"; - } // end while - - if (count($reloptions['content-id']) < 100) { - echo implode('', $reloptions['content-id']); - if (count($reloptions['content-id']) > 0) { - echo ' ' . "\n"; - echo ' ' . "\n"; - } - } - echo implode('', $reloptions['id-content']); - echo ' ' . "\n"; - echo ' ' . "\n"; unset($disp); } else if ($cfg['LongtextDoubleTextarea'] && strstr($type, 'longtext')) { diff --git a/tbl_select.php3 b/tbl_select.php3 index 8eb946261e..8ce9129eb1 100755 --- a/tbl_select.php3 +++ b/tbl_select.php3 @@ -10,6 +10,25 @@ require('./libraries/grab_globals.lib.php3'); require('./libraries/common.lib.php3'); require('./libraries/relation.lib.php3'); // foreign keys +if ($cfg['PropertiesIconic'] == true) { + // We need to copy the value or else the == 'both' check will always return true + $propicon = (string)$cfg['PropertiesIconic']; + + if ($propicon == 'both') { + $iconic_spacer = ''; + } else { + $iconic_spacer = ''; + } + + $titles['Browse'] = $iconic_spacer . '' . $strBrowseForeignValues . ''; + + if ($propicon == 'both') { + $titles['Browse'] .= ' ' . $strBrowseForeignValues . ''; + } +} else { + $titles['Browse'] = $strBrowseForeignValues; +} + /** * Defines arrays of functions (should possibly be in config.inc.php3 * so it can also be used in tbl_qbe.php3) @@ -70,7 +89,7 @@ if (!isset($param) || $param[0] == '') { //$foreigners = ($cfgRelation['relwork'] ? PMA_getForeigners($db, $table) : FALSE); $foreigners = PMA_getForeigners($db, $table); ?> -
+ @@ -147,16 +166,17 @@ if (!isset($param) || $param[0] == '') { if ($foreigners && isset($foreigners[$field]) && isset($disp) && $disp && @PMA_mysql_fetch_array($disp)) { // f o r e i g n k e y s echo ' ' . "\n"; + } else if (isset($foreign_link) && $foreign_link == true) { + ?> + + +