diff --git a/ChangeLog b/ChangeLog index f692c048c..06bb25f7d 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 000000000..5a0362c05 --- /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 46e5c3291..4f3bb5ab9 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 2bcefc40e..1e9490653 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 3a3b30088..b70f26509 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 490a0b8c0..23c96f632 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 4c058a437..99ce8e980 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 5c7f2a399..c2485eac8 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 3d0f609e0..714a2d3ac 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 33c1afad2..e23da7574 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 935e60426..a9b8b6b9f 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 943e42831..2a8c2f253 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 0842fa521..70b0b2e7b 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 8ac5f60ba..1d79ce2ca 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 269905c61..9b9b73088 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 d7cea6e76..7ade2f9c7 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 c950cc4af..7f23e76e0 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 e09770c8c..d063d3cd9 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 61f03d7ca..faab9d1ad 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 011d1fab2..514a68c99 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 a06be5ff3..184929536 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 26aca9c04..6c20f6e23 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 81bfd0a8b..b2e69b304 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 acf8d19eb..b2f65f290 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 5905ad478..06839f694 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 5346c32dc..b8e30496a 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 10a04a242..e0de8f1d5 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 566b650ac..a85c2a620 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 c03c26c00..cf70a325b 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 061b64386..ac5709a7e 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 e1d5c9236..a7c72e14d 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 6a6d7ebfe..dbc5a9c0a 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 47f2d3c4d..916a030f8 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 d8c752af2..f6fc0e6ab 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 35c07b75c..480fd771d 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 1c1c722e4..111202fbf 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 c6b88e971..851d89b41 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 57710c589..cf8420e05 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 5610ef1e1..13a4cd132 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 bea3709d5..923802067 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 9dbd809e9..eeb052bec 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 c056ebcdf..f0c0c385d 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 92294d6cf..a9ddc0a9c 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 588aec67a..99ca5f1f2 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 274bfa1f8..b15ece9fe 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 a760e1e1a..3bef5af55 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 0bfdcc867..76ee1844e 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 82c77c80a..b46ee0608 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 98b3372bf..0dc6b4408 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 fd6c98b56..448ded995 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 bd73ac518..7ffe3f671 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 47593c764..a5c241ac3 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 c7a792365..71c761990 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 1f2878db4..baefea766 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 eedc6e281..f4939200e 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 dc6cce6e5..e0565f956 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 8d6ebc640..60e41f8eb 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 22f016ffd..375847436 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 debf784f4..a45f7c535 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 0c94784d7..06053c036 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 7e1e935b3..93c7708ce 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 2639b2b39..4efd2640c 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 df2bf909d..419c6fbfa 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 38da84f51..b17cc8f5a 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 2ac754188..b030170dd 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 aac49a0c4..3794a20d1 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 bf33297a7..2a053b11d 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 5cd54b15d..7ed4f2dae 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 b06c20444..6d6867ce0 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 374018ebb..e5af0274c 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 789906c6c..4b1e0d3d1 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 298f3f5b2..40301e7e6 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 990002b0c..adc9e5cee 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 572720dfd..2e5c73e99 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 734b0994e..fa2cbac81 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 a0b3c032c..6d48090a5 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 9fb99db60..3c178d649 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 23137d87c..97689fb83 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 ded34ecb5..ddb8cb3d6 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 743fbf65a..7e6eaf5fe 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 ee3c98a80..dbce7eacd 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 79c30aea1..b7c926c2b 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 99465bd1a..9ec4c2acc 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 3ec23744e..aa200b926 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 8d74e7e26..8312534e2 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 30c554615..0d3b712e5 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 e17ae4546..5a5957cb9 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 4440c1ab2..9ee692cb2 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 af1f82907..8ee90de44 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 957574bc3..bc78a6672 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 f00d37f03..11e5e21cb 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 3e3144759..b3d2cc065 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 6c5256762..319daaba1 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 0fcea241d..75f2479f5 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 055f1a6de..d5fe299f3 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 f7acf19a9..5dfda9a1f 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 8eb946261..8ce9129eb 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) { + ?> + + +